@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 360px;
  color: #222222;
  background: #fff;
  font: 16px/120% "Futura PT", Verdana;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption, h1, h2, h3, h4, h5 {
  font: 16px/120% "Futura PT", Verdana;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #222222;
  text-decoration: none;
  font: 16px/120% "Futura PT", Verdana;
}

a:hover {
  text-decoration: none;
}

.cl:after, .at_top:after, .ctl_day:after, .tabs2:after, .rl_right > div:after, .rates_line:after, .top_form:after, .bf_right:after, .b_form:after, .bc_form_block:after, .bc_items:after, .we_recommend:after, .checked_items:after, .photo:after, .other_services:after, .i_types:after, .art_block:after, .blog_page:after, .blog:after, .about_reviews:after, .about_today:after, .about_way:after, .about_start:after, .side_top:after, .contacts_bot:after, .contacts_top:after, .comp_services:after, .spec_block:after, .storing:after, .faq:after, .rates_block:after, .services_top:after, .nav:after, footer:after, .bot_contacts:after, .main_articles:after, .main_projects:after, .personal_service:after, .why_we:after, .video_block:after, .main_services:after, .ms_content:after, .header:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
.we_recommend, .checked_items, .photo, .other_services, .i_types, .art_block, .blog_page, .blog, .about_reviews, .about_today, .about_way, .about_start, .side_top, .contacts_bot, .contacts_top, .comp_services, .spec_block, .storing, .faq, .rates_block, .services_top, .nav, footer, .bot_contacts, .main_articles, .main_projects, .personal_service, .why_we, .video_block, .main_services, .ms_content, .header {
  max-width: 1330px;
  padding: 0 20px;
  margin: 0 auto;
}

body {
  padding-top: 90px;
}

.blue {
  color: #0080C6;
}

.green {
  color: #4b8d2a;
}

header {
  width: 100%;
  height: 90px;
  position: fixed;
  background: #fff;
  z-index: 5;
  left: 0;
  top: 0;
  box-shadow: 0 1px 3px #ccc;
}

.header {
  position: relative;
}

.logo {
  display: block;
  width: 223px;
  float: left;
  margin-top: 20px;
}
.logo > img {
  display: block;
}

.callback {
  display: block;
  float: right;
  width: 100%;
  max-width: 160px;
  height: 40px;
  border: 2px solid #4b8d2a;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  color: #4b8d2a;
  transition: 0.3s;
  margin-top: 25px;
}
.callback:hover {
  background: #4b8d2a;
  color: #fff;
}

.tel_block {
  float: right;
  margin: 23px 30px 0 0;
  text-align: right;
}

.h_tel {
  display: inline-block;
  font-size: 18px;
}
.h_tel > span {
  font-weight: 500;
}

.h_email {
  display: inline-block;
  margin-top: 2px;
  font-size: 15px;
  color: #A7A7A7;
}

.h_menu {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 50%;
  transform: translateX(-61%);
  top: 34px;
  white-space: nowrap;
}
.h_menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}
.h_menu > li > a {
  font-size: 14px;
  font-weight: 450;
  text-transform: uppercase;
  transition: 0.3s;
}
.h_menu > li > a:hover, .h_menu > li > a:active {
  color: #4B8D2A;
  text-decoration: underline;
}

.burger {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #4B8D2A;
  right: 10px;
  top: 10px;
}
.burger.opened {
  background: #0080C6;
}
.burger.opened span {
  height: 0;
}
.burger.opened span:before {
  top: 50%;
  transform: rotate(-45deg);
}
.burger.opened span:after {
  top: 50%;
  transform: rotate(45deg);
}
.burger:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 13px;
  top: 24px;
}
.burger span:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -9px;
  transition: 0.3s;
}
.burger span:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 9px;
  transition: 0.3s;
}

.main_slider {
  width: 100%;
  margin: 0 auto;
}
.main_slider .owl-nav {
  display: none;
}
.main_slider .owl-dots {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 35px;
}
.main_slider .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background: #D3E2CE;
  border-radius: 50%;
  margin: 0 9px;
  border: none;
  transition: 0.3s;
}
.main_slider .owl-dot.active {
  width: 20px;
  border-radius: 7px;
  background: #4B8D2A !important;
}

.ms_content_wrap {
  position: relative;
}
.ms_content_wrap > img {
  display: block;
  width: 100%;
  height: 610px;
  object-fit: cover;
}
.ms_content_wrap > img.ms_mob {
  display: none;
}

.ms_content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

h1 {
  font-size: 50px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 500;
}

.ms_items {
  display: grid;
  max-width: 480px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 38px 10px;
  margin-top: 50px;
}

.ms_item {
  font-size: 18px;
  font-weight: 450;
  text-transform: uppercase;
  padding-left: 43px;
  position: relative;
}
.ms_item:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/msi_icon.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.btn {
  display: block;
  width: 100%;
  max-width: 258px;
  height: 60px;
  background: #0080C6;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.btn:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.btn:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 12px;
  background: url(../images/arrow_right_white_21x12.svg) center no-repeat;
  transition: 0.3s;
  margin-left: 15px;
  transform: translateY(2px);
}

.btn_2 {
  display: block;
  width: 100%;
  max-width: 160px;
  height: 40px;
  background: #fff;
  border: 2px solid #4b8d2a;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  color: #4b8d2a;
  transition: 0.3s;
  margin-top: 25px;
}
.btn_2:hover {
  background: #4b8d2a;
  color: #fff;
}

.ms_btn {
  max-width: 258px;
  margin-top: 75px;
}

.ms_img {
  display: none !important;
  margin: 0 auto;
}

/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.boxes .window {
  display: none;
  width: 410px;
  max-height: 90dvh;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.close {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/close_modal.svg) 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.close:hover {
  filter: brightness(1.5);
}

.modal_content {
  height: 430px;
  background: #ffffff;
  clip-path: polygon(88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%, 0 0);
  padding: 40px;
  text-align: center;
}

.m_head {
  font-size: 32px;
  font-weight: 500;
}

.m_text {
  font-size: 18px;
  color: #6E787D;
  margin-top: 15px;
}

.m_form {
  margin-top: 28px;
}

.m_input {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  background: #F7F8FA;
  padding: 0 20px;
  font-size: 14px;
}

.m_submit {
  max-width: 100%;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.m_data {
  margin-top: 18px;
  font-size: 13px;
  color: #6E787D;
  opacity: 0.5;
}
.m_data > span {
  text-decoration: underline;
}

.main_services {
  margin-top: 80px;
}
.main_services .c_head {
  padding-right: 165px;
}

.c_head {
  font-size: 46px;
}
.c_head > span {
  font-weight: 500;
}

.services_slider {
  margin: 35px auto 0;
}
.services_slider > div {
  padding: 40px 0;
}
.services_slider .owl-dots {
  display: none;
}
.services_slider .owl-prev, .services_slider .owl-next {
  top: -87px;
  right: 0;
}
.services_slider .owl-prev {
  right: 80px;
}

.owl-prev, .owl-next {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #4B8D2A;
  background: #FFFFFF;
  position: absolute;
  transition: 0.3s;
}
.owl-prev:after, .owl-next:after {
  display: block;
  content: "";
  width: 21px;
  height: 12px;
  background: url(../images/arrow_right_green_21x12.svg) center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: 0.3s;
}
.owl-prev:hover, .owl-next:hover {
  background: #4B8D2A;
}
.owl-prev:hover:after, .owl-next:hover:after {
  filter: brightness(5);
}
.owl-prev > span, .owl-next > span {
  display: none !important;
}

.owl-prev:after {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}

.ss_content {
  width: 258px;
  height: 490px;
  background: linear-gradient(-135deg, #fcfcfc 50px, #fff 0) top right;
  box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
  transition: 0.3s;
}
.ss_content:hover .ss_more {
  color: #4B8D2A;
}
.ss_content:hover .ss_more:before {
  filter: invert(45%) sepia(29%) saturate(1032%) hue-rotate(56deg) brightness(97%) contrast(88%);
}
.ss_content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
  background: #fff;
  z-index: 1;
}
.ss_content:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -10px;
  height: 10px;
  background: #EAEDF0;
  z-index: 1;
}

.ss_img {
  display: inline-block;
}
.ss_img > img {
  display: block;
}

.ss_head {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 18px;
}

.ss_list {
  margin-top: 20px;
}
.ss_list > li {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 120%;
  position: relative;
  padding-left: 24px;
}
.ss_list > li:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/ss_list.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.ss_more {
  font-size: 12px;
  color: #0080C6;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 24px;
  position: absolute;
  left: 30px;
  bottom: 37px;
}
.ss_more:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/ss_more.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.video_block.swap .vb_right {
  float: left;
}
.video_block.swap .vb_left {
  float: right;
}

.vb_right {
  float: right;
  max-width: 464px;
  width: calc(100% - 794px);
  padding-top: 70px;
}
.vb_right:nth-child(3) {
  padding-top: 0;
}

.vb_text_1 {
  font-size: 32px;
}
.vb_text_1 > span {
  font-weight: 500;
}

.vb_text_2 {
  font-size: 18px;
  color: #A7A7A7;
  margin: 60px 0 25px;
}

.vb_btn {
  display: inline-block;
  width: 227px;
  height: 40px;
  border: 2px solid #4B8D2A;
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  color: #4B8D2A;
  text-align: center;
  transition: 0.3s;
}
.vb_btn:hover {
  background: #4b8d2a;
  color: #fff;
}

.vb_left {
  max-width: 774px;
  width: 100%;
  float: left;
}
.vb_left > a {
  display: inline-block;
  transition: 0.3s;
}
.vb_left > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.why_we {
  position: relative;
  margin-top: 60px;
}
.why_we .c_head {
  max-width: 575px;
}

.ww_img {
  position: absolute;
  z-index: 2;
  top: -20px;
  right: 10px;
}

.we_slider_block {
  position: relative;
}

.we_slider {
  max-width: 1000px;
  height: 290px;
  background: #F6F8F9;
  position: relative;
  margin-top: 60px;
}
.we_slider:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 28px 30px;
  border-color: transparent transparent #F6F8F9 transparent;
  position: absolute;
  top: -28px;
  left: 60px;
}
.we_slider .owl-dots {
  display: none;
}
.we_slider .owl-prev, .we_slider .owl-next {
  top: -140px;
}
.we_slider .owl-prev {
  left: 630px;
}
.we_slider .owl-next {
  left: 710px;
}

.we_counter {
  position: absolute;
  z-index: 1;
  top: 55px;
  left: 80px;
  font-size: 24px;
  color: #0080C6;
}
.we_counter:before {
  display: block;
  content: "0";
  font-size: 50px;
  color: #222;
  position: absolute;
  left: -25px;
  top: 0;
}
.we_counter:first-letter {
  font-size: 50px;
  color: #222;
}

.ws_content {
  max-width: 850px;
  padding: 115px 60px 0;
}

.ws_head {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

.ws_text {
  font-size: 20px;
  color: #6e787d;
  margin-top: 15px;
  max-width: 525px;
}

.we_list {
  margin-top: 20px;
}
.we_list > li {
  display: block;
  font-size: 20px;
  color: #6E787D;
  margin-bottom: 17px;
  padding-left: 30px;
  position: relative;
}
.we_list > li:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #0080C6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.personal_service {
  margin-top: 80px;
}

.ps_items, .cs_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 60px;
}

.ps_item {
  display: block;
  background: #0080C6;
  padding: 20px 20px 0px;
  position: relative;
  transition: 0.3s;
}
.ps_item:hover {
  background: #4B8D2A;
}
.ps_item > img {
  display: block;
  width: 100%;
}
.ps_item:after {
  display: block;
  content: "";
  width: 79px;
  height: 79px;
  background: url(../images/psi_angel.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.psi_name {
  display: table;
  width: 100%;
  height: 90px;
  position: relative;
}
.psi_name > span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 25px;
}
.psi_name:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/psi_name_arrow.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.main_projects_wrap {
  background: url(../images/mp_bg.jpg) center no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding: 90px 0 70px;
}

.main_projects {
  position: relative;
}
.main_projects.marg {
  margin: 80px auto 30px;
}
.main_projects .c_head > span {
  display: block;
}

.mp_left {
  max-width: 410px;
  height: 380px;
  width: calc(100% - 830px);
  position: absolute;
  top: 0;
  left: 20px;
}
.mp_left .mp_btn {
  z-index: 2;
}

.mp_btn {
  max-width: 341px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.projects_slider {
  padding-left: calc(100% - 774px);
}
.projects_slider > div {
  padding: 20px 0;
}
.projects_slider .owl-dots {
  display: none;
}
.projects_slider .owl-prev, .projects_slider .owl-next {
  top: 160px;
}
.projects_slider .owl-prev {
  left: 0;
}
.projects_slider .owl-next {
  left: 80px;
}

.ps_content {
  width: 258px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: -5px 5px 10px rgba(81, 115, 132, 0.1);
  padding: 0 30px 30px;
  position: relative;
}
.ps_content:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -10px;
  height: 10px;
  background: #EAEDF0;
  z-index: 1;
}

.ps_img {
  display: table;
  height: 235px;
  width: 100%;
}
.ps_img > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ps_img > span > img {
  display: inline-block;
  vertical-align: middle;
}

.ps_text {
  padding-left: 25px;
  font-size: 16px;
  line-height: 120%;
  position: relative;
}
.ps_text:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/ss_list.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.ps_more {
  font-size: 12px;
  color: #0080C6;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 24px;
  position: absolute;
  left: 30px;
  bottom: 37px;
}
.ps_more:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/ss_more.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.main_articles {
  margin-top: 80px;
}
.main_articles .c_head {
  margin-bottom: 60px;
}

.ma_cards {
  float: left;
  width: calc(100% - 410px);
  max-width: 850px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.ma_card {
  background: #fff;
  position: relative;
}
.ma_card:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.mac_img {
  display: block;
  position: relative;
  transition: 0.3s;
}
.mac_img:hover > img {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.mac_img > img {
  display: block;
  transition: 0.3s;
}

.mac_date {
  display: inline-block;
  height: 20px;
  padding: 0 10px;
  background: #0080C6;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.mac_name {
  display: inline-block;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 23px;
  transition: 0.3s;
}
.mac_name:hover {
  text-decoration: underline;
}

.mac_text {
  font-size: 16px;
  line-height: 120%;
  opacity: 0.5;
  margin-top: 16px;
}

.mac_btn {
  display: block;
  width: 160px;
  height: 40px;
  border: 2px solid #4B8D2A;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #4B8D2A;
  transition: 0.3s;
  margin-top: 25px;
}
.mac_btn:hover {
  background: #4B8D2A;
  color: #fff;
}

.ma_items {
  width: 390px;
  float: right;
}

.ma_item {
  padding: 30px 0;
  border-top: 1px solid #EEEEEE;
}
.ma_item:first-child {
  padding-top: 0;
  border-top: none;
}

.mai_date {
  font-size: 13px;
  color: #0080C6;
  font-weight: 600;
}

.mai_name {
  display: inline-block;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}
.mai_name:hover {
  text-decoration: underline;
}

.ma_btn {
  max-width: 330px;
  margin-top: 70px;
}

.bot_contacts_wrap {
  min-height: 340px;
  background: #F6F8F9;
  position: relative;
  margin-top: 100px;
  padding-top: 60px;
}
.bot_contacts_wrap:before {
  display: block;
  content: "";
  width: 350px;
  height: 350px;
  background: url(../images/bot_contacts_img.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-960px);
  top: -180px;
}

.bc_items {
  padding-left: 60px;
}

.bc_item {
  float: left;
  margin-left: 75px;
}
.bc_item:first-child {
  margin-left: 0;
  max-width: 575px;
}

.bci_head {
  font-size: 16px;
  opacity: 0.4;
  margin-bottom: 8px;
}

.bci_text {
  display: inline-block;
  font-size: 22px;
  line-height: 120%;
}

.bc_form_block {
  margin-top: 54px;
  background: #689A4E;
  padding: 70px 60px;
  clip-path: polygon(96% 0, 100% 15%, 100% 100%, 4% 100%, 0 85%, 0 0);
  position: relative;
  z-index: 2;
}

.bcf_left {
  float: left;
  max-width: 308px;
  width: 100%;
}

.bcf_head {
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.bcf_head:before {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/bcf_icon.svg) center no-repeat;
  margin-right: 14px;
}

.bcf_text {
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  opacity: 0.8;
  margin-top: 15px;
}

.bcf_data {
  font-size: 13px;
  line-height: 120%;
  color: #fff;
  opacity: 0.5;
  margin-top: 25px;
}
.bcf_data > span {
  text-decoration: underline;
}

.b_form {
  float: right;
  max-width: 790px;
  width: 100%;
}

.bf_left {
  float: left;
  max-width: 250px;
  width: 100%;
}

.bf_input, .bf_area {
  display: block;
  width: 100%;
  height: 40px;
  background: #EFF3F1;
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.bf_input.fl, .fl.bf_area {
  float: left;
  max-width: 260px;
}
.bf_input:focus, .bf_area:focus {
  background: #fff;
  border-left: 2px solid #0080c6;
  padding-left: 18px;
}

.bf_right {
  float: right;
  width: 100%;
  max-width: 520px;
}

.bf_area {
  width: 100%;
  height: 90px;
  padding: 10px 20px;
}

.bf_submit {
  display: block;
  float: right;
  max-width: 240px;
  width: 100%;
  height: 40px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  transition: 0.3s;
}
.bf_submit:hover {
  background: #fff;
  color: #222;
}

.map {
  height: 610px;
  position: relative;
  z-index: 1;
  transform: translateY(-110px);
}

footer {
  margin-top: -30px;
  padding-bottom: 90px;
}
footer.cont_foot {
  padding-top: 196px;
}

.f_right {
  float: right;
  width: calc(100% - 250px);
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.fc_head {
  height: 40px;
  font-size: 18px;
  font-weight: 450;
  color: #0080C6;
  position: relative;
}
.fc_head > img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 2px;
}

.fc_menu > li {
  display: block;
  margin-bottom: 15px;
}
.fc_menu > li > a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.fc_menu > li > a:hover {
  color: #4b8d2a;
  text-decoration: underline;
}

.f_left {
  max-width: 223px;
  width: 100%;
  float: left;
}

.f_logo {
  display: block;
  width: 223px;
}
.f_logo > img {
  display: block;
}

.copy {
  font-size: 16px;
  color: #A7A7A7;
  margin-top: 68px;
}

.dev {
  font-size: 16px;
  color: #A7A7A7;
  margin-top: 50px;
}
.dev > a {
  font-size: 16px;
  color: #0080c6;
}
.dev > a:hover {
  text-decoration: underline;
}

/*services*/
.top_wrap {
  background: url(../images/bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 20px 0 5px;
}
.top_wrap.services {
  padding-bottom: 100px;
}
.top_wrap.side {
  padding-bottom: 80px;
}
.top_wrap.side .st_left {
  width: 100%;
}

.nav > li {
  display: block;
  float: left;
  margin: 0 28px 15px 0;
  font-size: 15px;
  line-height: 110%;
  color: #A2A3A3;
  position: relative;
}
.nav > li:last-child {
  margin-right: 0;
}
.nav > li:first-child:before {
  display: none;
}
.nav > li:before {
  display: block;
  content: "/";
  font-size: 15px;
  line-height: 110%;
  color: #A2A3A3;
  position: absolute;
  left: -17px;
  top: 0;
}
.nav > li > a {
  font-size: 15px;
  line-height: 110%;
  color: #A2A3A3;
  transition: 0.3s;
}
.nav > li > a > img {
  display: inline-block;
}
.nav > li > a:hover {
  color: #4B8D2A;
  text-decoration: underline;
}
.nav > li > a:hover > img {
  opacity: 0.7;
}

.services_top {
  position: relative;
  margin-top: 50px;
}

.st_left {
  float: left;
  max-width: 550px;
  width: calc(100% - 700px);
}

.st_text {
  font-size: 20px;
  margin-top: 28px;
}

.st_right {
  max-width: 690px;
  width: 100%;
  float: right;
  position: relative;
}
.st_right:before {
  display: block;
  content: "";
  width: 690px;
  height: 590px;
  background: url(../images/tfr_img.png) center no-repeat;
  position: absolute;
  top: -100px;
  right: 0;
}

.top_form {
  width: 100%;
  padding: 55px 60px 45px;
  background: #689A4E;
  clip-path: polygon(93% 0, 100% 25%, 100% 100%, 7% 100%, 0 75%, 0 0);
  transform: translateY(303px);
}

.tf_left {
  float: left;
  width: 300px;
}

.tf_input {
  width: 300px;
  height: 40px;
  background: #EFF3F1;
  padding: 0 20px;
  margin-bottom: 10px;
}

.tf_right {
  float: right;
  width: 250px;
}

.tf_data {
  height: 40px;
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
  opacity: 0.5;
}
.tf_data > span {
  text-decoration: underline;
}

.tf_submit {
  display: block;
  width: 100%;
  height: 40px;
  cursor: pointer;
  background: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #fff;
}
.tf_submit:hover {
  background: #4b8d2a;
  color: #fff;
}

.rates_block {
  margin: 90px auto 100px;
}

.tabs_block {
  margin-top: 60px;
}

.tabs {
  display: flex;
  justify-content: space-between;
  max-width: 510px;
  width: 100%;
  height: 40px;
  border: 2px solid #0080C6;
}
.tabs .tab {
  width: 33.3%;
  font-size: 15px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.tabs .tab.active {
  background: #0080C6;
  color: #fff;
}

.rates_line {
  height: 80px;
  padding: 0 40px;
}
.rates_line:nth-child(even) {
  background: #F6F8F9;
}
.rates_line:nth-child(1) .rl_right > div:nth-child(2):before {
  content: "Преимущества 2";
}
.rates_line:nth-child(1) .rl_right > div:nth-child(3):before {
  content: "Преимущества 3";
}
.rates_line:nth-child(1) .rl_right > div:nth-child(4):before {
  content: "Преимущества 4";
}
.rates_line:nth-child(1) .rl_right > div:before {
  display: inline-block;
  vertical-align: top;
  content: "Преимущества 1";
  font-size: 16px;
  white-space: nowrap;
  opacity: 0.4;
}

.rl_left {
  float: left;
  width: calc(100% - 560px);
  display: table;
  height: 80px;
}
.rl_left > span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 20px;
  font-weight: 450;
}

.rl_right {
  float: right;
  max-width: 560px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rl_right > div {
  width: 26px;
  height: 26px;
  background: url(../images/plus.svg) center no-repeat;
}
.rl_right > div.minus {
  background: url(../images/minus.svg) center no-repeat;
}

.founder {
  min-height: 80px;
  position: relative;
  padding-left: 110px;
}
.founder img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.fn_name {
  font-size: 32px;
  font-weight: 500;
}

.fn_status {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  margin-top: 12px;
  background: #4B8D2A;
  border-radius: 15px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 450;
  color: #fff;
}

.fn_text_1 {
  font-size: 20px;
  font-weight: 450;
  margin-top: 40px;
}

.fn_list {
  margin-top: 20px;
}
.fn_list > li {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  position: relative;
  padding-left: 24px;
}
.fn_list > li:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/ss_list.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.fn_text_2 {
  font-size: 20px;
  color: #6E787D;
  margin-top: 43px;
}

.faq_wrap {
  background: #F6F8F9;
  padding: 80px 0 100px;
  overflow: hidden;
  position: relative;
}
.faq_wrap:before {
  display: block;
  content: "";
  width: 590px;
  height: 380px;
  background: url(../images/faq.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-550px);
  bottom: 0;
}

.faq {
  position: relative;
  z-index: 1;
}

.tabs_block2 {
  margin-top: 40px;
}

.tabs2 {
  float: left;
  width: 100%;
  max-width: 330px;
}
.tabs2 .tab2 {
  display: block;
  width: 100%;
  height: 75px;
  font-size: 18px;
  line-height: 74px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #222222;
  position: relative;
}
.tabs2 .tab2:last-child {
  border-bottom: none;
}
.tabs2 .tab2.active {
  color: #4B8D2A;
  border-bottom: none;
}
.tabs2 .tab2.active:after {
  display: block;
  content: "";
  width: 100%;
  height: 12px;
  background: url(../images/tab_arrow.svg) right center no-repeat;
  position: absolute;
  bottom: -5px;
  right: 0;
}

.tab_content2 {
  max-width: 775px;
  width: 100%;
  float: right;
}

.faq_item {
  background: #FFFFFF;
  box-shadow: -5px 20px 50px rgba(81, 115, 132, 0.1);
}
.faq_item.opened {
  box-shadow: unset;
  outline: 2px solid #4B8D2A;
  margin: 20px 0;
}
.faq_item.opened .fq_popup {
  display: block;
}
.faq_item.opened .faq_name:before {
  filter: invert(42%) sepia(86%) saturate(377%) hue-rotate(56deg) brightness(94%) contrast(90%);
}
.faq_item.opened .faq_name:after {
  transform: translateY(-50%) rotate(180deg);
  filter: invert(42%) sepia(86%) saturate(377%) hue-rotate(56deg) brightness(94%) contrast(90%);
}

.faq_name {
  padding: 21px 70px 25px 75px;
  font-size: 20px;
  font-weight: 450;
  cursor: pointer;
  position: relative;
}
.faq_name:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/faq_q.svg) center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.faq_name:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/faq_chev.svg) center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

.fq_popup {
  display: none;
  padding: 0 40px 1px;
}
.fq_popup p {
  font-size: 16px;
  margin-bottom: 15px;
}

.storing {
  margin-top: 80px;
}

.storing_left {
  float: left;
  max-width: 680px;
  width: calc(100% - 440px);
  position: relative;
  z-index: 1;
}

.sl_top {
  background: #F6F8F9;
  padding: 30px 40px 15px;
  border-left: 2px solid #0080C6;
  margin: 60px 0 30px;
}
.sl_top p {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 120%;
  color: #6e787d;
}
.sl_top p > span {
  font-weight: 450;
  color: #222;
}

.sl_content p {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 20px;
}

.sl_btn {
  margin-top: 35px;
}

.st_img {
  display: block;
  max-width: 419px;
  width: 100%;
  float: right;
  margin: 20px 70px 0 0;
}

.spec_block {
  display: flex;
  align-items: center;
  margin-top: 35px;
  background: #689A4E;
  padding: 0;
  position: relative;
}
.spec_block:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.spec_block > img {
  display: block;
  width: 100%;
  max-width: 774px;
  float: left;
}

.sb_content {
  width: calc(100% - 774px);
  padding: 28px 50px;
}

.sb_name {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.sb_text {
  font-size: 20px;
  color: #fff;
  margin-top: 13px;
}

.comp_services {
  margin-top: 80px;
}

.cs_items {
  grid-template-columns: repeat(4, 1fr);
}
.cs_items .psi_name:after {
  display: none;
}
.cs_items .psi_name > span > i {
  font-style: normal;
  display: block;
  font-size: 16px;
  text-transform: none;
  color: #fff;
  font-weight: 400;
  opacity: 0.7;
  margin-top: 3px;
}

/*contacts*/
.contacts_top {
  padding: 80px 20px;
}

.ct_left {
  float: left;
  max-width: 412px;
}

.ctl_items {
  margin-top: 20px;
}

.ctl_item {
  padding: 30px 0 30px 48px;
  border-top: 1px solid #eee;
  position: relative;
}
.ctl_item:last-child > img {
  top: 24px;
}
.ctl_item > img {
  display: block;
  max-width: 30px;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
}

.ctl_tel {
  font-size: 30px;
}
.ctl_tel > span {
  font-weight: 500;
}

.ctl_text {
  font-size: 24px;
}

.ctl_email {
  font-size: 24px;
}

.ctl_day {
  position: relative;
  margin-bottom: 20px;
}
.ctl_day:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e9ebec;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.ctl_day > span {
  display: block;
  background: #fff;
  float: left;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.ctl_day > span:nth-child(1) {
  color: #6E787D;
  font-size: 18px;
}
.ctl_day > span:nth-child(2) {
  float: right;
  font-size: 24px;
  padding: 0 0 0 10px;
}

.ct_map {
  float: right;
  max-width: 774px;
  width: calc(100% - 432px);
  height: 510px;
}

.gray_wrap {
  background: #f6f8f9;
  padding: 80px 0 1px;
}
.gray_wrap.ind {
  overflow: hidden;
}

.contacts_bot .bc_form_block {
  transform: translateY(100px);
  margin-top: 0;
}

.cb_info {
  margin-top: 60px;
}

.cbi_line {
  display: flex;
  min-height: 60px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 40px;
}
.cbi_line:nth-child(even) {
  background: #F6F8F9;
}
.cbi_line > div {
  font-size: 20px;
  padding: 5px 0;
}
.cbi_line > div:nth-child(1) {
  font-weight: 500;
  width: 480px;
}
.cbi_line > div:nth-child(2) {
  width: calc(100% - 500px);
}

/*about*/
.side_top {
  display: flex;
  align-items: flex-end;
  padding: 45px 20px 80px;
}
.side_top.pad_top .side_right {
  padding: 15px 0 15px 50px;
}
.side_top.blog_top {
  padding: 40px 20px 50px;
}
.side_top.blog_inner_top {
  padding: 30px 20px 150px;
}
.side_top.blog_inner_top h1 {
  max-width: 940px;
  font-size: 46px;
  text-transform: none;
}
.side_top.page_top {
  padding: 30px 340px 150px 20px;
  position: relative;
}
.side_top.page_top h1 {
  max-width: 940px;
  font-size: 46px;
  text-transform: none;
}

.side_left {
  width: 47%;
}

.side_right {
  width: 53%;
  border-left: 5px solid #0080c6;
  padding-left: 50px;
  font-size: 20px;
  line-height: 120%;
}

.about_start {
  padding: 80px 20px 100px;
}

.as_items {
  display: flex;
  justify-content: space-between;
  gap: 20px 50px;
  margin-top: 63px;
}

.as_item {
  background: #FFFFFF;
  border: 5px solid #F6F8F9;
  padding: 30px;
  width: calc(50% - 25px);
  position: relative;
  font-size: 20px;
}
.as_item:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #0080C6 transparent transparent transparent;
  position: absolute;
  left: -5px;
  top: -5px;
}

.about_way {
  padding-bottom: 300px;
}

.aw_items {
  margin-top: 60px;
}

.aw_item {
  display: table;
  min-height: 180px;
  background: #FFFFFF;
  box-shadow: -5px 20px 50px rgba(81, 115, 132, 0.1);
  padding: 30px 40px 30px 270px;
  position: relative;
}
.aw_item:nth-child(1) {
  z-index: 4;
}
.aw_item:nth-child(2) {
  z-index: 3;
}
.aw_item:nth-child(3) {
  z-index: 2;
}
.aw_item:nth-child(4) {
  z-index: 1;
}
.aw_item > div {
  width: 190px;
  height: 100px;
  border: 10px solid #0080C6;
  font-size: 40px;
  line-height: 80px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 40px;
  top: 40px;
}
.aw_item > div:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/angel_50.png) center no-repeat;
  position: absolute;
  top: -10px;
  right: -10px;
}
.aw_item > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  line-height: 120%;
}

.about_today {
  margin-top: -220px;
}

.at_top {
  margin-top: 60px;
}

.at_left {
  float: left;
  width: 50%;
  max-width: 620px;
  background: #0080C6;
  padding: 30px 40px;
  position: relative;
  font-size: 20px;
  font-weight: 450;
  color: #fff;
}
.at_left:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.at_img {
  display: block;
  float: right;
  width: calc(50% - 50px);
  max-width: 575px;
  margin: -70px 30px 0 0;
}

.at_bot {
  display: flex;
  justify-content: space-between;
  gap: 10px 50px;
  margin-top: 50px;
}
.at_bot > div {
  font-size: 20px;
}

.about_reviews {
  margin: 70px auto -110px;
}

.rev_slider {
  margin: 15px auto 0;
}
.rev_slider > div {
  padding: 40px 0;
}
.rev_slider .owl-dots {
  display: none;
}
.rev_slider .owl-prev, .rev_slider .owl-next {
  top: -67px;
  right: 0;
}
.rev_slider .owl-prev {
  right: 80px;
}

.rs_content {
  width: 410px;
  min-height: 350px;
  background: linear-gradient(-135deg, #fcfcfc 50px, #fff 0) top right;
  box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  transition: 0.3s;
}
.rs_content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
  background: #fff;
  z-index: 1;
}
.rs_content:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -10px;
  height: 10px;
  background: #EAEDF0;
  z-index: 1;
}

.rs_img {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border: 5px solid #0080C6;
  position: relative;
}
.rs_img:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/angel_30.png) center no-repeat;
  position: absolute;
  top: -5px;
  right: -5px;
}
.rs_img > img {
  display: block;
}

.rs_head {
  display: block;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}

.rs_text {
  display: block;
  font-size: 16px;
  line-height: 120%;
  margin-top: 10px;
}

.rs_more {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #0080C6;
  text-transform: uppercase;
}
.rs_more:hover {
  text-decoration: underline;
}

.rs_popup {
  display: none;
}

/*blog*/
.blog {
  margin-top: 80px;
}

.blog_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 70px 30px;
}

.blog_item {
  background: #fff;
  position: relative;
}
.blog_item:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.blog_item .mac_name {
  height: 67px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog_item .mac_text {
  height: 95px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.blog_item .mac_btn {
  margin-top: 15px;
}

.listing {
  margin-top: 65px;
  text-align: center;
  position: relative;
}
.listing > li {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  margin: 0 4px;
}
.listing > li.list_prev, .listing > li.list_next {
  width: unset;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 37px;
}
.listing > li.list_prev:before, .listing > li.list_next:before {
  display: block;
  content: "";
  width: 21px;
  height: 12px;
  background: url(../images/listing_arrow.svg) center no-repeat;
  position: absolute;
  left: 0;
  top: 15px;
}
.listing > li.list_next {
  left: unset;
  right: 0;
  padding: 0 37px 0 0;
}
.listing > li.list_next:before {
  left: unset;
  right: 0;
  transform: rotate(180deg);
}
.listing > li > a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  transition: 0.3s;
}
.listing > li > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.listing > li > a.current {
  background: #4B8D2A;
  color: #fff;
}

.blog_page {
  margin-top: -100px;
}

.bi_content {
  max-width: 940px;
  width: calc(100% - 330px);
}
.bi_content p {
  font-size: 20px;
  line-height: 120%;
  margin-top: 20px;
}

.bi_img {
  display: block;
}

.bi_head {
  font-size: 32px;
  font-weight: 500;
  margin-top: 40px;
}

.bi_head_2 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 450;
}

.bi_list {
  margin-top: 27px;
}
.bi_list > li {
  display: block;
  font-size: 20px;
  margin-bottom: 17px;
  padding-left: 40px;
  position: relative;
}
.bi_list > li:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #0080C6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.bi_list > li:last-child {
  margin-bottom: 0;
}

.bi_info {
  font-size: 20px;
  padding: 30px 40px;
  background: #F6F8F9;
  border-left: 2px solid #0080c6;
  margin-top: 40px;
}
.bi_info:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bi_list_2 {
  margin-top: 25px;
  list-style-type: none;
  counter-reset: num;
}
.bi_list_2 > li {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 15px;
}
.bi_list_2 > li > span {
  font-weight: 500;
}
.bi_list_2 > li:before {
  content: counter(num) ". ";
  counter-increment: num;
  color: #0080C6;
  font-weight: 500;
}

.bi_anchors {
  width: 300px;
  position: fixed;
  z-index: 11;
  top: 370px;
  left: 50%;
  transform: translateX(345px);
}

.bic_head {
  font-size: 32px;
  font-weight: 500;
}

.bic_list {
  margin-top: 30px;
  border-left: 2px solid #0080c6;
}
.bic_list > li {
  display: block;
}
.bic_list > li > a {
  display: block;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 450;
  background: linear-gradient(to top, #FFFFFF, #F1F4F5);
  box-shadow: -5px 20px 50px rgba(81, 115, 132, 0.1);
}
.bic_list > li > a.current {
  background: #fff;
  color: #0080c6;
}

.art_block {
  margin: 60px auto 0;
}

.art_slider {
  margin: 60px auto 0;
}
.art_slider .blog_item {
  width: 410px;
  min-height: 350px;
  position: relative;
}
.art_slider .owl-dots {
  display: none;
}
.art_slider .owl-prev, .art_slider .owl-next {
  top: -114px;
  right: 0;
}
.art_slider .owl-prev {
  right: 80px;
}

/*industries*/
.i_types {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin: 80px auto;
}
.i_types > a {
  display: table;
  width: 100%;
  min-height: 130px;
  border: 5px solid #f6f8f9;
  padding: 15px 40px;
  position: relative;
}
.i_types > a:hover:before {
  border-color: #4B8D2A transparent transparent transparent;
}
.i_types > a:hover > span {
  color: #4B8D2A;
}
.i_types > a:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #0080C6 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.i_types > a > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
}

.other_services {
  position: relative;
}
.other_services:before {
  display: block;
  content: "";
  width: 623px;
  height: 400px;
  background: url(../images/docs.png) 0 0 no-repeat;
  position: absolute;
  bottom: -15px;
  right: -60px;
}

.photo {
  margin-top: 100px;
}

.photo_slider {
  max-width: 826px;
  width: calc(100% - 440px);
  float: left;
}
.photo_slider .owl-dots {
  display: none;
}
.photo_slider .owl-prev, .photo_slider .owl-next {
  top: 290px;
}
.photo_slider .owl-prev {
  right: -110px;
}
.photo_slider .owl-next {
  right: -190px;
}

.photo_info {
  float: right;
  max-width: 312px;
  width: 100%;
  margin: 100px 100px 0 0;
}

.pi_text_1 {
  font-size: 32px;
}
.pi_text_1 > span {
  font-weight: 500;
}

.pi_text_2 {
  font-size: 18px;
  opacity: 0.4;
  margin-top: 55px;
}

.photo_block {
  position: relative;
}
.photo_block:hover:after {
  filter: brightness(1.5);
}
.photo_block:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/zoom.png) center no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
.photo_block > a {
  display: block;
}
.photo_block > a > img {
  display: block;
}

.checked_items {
  margin: 100px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
}
.checked_items.ch_4 {
  grid-template-columns: repeat(4, 1fr);
}
.checked_items.ch_4 .checked_item {
  max-width: 278px;
}

.checked_item {
  max-width: 300px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 73px;
  position: relative;
}
.checked_item:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/check_green_40x40.svg) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.checked_item > span {
  color: #4B8D2A;
}

.gray_wrap_2 {
  background: #f6f8f9;
  padding: 20px 0 120px;
}
.gray_wrap_2 .we_slider {
  background: #fff;
  height: unset;
  min-height: 325px;
}
.gray_wrap_2 .we_slider:before {
  border-color: transparent transparent #fff transparent;
}

.gray_wrap_3 {
  background: #f6f8f9;
  padding: 1px 0;
  margin-top: 90px;
}

.we_recommend {
  margin: 80px auto;
}

.wr_colls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 30px;
  margin-top: 60px;
}

.wr_item {
  background: #fff;
  margin-bottom: 10px;
}
.wr_item.opened {
  border: 1px solid #4B8D2A;
}
.wr_item.opened .wri_popup {
  display: block;
}
.wr_item.opened .wri_head {
  color: #4b8d2a;
}
.wr_item.opened .wri_head:after {
  transform: translateY(-50%) rotate(180deg);
  filter: invert(42%) sepia(86%) saturate(377%) hue-rotate(56deg) brightness(94%) contrast(90%);
}
.wr_item.opened .wri_head > span {
  background: #4b8d2a;
}

.wri_head {
  display: table;
  width: 100%;
  height: 130px;
  position: relative;
  cursor: pointer;
  padding: 35px 100px 35px 130px;
}
.wri_head:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/faq_chev.svg) center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.wri_head > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
}
.wri_head > span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 44px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: #0080C6;
  position: absolute;
  left: 40px;
  top: 35px;
}

.wri_popup {
  display: none;
  padding: 0 40px 40px;
}

.wri_text {
  font-size: 20px;
  line-height: 120%;
}

/*page*/
.bi_logo {
  max-width: 300px;
  width: 100%;
  position: absolute;
  top: 40px;
  right: 20px;
}
.bi_logo > img {
  display: block;
}

.bi_task {
  background: #FFFFFF;
  box-shadow: -5px 20px 50px rgba(81, 115, 132, 0.1);
  padding: 1px 40px 20px;
  border-left: 2px solid #0080c6;
  margin-bottom: 50px;
}

.bi_data {
  padding: 0 40px;
}

.bi_solution {
  background: #F6F8F9;
  margin-top: 50px;
  padding: 1px 40px 40px;
}

.bi_flag {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  background: #0080C6;
  padding: 0 40px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 450;
  color: #fff;
  margin: 27px 0 0 -40px;
}

.bi_result {
  margin-top: 60px;
  border: 2px solid #4b8d2a;
  padding: 1px 40px 40px;
}

.brands_slider {
  margin-bottom: -120px;
}
.brands_slider > div {
  padding: 40px 0;
}
.brands_slider .owl-dots {
  display: none;
}
.brands_slider .owl-prev, .brands_slider .owl-next {
  top: -50px;
  right: 0;
}
.brands_slider .owl-prev {
  right: 80px;
}

.bs_content {
  width: 258px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: -5px 5px 10px rgba(81, 115, 132, 0.1);
  padding: 0 30px 30px;
  position: relative;
}
.bs_content:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -10px;
  height: 10px;
  background: #EAEDF0;
  z-index: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

/* MEDIA QUERIES*/
@media only screen and (max-width: 1450px) {
  .bot_contacts_wrap:before {
    display: none;
  }
} /*1450*/
@media only screen and (max-width: 1320px) {
  .bi_anchors {
    left: unset;
    transform: unset;
    right: 20px;
  }
  .photo_info {
    margin: 0;
  }
  .photo_slider {
    width: calc(100% - 332px);
  }
  .photo_slider .owl-prev, .photo_slider .owl-next {
    top: unset;
    bottom: 0;
  }
} /*1320*/
@media only screen and (max-width: 1270px) {
  .ww_img {
    width: 430px;
    top: 90px;
  }
  .bc_form_block {
    padding: 60px 20px;
  }
  .bcf_left {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .b_form {
    float: none;
    margin: 33px auto 0;
  }
  .bc_items {
    padding-left: 0;
  }
  .bc_item {
    margin-left: 30px;
  }
  .st_img {
    margin: 0;
  }
} /*1270*/
@media only screen and (max-width: 1200px) {
  .tel_block {
    float: none;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 20px;
  }
  .callback {
    margin-top: 50px;
    height: 34px;
    line-height: 30px;
  }
  .h_menu {
    transform: translateX(-45%);
  }
  .h_menu > li {
    margin: 0 5px;
  }
  .vb_left {
    max-width: 500px;
  }
  .vb_right {
    max-width: 100%;
    width: calc(100% - 530px);
    padding-top: 0;
  }
  .vb_text_1 {
    font-size: 28px;
  }
  .vb_text_2 {
    margin-top: 30px;
  }
  .projects_slider {
    padding-left: calc(100% - 516px);
  }
  .mp_left {
    width: calc(100% - 580px);
  }
  .map {
    transform: translateY(0);
    height: 500px;
  }
  footer {
    margin-top: 60px;
    padding-bottom: 65px;
  }
  .top_wrap.services {
    padding-bottom: 0;
  }
  .st_left {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .ms_items {
    margin: 27px auto 0;
    text-align: center;
  }
  .st_right {
    float: none;
    padding-top: 420px;
    margin: 0 auto;
  }
  .st_right:before {
    top: -20px;
  }
  .top_form {
    transform: translateY(0);
  }
  .tabs {
    margin-bottom: 50px;
  }
  .fn_text_1 {
    margin-top: 30px;
  }
  .fn_list {
    margin-top: 15px;
  }
  .fn_text_2 {
    margin-top: 20px;
  }
  .tabs2 {
    max-width: 170px;
  }
  .tab_content2 {
    width: calc(100% - 200px);
    max-width: 920px;
  }
  .sb_content {
    width: calc(100% - 774px);
    padding: 28px 20px;
  }
  .cbi_line {
    padding: 0 20px;
  }
  .cbi_line > div:nth-child(1) {
    font-weight: 500;
    width: 300px;
  }
  .cbi_line > div:nth-child(2) {
    width: calc(100% - 300px);
  }
  .contacts_bot .bc_form_block {
    transform: translateY(0);
  }
  footer.cont_foot {
    padding-top: 0px;
  }
  .i_types {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .i_types > a {
    padding: 15px 20px;
  }
  .i_types > a > span {
    font-size: 17px;
  }
  h1.smaller {
    font-size: 30px;
  }
} /*1200*/
@media only screen and (min-width: 1024px) {
  .rates_line:nth-child(1) .rl_right > div {
    position: relative;
  }
  .rates_line:nth-child(1) .rl_right > div:nth-child(2):before {
    content: "Преимущества 2";
  }
  .rates_line:nth-child(1) .rl_right > div:nth-child(3):before {
    content: "Преимущества 3";
  }
  .rates_line:nth-child(1) .rl_right > div:nth-child(4):before {
    content: "Преимущества 4";
  }
  .rates_line:nth-child(1) .rl_right > div:before {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    content: "Преимущества 1";
    font-size: 16px;
    white-space: nowrap;
    opacity: 0.4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
  }
  .bi_anchors.hidden {
    display: none;
  }
} /*+1024*/
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 70px;
  }
  header {
    height: 70px;
  }
  .logo {
    width: 180px;
    margin-top: 15px;
  }
  .mob_popup {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 70px;
    background: #F6F8F9;
    padding: 20px 20px 90px;
  }
  .mob_popup:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #E6E8E8;
    position: absolute;
    left: 0;
    top: 80px;
  }
  .tel_block {
    float: left;
    position: static;
  }
  .callback {
    max-width: 150px;
    height: 40px;
    margin: 0;
    font-size: 14px;
    line-height: 36px;
  }
  .h_menu {
    display: block;
    position: static;
    transform: translateX(0);
    margin-top: 100px;
  }
  .h_menu > li {
    display: block;
    margin: 0 0 40px;
    text-align: center;
  }
  .h_menu > li > a {
    font-size: 22px;
  }
  .burger {
    display: block;
  }
  .main_slider .owl-dots {
    bottom: -50px;
  }
  .ms_content_wrap > img {
    height: 630px;
  }
  .ms_content_wrap > img.ms_desk {
    display: none;
  }
  .ms_content_wrap > img.ms_mob {
    display: block;
  }
  .ms_content {
    left: 0;
    top: 60px;
    transform: translate3d(0, 0, 0);
    text-align: center;
  }
  h1 {
    font-size: 30px;
  }
  .ms_items {
    margin-top: 36px;
    grid-gap: 29px 10px;
  }
  .ms_item {
    font-size: 15px;
    padding: 0;
  }
  .ms_item:before {
    position: static;
    margin: 0 auto 9px;
  }
  .ms_btn {
    max-width: 480px;
    margin: 36px auto 0;
  }
  .ms_img {
    display: inline-block !important;
  }
  .c_head {
    font-size: 32px;
    text-align: center;
  }
  .vb_left {
    max-width: 400px;
  }
  .vb_right {
    width: calc(100% - 420px);
  }
  .vb_text_1 {
    font-size: 24px;
    line-height: 110%;
  }
  .vb_text_2 {
    margin: 30px 0 20px;
  }
  .why_we .c_head {
    max-width: 100%;
  }
  .we_slider {
    height: unset;
    max-width: unset;
    width: calc(100% + 40px);
    transform: translateX(-20px);
    margin: 40px 0 110px;
  }
  .we_slider .owl-prev, .we_slider .owl-next {
    top: unset;
    bottom: -90px;
  }
  .we_slider .owl-prev {
    left: calc(50% - 70px);
  }
  .we_slider .owl-next {
    left: calc(50% + 10px);
  }
  .we_slider:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .ws_content {
    max-width: unset;
    padding: 110px 20px 37px;
  }
  .ws_head {
    font-size: 18px;
  }
  .ws_text {
    font-size: 16px;
    max-width: unset;
  }
  .ww_img {
    display: none;
  }
  .we_counter {
    left: 20px;
    top: 50px;
  }
  .personal_service {
    margin-top: 150px;
  }
  .ps_items, .cs_items {
    margin-top: 35px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .psi_name > span {
    font-size: 16px;
  }
  .main_projects_wrap {
    margin-top: 70px;
    padding: 50px 0 40px;
  }
  .main_articles {
    margin-top: 60px;
  }
  .main_articles .c_head {
    margin-bottom: 30px;
  }
  .ma_cards {
    max-width: 410px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .ma_card:nth-child(2) {
    display: none;
  }
  .bot_contacts_wrap {
    margin-top: 70px;
  }
  .bc_item {
    float: none;
    margin: 0 0 37px !important;
    text-align: center;
    max-width: 100% !important;
  }
  .rates_block {
    margin: 60px auto 30px;
  }
  .tabs_block {
    margin-top: 25px;
  }
  .tabs {
    margin-bottom: 20px;
  }
  .rates_line {
    height: unset;
    padding: 0;
    background: none !important;
  }
  .rl_left {
    width: 100%;
    min-height: 34px;
    float: none;
    height: unset;
    margin-bottom: 6px;
  }
  .rl_right {
    display: block;
    max-width: 100%;
    float: none;
    height: unset;
  }
  .rl_right > div {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 0 20px;
    height: 34px;
    margin-bottom: 6px;
    background: #F6F8F9 !important;
  }
  .rl_right > div:after {
    display: block;
    float: right;
    content: "";
    width: 26px;
    height: 26px;
    background: url(../images/plus.svg) center no-repeat;
    transform: translateY(-21px);
  }
  .rl_right > div.minus:after {
    background: url(../images/minus.svg) center no-repeat;
  }
  .rl_right > div:before {
    display: block;
    content: "Преимущества 1";
    opacity: 0.4;
    float: left;
    padding-top: 7px;
  }
  .rl_right > div:nth-child(2):before {
    content: "Преимущества 2";
  }
  .rl_right > div:nth-child(3):before {
    content: "Преимущества 3";
  }
  .rl_right > div:nth-child(4):before {
    content: "Преимущества 4";
  }
  .rl_right > div.minus {
    background: #F6F8F9 url(../images/minus.svg) right center no-repeat;
  }
  .faq_wrap {
    padding: 60px 0 70px;
  }
  .faq_wrap:before {
    width: 360px;
    height: 230px;
    background: url(../images/faq_mob.png) 0 0 no-repeat;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .storing_left {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .st_img {
    float: none;
    margin: -40px auto 0;
  }
  .sl_top {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 25px 20px 10px;
    margin: 30px 0 20px;
  }
  .sl_top p {
    font-size: 16px;
  }
  .sl_content p {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
  }
  .sl_btn {
    margin-top: 25px;
  }
  .spec_block {
    display: block;
  }
  .spec_block > img {
    max-width: 100%;
    float: none;
  }
  .spec_block:before {
    top: unset;
    bottom: 0;
    transform: rotate(90deg);
  }
  .sb_content {
    width: 100%;
    float: none;
  }
  .contacts_top {
    padding: 40px 20px 0;
  }
  .ct_left {
    float: none;
    max-width: 100%;
  }
  .ct_map {
    max-width: 100%;
    width: 100%;
    height: 400px;
  }
  .gray_wrap {
    padding-top: 40px;
  }
  .side_top {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px 60px;
  }
  .side_top.page_top {
    padding: 30px 20px;
    position: relative;
  }
  .side_top.page_top h1 {
    max-width: 100%;
    font-size: 32px;
  }
  .bi_logo {
    position: static;
    margin: 20px auto 90px;
  }
  .bi_task {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 1px 20px 30px;
    margin-bottom: 30px;
  }
  .bi_data {
    padding: 0;
  }
  .bi_solution {
    margin-top: 30px;
    padding: 1px 20px 40px;
  }
  .bi_flag {
    font-size: 20px;
    padding: 0 20px;
    margin: 24px 0 0 -20px;
  }
  .bi_result {
    margin-top: 30px;
    padding: 1px 20px 40px;
  }
  .side_left {
    width: 100%;
  }
  .side_right {
    width: 100%;
    border-left: none;
    padding: 0 !important;
    margin-top: 20px;
    font-size: 16px;
  }
  .about_start {
    padding: 60px 20px 70px;
  }
  .as_items {
    flex-direction: column;
    margin-top: 30px;
  }
  .as_item {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    font-size: 16px;
    padding: 20px;
  }
  .aw_items {
    margin-top: 30px;
  }
  .at_img {
    width: calc(50% - 20px);
    margin: 60px 0 0 0;
  }
  .blog {
    margin-top: 40px;
  }
  .blog_items {
    grid-gap: 40px 15px;
  }
  .listing {
    margin-top: 40px;
  }
  .bi_anchors {
    position: static;
  }
  .bi_content {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
  .art_block {
    margin-top: 40px;
  }
  .i_types {
    margin: 40px auto;
  }
  .other_services:before {
    display: none;
  }
  .photo {
    margin-top: 50px;
  }
  .checked_items {
    margin: 50px auto;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .checked_item {
    padding-top: 50px;
    font-size: 16px;
  }
  .gray_wrap_2 {
    padding: 1px 0 20px;
  }
  .gray_wrap_3 {
    margin-top: 40px;
  }
  .we_recommend {
    margin: 40px auto;
  }
  .wr_colls {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .wri_head {
    height: 90px;
    padding: 20px 50px 20px 70px;
  }
  .wri_head:after {
    right: 20px;
  }
  .wri_head > div {
    font-size: 18px;
  }
  .wri_head > span {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    left: 20px;
  }
  .wri_popup {
    padding: 0 20px 20px;
  }
  .wri_text {
    font-size: 16px;
  }
} /*1024*/
@media only screen and (max-width: 900px) {
  .bc_form_block {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    clip-path: unset;
  }
  .contacts_bot .bc_form_block {
    transform: translateY(0);
    transform: translateX(-20px);
  }
  .bf_left {
    max-width: 520px;
    margin: 0 auto;
    float: none;
  }
  .bf_right {
    float: none;
    margin: 0 auto;
  }
  .bf_input.fl, .fl.bf_area {
    float: none;
    max-width: 100%;
  }
  .bf_submit {
    max-width: 100%;
    margin-top: 10px;
  }
} /*900*/
@media only screen and (max-width: 768px) {
  .main_services .c_head {
    padding-right: 0;
  }
  .ss_content {
    width: 100%;
    max-width: 480px;
    height: auto;
    padding: 15px 20px 75px;
    margin: -40px auto 0;
    position: relative;
  }
  .ss_img > img {
    width: 80px;
  }
  .ss_head {
    width: 190px;
    margin: 10px 0 0 13px;
  }
  .ss_list {
    margin-top: 10px;
  }
  .video_block {
    margin-top: 30px;
  }
  .vb_left {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .vb_left > a {
    margin-top: 40px;
  }
  .vb_right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .vb_right.serv {
    text-align: left;
  }
  .fn_name {
    font-size: 24px;
  }
  .fn_text_2 {
    font-size: 16px;
  }
  .mp_left {
    height: unset;
    max-width: 100%;
    width: 100%;
    position: static;
  }
  .main_projects_wrap {
    padding-bottom: 150px;
  }
  .projects_slider {
    padding-left: 0;
  }
  .projects_slider .owl-nav {
    display: none;
  }
  .mp_btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: -90px;
  }
  .ma_cards {
    max-width: 100%;
    float: none;
    width: 100%;
  }
  .mac_date {
    left: 0;
  }
  .mac_name {
    font-size: 16px;
  }
  .ma_items {
    float: none;
    width: 100%;
    margin-top: 35px;
  }
  .ma_item {
    padding: 20px 0;
  }
  .mai_name {
    font-size: 16px;
  }
  .bcf_head {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .ma_btn {
    max-width: 500px;
    margin: 30px auto 0;
  }
  .map {
    height: 460px;
  }
  .f_right {
    float: none;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  footer {
    text-align: center;
    margin-top: 30px;
  }
  .fc_head {
    height: 50px;
    margin-top: 30px;
  }
  .fc_head.empty {
    display: none;
  }
  .fc_menu > li {
    margin-bottom: 22px;
  }
  .fc_menu > li > a {
    font-size: 16px;
  }
  .f_left {
    float: none;
    margin: 20px auto 0;
  }
  .copy {
    margin-top: 38px;
  }
  .dev {
    margin-top: 25px;
  }
  .top_wrap h1 {
    text-align: center;
  }
  .services_top {
    margin-top: 30px;
  }
  .st_text {
    font-size: 16px;
    text-align: center;
  }
  .st_right {
    max-width: unset;
    width: calc(100% + 40px);
    transform: translateX(-20px);
    float: none;
    padding-top: 0;
    margin-top: 35px;
  }
  .st_right:before {
    display: block;
    content: "";
    width: 100%;
    height: 270px;
    background: url(../images/tfr_img_mob.png) left bottom no-repeat;
    position: static;
    top: -100px;
    right: 0;
  }
  .top_form {
    clip-path: unset;
    padding: 40px 20px;
  }
  .tf_left, .tf_right {
    float: none;
    width: 100%;
  }
  .tf_right {
    display: flex;
    flex-direction: column;
  }
  .tf_input {
    width: 100%;
  }
  .tf_data {
    height: unset;
    order: 2;
    text-align: center;
    margin-bottom: 0;
  }
  .tf_submit {
    margin: 10px 0 20px;
  }
  .tabs_block2 {
    margin-top: 30px;
  }
  .tabs .tab {
    font-size: 11px;
  }
  .tabs2 {
    max-width: 100%;
    float: none;
    background: #689A4E;
    position: relative;
  }
  .tabs2.opened:after {
    transform: rotate(180deg);
  }
  .tabs2.opened .tab2 {
    display: block;
  }
  .tabs2:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/faq_chev.svg) center no-repeat;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(284deg) brightness(506%) contrast(101%);
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .tabs2 .tab2 {
    display: none;
    height: 60px;
    color: #fff !important;
    line-height: 60px;
    border-bottom: none !important;
    padding: 0 50px 0 20px;
  }
  .tabs2 .tab2.active {
    display: block;
  }
  .tabs2 .tab2:after {
    display: none !important;
  }
  .tab_content2 {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .storing {
    margin-top: 60px;
  }
  .spec_block {
    margin-top: 20px;
  }
  .spec_block:before {
    border-width: 0 40px 40px 0;
  }
  .sb_name {
    font-size: 24px;
  }
  .sb_text {
    font-size: 16px;
    margin-top: 9px;
  }
  .comp_services {
    margin-top: 60px;
  }
  .cbi_line {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    min-height: 40px;
  }
  .cbi_line > div {
    font-size: 16px;
  }
  .cbi_line > div:nth-child(1) {
    width: 240px;
  }
  .cbi_line > div:nth-child(2) {
    width: calc(100% - 240px);
  }
  .ctl_item {
    padding: 15px 0 15px 48px;
  }
  .ctl_item > img {
    top: 13px;
  }
  .ctl_item:last-child > img {
    top: 8px;
  }
  .cb_info {
    margin-top: 30px;
  }
  .ctl_tel {
    font-size: 24px;
  }
  .ctl_text {
    font-size: 20px;
  }
  .ctl_email {
    font-size: 20px;
  }
  .ctl_day {
    margin-bottom: 15px;
  }
  .ctl_day > span:nth-child(1) {
    font-size: 15px;
  }
  .ctl_day > span:nth-child(2) {
    font-size: 17px;
  }
  .aw_item {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
  }
  .aw_item > div {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    height: 80px;
    font-size: 30px;
    line-height: 60px;
  }
  .aw_item > span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
  }
  .at_left {
    width: 100%;
    float: none;
    max-width: 100%;
    padding: 25px 20px;
    font-size: 16px;
  }
  .at_left:after {
    border-width: 0 0 40px 40px;
  }
  .at_img {
    width: 100%;
    float: none;
    margin: 44px auto 0;
  }
  .about_today {
    margin-top: -410px;
  }
  .about_way {
    padding-bottom: 450px;
  }
  .at_top {
    margin-top: 30px;
  }
  .at_bot {
    margin-top: 14px;
    gap: 15px;
    flex-direction: column;
  }
  .at_bot > div {
    font-size: 16px;
  }
  .blog_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog_item .mac_name {
    height: 60px;
  }
  .side_top.blog_inner_top {
    padding: 30px 20px 150px;
  }
  .side_top.blog_inner_top h1 {
    max-width: 100%;
    font-size: 30px;
  }
  .bic_head {
    font-size: 26px;
  }
  .bi_anchors {
    max-width: 480px;
    width: 100%;
  }
  .bic_head {
    font-size: 25px;
  }
  .bic_list {
    margin-top: 20px;
  }
  .bic_list > li > a {
    font-size: 16px;
  }
  .bi_content {
    max-width: 100%;
  }
  .bi_content p {
    margin-top: 15px;
    font-size: 16px;
  }
  .bi_head {
    font-size: 26px;
  }
  .bi_head_2 {
    font-size: 23px;
    margin-top: 15px;
  }
  .bi_info {
    font-size: 16px;
    padding: 20px;
    margin-top: 20px;
  }
  .bi_info:after {
    border-width: 0 0 40p 40px;
  }
  .bi_list {
    margin-top: 15px;
  }
  .bi_list > li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .bi_list_2 {
    margin-top: 15px;
  }
  .bi_list_2 > li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .i_types {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .i_types > a {
    min-height: 80px;
    padding: 15px 20px;
  }
  .i_types > a > span {
    font-size: 16px;
  }
  .photo_slider {
    width: 100%;
    float: none;
    margin-top: 32px;
  }
  .photo_slider .owl-prev, .photo_slider .owl-next {
    top: -70px;
  }
  .photo_slider .owl-prev {
    right: unset;
    left: 0;
  }
  .photo_slider .owl-next {
    right: 0;
  }
  .photo_info {
    max-width: 100%;
    float: none;
    text-align: center;
  }
  .pi_text_1 {
    font-size: 25px;
  }
  .pi_text_2 {
    font-size: 16px;
    margin-top: 30px;
  }
  .checked_items {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .main_projects.marg {
    margin: 40px auto 120px;
  }
} /*768*/
@media only screen and (max-width: 600px) {
  .ps_items, .cs_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .st_img {
    max-width: 260px;
  }
  .cbi_line {
    display: block;
    padding: 10px 20px;
  }
  .cbi_line > div:nth-child(1) {
    width: 100%;
  }
  .cbi_line > div:nth-child(2) {
    width: 100%;
  }
  .about_reviews {
    margin: 40px auto -150px;
  }
  .rev_slider {
    margin-top: 0;
  }
  .rev_slider .owl-prev, .rev_slider .owl-next {
    top: 50px;
    right: 0;
  }
  .rev_slider .owl-prev {
    right: unset;
    left: 0;
  }
  .rs_content {
    width: 100%;
    min-height: unset;
    background: #fff;
    box-shadow: unset;
    text-align: center;
    padding: 0;
  }
  .rs_content:before, .rs_content:after {
    display: none;
  }
  .listing > li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
  }
  .listing > li.list_prev, .listing > li.list_next {
    padding: 0 !important;
  }
  .listing > li.list_prev:before, .listing > li.list_next:before {
    top: 9px;
  }
  .listing > li.list_prev > a, .listing > li.list_next > a {
    width: 30px;
    height: 30px;
  }
  .listing > li.list_prev > a > span, .listing > li.list_next > a > span {
    display: none;
  }
  .listing > li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .art_slider {
    margin-top: 30px;
  }
  .art_slider .blog_item {
    width: 100%;
    min-height: auto;
  }
  .art_slider .blog_item img {
    display: block;
    width: 100%;
  }
  .art_slider .owl-prev, .art_slider .owl-next {
    top: -75px;
    right: 0;
  }
  .art_slider .owl-prev {
    right: unset;
    left: 0;
  }
  .brands_slider .owl-nav {
    display: none;
  }
} /*600*/
@media only screen and (max-width: 450px) {
  .boxes .window {
    width: 360px;
  }
  .modal_content {
    padding: 20px;
  }
  .blog_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog_item .mac_name {
    height: auto;
  }
  .blog_item .mac_text {
    height: auto;
  }
  .i_types {
    grid-template-columns: repeat(1, 1fr);
  }
  .i_types > a {
    min-height: 60px;
    padding: 10px 20px;
  }
  .checked_item {
    font-size: 14px;
  }
} /*450*/

/*# sourceMappingURL=style.css.map */
