@import url("normalize.css");
@import url("fonts.css");
@import url("fancybox.css");
@import url("swiper.css");
@import url("globals.css");




:root {
  --color: #1F1F1F;
  --color-a: #0d6efd;
  --color-a-hover: #7bb0ff;
  --color-light: #778392;
  --color-elements: #05A0EB;
  --color-additional: #003089;
  --bg-light: #F5F5F5;
  --bg-additional: #003089;
  --bg-elements: #05A0EB;
  --btn-primary: #05A0EB;
  --btn-primary-bolder: #05A0EB;
  --btn-primary-color: #fff;
  --btn-primary-hover: #47bef7;
  --btn-secondary: #003089;
  --btn-secondary-bolder: #003089;
  --btn-secondary-color: #fff;
  --btn-secondary-hover: #2051ad;
  --font-family: "StarFont", sans-serif;
  --transition-duration: .25s;
  --index: calc(1vw + 1vh);
}

html {
  /* font-size: .8333333333vw;*/
}


body {
  margin: 0;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.42857143;
  color: var(--color);
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

.down-arrow {
  border: solid var(--color);
  border-width: 0 .0625rem .0625rem 0;
  display: inline-block;
  padding: .125rem;
  vertical-align: .3125rem;
  margin-left: .25rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.open>.dropdown-toggle .down-arrow {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}

.admin-bar .header {
  top: 32px;
}

.header._scroll {
  -webkit-box-shadow: 0 .625rem 2.5rem 0 rgba(9, 29, 53, .08);
  box-shadow: 0 .625rem 2.5rem 0 rgba(9, 29, 53, .08);
}

.header,
.header._scroll {
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(.9375rem);
  backdrop-filter: blur(.9375rem);
  transition: .5s;
}

.home .header:not(.header._scroll) {
  background: 0 0;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.625rem;
  gap: 1.875rem;
  transition: .3s;
}

.header._scroll .header__top {
  height: 4.0625rem;
}

.header._scroll .main_nav_menu>li>a {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}

.logo,
.logo img {
  width: 20.375rem;
  height: 4.375rem;
  transition: .3s;
}

.header._scroll .logo,
.header._scroll .logo img {
  width: 13.125rem;
  height: 2.8125rem;
}

.header__info {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
  font-size: .875rem;
}

.header__address {
  max-width: 11.6875rem;
}

.header__mess {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.mess__text {
  color: var(--color-light);
  font-size: .8125rem;
  width: 7.1875rem;
}

.mess__txt {
  color: var(--color-light);
  font-size: .8125rem;
  margin-bottom: 12px;
}

.icon-mess {
  width: 2.5rem;
  height: 2.5rem;
}

.mess__items {
  display: flex;
  gap: .1875rem;
}

.mess__link+.mess__link {
  margin-left: .1875rem;
}

.mess__link {
  width: 2.5rem;
  height: 2.5rem;
}

.mess__link .icon-mess {
  transition: .2s
}

.mess__link:hover .icon-mess {
  width: 2.3125rem;
  height: 2.3125rem;
}

.contacts-info__text {
  font-size: .8125rem;
  color: var(--color-light);
  white-space: nowrap;
}

.contacts-info__phone {
  font-size: 1.25rem;
  font-weight: 600;
  white-space: nowrap;
}

.contacts-info__tel,
.contacts-info__mail {
  display: block;
  font-weight: 600;
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 1;
}

.contacts-info__tel:hover,
.contacts-info__mail:hover {
  color: var(--color-elements);
}

.contacts-info__work {
  color: var(--color-light);
}

.contacts-info__dropdown>[class^="contacts-info__"],
.footer__block [class^="contacts-info__"] {
  margin-bottom: .875rem;
}

.contacts-info__dropdown>[class^="contacts-info__"]:last-child,
.footer__block [class^="contacts-info__"]:last-child {
  margin-bottom: 0;
}

.header__menu {
  border-top: .0625rem solid rgb(217 217 217 / 16%);
  /*border-bottom: 1px solid #EDEDED;*/
}

.main_nav_menu {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.9375rem;
  position: relative;
  z-index: 5;
  list-style: none;
}

.main_nav_menu>li {
  padding: 0 .9375rem;
  position: relative;

}

.main_nav_menu>li>a {
  text-decoration: none;
  padding: .9375rem 0;
  color: var(--color);
  position: relative;
  display: block;
  white-space: nowrap;
  font-size: .9375rem;
  font-weight: 600;
  text-transform: uppercase;
}

.main_nav_menu>li.menu-item-has-children>a:before {
  top: calc(50% - .125rem);
  right: 0;
  -webkit-transition: -webkit-transform .15s linear 0s;
  -o-transition: -o-transform .15s linear 0s;
  transition: transform .15s linear 0s;
  content: '';
  border: var(--color) solid;
  padding: .1875rem;
  border-width: 0 .0625rem .0625rem 0;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
}

.main_nav_menu>li.menu-item-has-children>a:after {
  opacity: 0 !important;
  visibility: hidden !important;
}

.main_nav_menu>li.menu-item-has-children>a {
  padding-right: 1.5625rem;
}

.main_nav_menu>li>a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: .125rem;
  margin: auto;
  left: 0;
  right: 0;
  background-color: var(--bg-elements);
  transition: width .2s linear;
}

.main_nav_menu>li>a:hover:after {
  width: 100%;
}

.main_nav_menu ul.sub-menu {
  position: absolute;
  padding: 15px 7px;
  top: -312.5rem;
  left: 0;
  right: 0;
  width: 420px;
  border-radius: 13px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(.625rem);
  -ms-transform: translateX(.625rem);
  -o-transform: translateX(.625rem);
  transform: translateX(.625rem);
  -webkit-transition: opacity .15s linear 0s, visibility .15s linear 0s, -webkit-transform .15s linear 0s;
  -o-transition: opacity .15s linear 0s, visibility .15s linear 0s, -o-transform .15s linear 0s;
  transition: opacity .15s linear 0s, visibility .15s linear 0s, transform .15s linear 0s;
  -webkit-box-shadow: 0 0 2.5rem 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 2.5rem 0 rgb(0 0 0 / 20%);
  background-color: #fff;
  list-style: none;
}



.main_nav_menu li:hover>ul.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  top: 100%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

ul.sub-menu>li>a {
  display: block;
  clear: both;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: .625rem .9375rem;
  color: var(--color);
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}

ul.sub-menu li a:hover,
ul.sub-menu li a:focus {
  color: var(--color-elements);
}



.main {
  padding-top: 9.6875rem;
}

.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #EFF1F3;
  background-image: url(../image/slider-01-img-b1.jpg);
  margin-top: -9.6875rem;
  min-height: 46.875rem;
  max-height: 54.375rem;
}

.hero__image {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
}


.hero__container.container {
  display: flex;
  align-items: center;
  height: 100%;
}

.hero__inner {
  margin-top: 9.6875rem;
  max-width: 43.75rem;
}

.hero__inner h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1.375rem;
}

.hero__subtitle {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 2.8125rem;
}

.hero__btn {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  padding: .875rem 2.1875rem;
  height: auto;
  display: flex;
  gap: .8125rem;
  align-items: center;
  max-width: 20.875rem;
}

.hero__btn-wrap {
  max-width: 14.375rem;
  text-align: left;
  line-height: 1.3;
  white-space: normal;
}

.hero__btn span {
  font-weight: 600;
}

.hero__btn .icon-arrow-next {
  fill: #fff
}

.icon-arrow-next {
  width: 1.625rem;
  height: 1.625rem;
}


.adv {
  display: flex;
  align-items: center;
  gap: 6.25rem;
}

.adv__item {
  max-width: 9.375rem;
}

.adv__big {
  color: var(--color-elements);
  font-size: 4rem;
  font-weight: 800;
}

.adv__text {
  font-size: .9375rem;
}

.section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.section__center {
  display: flex;
  justify-content: center;
  padding: .9375rem 0;
}

.title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 2.5rem;
  max-width: 56.25rem;

}

.title span {
  font-weight: 800;
}

.subtitle {
  font-size: 1.5rem;
}

.title+.subtitle {
  margin-top: -1.25rem;
}

.swiper--scroll .swiper-wrapper {
  margin-bottom: 3.25rem;

}

.swiper-scrollbar-drag {
  background: var(--bg-elements, rgba(0, 0, 0, 0.5));
  cursor: pointer;
}

.faq+.faq {
  margin-top: 30px;
}

.faq>.faq__title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.faq__wrapper {
  display: flex;
  align-items: center;
  gap: 2.8125rem;
  margin-bottom: 2rem;
}

.faq__title span:after {
  content: "";
  display: inline-block;
  height: .5rem;
  width: 2.25rem;
  background-color: var(--color);
  vertical-align: .6875rem;
}

.faq__subtitle {
  max-width: 32.5rem;
}

.faq__item {
  background: var(--bg-light);
  border-radius: 1.0625rem;
}

.faq__item+.faq__item {
  margin-top: .625rem;
}

.faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 1.5625rem;
  padding-right: 4.375rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  gap: 1.25rem;
}

.faq__num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-light);
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.faq__close {
  flex: 0 0 3rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--bg-elements);
  border: .125rem solid var(--bg-elements);
  position: absolute;
  right: 1.25rem;
  border-radius: 50%;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

.faq__close:after,
.faq__close:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.0625rem;
  right: 50%;
  margin-right: -0.625rem;
  width: 1.25rem;
  height: .125rem;
  background-color: #fff;
  -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out
}

.faq__close:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -sand-transform: rotate(90deg)
}

.faq__item.open .faq__close {
  background-color: #fff;
}

.faq__item.open .faq__close:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -sand-transform: rotate(0deg);
  background-color: var(--bg-elements);
}

.faq__text {
  padding-left: 5.4375rem;
  padding-right: 4.375rem;
  padding-bottom: 1.875rem
}

.faq__head:hover .faq__close {
  background-color: #fff
}

.faq__head:hover .faq__close:after,
.faq__head:hover .faq__close:before {
  background-color: var(--bg-elements)
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  width: 20rem;
  padding: 1.875rem;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 1.0625rem;
  -webkit-box-shadow: 0 .375rem .75rem rgba(0, 0, 0, .175);
  box-shadow: 0 .375rem .75rem rgba(0, 0, 0, .175);
}

.open>.dropdown-menu {
  display: block;
}

.dropdown-inner {
  position: relative;
}

.burger {
  right: .0625rem;
  top: -0.125rem;
  cursor: pointer;
  background: #2a2e3f;
  box-sizing: border-box;
  background-clip: content-box;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  border-top: .6875rem solid transparent;
  border-bottom: .6875rem solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  z-index: 3;
}

.burger {
  display: none;
}

.burger:before,
.burger:after {
  content: "";
  position: absolute;
  background: #2a2e3f;
  height: .125rem;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.burger:before {
  top: -0.5rem;
}

.burger:after {
  bottom: -0.5rem;
}

.show-sidebar .burger {
  background: 0 0;
  background-clip: content-box;
}

.show-sidebar .burger:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #000000;
  width: 110%;
}

.show-sidebar .burger:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #000000;
  width: 110%;
}

.overlay {
  background: rgba(0, 0, 0, .6);
  backdrop-filter: blur(.625rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.js-mb-menu.overlay {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.show-sidebar .js-mb-menu.overlay {
  display: block;
}

body.show-sidebar {
  overflow: hidden;
}

.mb-menu {
  position: fixed;
  top: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  left: -32.5rem;
  height: 100%;
  overflow: auto;
  width: 32.5rem;
  background: #fff;
  padding: 1.25rem;
  z-index: 15;
}

.mb-menu.active {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mb-menu__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: #fff;
  width: 3.4375rem;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
}

.mb-menu li {
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-weight: 600;
  font-size: 1.125rem;
}

.mb-menu li>a {
  text-decoration: none;
  color: #26211a;
}

.mb-menu__main>li ul.sub-menu {
  padding: .625rem 0 0;
  display: none;
  clear: both;
}

.mb-menu__main span.head {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 3.25rem;
}

.mb-menu__main span.head:after {
  top: 50%;
  right: 0;
  -webkit-transition: -webkit-transform .15s linear 0s;
  -o-transition: -o-transform .15s linear 0s;
  transition: transform .15s linear 0s;
  content: '';
  border: #26211a solid;
  padding: .1875rem;
  border-width: 0 .0625rem .0625rem 0;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
}

.mb-menu__main .sub-menu li a {
  font-size: 1rem;
  background: 0 0;
  color: #26211a;
  border: 0;
  padding: 0;
  font-weight: 300;
}

.mb-menu__inf {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mb-menu__logo {
  max-width: 12.8125rem;
}

.mb-menu__contacts,
.mb-menu__nav {
  border-top: 1px solid rgb(0 0 0 / 9%);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--color);
  width: 2.875rem;
  height: 2.875rem;
  background: #fff;
  border-radius: 1.0625rem;
}

.services {
  background: var(--bg-additional);
  color: #fff;
}

.services__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;

}



.services__item {
  padding: 0 .9375rem;
  margin-bottom: 1.875rem;
  width: 33.3333%;
}

.services__wrap {
  position: relative;
  background: #fff;
  color: var(--color);
  padding: 1.5625rem;
  padding-right: 5.5rem;
  border-radius: 1.0625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 11.25rem;
}

.services-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.services-body .subtitle {
  font-size: 1.25rem;
  margin: 0;
  max-width: 31%;
  text-align: right;
}

.services__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .375rem;
}

.services__icon {
  position: absolute;
  right: 1.5625rem;
  bottom: 1.5625rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.services__wrap:hover,
.services__wrap:focus {
  background-color: var(--btn-primary);
}

.services__wrap:hover .services__icon,
.services__wrap:focus .services__icon {
  fill: #fff;
  transform: rotate(47deg);
}

.services__page.services__items {
  padding: 20px 20px 10px 20px;
  background: #f1f4f8;
  border: 1px solid #dfe7f1;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgb(15 23 42 / .075);
  margin: 0;
}

.services__page .services__item {
  padding: 0 .4375rem;
  margin-bottom: .875rem;
  width: auto;
}

.services__page .services__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .625rem .75rem;
  padding-right: 3.5rem;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dfe7f1;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgb(15 23 42 / .045);
}



.services__page .services__wrap:hover {
  background: var(--bg-elements);
  color: #fff;
}

.services__page .services__title {
  font-size: .875rem;
  font-weight: 400;
}

.services__page .services__icon {
  right: .9375rem;
  bottom: 50%;
  margin-bottom: -0.6875rem;
}

.services__page .icon-arrow-next {
  width: .75rem;
  height: .75rem;
}

.services-hero__left .breadcrumb {
  margin-bottom: 45px;
}

.services-hero__left .breadcrumbs__link {
  color: #fff;
}



.services-masonry-js {
  margin: 0 auto;
}

.masonry-item-js {
  width: calc(33.333% - 20px);
  margin-bottom: 30px;
  break-inside: avoid;
}

.masonry-card-js {
  padding: 25px;
  /*background: #f1f4f8;*/
  border: 1px solid #dfe7f1;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgb(15 23 42 / .075);
}

.masonry-title-js {
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
}

.masonry-title-js a {
  border-bottom: 1px solid #dbdbdb;
}

.masonry-subservices-js {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 17px;
}

.masonry-link-js {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;  
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 14px;
}

.icon-masonry {
  width: .75rem;
  height: .75rem;
}

.masonry-title-js:hover {
  color: var(--color-elements);
}

.masonry-title-js:hover a {
  border-color: var(--bg-elements);
}

.masonry-link-js:hover {
  background: var(--bg-elements);
  color: #fff;
}

.masonry-link-js:hover .icon-masonry {
  fill: #fff
}


.company__wrap {
  background: var(--bg-light);
  border-radius: 1.875rem;
  padding: 3.125rem;
}

.company-text {
  display: flex;
  margin-bottom: 3.75rem;
}

.company-text__title {
  font-weight: 600;
  padding-right: 2.5rem;
  width: 50%;
  flex: 0 0 50%;
}

.company-info {
  display: flex;
  margin: 0 -0.5rem;
}

.company-info__item {
  padding: 0 .5rem;
  width: 25%;
  flex: 0 0 25%;
}

.company-info__wrap {
  background: #fff;
  height: 100%;
  border-radius: 1.0625rem;
  padding: 1.6875rem;
  font-size: .9375rem;
}

.company-info__numbers {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1.6875rem;
  color: var(--color-additional);
}

.company-info__numbers span {
  font-size: 2.25rem;
}

.interest {
  padding-top: 0;
}

.interest-services {
  padding-top: 50px;
}

.interest__wrap {
  background-color: #000;
  background-image: url(../image/tpl25_55474585.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  border-radius: 1.875rem;
  padding: 3.125rem;
  color: #fff;
}

.interest__title {
  font-weight: 600;
}

.interest-list {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 -0.9375rem;
  margin-top: 3.125rem;
}

.interest-list__item {
  width: 50%;
  flex: 0 0 50%;
}

.interest-list__item {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 .9375rem;
  margin-bottom: 3.125rem;
}

.interest-list__icon {
  width: 2rem;
  height: 2rem;
}

.interest-list__title {
  margin-top: 1.0625rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.interest-list__txt {
  font-size: .875rem;
  margin-top: 1.0625rem;
}

.step__items {
  display: flex;
  margin: 0 -1.25rem;
}

.step__item {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 20px;
}

.step__wrap {
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  border-radius: 1.0625rem;
  padding: 2.1875rem 2.1875rem 13.125rem;
  height: 100%;
}

.step__item--1 .step__wrap {
  background-image: url(../image/step1.jpg);
}

.step__item--2 .step__wrap {
  background-image: url(../image/step2.jpg);
}

.step__item--3 .step__wrap {
  background-image: url(../image/step3.jpg);
}

.step__numbers {
  color: var(--color-elements);
  background: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  border-radius: .4375rem;
  padding: .625rem .9375rem;
}

.step__title {
  font-size: 1.375rem;
  font-weight: 800;
  margin-top: 1.875rem;
}

.step__txt {
  font-size: .9375rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.step__txt {
  margin-top: 1.25rem;
}



.partners__items {
  display: flex;
  align-items: center;
  margin: 0 -1.875rem;
}

.partners__item {
  padding: 0 1.875rem;
  flex: 0 0 20%;
  width: 20%;
}

.reviews__columns {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.reviews__col-right {
  padding-left: 10%;
}

.reviews__btn {
  margin-top: 1.75rem;
  display: flex;
  gap: 1.0625rem;
}

.comment {
  column-count: 2;
  column-gap: 0;
  margin: 0 -0.5rem;
}

.comment__item {
  break-inside: avoid;
  padding: 0 .5rem;
  margin-bottom: 1rem;
}

.comment__wrap {
  border: .0625rem solid #D9D9D9;
  border-radius: 1.0625rem;
  padding: 2.1875rem;
}

.comment__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: .75rem;
}

.comment__text {
  margin-top: .75rem;
}

.comment__autor {
  margin-left: .75rem;
  font-size: .8125rem;
}

.comment__name {
  font-size: .875rem;
  font-weight: 600;
}

.comment__date {
  color: var(--color-light);
}

.comment__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  background-color: #78909C;
  color: #fff;
}

.comment__item:nth-child(5n+1) .comment__avatar {
  background-color: #01579B;
}

.comment__item:nth-child(5n+2) .comment__avatar {
  background-color: #689F38;
}

.comment__item:nth-child(5n+3) .comment__avatar {
  background-color: #0097A7;
}

.comment__item:nth-child(5n+4) .comment__avatar {
  background-color: #33691e;
}


.rating-stack {
  top: auto;
  left: auto;
  display: inline-block;
  position: relative
}

.rating-stack:after,
.rating-stack:before {
  content: '';
  width: 1.6875rem;
  height: 1.6875rem;
  background: 0 0/1.6875rem 1.6875rem no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.rating-stack,
.rating-stack:after,
.rating-stack:before {
  width: .9375rem;
  height: .9375rem;
  background-size: .9375rem
}

.rating-stack:before {
  background-image: url(../image/globals/star-active-additional.svg);
  opacity: 0;
  z-index: 1
}

.rating-stack.stack-ok:before {
  opacity: 1 !important
}

.rating-stack:after {
  background-image: url(../image/globals/star-inactive-additional.svg)
}

.rating {
  white-space: nowrap
}


.seo-text {
  background: var(--bg-light);
}

.feedback__wrap {
  background: var(--bg-additional);
  color: #fff;
  padding: 3.75rem;
  border-radius: 1.875rem;
}

.feedback__wrap {
  display: grid;
  grid-template-columns: .8fr 1fr;
}

.feedback__title {
  font-size: 2.25rem;
}

.feedback__title span {
  display: block;
}

.feedback__subtitle {
  font-size: 1rem;
  max-width: 70%;
}

.feedback__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.25rem;
}

.feedback__form-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 1.25rem;
}

.form__line {
  margin-top: 1.625rem;
}

.footer__items {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}

.footer__title {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.footer__block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
  column-gap: 5rem;
}

.footer__block li {
  margin-bottom: .4375rem;
  line-height: 1.2;
  break-inside: avoid;
}

.footer__block li a {
  color: var(--color-light);
  font-size: .8125rem;
  padding-bottom: .1875rem;
  border-bottom: .0625rem solid transparent;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.footer__block li a:hover {
  color: var(--color-elements);
  border-color: var(--color-elements);
}



.footer__nav {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  font-size: .875rem;
  border-top: .0625rem solid #EFF2F3;
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}

.footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.0625rem;
}

.footer__menu>li>a {
  white-space: nowrap;
}

.footer__nav ul a:hover {
  color: var(--color-elements);
}

.footer__menu-police a {
  color: var(--color-additional);
  font-size: .8125rem;
  white-space: nowrap;
}

.footer__info {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: .75rem;
  color: var(--color-light);
  border-top: .0625rem solid #EFF2F3;
}

.footer-bottom {
  background: var(--bg-light);
}

.footer-bottom__container {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  gap: 1.875rem;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom__cop {
  font-size: .8125rem;
}

.footer-bottom__dev {
  font-size: .8125rem;
  color: var(--color-light);
}

.main-head {
  padding: 1.25rem 0;
}

.breadcrumb {
  margin-bottom: .5625rem
}

.breadcrumbs {
  font-size: .8125rem
}

.breadcrumbs__link {
  color: #26211a
}

.breadcrumbs__separator {
  margin: 0 .625rem
}

.breadcrumbs__current {
  opacity: .6
}

.page-price {
  position: relative;
  padding-left: 440px;
  /*display: table;*/
  margin: 13px 0 0;
}

.page-price__nav {
  position: absolute;
  top: 0;
  left: calc(50% - 695px);
  width: 420px;
  height: auto;
  max-height: calc(100vh - 120px);
  overflow: hidden;
  /*padding: 20px 0 0;*/
  box-sizing: border-box;
}

.page-price__nav.fixNav {
  position: fixed;
  top: 135px;
}

.page-price__nav.bottomNav {
  top: auto;
  bottom: 0;
}

.page-price__nav-wrap {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}

.page-price__anchor {
  font-size: 13px;
  padding: 15px;
  background-color: #f6f6f8;
  display: flex;
  align-items: center;
  border-radius: 13px;
  margin-bottom: 8px;
}

.page-price__anchor:hover,
.page-price__anchor.active {
  background-color: var(--bg-additional);
  color: #fff;
}

.price-block {
  margin: 30px 0 0;
  background: #fff;
  box-shadow: 13px 20px 40px rgba(42, 35, 91, .08);
  border-radius: 16px;
}

.price-block:first-child {
  margin-top: 0;

}

.price-block__head {
  display: flex;
  align-items: center;
  background: rgba(96, 108, 132, .06);
  border-radius: 17px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--color-additional);
  min-height: 70px;
  padding: 20px;
}

.price-block__row {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  min-height: 65px;
  padding: 19px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .3s, color .3s;
  position: relative;
}

.price-block__name {
  padding: 0 15px 0 0;
  font-size: 15px;
  color: inherit;
  text-decoration: none;
}

.price-block__row:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  border-bottom: 1px solid rgba(96, 108, 132, .18);
}

.price-block__row:last-child:after {
  display: none
}

.price-buttons {
  position: relative;
  height: 49px;
  margin: -10px 0;
}

.price-buttons__width,
.price-buttons__price {
  font-weight: 600;
  white-space: nowrap;
}

.price-buttons__width {
  opacity: 0;
}

.price-buttons__move .price-buttons__price {
  position: relative;
  margin: 0 47px 0 0;
}

.price-buttons__move .price-buttons__price:after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 21px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 43px;
  border-left: 1px solid #e2e5e9;
}


.price-buttons__move {
  transition: background .3s, width .5s;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

.price-block__row.active {
  background: #fafbfb;
  color: #292258;
}

.price-block__row.active .price-buttons__move,
.price-block__row.open .price-buttons__move {
  width: calc(100% + 271px);
  background: linear-gradient(90deg, rgba(250, 251, 251, 0) 0, #fafbfb 10px, #fafbfb 100%);
}

.price-block__row.active .price-buttons .price-buttons__move,
.price-block__row.open .price-buttons .price-buttons__move {
  width: calc(100% + 187px);
  padding-left: 20px;
}

.module-title {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2.25rem;
  max-width: 56.25rem;
}

.popup_form {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 480px;
  padding: 50px 50px 40px;
  background-color: #fff;
}

.popup_form .module-title {
  font-size: 29px;
  margin-bottom: .4375rem;
}

.form__agreement {
  color: var(--color-light);
}

.page-contacts {
  display: flex;
}

.page-contacts__info {
  width: 30%;
  flex: 0 0 30%;
  padding-right: 40px;
}

.page-contacts__mess {
  margin-bottom: 32px;
}

.page-contacts__maps {
  width: 70%;
  flex: 0 0 70%;
}

.page-contacts__maps-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}

.page-contacts__inner {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 22px;
}

#map {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.page-list-services .services__wrap {
  background-color: var(--bg-light);
}

.page-list-services .services__wrap:hover {
  background-color: var(--btn-primary);
  color: #fff;
}

.page-list-services__bottom .services__wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  height: 100%;
}

.page-list-services__bottom .services__title {
  font-size: 16px;
}

.page-list-services__bottom .services__icon {
  bottom: 50%;
  margin-bottom: -13px;
}

.baloon__title {
  font-weight: 600;
}

.baloon__subtitle {
  margin-top: 5px;
  font-size: 12px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 7px;
}

.baloon__item {
  font-size: 15px;
  margin-top: 7px;
}

.strong-form-wait {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}

.strong-form-wait .message {
  position: absolute;
  top: calc(50% - 25px);
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #111;
}

.strong-form-wait .message img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

@keyframes wpmtst-spin {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.strong-form-wait .message img {
  animation: wpmtst-spin 2.5s infinite 0s linear;
}

.form-field+.form-field {
  margin-top: .9375rem;
}

.form-field input,
.form-field textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent;
  color: #193c9e;
  border: 1px solid #26211a;
  border-radius: .75rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  height: 3.5rem;
  width: 100%;
  font-size: 1rem;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.form-field textarea {
  height: 8.125rem;
}

.form-field input:hover,
.form-field textarea:hover {
  color: rgba(9, 17, 28, .8);
  background-color: #ffffff;
  border-color: #c3c7cd;
}

.form-field input:focus-visible,
.form-field textarea:focus-visible {
  outline: none;
}

input.wpmtst_submit_testimonial,
input.wpmtst_submit_testimonial:focus {
  color: #fff;
  background-color: var(--btn-secondary);
  border-color: var(--btn-secondary);
}

input.wpmtst_submit_testimonial:hover {
  color: #fff;
  background-color: var(--btn-secondary-hover);
  border-color: var(--btn-secondary-hover);
}

.textarea.error,
.text.error {
  border-color: #e22d0c !important;
}

.wpcf7-not-valid-tip,
.form-field .error:not(.textarea.error, .text.error) {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  font-size: 12px;
  padding: 0;
  position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
  border-color: #dc3232;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: .75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -12px;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.submit-rel {
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 25rem;

}

.not-found__text+.not-found__text {
  margin-top: .75rem;
}

.not-found__text {
  line-height: 1;
}

.not-found__text:nth-child(1) {
  color: var(--color-additional);
  font-size: 4.5rem;
  font-weight: 600;
}

.not-found__text:nth-child(2) {
  font-size: 2rem;

}

.not-found__text:nth-child(3) {
  padding-bottom: .4375rem;
}

.services-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #232A35;
  border-radius: 30px;
  color: #fff;
  height: 570px;
  overflow: hidden;
}

.services-hero__adv {
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3.75rem;
  gap: 1.875rem;
}

.services-hero__adv .adv {
  justify-content: space-evenly;
  gap: .9375rem;
}

.services-hero__adv .adv__big {
  color: #fff;
}

.services-hero__left {
  flex: 0 0 50%;
  min-width: 50%;
  padding: 60px;
}

.services-hero__right {
  position: relative;
  display: flex;
  flex: 0 0 50%;
  min-width: 50%;
}

.services-hero__right::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(35 42 53 / 77%);
}

.services-hero__background {
  object-fit: cover;
  width: 100%;
  height: 570px;
}

.services-hero__btn {
  display: flex;
  gap: 15px;
  margin-top: 45px;
}

.services-hero__btn .btn {
  height: 56px;
}

table {
  width: 100%;
  border: none;
  box-shadow: 13px 20px 40px rgba(42, 35, 91, .08);
  border-radius: 16px;
  margin-bottom: 20px;
  border-collapse: separate;
}

table thead th,
table thead td {
  font-weight: 600;
  text-align: left;
  border: none;
  min-width: 70px;
  padding: 20px;
  border-top: none;
  background: rgba(96, 108, 132, .06);
  color: var(--color-additional);
  font-size: 16px;
}

table tr th:first-child,
table tr td:first-child {
  border-left: none;
}

table tr th:last-child,
table tr td:last-child {
  border-right: none;
}

table thead tr th:first-child,
table thead tr td:first-child {
  border-radius: 16px 0 0 16px;
}

table thead tr th:last-child,
table thead tr td:last-child {
  border-radius: 0 16px 16px 0;
}

table tbody td {
  text-align: left;
  border: none;
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(96, 108, 132, .18);
}



table tbody tr:last-child td {
  border-bottom: none
}

table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}

table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

.description-text {
  padding: 28px 32px;
  background: #fff;
  border: 1px solid #dfe7f1;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgb(15 23 42 / .07);
}

.screen-reader-response {
  display: none;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 0;
  padding: 10px 20px;
  border: 2px solid #00a0d2;
  color: #00a0d2;
  border-radius: 7px;
  font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  color: #f56e28;
  /* Orange */
}



@media (max-width: 93.6875rem) {
  .main {
    padding-top: 7.9375rem;
  }

  .header__top {
    height: 4.6875rem;
  }

  .logo,
  .logo img {
    width: 16.3125rem;
    height: 3.5rem;
  }

  .title {
    font-size: 2.8125rem;
  }

  .page-price {
    padding-left: 340px;
  }

  .page-price__nav {
    left: calc(50% - 695px);
    width: 320px;
  }

  .page-price__nav {
    left: calc(50% - 640px);
  }
}

@media (max-width: 87.4375rem) {
  .mess__text {
    display: none;
  }

  .main_nav_menu>li>a {
    font-size: 13px;
  }

  .hero__inner h1 {
    font-size: 2.25rem;
  }

  .hero__subtitle {
    font-size: 1rem;
  }

  .adv {
    gap: 3.125rem;
  }

  .adv__big {
    font-size: 3.25rem;
  }

  .title {
    font-size: 2.25rem;
  }

  .subtitle {
    font-size: 1.125rem;
  }

  .services-body .subtitle {
    font-size: 1.125rem;
  }

  .services__title {
    font-size: 1.125rem;
  }

  .services__desc {
    font-size: .875rem;
  }

  .company__wrap {
    padding: 2.5rem;
  }

  .company-info__wrap {
    padding: 1.25rem;
    font-size: .875rem;
  }

  .company-info__numbers {
    font-size: 2.25rem;
  }

  .interest__wrap {
    padding: 2.5rem;
  }

  .interest-list {
    width: 60%;
    margin-top: 3.125rem;
  }

  .step__items {
    margin: 0 -0.625rem;
  }

  .step__item {
    padding: 0 .625rem;
  }

  .step__wrap {
    padding: 1.5625rem 1.5625rem 10.3125rem;
  }

  .step__title {
    font-size: 1.125rem;
  }

  .step__numbers {
    font-size: 1rem;
  }

  .reviews__col-right {
    padding-left: 5%;
  }

  .comment__wrap {
    padding: 1.5625rem;
  }

  .comment__text {
    margin-top: .75rem;
    font-size: .9375rem;
  }

  .feedback__form-row {
    margin: 0 -0.625rem;
  }

  .feedback__form-col {
    padding: 0 .625rem;
  }

  .form__line {
    margin-top: 1.25rem;
  }

  .page-price__nav {
    left: calc(50% - 550px);
  }

  .services-hero__adv {
    padding: 2.0625rem;
  }

  .services-hero__adv .adv__text {
    font-size: .8125rem;
  }

}

@media (max-width: 74.9375rem) {

  .header__info,
  .header__menu {
    display: none;
  }

  .burger {
    display: block;
  }

  .main {
    padding-top: 4.6875rem;
  }

  .hero__inner {
    position: relative;
    z-index: 2;
    max-width: 67%;
  }

  .hero__image {
    left: 50%;
    right: -50%;
  }

  .services__item {
    width: 50%;
    flex: 0 0 50%;
  }

  .services__page .services__item {
    width: auto;
    flex: auto;
  }

  .services-body .subtitle {
    max-width: 56.25rem;
    text-align: left;
    margin-top: -1.3125rem;
  }

  .services-body {
    flex-wrap: wrap;
  }

  .services-body .subtitle {
    margin-top: -1.5rem;
    max-width: 56.25rem;
  }

  .company-text {
    flex-wrap: wrap;
  }

  .company-text__title {
    width: 100%;
    flex: 0 0 100%;
  }

  .company-info {
    flex-wrap: wrap;
  }

  .company-info__item {
    margin-bottom: 1rem;
    width: 50%;
    flex: 0 0 50%;
  }

  .reviews__columns {
    display: block;
  }

  .reviews__col-left {
    padding-bottom: 2.8125rem;
  }

  .reviews__col-right {
    padding-left: 0;
  }

  .feedback__wrap {
    padding: 2.5rem;
  }

  .feedback__wrap {
    display: block;
  }

  .feedback__info {
    padding-bottom: 2.5rem;
  }

  .footer__nav {
    flex-wrap: wrap;
    gap: .9375rem;
  }

  .footer-bottom__container {
    flex-wrap: wrap;
    gap: .9375rem;
  }

  .page-price {
    padding-left: 0;
  }

  .page-price__nav {
    display: none;
  }

  .page-contacts {
    flex-wrap: wrap;
  }

  .page-contacts__info {
    width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }

  .page-contacts__maps {
    width: 100%;
    flex: 0 0 100%;
  }

  .masonry-item-js {
    width: calc(50% - 20px);
  }

  .services-hero {
    height: auto;
  }

  .services-hero__left {
    flex: 0 0 100%;
    min-width: 100%;
    padding: 60px;
  }

  .services-hero__right {
    display: none;
  }

}

@media (max-width: 62rem) {
  .section {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .title {
    font-size: 2rem;
  }

  .adv__text {
    font-size: .8125rem;
  }

  .interest-list {
    width: 100%;
  }

  .feedback__subtitle {
    max-width: 100%;
  }

  .footer__items {
    flex-wrap: wrap;
    gap: .9375rem;
  }

  .footer__title {
    margin-bottom: .8125rem;
  }

  .step__items {
    margin: 0;
    padding-left: .625rem;
  }

  .step__item {
    width: 20rem;
    flex: 0 0 20rem;
  }

  .partners__items {
    margin: 0;
  }

  .partners__item {
    flex: 0 0 13.5625rem;
    width: 13.5625rem;
  }

  .block-crollbar {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: 1.25rem;
  }

  .block-scrollbar__wrap {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

}

@media (max-width: 47.9375rem) {
  .hero__inner {
    max-width: 100%;
  }

  .hero__image {
    left: 0%;
    right: -16%;
    opacity: .3;
  }

  .adv {
    gap: .9375rem;
  }

  .adv__item {
    background: rgba(255, 255, 255, 0.20);
    -webkit-backdrop-filter: blur(.9375rem);
    backdrop-filter: blur(.625rem);
    border-radius: .4375rem;
    padding: .9375rem;
  }

  .services__item {
    width: 100%;
    flex: 0 0 100%;
  }

  .services__wrap {
    height: 8.125rem;
  }

  .services__item {
    margin-bottom: .9375rem;
  }

  .company__wrap {
    padding: 1.875rem;
  }

  .interest__wrap {
    padding: 1.875rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .interest__wrap:before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../image/tpl25_55474585.jpg);
    background-position: center right;
    background-size: cover;
    filter: blur(.1875rem);
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
  }

  .footer__item--services {
    display: none;
  }

  .footer__menu {
    display: none !important;
  }

  .comment {
    column-count: auto;
  }

  .reviews__btn {
    flex-wrap: wrap;
  }

  .feedback__wrap {
    padding: 1.875rem;
  }

  .feedback__form-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .feedback__form-col+.feedback__form-col {
    margin-top: 1.25rem;
  }

  .price-block__row {
    min-height: 65px;
    padding: 7px 15px;
  }

  .price-block__name {
    font-size: 12px;
  }

  .price-buttons__width,
  .price-buttons__price {
    font-size: 14px;
  }

  .masonry-card-js {
    padding: 15px;
  }

  .masonry-title-js {
    font-size: 15px;
  }

  .masonry-link-js {
    font-size: 12px;
  }

  .masonry-item-js {
    margin-bottom: 20px;
  }

  table {
    border: 0
  }

  table thead {
    display: none
  }

  table tr {
    display: block;
    border-bottom: 5px solid #f3f3f6;
  }

  table tr th:first-child,
  table tr td:first-child {
    border-left: none;
    width: 100% !important;
  }

  table tr th:last-child,
  table tr td:last-child {
    border-right: none;
  }

  table tbody td {
    display: block;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent
  }

  table tbody td:last-child {
    border-bottom: 0
  }

  table tbody tr:last-child td:first-child,
  table tbody tr:last-child td {
    border-radius: 0;
    border-bottom: 1px dotted #ccc;
  }

  table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 16px;
    width: 100% !important;
    border-bottom: none;
  }

  table tbody tr:last-child {
    border-radius: 0;
    border-bottom: none;
  }

  table tbody td:before {
    content: attr(data-label);
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 3px
  }


  [class*="__description"] ol li {
    flex: 0 0 100%;
  }
}

@media (max-width: 35.9375rem) {
  body {
    font-size: 14px;
  }

  .h1,
  h1 {
    font-size: 1.6875rem;

  }

  .h2,
  h2 {
    font-size: 1.5rem;
  }

  .h3,
  h3 {
    font-size: 1.375rem;
  }

  .h4,
  h4 {
    font-size: 1.25rem;
  }

  .h5,
  h5 {
    font-size: 1.125rem;
  }

  .h6,
  h6 {
    font-size: 1.125rem;
  }

  .title {
    font-size: 1.6875rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .header__top,
  .header._scroll .header__top {
    height: 65px;
  }

  .logo,
  .logo img {
    width: 13.125rem;
    height: 2.8125rem;
  }

  .hero__inner h1 {
    font-size: 2rem;
  }

  .hero__btn {
    padding: .875rem 1.25rem;
    max-width: 100%;
    width: 100%;
  }

  .adv__big {
    font-size: 2rem;
  }

  .adv__text {
    font-size: .75rem;
  }

  .company.section {
    padding: 0;
  }

  .company__wrap {
    padding: 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    border-radius: 0;
  }

  .company-info__item {
    width: 100%;
    flex: 0 0 100%;
  }

  .interest__wrap {
    padding: 2.5rem 1.25rem 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .interest-list__item {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1.875rem;
  }

  .reviews__btn .btn {
    width: 100%;
  }

  .feedback__wrap {
    padding: 1.875rem 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .seo-text {
    overflow: hidden;
  }

  .footer__menu-police a {
    font-size: .75rem;
  }

  .footer-bottom__cop {
    font-size: .75rem;
  }

  .mb-menu {
    left: -100%;
    width: 100%;
  }

  .price-block__row {
    flex-direction: column;
    align-items: start;
  }

  .price-block__name {
    padding: 0 9.375rem 0 0;
  }

  .price-block__price {
    width: 100%;
  }

  .price-buttons__move .price-buttons__price:after {
    display: none;
  }

  .price-buttons {
    margin: 0;
  }

  .price-buttons__width {
    display: none;
  }

  .price-buttons__move {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .popup_form {
    width: 100%;
    padding: 1.875rem;
  }

  .faq__num {
    display: none;
  }

  .faq__head {
    font-size: .875rem;
  }

  .faq__close {
    width: 2rem;
    height: 2rem;

  }

  .faq__text {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .not-found__text {
    line-height: 1.3;
  }

  .not-found__text:nth-child(1) {
    font-size: 2.875rem;
  }

  .not-found__text:nth-child(2) {
    font-size: 1.375rem;
  }

  .not-found__text:nth-child(3) {
    line-height: 1.5;
  }

  .masonry-item-js {
    width: 100%
  }

  .services-hero__left {
    padding: 1.5625rem;
  }

  .services-hero__btn {
    flex-wrap: wrap;
  }

  .services-hero__btn .btn {
    height: 2.875rem;
    width: 100%;
  }

  .services__page .services__title {
    text-align: center;
  }

  .services__page .services__icon {
    margin-bottom: -0.5625rem;
  }

  .back-top {
    display: none;
  }

  .services__page.services__items {
    padding: 10px 10px 5px 10px;
  }

  .description-text {
    padding: 15px 20px;
  }
    .policy__container {     
      flex-direction: column;
      justify-content: flex-start;     
      align-items: normal;
    }

}