@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
  box-sizing: border-box;
}

body {
  background: #fff;
   font-family: 'Arimo', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: hidden;
  max-width: 100%;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
/* Скрываем “лишние” элементы */

.header__icons a {z-index:20;}
@media (min-width: 1700px) {
    .header__top.black + .header-menu__wrap {

        max-width: 750px!important;
    }
}
a {
  text-decoration: none;
}
/* ------ .btn ------ */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
  padding: 17px 35px;
  border: 1px solid transparent;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  transition: all 300ms;
}
.btn.btn-white {
  background-color: #8c6a51;
  border-color: #8c6a51;
  color: #fff;
}
.btn.btn-black {
  background-color: #8c6a51;
  border-color: #8c6a51;
  color: #fff;
}
.btn.btn-bg-black {
  background-color: #8c6a51;
  color: #fff;
}
.btn.btn-bg-black:hover,.btn:hover,a.btn:hover,input[type="submit"]:hover,.promo-slide-btn {
  background-color: #fff!important;
  border: 1px solid #8c6a51!important;
  color: #000!important;
  text-decoration:none!important;
}
/* ------ .form ------ */
.form .input-group {
  display: block;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="number"],
.form input[type="password"] {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #000;
  margin: 15px 0;
  padding: 15px;
}
.form input[type="submit"] {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #8c6a51;
  background-color: #8c6a51;
  color: #fff;
  outline: none;
  cursor: pointer;
}
/* ------ .callform ------ */
.callform .callform__title {
  color: #000000;
   font-family: 'Arimo', sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2.5px;
}
.callform .callform__subtitle {
  text-transform: uppercase;
  text-align: center;
}
.callform .callform__form {
  width: 100%;
  max-width: 400px;
  margin: 50px auto 0;
}
/* ------ header.header ------ */
header.header {
  /*display: block;*/
  display: flex;
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 80px;
}
header.header.sml {
  min-height: 400px;
}
.promo-slide-text

{margin:20px 0px;}
@media (max-width: 992px) {
    header.header .header__top .header__logo img {

    max-width: 52px!important;
 
}
    .enroll-visit-slider {
    width: calc(100% - 45px);
    max-width: 1330px;
    /* margin: 0 auto; */
    /* left: -0px; */
    margin-left: 15px;
}
        .gallery .section-title h2 {
        font-size: 30px;
        display: flex
;
        flex-direction: column;
        width: 50%;
    }
 .komp {display:none!important;}
   .promo .section-title {

    padding-bottom: 0px;
}
    .promo-slide-left {
    max-width:100%!important;
    padding-left:0px!important;
}
    .promo-slide-btn {
      
        margin: 20px auto;
    }
    .promo-slide-right {
    position: relative;
    width: 100%;
    padding-top: 0!important;
    padding-right: 0!important;
}
    .promo-slide-right img {
        width: 100%!important;
        transform: translateY(0%);
        top: 50%;
        position: relative;
        display: block;
    }
        .promo-slide-left {
        height: 100%!important;
        width: 100%!important;
        flex-direction: inherit;
        display: block;
        max-width: 100%!important;
    }
     .priceSwiper img {width:100%;}
    .advancements-cards{display: flex;
align-items: flex-start;
align-content: flex-start;
gap: 10px;
flex-wrap: wrap;
              padding-bottom: 60px;
    }
        .advancements-card {
        width: 50%;
        /* border-right: unset; */
        /* border-bottom: 1px solid #fff; */
        display: flex
;
        /* width: 52px; */
        max-width: 48%;
        height: 172px;
        padding: 30px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 30px;
        border: 1px solid #FFF;
    }
    .advancements-card img {
    width: 150px;
    height: 150px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
}
.advancements-card p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: center;
    color: #fff;
    /* max-width: 80%; */
    /* margin-top: 16px; */
    margin-bottom: 32px;
    display: flex
;
    width: 130px;
    height: 22px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    /*  font-family: 'Arimo', sans-serif; */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
    .priceSwiper {
  position: relative;
  padding-top: 60px; /* место для стрелок */
}

/* выключаем стандартные стрелки Swiper */
.priceSwiper .swiper-button-prev::after,
.priceSwiper .swiper-button-next::after {
  display: none;
}

/* внешний вид круглых кнопок */
    .priceSwiper .swiper-button-prev, .priceSwiper .swiper-button-next {
        position: absolute;
        top: 12px;
        width: 47px !important;
        height: 18px !important;
        /* padding: 20px 10px 20px 20px !important; */
        border: 2px solid #0E0C0D !important;
        border-radius: 50%;
        background: transparent;
        display: flex
;
        align-items: center;
        justify-content: center;
        transform: none;
        cursor: pointer;
        z-index: 3;
        margin: 0 !important;
        border-radius: 20px;
        border-radius: 1000px;
        border: 1px solid #0E0C0D !important;
    }

/* размещение */
    .priceSwiper .swiper-button-prev {
        left: calc(80% - 60px) !important;
    }
.priceSwiper .swiper-button-next {
  right: calc(50% - 60px);
}

/* вставляем SVG внутрь через ::before */
.priceSwiper .swiper-button-prev::before,
.priceSwiper .swiper-button-next::before {
  content: "";
  width: 19px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ← ВЛЕВО */
.priceSwiper .swiper-button-next::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='7' viewBox='0 0 19 7' fill='none'><path d='M15.7598 0.360352L18.166 2.86035L18.5 3.20703L18.166 3.55371L15.7598 6.05371L15.4131 6.41406L14.6924 5.7207L15.0391 5.36035L16.6299 3.70703H0V2.70703H16.6299L15.0391 1.05371L14.6924 0.693359L15.4131 0L15.7598 0.360352Z' fill='%230E0C0D'/></svg>");
}

/* → ВПРАВО */
.priceSwiper .swiper-button-prev::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='7' viewBox='0 0 19 7' fill='none'><path d='M2.74023 0.360352L0.333984 2.86035L0 3.20703L0.333984 3.55371L2.74023 6.05371L3.08691 6.41406L3.80762 5.7207L3.46094 5.36035L1.87012 3.70703H18.5V2.70703H1.87012L3.46094 1.05371L3.80762 0.693359L3.08691 0L2.74023 0.360352Z' fill='%230E0C0D'/></svg>");
}

/* disabled */
.priceSwiper .swiper-button-disabled {
  opacity: .3;
  pointer-events: none;
}
    .priceSwiper {
  position: relative;
  padding-top: 40px; /* отступ под стрелки сверху */
}

/* стрелки выносим вверх и объединяем в один общий слой */
.priceSwiper .swiper-button-prev,
.priceSwiper .swiper-button-next {
  position: absolute;
  top: 0;
  transform: none;
  width: auto;
  height: auto;
  color: #000; /* при необходимости */
}

/* левая стрелка */
.priceSwiper .swiper-button-prev {
  left: 0;
}

/* правая стрелка */
.priceSwiper .swiper-button-next {
  right: 0;
}

/* создаём общий контейнер визуально */
.priceSwiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px; /* высота области стрелок */
  display: block;
  pointer-events: none; /* чтобы не мешало кликам */
}
    .swiper-slide div.price-desc{
    color: #000;
 font-family: 'Arimo', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    
}
.swiper-slide div.price-value{
    display: inline;
    height: 18px;
    padding: 0px 10px;
    align-items: center;
    gap: 10px;
    border: 1px solid #0E0C0D;
    color: #000;
     font-family: 'Arimo', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 1000px;
    border: 1px solid #0E0C0D;
    width: 100%;
    min-width: 80px;
    text-align: center;
    justify-content: center;
    padding-bottom: 3px;
}.swiper-slide
{
    border: 1px solid #1E1E1E;
   padding: 20px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 16px;
flex-shrink: 0;
}
}
@media (max-width: 768px) {
  header.header {
    justify-content: center;
    align-items: center;
  }
}
header.header .header__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
header.header .header__video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
}
header.header .header__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.3);
}
header.header .header__content {
  position: relative;
  z-index: 2;
  width: 100%;
  /*padding-top: 100px;*/
}
header.header .header__top.black {
  /*backdrop-filter: blur(16.6px);
  background: rgba(140, 140, 140, 0.5);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right:0;
  min-width: calc(100% + 15px);
  padding-left: 15px;
  */
}
header.header .header__top.black>.row{
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}
header.header .header__top.black .header__address,
header.header .header__top.black .header__phone,
header.header .header__top.black .header_blok_right_down{
  display: none;
}
header.header .header__top.black .header_info_wrapper{
  display: flex;
  align-items: center;
}

header.header .header__top .primary-menu{
  display: none;
}
header.header .header__top.black .primary-menu{
  display: block;
}

header.header .header__top.black .header__icons a img{
  max-width: 24px;
}
header.header .header__top.black .header__icons a:last-child img{
  max-width: 70px;
}
header.header .header__top.black .primary-menu>ul {
  gap: 25px;
  padding: 0 22px 0 0;
}
header.header .header__top.black .primary-menu ul li {
  margin-right: 0px;
}
/* ------ .mobile-menu-button ------ */
@media (max-width: 1330px) {
  header.header .header__top.black  .primary-menu ul li a{
    font-size: 12px;
  }
  header.header .header__top.black .primary-menu ul {
    gap: 15px;
    padding: 0 12px 0 0;
  }
}
@media (max-width: 960px) {
  header.header .header__top.black .primary-menu ul {
    gap: 5px;
  }
  header.header .header__top.black  .primary-menu ul li a{
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  header.header .header__top.black .primary-menu{
    display: none !important;
  }
  header.header .header__top {
   /* position: fixed;
    top: 0;
    width: inherit;
    margin-left: -15px;*/
  }
  header.header .header__top.black {
    /*background-color: rgba(0, 0, 0, 0.5);*/
  }
}
header.header .header__top > .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  
      border-bottom: 1px solid rgb(245 245 245 / 32%);
}
header.header .header__top .header__logo img {
  width: 100%;
  max-width: 84px;
  height: auto;
}
@media (max-width: 768px) {
     header.header .header__top {
        margin-left: -30px; 
        margin-right: -30px;
    }
  header.header .header__top .header__logo {
    margin-left: 15px;
  }
}
header.header .header__top .header__email {
  flex-grow: 1;
  text-align: right;
  margin: 0 30px;
}
@media (max-width: 1024px) {
  header.header .header__top .header__email {
    display: none;
  }
}
header.header .header__top .header__email a {
  color: #fff;
  font-weight: bold;
}
header.header .header__top .header__phone {
  margin: 0 30px;
}
@media (max-width: 768px) {
  header.header .header__top .header__phone {
    display: none;
  }
}
header.header .header__top .header__phone a {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  header.header .header__top .header__action {
    display: none;
  }
}
header.header .header__top .mobile-menu-button {
  display: none;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  header.header .header__top .mobile-menu-button {
    position: absolute;
    right: 15px;
    display: flex;
  }
}
header.header .header__top .mobile-menu-button span {
  display: block;
  width: 15px;
  height: 1px;
  margin: 2px 0;
  background-color: #fff;
}
/* ------ .mobile-menu ------ */
.mobile-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.mobile-menu .mobile-menu__close {
  position: absolute;
  width: 30px;
  height: 30px;
  /*top: 20px;*/
  top: 36px;
  right: 20px;
  border: 1px solid #3d3c3c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu .mobile-menu__close svg {
  width: 15px;
  height: 15px;
}
.mobile-menu .mobile-menu__close svg path {
  fill: #fff;
}
.mobile-menu .mobile-menu__wrapper {
  width: calc(100% - 50px);
  height: auto;
  margin-left: auto;
  padding: 40px;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu .mobile-menu__wrapper a {
  color: #fff;
}
.mobile-menu .mobile-menu__wrapper .mobile-menu__navigation ul {
  margin: 0;
  padding: 0;
}
.mobile-menu .mobile-menu__wrapper .mobile-menu__navigation ul li {
  list-style: none;
}
.mobile-menu .mobile-menu__wrapper .mobile-menu__navigation ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #3d3c3c;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-menu .mobile-menu__wrapper .mobile-menu__navigation .dropdown {
  position: relative;
}
.mobile-menu .mobile-menu__wrapper .mobile-menu__navigation .dropdown > a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mobile-menu .mobile-menu__wrapper .mobile-menu__navigation .dropdown > a::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 12px;
  margin-top: -2px;
  margin-left: 10px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  transition: transform 0.1s ease-in;
}
.mobile-menu .mobile-menu__wrapper .mobile-menu__navigation .dropdown.active > a::after {
  margin-top: 5px;
  transform: rotate(-180deg);
  transition: transform 0.1s ease-in;
}
.mobile-menu .mobile-menu__wrapper .mobile-menu__navigation .dropdown .dropdown-menu {
  overflow: hidden;
  overflow-y: scroll;
  height: 0;
  transition: 0.5s;
}
.mobile-menu .mobile-menu__wrapper .mobile-menu__navigation .dropdown .dropdown-menu > li {
  padding-left: 20px;
  font-size: 13px;
}
.mobile-menu .mobile-menu__wrapper .mobile-menu__contacts {
  margin-top: 30px;
}
.mobile-menu .mobile-menu__wrapper .mobile-menu__contacts a {
  display: block;
  margin: 7px 0;
}
/* ------ .primary-menu ------ */
@media (max-width: 768px) {
  .primary-menu {
    display: none;
  }
}
.primary-menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0 12px 0 0;
  list-style: none;
  border-top: 1px solid #ddd;
}
.primary-menu ul li {
  margin-right: 50px;
}
.primary-menu ul li.dropdown > a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.primary-menu ul li.dropdown > a::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 12px;
  margin-left: 10px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  transition: transform 0.1s ease-in;
}
.primary-menu ul li.dropdown.active a::after {
  transform: rotate(-180deg);
  transition: transform 0.1s ease-in;
}
.primary-menu ul li a {
  display: block;
  padding: 20px 0;
  margin-top: -1px;
  border-top: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
   font-family: 'Arimo', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.primary-menu ul li a:hover {
  border-top: 1px solid #000;
}
.primary-menu {
    position: relative;
}
.primary-menu .dropdown-menu {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  z-index: 9999;
  background: #000000c4;
  border-top: none;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
  top: 50px;
}
.primary-menu .dropdown.active ~ .dropdown-menu {
  display: flex;
}
.primary-menu .dropdown.active > .dropdown-menu {
  display: flex;
}
.primary-menu .dropdown-menu li a {
  padding: 20px 0 10px;
}
.primary-menu .dropdown-menu li a:hover {
  border-bottom: 1px solid #FFF;
  border-top: none;
}
/* ------ .top-title ------ */
.top-title .top-title__wrapper {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .top-title .top-title__wrapper {
    margin: 75px 0;
    margin-bottom:35px;
  }
}
.top-title .top-title__wrapper h1.top-title__1,
.top-title .top-title__wrapper h1 span {
  display: block;
 font-family: 'Arimo', sans-serif;
  font-size: 48px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 5px;
  animation-duration: 1s;
}
@media (max-width: 1366px) {
  .top-title .top-title__wrapper h1.top-title__1,
.top-title .top-title__wrapper h1 span{
    font-size: 55px;
  }
}
@media (max-width: 1024px) {
  .top-title .top-title__wrapper h1.top-title__1,
.top-title .top-title__wrapper h1 span {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .top-title .top-title__wrapper h1.top-title__1,
.top-title .top-title__wrapper h1 span {
    font-size: 30px;
    line-height: 1.5;
  }
}
.top-title .top-title__wrapper h1.top-title__1,
.top-title .top-title__wrapper h1 span.top-title__1 {
  color: #fff;
  /* word-break: break-all ; */
  animation-name: left-to-right;
}
@media(max-width: 570px) {
  .top-title .top-title__wrapper h1 span.top-title__1 {
      word-break: break-word !important;
      font-size: 24px;
    }  
}
@media(max-width: 480px) {
  .top-title .top-title__wrapper h1 span.top-title__1 {
    font-size: 22px;
  }
}
@media(max-width: 420px) {
  .top-title .top-title__wrapper h1 span.top-title__1 {
  font-size: 20px;
  }
}
@media(max-width: 360px) {
  .top-title .top-title__wrapper h1 span.top-title__1 {

    font-size: 17px;
  }
}
.top-title .top-title__wrapper h1 span.top-title__2 {
  /*color: #000;*/
  color: #fff;
  margin-left: 280px;
  white-space: normal;
  animation-name: right-to-left;
}
@media (max-width: 1024px) {
  .top-title .top-title__wrapper h1 span.top-title__2 {
    margin-left: 0;
  }
}
@media(max-width: 570px) {
  .top-title .top-title__wrapper h1 span.top-title__2 {
    font-size: 22px;
  }
}
@media(max-width: 360px) {
    .top-title .top-title__wrapper h1 span.top-title__2 {
        font-size: 18px;
    }
}
@keyframes left-to-right {
  from {
    margin-left: -200px;
  }
  to {
    margin-left: 0;
  }
}
@keyframes right-to-left {
  from {
    margin-left: 480px;
  }
  to {
    margin-left: 280px;
  }
}
@media (max-width: 1024px) {
  @keyframes right-to-left {
    from {
      margin-left: 480px;
    }
    to {
      margin-left: 0px;
    }
  }
}
.top-title .top-title__wrapper .top-title__subtitle {
  position: absolute;
  top: 95px;
  left: 0;
  width: 250px;
  font-size: 16px;
  color: #fff;
}

/* .top-title.new .top-title__wrapper .top-title__subtitle {
    top: 190px;
} */

@media (max-width: 1024px) {
  .top-title .top-title__wrapper .top-title__subtitle {
    top: -75px;
  }
}
@media (min-width: 1025px) {
  .header.sml .top-title .top-title__wrapper h1 span {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .header.sml .top-title .top-title__wrapper h1.resp span {
    font-size: 40px;
    line-height: 1.5;
    white-space: normal;
    word-break: break-all;
  }
}
/* ------ .top-action ------ */

.top-action a {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .top-action {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    margin-right: 0;
  }
}
/* ------ .section-title ------ */
.section-title h2, .section-title h1, .section-title .hh2{
   font-family: 'Arimo', sans-serif;
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-title.text-center {
  text-align: center;
}
/* ------ .service-list ------ */
.service-list {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
    .watch-yt-right {
        padding-bottom: 0!important;
    
    }
  .service-list .section-title h2 {
    font-size: 40px;
  }
  .service-list {
  padding-bottom: 0px;
}
}
@media (max-width: 768px) {
  .service-list .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .service-list .section-title h2 {
    font-size: 20px;
  }
}
.service-list .service-list__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.service-list .service-list__row a.service-list__item.item {
  flex: 0 0 calc(50% - 30px);
  display: flex;
  flex-direction: column;
  margin: 15px;
  padding: 15px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
.service-list .service-list__row a.service-list__item.item.item-30 {
  flex: 0 0 calc(40% - 30px) !important;
  width: 40% !important;
}
.service-list .service-list__row a.service-list__item.item.item-50 {
  flex: 0 0 calc(50% - 30px) !important;
  width: 50% !important;
}
.service-list .service-list__row a.service-list__item.item.item-70 {
  flex: 0 0 calc(60% - 30px) !important;
  width: 60% !important;
}
@media (max-width: 1024px) {
    .container {
    display: block;
    width: 100%;
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    margin-left: 0;
}
  .service-list .service-list__row a.service-list__item.item {
    flex: 0 0 calc(100% - 30px) !important;
    width: 100% !important;
  }
  .service-list .service-list__row a.service-list__item.item.item-30,
  .service-list .service-list__row a.service-list__item.item.item-50,
  .service-list .service-list__row a.service-list__item.item.item-70 {
    flex: 0 0 calc(100% - 30px) !important;
    width: 100% !important;
  }
}
.service-list .service-list__row a.service-list__item.item .item__top {
  display: block;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter: grayscale(100%);
  transition: filter 1000ms;
}
.service-list .service-list__row a.service-list__item.item:hover .item__top {
  filter: grayscale(0%);
}
.service-list .service-list__row a.service-list__item.item .item__bottom {
  flex-grow: 1;
  display: flex;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  border-top: 1px solid #000;
}
@media (max-width: 767px) {
  .service-list .service-list__row a.service-list__item.item .item__bottom {
    flex-direction: column;
  }
}
.service-list .service-list__row a.service-list__item.item .item__bottom .item__title {
  flex: 0 0 60%;
  width: 60%;
  padding: 15px;
   font-family: 'Arimo', sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
  border-right: 1px solid #000;
}
@media (max-width: 767px) {
  .service-list .service-list__row a.service-list__item.item .item__bottom .item__title {
    font-size: 14px;
    flex: 0 0 auto;
    width: 100%;
    border-right: unset;
    line-height: 1.5;
  }
}
.service-list .service-list__row a.service-list__item.item .item__bottom .item__price {
  flex: 0 0 40%;
  width: 40%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 15px;
}
@media (max-width: 640px) {
  .service-list .service-list__row a.service-list__item.item .item__bottom .item__price {
    font-size: 14px;
    flex: 0 0 auto;
    width: 100%;
    justify-content: flex-end;
  }
}
.service-list .service-list__row a.service-list__item.item .item__bottom .item__price > span {
  display: block;
  margin-right: 10px;
}
.service-list .service-list__row a.service-list__item.item .item__bottom .item__price > div {
  display: inline-block;
  padding: 5px 20px 10px;
  border: 1px solid #000;
  border-radius: 30px;
  font-size: 18px;
}
/* ------ .our-friends ------ */
.our-friends {
  padding: 40px 0 80px;
  background: #efefef;
}
.our-friends .section-title {
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  .our-friends .section-title {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }
}
.our-friends .section-title h2 {
  padding: 20px 0;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .our-friends .section-title h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .our-friends .section-title h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.our-friends .section-title .heart-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  bottom: -17px;
  left: 60%;
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 100%;
  transition: all 300ms;
}
.our-friends .section-title .heart-icon:hover {
  background: #000;
}
.our-friends .section-title .heart-icon:hover svg path {
  fill: #fff;
}
.our-friends .our-friends__list .our-friends__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item {
  background-color: #1d1c1c;
  color: #fff;
  padding: 30px;
  flex: 0 0 calc(33.333% - 30px);
  margin: 15px;
}
@media (max-width: 1180px) {
  .our-friends .our-friends__list .our-friends__row .our-friends__item.item {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .our-friends .our-friends__list .our-friends__row .our-friends__item.item {
    flex: 0 0 calc(100% - 30px);
  }
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__image img {
  width: 100%;
  height: auto;
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__content {
  display: flex;
  margin-top: 15px;
  border-top: 1px solid #3d3c3c;
  border-bottom: 1px solid #3d3c3c;
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__content .item__links {
  flex: 0 0 30%;
  padding: 20px 0;
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__content .item__links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 100%;
  margin-right: 7px;
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__content .item__desc {
  padding: 20px 0;
  border-left: 1px solid #3d3c3c;
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__content .item__desc .item__name {
   font-family: 'Arimo', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
@media (max-width: 640px) {
  .our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__content .item__desc .item__name {
    font-size: 14px;
  }
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__content .item__desc .item__description {
  color: #8c6a51;
  line-height: 1;
  margin-top: 14px;
  font-size: 11px;
}
/* ------ .our-comand ------ */
.our-comand {
  padding: 20px 0 50px;
}
.our-comand .section-title {
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}
.our-comand .section-title h2 {
  text-align: right;
  padding: 20px 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .our-comand .section-title h2 {
    font-size: 30px;
    text-align: left;
    padding-right: 100px;
  }
}
@media (max-width: 768px) {
  .our-comand .section-title h2 {
    font-size: 20px;
  }
}
.our-comand .section-title .comand-logo {
  position: absolute;
  left: 100px;
  bottom: -40px;
}
@media (max-width: 1024px) {
  .our-comand .section-title .comand-logo {
    left: unset;
    right: 0;
  }
}
.our-comand .section-title .comand-logo img {
  width: 120px;
  height: 120px;
  transform: rotate(-10deg);
}
.our-comand .our-comand__list .our-comand__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 30px 0;
}
.our-comand .our-comand__list .our-comand__row .our-comand__item.item {
  border: 1px solid #000;
  flex: 0 0 calc(33.333% - 30px);
  margin: 15px;
}
@media (max-width: 1080px) {
  .our-comand .our-comand__list .our-comand__row .our-comand__item.item {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .our-comand .our-comand__list .our-comand__row .our-comand__item.item {
    flex: 0 0 calc(100% - 30px);
  }
}
.our-comand .our-comand__list .our-comand__row .our-comand__item.item .item__image {
  padding: 20px 20px 0;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.our-comand .our-comand__list .our-comand__row .our-comand__item.item .item__image img {
  margin-bottom: -5px;
  width: 100%;
  height: auto;
}
.our-comand .our-comand__list .our-comand__row .our-comand__item.item .item__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-comand .our-comand__list .our-comand__row .our-comand__item.item .item__content .item__name {
  padding: 20px;
   font-family: 'Arimo', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.our-comand .our-comand__list .our-comand__row .our-comand__item.item .item__content .item__description {
  padding: 20px;
  border-left: 1px solid #000;
  font-size: 11px;
  text-transform: uppercase;
}
/* ------ .brands ------ */
.brands {
  background-color: #1d1c1c;
  color: #fff;
  padding: 50px 0 100px;
}
.brands .section-title {
  position: relative;
  border-top: 1px solid #3d3c3c;
  border-bottom: 1px solid #3d3c3c;
}
.brands .section-title .image {
  position: absolute;
  right: 100px;
  bottom: -70px;
}
@media (max-width: 1024px) {
  .brands .section-title .image {
    right: 0;
  }
}
@media (max-width: 860px) {
  .brands .section-title .image {
    top: -8px;
    bottom: unset;
  }
}
@media (max-width: 640px) {
  .brands .section-title .image {
    display: none;
  }
}
.brands .section-title h2 {
  line-height: 1;
  letter-spacing: 5px;
}
@media (max-width: 1024px) {
  .brands .section-title h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 860px) {
  .brands .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .brands .section-title h2 {
    font-size: 20px;
  }
}
.brands .section-title h2 span {
  display: block;
}
.brands .section-title h2 span:last-child {
  margin-left: 100px;
}
@media (max-width: 768px) {
  .brands .section-title h2 span:last-child {
    margin-left: 0;
  }
}
.brands .brands__row {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1330px) {
  .brands .brands__row {
    flex-direction: column;
  }
}
.brands .brands__row img {
  width: 146px;
  height: 146px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .brands .brands__row img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 640px) {
  .brands .brands__row img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .brands .brands__row img {
    width: 60px;
    height: 60px;
  }
}
.brands .brands__row img:last-child {
  margin-right: 0;
}
.brands .brands__row .brands__left {
  display: flex;
}
.brands .brands__row .brands__right {
  display: flex;
  padding-top: 120px;
}
@media (max-width: 1330px) {
  .brands .brands__row .brands__right {
    padding-top: 30px;
  }
}
.brands .brands__description {
  color: #8c6a51;
  font-size: 12px;
  font-weight: bold;
  margin-top: -60px;
  margin-left: 80px;
}
@media (max-width: 1330px) {
  .brands .brands__description {
    margin-top: 30px;
    margin-left: 0;
  }
}
/* ------ .reviews ------ */
.reviews {
  padding: 80px 0 80px;
  background: #efefef;
}
.reviews .section-title {
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  .reviews .section-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.reviews .section-title h2 {
  padding: 20px 0;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .reviews .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
    .reviews {

        padding: 20px 0 20px;
    }
  .reviews .section-title h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.reviews .section-title .review-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  bottom: -17px;
  left: 60%;
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 100%;
  transition: all 300ms;
}
.reviews .section-title .review-icon:hover {
  background: #000;
}
.reviews .section-title .review-icon:hover svg path {
  fill: #fff;
}
.reviews .reviews__list .reviews__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 480px) {
  .reviews .reviews__list .reviews__row {
    margin: 0;
  }
}
.reviews .reviews__list .reviews__row .reviews__item.item {
  background-color: #1d1c1c;
  color: #fff;
  padding: 30px;
  flex: 0 0 calc(33.333% - 30px);
  margin: 15px;
    height: auto;
}
@media (max-width: 1320px) {
  .reviews .reviews__list .reviews__row .reviews__item.item {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (max-width: 920px) {
  .reviews .reviews__list .reviews__row .reviews__item.item {
    flex: 0 0 calc(100% - 30px);
  }
}
@media (max-width: 480px) {
  .reviews .reviews__list .reviews__row .reviews__item.item {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    flex: 1;
  }
  }

.reviews .reviews__list .reviews__row .reviews__item.item .item__top {
  display: flex;
  border-top: 1px solid #3d3c3c;
  border-bottom: 1px solid #3d3c3c;
  padding: 20px 0;
}
.reviews .reviews__list .reviews__row .reviews__item.item .item__top .item__image {
  display: block;
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.reviews .reviews__list .reviews__row .reviews__item.item .item__top .item__right {
  margin-left: 20px;
}
.reviews .reviews__list .reviews__row .reviews__item.item .item__top .item__right .item__name {
   font-family: 'Arimo', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
@media (max-width: 640px) {
  .reviews .reviews__list .reviews__row .reviews__item.item .item__top .item__right .item__name {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .reviews .reviews__list .reviews__row .reviews__item.item .item__top .item__right .item__name {
    font-size: 8px;
  }
}
.reviews .reviews__list .reviews__row .reviews__item.item .item__top .item__right .item__date {
  margin-top: 20px;
  font-size: 12px;
  color: #8c6a51;
}
.reviews .reviews__list .reviews__row .reviews__item.item .item__content {
  padding: 20px 0 0;
  font-size: 12px;
  line-height: 22px;
}
/* ------ .contacts ------ */
.contacts {
 
  padding: 0px 0 80px;
}
.contacts .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .contacts .section-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts .section-title .section-title__left {
  position: relative;
}
@media (max-width: 1024px) {
  .contacts .section-title .section-title__left {
    margin-bottom: 30px;
  }
}
.contacts .section-title .section-title__left h2 {
  display: inline;
  /*position: relative;*/
  line-height: 1;
}
@media (max-width: 768px) {
  .contacts .section-title .section-title__left h2 {
    font-size: 30px;
  }
}
.contacts .section-title .section-title__left h2 img {
  position: absolute;
  display: none;
  z-index: 3;
  right: -50px;
  top: -86px;
  transform: rotate(10deg);
}
@media (max-width: 768px) {
  .contacts .section-title .section-title__left h2 img {
    right: -150px;
  }
}
@media (max-width: 640px) {
  .contacts .section-title .section-title__left h2 img {
    right: -100px;
  }
}
.contacts .section-title .section-title__left h2 span {
  position: relative;

  display: block;
}
.contacts .section-title .section-title__left h2 span.contacts_title_2 {
  margin-left: 300px;
}
@media (max-width: 768px) {
  .contacts .section-title .section-title__left h2 span.contacts_title_2 {
    margin-left: 0;
  }
}
.contacts .section-title .section-title__left .subtitle {
  margin-top: -35px;
  font-size: 18px;
  color: #8c6a51;
}
@media (max-width: 768px) {
  .contacts .section-title .section-title__left .subtitle {
    margin-top: 30px;
  }
}
.contacts .contacts__row {
  margin-top: 80px;
  display: flex;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 1024px) {
  .contacts .contacts__row {
    flex-direction: column;
  }
}
.contacts .contacts__row .contacts__item {
  flex: 0 0 calc(20%);
  display: flex;
  align-items: center;
  max-width: 20%;
  min-height: 85px;
  padding: 20px;
  border-right: 1px solid #000;
}
.contacts .contacts__row .contacts__item a{
  color: #000000;
}
@media (max-width: 1024px) {
  .contacts .contacts__row .contacts__item {
    flex: 0 0 100%;
    max-width: unset;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
  }
}
.contacts .contacts__row .contacts__item:last-child {
  border-right: unset;
}
.contacts .contacts__row .contacts__item.social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 100%;
}
.contacts .contacts__row .contacts__item.social a svg path {
  fill: #fff;
}
/* ------ .map ------ */
.map,
div.map {
  display: block;
  width: 100%;
  height: 400px;
}
.map iframe,
div.map iframe {
  width: 100%;
}
/* ------ footer.footer ------ */
footer.footer {
  padding: 50px 0;
  background-color: #1d1c1c;
  color: #fff;
}
footer.footer a {
  color: #fff;
  text-decoration: none;
}
footer.footer .footer__row {
  display: flex;
  justify-content: space-between;
}
footer.footer .footer__row .footer__left {
  text-align: left;
}
footer.footer .footer__row .footer__right {
  text-align: right;
}
/* ------ .gallery ------ */
.gallery {
  background-color: #1d1c1c;
  color: #fff;
  padding: 50px 0 80px;
}
.gallery .section-title {
  position: relative;
  border-top: 1px solid #3d3c3c;
  border-bottom: 1px solid #3d3c3c;
  padding: 20px 0 30px 200px;
}
@media (max-width: 1024px) {
  .gallery .section-title {
    padding: 20px 0 30px;
  }
}
.gallery .section-title h2 {
    padding: 0;
    margin: 0;
    line-height: 1;
    display: flex;
    gap: 20px;
}
@media (max-width: 1024px) {
  .gallery .section-title h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .gallery .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .gallery .section-title h2 {
    font-size: 20px;
  }
}
.gallery .section-title h2 span {
  display: block;
}
.gallery .section-title h2 span.gallery_title_2 {
  margin-left: 400px;
}
@media (max-width: 768px) {
  .gallery .section-title h2 span.gallery_title_2 {
    margin-left: 200px;
  }
}
@media (max-width: 480px) {
  .gallery .section-title h2 span.gallery_title_2 {
    margin-left: 0;
    width: 100%;
    text-align: right;
  }
}
.gallery .section-title .image {
  position: absolute;
  right: 10%;
  bottom: -65px;
}
@media (max-width: 1280px) {
  .gallery .section-title .image {
    left: 20%;
    right: unset;
  }
}
@media (max-width: 1024px) {
  .gallery .section-title .image {
    right: 0;
    left: unset;
  }
}
@media (max-width: 768px) {
  .gallery .section-title .image {
    top: -65px;
    bottom: unset;
  }
}
.gallery .section-title .image img {
  width: 125px;
  height: 125px;
}
.gallery .section-title .subtitle {
  color: #8c6a51;
  margin-top: -30px;
  margin-left: 200px;
}
@media (max-width: 768px) {
  .gallery .section-title .subtitle {
    margin-top: -30px;
    margin-left: 50px;
  }
}
.gallery .gallery__row {
  padding-top: 75px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.gallery .gallery__row .gallery__item {
  flex: 0 0 calc(50% - 30px);
  margin: 15px;
}
.gallery .gallery__row .gallery__item img {
  width: 100%;
  height: auto;
}
.gallery .gallery__video.video {
  display: flex;
  justify-content: space-between;
  margin: 60px -15px 0;
}
@media (max-width: 1024px) {
  .gallery .gallery__video.video {
    flex-direction: column;
  }
}
.gallery .gallery__video.video .video__left {
  flex: 0 0 calc(50% - 30px);
  margin: 0 15px;
}
.gallery .gallery__video.video .video__left video {
  width: 100%;
  height: auto;
}
.gallery .gallery__video.video .video__right {
  flex: 0 0 calc(50% - 30px);
  margin: 0 15px 7px;
  padding: 40px 0;
  border-top: 1px solid #8c6a51;
  border-bottom: 1px solid #8c6a51;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .gallery .gallery__video.video .video__right {
    order: -1;
    margin-bottom: 30px;
  }
}
.gallery .gallery__video.video .video__right .video__title {
   font-family: 'Arimo', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 1024px) {
  .gallery .gallery__video.video .video__right .video__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
    .contacts {
        margin-top: 20px;
    }
    .service-list .btn {
        margin-bottom: 0;
    }
    .our-friends,
    .service-description {

        padding: 20px 0;
    }
    .steps {
        padding: 20px 0;
    }
    .gallery .gallery__row {
        padding-top: 25px;
    }
  .gallery .gallery__video.video .video__right .video__title {
    font-size: 20px;
  }
}
.gallery .gallery__video.video .video__right .video__name {
  flex-grow: 1;
  color: #8c6a51;
  font-size: 20px;
  font-weight: bold;
}
.gallery .gallery__video.video .video__right .video__arrow svg {
  width: 75px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 30px;
  padding: 5px;
}
@media (max-width: 1024px) {
  .gallery .gallery__video.video .video__right .video__arrow svg {
    transform: rotate(-90deg);
    margin: 0 0 0 calc(100% - 75px);
  }
}
.gallery .gallery__video.video .video__right .video__arrow svg path {
  fill: #fff;
}
/* ------ .signup ------ */
.signup {
  background-color: #efefef;
  padding: 50px 0;
}
.signup .signup__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1130px) {
  .signup .signup__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.signup .signup__row .section-title h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .signup .signup__row .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .signup .signup__row .section-title h2 {
    font-size: 30px;
  }
}
.signup .signup__row .section-title h2 > span {
  display: block;
}
.signup .signup__row .section-title h2 > span span.subspan_1,
.signup .signup__row .section-title h2 > span span.subspan_2 {
   font-family: 'Arimo', sans-serif;
  font-size: 20px;
  line-height: 22px;
}
.signup .signup__row .section-title h2 > span span.subspan_2 {
  color: #8c6a51;
}
.signup .signup__row .signup__content {
  flex: 0 0 500px;
}
@media (max-width: 1130px) {
  .signup .signup__row .signup__content {
    flex: 0 0 auto;
  }
}
/* ------ .creative ------ */
.creative {
  background-color: #1d1c1c;
  color: #fff;
  padding: 20px 0 70px;
}
.creative .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .creative .section-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.creative .section-title .hh2,
.creative .section-title h2 {
  line-height: 1;
  letter-spacing: 5px;
    font-size: 55px;
}
@media (max-width: 1024px) {
  .creative .section-title .hh2,
  .creative .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .creative .section-title .hh2,
  .creative .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .creative .section-title .hh2,
  .creative .section-title h2 {
    font-size: 20px;
  }
}
.creative .section-title .hh2 span,
.creative .section-title h2 span {
  display: block;
}
.creative .section-title .hh2 span:last-child,
.creative .section-title h2 span:last-child {
  margin-left: 220px;
}
@media (max-width: 1024px) {
  .creative .section-title .hh2 span:last-child,
  .creative .section-title h2 span:last-child {
    margin-left: 0;
  }
}
.creative .section-title .description {
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .creative .section-title .description {
    padding-left: 0;
  }
}
.creative .subtitle {
  margin-top: -75px;
  text-transform: uppercase;
  color: #8c6a51;
}
@media (max-width: 1024px) {
  .creative .subtitle {
    display: none;
  }
}
/* ------ #buttonUp ------ */
#buttonUp {
  display: none;
  position: fixed;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
    z-index: 99999;
}
#buttonUp svg {
  width: 50px;
  height: 50px;
}
/* ------ .steps ------ */
.steps {
  padding: 50px 0;
  background-color: #efefef;
}
.steps .section-title {
  position: relative;
}
.steps .section-title .hh2,
.steps .section-title h2 {
  position: relative;
  z-index: 2;
  line-height: 1;
  letter-spacing: 5px;
    font-size: 55px;
}
@media (max-width: 1024px) {
    .steps .section-title .hh2,
  .steps .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
    .steps .section-title .hh2,
  .steps .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
    .steps .section-title .hh2,
  .steps .section-title h2 {
    font-size: 20px;
  }
}
.steps .section-title .hh2 span,
.steps .section-title h2 span {
  display: block;
}
.steps .section-title .hh2 span:last-child,
.steps .section-title h2 span:last-child {
  margin-left: 230px;
}
@media (max-width: 930px) {
  .steps .section-title .hh2 span:last-child,
  .steps .section-title h2 span:last-child {
    margin-left: 0;
  }
}
.steps .section-title .subtitle {
  text-transform: uppercase;
  color: #8c6a51;
  font-weight: bold;
  margin-top: -73px;
}
@media (max-width: 930px) {
  .steps .section-title .subtitle {
    margin-top: 30px;
  }
}
.steps .section-title .image {
  position: absolute;
  top: 0;
  right: 70px;
  transform: rotate(10deg);
}
@media (max-width: 1024px) {
  .steps .section-title .image {
    top: unset;
    bottom: 0;
    right: 0;
  }
}
.steps .steps__row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 1024px) {
  .steps .steps__row {
    flex-direction: column;
  }
}
.steps .steps__row .steps__item.item {
  padding: 30px;
  border-right: 1px solid #000;
}
@media (max-width: 1024px) {
  .steps .steps__row .steps__item.item {
    border-right: unset;
    border-bottom: 1px solid #000;
  }
}
.steps .steps__row .steps__item.item:first-child {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .steps .steps__row .steps__item.item:first-child {
    padding-left: 30px;
  }
}
.steps .steps__row .steps__item.item:last-child {
  padding-right: 0;
  border-right: unset;
}
@media (max-width: 1024px) {
  .steps .steps__row .steps__item.item:last-child {
    padding-right: 30px;
  }
}
.steps .steps__row .steps__item.item .item__number {
  color: #8c6a51;
  text-align: right;
  font-weight: bold;
  margin-bottom: 20px;
}
.steps .steps__row .steps__item.item .item__title {
   font-family: 'Arimo', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 480px) {
  .steps .steps__row .steps__item.item .item__title {
    word-wrap: break-word;
    letter-spacing: 1px;
    font-size: 14px;
  }
}
.steps .steps__row .steps__item.item .item__description {
  margin-top: 20px;
}

/* ------ .car-gallery ------ */
.car-gallery {
  padding: 30px 0;
  background-color: #efefef;
}
.car-gallery .car-gallery__row {
  display: flex;
  background-color: #1d1c1c;
  padding: 30px;
}
@media (max-width: 1024px) {
  .car-gallery .car-gallery__row {
    flex-direction: column;
  }
}
.car-gallery .car-gallery__row .car-gallery__slider {
  flex: 0 0 calc(65% - 40px);
  margin-right: 40px;
  min-width: 0;
}
@media (max-width: 1024px) {
  .car-gallery .car-gallery__row .car-gallery__slider {
    margin-right: 0;
  }
}
.car-gallery .car-gallery__row .car-gallery__slider .car-gallery__images .swiper-slide {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: grab;
}
.car-gallery .car-gallery__row .car-gallery__slider .car-gallery__thumbs {
  margin: 10px 0 0;
}
.car-gallery .car-gallery__row .car-gallery__slider .car-gallery__thumbs .swiper-slide {
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 10px;
  cursor: pointer;
}
.car-gallery .car-gallery__row .car-gallery__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.car-gallery .car-gallery__row .car-gallery__content .car-gallery__title {
   font-family: 'Arimo', sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.2;
  border-top: 1px solid #3d3c3c;
  border-bottom: 1px solid #3d3c3c;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .car-gallery .car-gallery__row .car-gallery__content .car-gallery__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .car-gallery .car-gallery__row .car-gallery__content .car-gallery__title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .car-gallery .car-gallery__row .car-gallery__content .car-gallery__title {
    font-size: 20px;
  }
}
.car-gallery .car-gallery__row .car-gallery__content .car-gallery__list {
  flex-grow: 1;
}
.car-gallery .car-gallery__row .car-gallery__content .car-gallery__list .list-item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #3d3c3c;
}
.car-gallery .car-gallery__row .car-gallery__content .car-gallery__list .list-item .list-item__left {
  color: #8c6a51;
  font-weight: bold;
  font-size: 22px;
  flex: 0 0 100px;
}
@media (max-width: 1024px) {
  .car-gallery .car-gallery__row .car-gallery__content .car-gallery__action {
    margin-top: 30px;
  }
}
/* ------ .portfolio ------ */
.portfolio {
  padding: 50px 0 80px;
}
.portfolio .section-title {
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portfolio .section-title h2 {
  padding: 20px 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .portfolio .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .portfolio .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .portfolio .section-title h2 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .portfolio .section-title h2 {
    font-size: 16px;
  }
}
.portfolio .portfolio__slider .portfolio__item.item {
  background-color: #1d1c1c;
  padding: 30px;
  color: #fff;
}
.portfolio .portfolio__slider .portfolio__item.item .item__row {
  display: flex;
}
@media (max-width: 1024px) {
  .portfolio .portfolio__slider .portfolio__item.item .item__row {
    flex-direction: column;
  }
}
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__images {
  flex: 0 0 60%;
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 1024px) {
  .portfolio .portfolio__slider .portfolio__item.item .item__row .item__images {
    flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .portfolio .portfolio__slider .portfolio__item.item .item__row .item__images {
    flex-direction: column;
  }
}
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__images a {
  display: block;
  flex: 0 0 calc(50% - 30px);
  margin: 0 15px;
  border: none;
  outline: none;
}
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__images a .item__before,
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__images a .item__after {
  display: block;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .portfolio .portfolio__slider .portfolio__item.item .item__row .item__images a .item__before,
  .portfolio .portfolio__slider .portfolio__item.item .item__row .item__images a .item__after {
    width: 100%;
    height: 200px !important;
    margin-bottom: 30px;
  }
}
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__content {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .portfolio .portfolio__slider .portfolio__item.item .item__row .item__content {
    padding-left: 0;
  }
}
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__content .item__title {
   font-family: 'Arimo', sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.2;
  border-top: 1px solid #3d3c3c;
  border-bottom: 1px solid #3d3c3c;
  padding: 30px 0;
}
@media (max-width: 640px) {
  .portfolio .portfolio__slider .portfolio__item.item .item__row .item__content .item__title {
    font-size: 16px;
  }
}
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__content .item__description {
  margin-top: 30px;
  flex-grow: 1;
}
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__content .item__count,
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__content .item__price {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__content .item__count span,
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__content .item__price span {
  font-size: 18px;
}
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__content .item__count span:first-child,
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__content .item__price span:first-child {
  flex: 0 0 100px;
  color: #ddd;
}
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__content .item__count {
  border-bottom: 1px solid #3d3c3c;
}
.portfolio .portfolio__slider .portfolio__item.item .item__row .item__content .item__price span:last-child {
  color: #8c6a51;
}
/* ====== SERVICE ====== */
/* ------ .service-title ------ */
.service-title h2 {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
   font-family: 'Arimo', sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .service-title h2 {
    width: 100%;
    font-size: 24px;
  }
}
/* ------ .service-top ------ */
.service-top .service-top__list .service-top__item.item {
  display: flex;
  align-items: stretch;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .service-top .service-top__list .service-top__item.item {
    flex-direction: column;
  }
}
.service-top .service-top__list .service-top__item.item .item__image {
  flex: 0 0 50%;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.service-top .service-top__list .service-top__item.item .item__description {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-start;
  padding: 30px;
  background-color: #efefef;
  font-size: 18px;
  line-height: 1.7;
}
.service-top .service-top__list .service-top__item.item:nth-child(2n) .item__description {
  order: -1;
}
@media (max-width: 768px) {
  .service-top .service-top__list .service-top__item.item:nth-child(2n) .item__description {
    order: unset;
  }
}
.service-top .service-top__action {
  margin-top: 50px;
  text-align: center;
}
.service-top .service-top__action a {
  font-size: 20px;
  padding: 15px 100px;
}
/* ------ .service-advantages ------ */
.service-advantages {
  padding: 50px 0;
}
.service-advantages .section-title h2 {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
   font-family: 'Arimo', sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .service-advantages .section-title h2 {
    width: 100%;
    font-size: 20px;
  }
}
.service-advantages .service-advantages__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .service-advantages .service-advantages__top {
    flex-direction: column;
  }
}
.service-advantages .service-advantages__top .service-advantages__topimage {
  flex: 0 0 calc(50% - 15px);
}
.service-advantages .service-advantages__top .service-advantages__topimage img {
  display: block;
  width: 100%;
  height: auto;
}
.service-advantages .service-advantages__top .service-advantages__text {
  flex: 0 0 calc(50% - 15px);
    font-size: 1.17em;
}
.service-advantages .service-advantages__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .service-advantages .service-advantages__list {
    flex-direction: column;
  }
}
.service-advantages .service-advantages__list .service-advantages__items {
  flex: 0 0 calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
}
.service-advantages .service-advantages__list .service-advantages__items .service-advantages__item.item {
  flex: 0 0 calc(50% - 30px);
  margin: 15px;
  padding: 15px;
  border: 1px solid #000;
}
@media (max-width: 640px) {
  .service-advantages .service-advantages__list .service-advantages__items .service-advantages__item.item {
    flex: 0 0 calc(100% - 30px);
  }
}
.service-advantages .service-advantages__list .service-advantages__items .service-advantages__item.item .item__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.service-advantages .service-advantages__list .service-advantages__listimage {
  flex: 0 0 calc(50% - 15px);
}
@media (max-width: 1024px) {
  .service-advantages .service-advantages__list .service-advantages__listimage {
    margin-top: 30px;
  }
}
.service-advantages .service-advantages__list .service-advantages__listimage img {
  display: block;
  width: 100%;
  height: auto;
}
.service-advantages .service-advantages__action {
  margin-top: 50px;
  text-align: center;
}
.service-advantages .service-advantages__action a {
  font-size: 20px;
  padding: 15px 100px;
}
/* ------ .service-brands ------ */
.service-brands {
  padding-bottom: 100px;
}
.service-brands .section-title h2 {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
   font-family: 'Arimo', sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .service-brands .section-title h2 {
    width: 100%;
    font-size: 24px;
  }
}
.service-brands .service-brands__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.service-brands .service-brands__row .service-brands__item.item {
  flex: 0 0 calc(50% - 30px);
  width: 100%;
  height: 150px;
  margin: 15px;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .service-brands .service-brands__row .service-brands__item.item {
    flex: unset;
  }
}
.service-brands .service-brands__row .service-brands__item.item.active {
  flex: auto;
}
.service-brands .service-brands__row .service-brands__item.item:first-child {
  flex: 0 0 calc(100% - 30px);
}
.service-brands .service-brands__row .service-brands__item.item img {
  width: auto;
  max-height: 75px;
  filter: grayscale(100%);
  transition: filter 300ms;
}
.service-brands .service-brands__row .service-brands__item.item:hover img {
  filter: grayscale(0%);
}
/* ------ .service-description ------ */
.service-description {
  background-color: #F5F5F5;
  padding: 50px 0 100px;
}
.service-description .service-description__subtitle {
  color: #797979;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2.1px;
}
.service-description .service-description__title {
  margin-top: 30px;
   font-family: 'Arimo', sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
}
.service-description .service-description__title h2 {
    all: unset;
    display: block;
}
@media (max-width: 768px) {
  .service-description .service-description__title {
    width: 100%;
    font-size: 20px;
  }
}
.service-description .service-description__content {
  margin-top: 30px;
  column-width: 48%;
/*   column-count: 2; */
  column-gap: 4%;
}
@media (max-width: 768px) {
  .service-description .service-description__content {
    column-count: 1;
  }
}
/* ------ .service-gallery ------ */
.service-gallery {
  background-color: #1d1c1c;
  color: #fff;
  padding: 50px 0 80px;
}
.service-gallery .section-title {
  position: relative;
  border-top: 1px solid #3d3c3c;
  border-bottom: 1px solid #3d3c3c;
  padding: 20px 0 30px 200px;
}
@media (max-width: 1024px) {
  .service-gallery .section-title {
    padding: 20px 0 30px;
  }
}
.service-gallery .section-title h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .service-gallery .section-title h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .service-gallery .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .service-gallery .section-title h2 {
    font-size: 20px;
  }
}
.service-gallery .section-title h2 span {
  display: block;
}
.service-gallery .section-title h2 span.gallery_title_2 {
  margin-left: 400px;
}
@media (max-width: 768px) {
  .service-gallery .section-title h2 span.gallery_title_2 {
    margin-left: 200px;
  }
}
.service-gallery .section-title .image {
  position: absolute;
  right: 10%;
  bottom: -65px;
}
@media (max-width: 1280px) {
  .service-gallery .section-title .image {
    left: 20%;
    right: unset;
  }
}
@media (max-width: 1024px) {
  .service-gallery .section-title .image {
    right: 0;
    left: unset;
  }
}
@media (max-width: 768px) {
  .service-gallery .section-title .image {
    top: -65px;
    bottom: unset;
  }
}
.service-gallery .section-title .image img {
  width: 125px;
  height: 125px;
}
@media(max-width: 510px) {
    .service-gallery .section-title .image img {
      width: 85px;
      height: 85px;
    }
}
.service-gallery .section-title .subtitle {
  color: #8c6a51;
  margin-top: -30px;
  margin-left: 200px;
}
@media (max-width: 768px) {
  .service-gallery .section-title .subtitle {
    margin-top: -30px;
    margin-left: 50px;
  }
}
.service-gallery .gallery__row {
  padding-top: 75px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.service-gallery .gallery__row .gallery__item {
  flex: 0 0 calc(50% - 30px);
  margin: 15px;
}
.service-gallery .gallery__row .gallery__item img {
  width: 100%;
  height: auto;
}
/* ------ .callwidget ------ */
.callwidget {
  position: fixed;
  z-index: 999998;
  right: 80px;
  bottom: 20px;
  color: #fff;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 15px;
}
.callwidget.show { 
  position: fixed;
  z-index: 999998;
  right: 20px;
  bottom: 20px;
  color: #fff;
  opacity: 1!important;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 15px;
}
@media (max-width: 1024px) {
  .callwidget {
    /*display: none;*/
  }
}
.callwidget .callwidget__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.callwidget .callwidget__row .callwidget__image {
  margin-right: 15px;
}
.callwidget .callwidget__row .callwidget__image img {
  width: 70px;
  height: 70px;
}
.callwidget .callwidget__row .callwidget__content {
  margin-top: -10px;
}
.callwidget .callwidget__row .callwidget__content .callwidget__title {
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.callwidget .callwidget__row .callwidget__content .callwidget__title::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #8c6a51;
  margin-right: 5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.callwidget .callwidget__row .callwidget__content .callwidget__buttons {
  display: flex;
}
.callwidget .callwidget__row .callwidget__content .callwidget__buttons a.callwidget__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #000;
  margin-right: 10px;
}
.callwidget .callwidget__row .callwidget__content .callwidget__buttons a.callwidget__button svg path {
  fill: #fff;
}
/* новая главная */
.primary-menu ul li:nth-last-child(1) {
  margin: 0;
}
.new-dropdown a {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  margin-top: 0 !important;
  border-top: 0 !important;
  padding: 0 !important;
}
.new-dropdown-open::after {
  margin-left: 12px !important;
}
.new-dropdown-open:after,
.new-dropdown-sub-open:after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 12px;
  margin-left: auto;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  transition: transform 0.1s ease-in;
}
.new-dropdown-main,
.new-dropdown-sub-inner {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  display: flex;
  flex-direction: column;
}
.new-dropdown-main.active {
  opacity: 1;
  position: absolute;
  visibility: visible;
  display: flex;
  flex-direction: column;
  align-items: start;
  z-index: 212;
  background-color: rgba(0, 0, 0, 0.81);
  border-radius: 10px;
  border-top: none;
  gap: 30px;
  padding: 54px 25px;
}
.new-dropdown-sub {
  margin-right: 60px !important;
}
.new-dropdown-sub-inner {
  width: 10px;
  overflow-x: hidden;
}
.new-dropdown-sub-inner.active {
  opacity: 1;
  position: unset;
  visibility: visible;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-top: 0;
  padding-top: 20px;
  padding-left: 15px;
  gap: 30px;
  width: auto;
}
.new-dropdown-sub-open {
  width: 290px;
}
.new-dropdown-sub-open:hover {
  border-top: none !important;
}
.new-dropdown-sub-open:hover,
.new-dropdown-sub-inner a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.new-dropdown-open,
.new-dropdown-sub-open,
.new-dropdown-sub-inner a {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.new-dropdown-open.active:after,
.new-dropdown-sub-open.active::after {
  transform: rotate(180deg);
}
.advancements {
  background-color: #1D1C1C;
}
.advancements .section-title {
  padding-top: 65px;
  color: #fff;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .advancements .section-title h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 430px) {
  .advancements .section-title h2 {
    font-size: 20px !important;
  }
}

@media (max-width: 430px) {
  
}

@media (max-width: 430px) {

}
@media (max-width: 600px) {
  
 
  
}


@media (max-width: 600px) {
  .advancements-card {
    width: 50%;
  }
}
@media (max-width: 430px) {

}


.enroll-visit h2 {
  margin: 0;
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: left;
}
@media (max-width: 450px) {
  .enroll-visit h2 {
    font-size: 20px;
    line-height: 33px;
  }
}
.enroll-visit {
  margin-bottom: 95px;
  color: #fff;
}
.enroll-visit .container {
  display: flex;
  flex-direction: row;
  gap: 64px;
  background-color: #1D1C1C;
  padding: 0;
}
@media (max-width: 1210px) {
  .enroll-visit .container {
    gap: 0;
  }
}
@media (max-width: 1020px) {
  .enroll-visit .container {
    flex-direction: column;
  }
}
.enroll-visit-left {
  padding-left: 90px;
  padding-top: 90px;
  width: 52.155%;
}
@media (max-width: 1140px) {
  .enroll-visit-left {
    padding-left: 20px;
  }
}
@media (max-width: 1020px) {
  .enroll-visit-left {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .enroll-visit-left {
    padding-top: 35px;
  }
}
.enroll-visit-left-text p {
  margin-bottom: 0;
}
@media (max-width: 1020px) {
  .enroll-visit-left-text p {
    padding: 0 0px;
  }
}
.enroll-visit #enrollform {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #fff;
  margin-top: 26px;
}
@media (max-width: 1020px) {
  .enroll-visit #enrollform {
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .enroll-visit #enrollform {
    padding: 15px;
  }
}
.enroll-visit #enrollform input[name="phone"] {
  background-color: transparent;
  border: 0;
  color: #fff;
  outline: none;
    border-bottom: 1px solid;
}
 
.enroll-visit #enrollform input[type="submit"] {
    width: 195px;
    height: 54px;
    border-radius: 34px;
    background-color: #8c6a51;
    color: #FFFFFF;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.enroll-visit #enrollform input[type="submit"]:hover {
  filter: brightness(0.95);
}
.enroll-form-agreement {
  width: 327px;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #FFF6;
  white-space: nowrap;
}
.enroll-form-agreement a {
  color: #fff;
}
.enroll-form-agreement a:hover {
  text-decoration: underline;
}
.enroll-visit-right {
  padding: 48px;
}
@media (max-width: 1140px) {
  .enroll-visit-right {
    padding: 20px;
  }
}
@media (max-width: 1020px) {
  .enroll-visit-right img {
    right: -50%;
    position: relative;
    transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  .enroll-visit-right img {
    width: 100%;
    max-height:300px;
    object-fit: cover;
  }
}
.new-signup {
  color: #fff;
  min-height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #1b1e26;
}
.new-signup::before {
  background-color: #000000B2;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.new-signup .container {
  /*z-index: 212;*/
  z-index: 1;
}
/*.new-signup .signup__row .section-title h2 {
    @media(max-width: 1180px) {
        font-size: 40px;
    }
}*/
.new-signup .btn {
  background-color: #fff;
  color: #1D1C1C;
}
.new-signup .btn:hover {
  background-color: #1D1C1C;
  border-color: #1D1C1C;
  color: #fff;
}
.new-brands .brands__row .brands__center {
  display: flex;
  flex-direction: row;
  padding-top: 170px;
  margin-left: -460px;
}
@media (max-width: 1330px) {
  .new-brands .brands__row .brands__center {
    margin-left: unset;
    padding-top: 30px;
  }
}
.new-brands .brands__row .brands__right {
  display: flex;
  padding-top: 350px;
  margin-left: -310px;
}
@media (max-width: 1330px) {
  .new-brands .brands__row .brands__right {
    margin-left: unset;
    padding-top: 30px;
  }
}
.new-brands .brands__row .brands__left img {
  width: 131px;
  height: 131px;
}
@media (max-width: 768px) {
  .new-brands .brands__row .brands__left img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 640px) {
  .new-brands .brands__row .brands__left img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .new-brands .brands__row .brands__left img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 420px) {
  .new-brands .brands__row .brands__left img {
    width: 50px;
    height: 50px;
    margin-right: 11px;
  }
}
.faq,.promo, .faq-card, .faq-visible{
  max-width: 100%;
}
@media (max-width: 768px) {
  .faq,.promo, .faq-card, .faq-visible{
    overflow-x: hidden;
  }
}
.faq h2 {
  background-color: #EFEFEF;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.03em;
  padding-left: 384px;
  margin: 0;
  padding-top: 44px;
  padding-bottom: 18px;
}
@media (max-width: 1265px) {
  .faq h2 {
    text-align: right;
    padding-right: 20px;
    padding-left: 0;
  }
}
@media (max-width: 630px) {
  .faq h2 {
    font-size: 26px;
  }
}
.faq-card{

}
.faq-card:nth-child(2n+2) {
  background-color: #EFEFEF;
}
.faq .faq-visible {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 24px;
  padding-left: 74px;
  padding-bottom: 36px;
  position: relative;
}
@media (max-width: 768px) {
  .faq .faq-visible {
    padding-left: 20px;
  }
}
.faq .faq-visible p {
  width: 80%;
  flex: 0 0 80%;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.03em;
  margin-right: auto;
}
@media (max-width: 900px) {
  /* .faq .faq-visible p {
    width: 80%;
  } */
}
@media (max-width: 768px) {
  .faq .faq-visible p {
    font-size: 16px;
  }
}
@media (max-width: 630px) {
  .faq .faq-visible p {
    font-size: 14px;
    /* width: 80%; */
  }
}
.faq-card-open-btn-up {
  opacity: 0;
  visibility: hidden;
  border: 2px solid #1D1C1C;
  height: 28px;
  transform: rotate(90deg);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: auto;
}
@media (max-width: 630px) {
  .faq-card-open-btn-up {
    height: 22px;
    max-height: 10vw;
  }
}
.faq-card-open-btn-up.open {
  opacity: 1;
  visibility: visible;
}
.faq-card-open-btn-down {
  border: 2px solid #1D1C1C;
  height: 28px;
  transform: rotate(90deg);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 630px) {
  .faq-card-open-btn-down {
    height: 22px;
    max-height: 10vw;
  }
}
.faq-card-open-btn-down.closed {
  opacity: 0;
  visibility: hidden;
}
.faq-card-open-btn-down::before {
  content: '';
  border: 2px solid #1D1C1C;
  width: 26px;
  display: block;
  position: absolute;
  transform: translate(-48%, 250%);
}
@media (max-width: 630px) {
  .faq-card-open-btn-down::before {
    width: 20px;
    transform: translate(-50%, 177%);
  }
}
.faq-card-open-btn.open::before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.faq-invisible.closed {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.faq-invisible {
  opacity: 1;
  visibility: visible;
  position: unset;
  padding-left: 110px;
  width: 70%;
  margin-top: -36px;
  padding-bottom: 36px;
}
@media (max-width: 900px) {
  .faq-invisible {
    width: 80%;
    padding-left: 10px;
  }
}
@media (max-width: 630px) {
  .faq-invisible {
    padding-left: 10px;
    padding-bottom: 0;
  }
}
.faq-cards,
.faq-card {
  transition: 0.3s ease all;
}
.stages {
  margin-top: 150px;
  background-color: #1D1C1C;
  color: #fff;
}
.stages h2 {
  margin: 0;
  padding-top: 46px;
  padding-bottom: 72px;
  font-size: 45px;
  font-weight: 700;
  line-height: 67.5px;
  letter-spacing: 0.03em;
  text-align: left;
}
@media (max-width: 720px) {
  .stages h2 {
    font-size: 28px;
  }
}
.stages-cards
 {
    counter-reset: count;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px;
    margin-left: 70px;
    padding-bottom: 80px;
}
@media (max-width: 860px) {
  .stages-cards {
    gap: 70px;
    margin-left: 20px;
    padding-bottom: 23px;
  }
}
.stages-card {
  width: 25%;
  position: relative;
}
@media (max-width: 720px) {
  .stages-card {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .stages-card {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .stages-card {
    width: 90%;
  }
}
.stage-counter::before {
  counter-increment: count;
   font-family: 'Arimo', sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 120px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #FFFFFF5C;
  position: absolute;
  display: block;
  content: '0' counter(count);
  top: -50px;
  left: -70px;
}
@media (max-width: 720px) {
  .stage-counter::before {
    left: -28px;
    font-size: 60px;
  }
}
.stage-title {
  /* font-family: 'Arimo', sans-serif;*/
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.stage-text p {
  margin: 0;
}
.mid-banner img {
  width: 100%;
  max-height: 730px;
  margin-bottom: 114px;
}
.watch-yt {
  background-color: #1D1C1C;
  margin-top: 95px;
  margin-bottom: 100px;
}
.watch-yt .container {
  display: flex;
  flex-direction: row;
  color: #fff;
  gap: 44px;
  position: relative;
}
@media (max-width: 1075px) {
  .watch-yt .container {
    gap: 20px;
  }
}
@media (max-width: 990px) {
.watch-yt .container {
        flex-direction: column-reverse;
        padding-bottom: 30px;
  
    }
}
.watch-yt-left {
  width: fit-content;
  position: relative;
  /*z-index: 212;*/
  z-index: 1;
}
.fr {
    display: flex
;
    gap: 10px;
    justify-items: center;
    justify-content: center;
    align-items: center;
}
@media (max-width: 990px) {
  .watch-yt-right {
    padding-bottom: 32px;
  }
}
@media (max-width: 660px) {
  .watch-yt-right {
    padding-bottom: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .watch-yt-right {
    flex-direction: column;
  }
  .btn.btn-bg-black

 {
    background-color: #8c6a51;
    color: #fff;

}
}
.watch-yt-cards {
  display: flex;
  flex-direction: row;
  gap: 7px;
  padding-top: 35px;
  padding-bottom: 34px;
}
@media (max-width: 990px) {
  .watch-yt-cards {
    padding-bottom: 0;
  }
}
@media (max-width: 550px) {
  .watch-yt-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 990px) {
  .watch-yt-card {
    width: 33%;
  }
}
@media (max-width: 550px) {
  .watch-yt-card {
    width: 100%;
  }
}
.watch-yt-card img {
  max-width: 255px;
  border-radius: 10px;
  min-height: 364px;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.3s ease all;
}
@media (max-width: 1175px) {
  .watch-yt-card img {
    max-width: 225px;
  }
}
@media (max-width: 990px) {
  .watch-yt-card img {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .watch-yt-card img {
    min-height: 300px;
  }
}
.watch-yt-card img:hover {
  transition: 0.3s ease all;
  filter: none;
  scale: 1.02;
}
.watch-yt .watch-yt-right .hh2,
.watch-yt .watch-yt-right h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.03em;
  text-align: left;
  white-space: nowrap;
  padding-top: 27px;
}
@media (max-width: 1220px) {
  .watch-yt .watch-yt-right .hh2,
  .watch-yt .watch-yt-right h2 {
    font-size: 26px;
  }
}
@media (max-width: 1075px) {
  .watch-yt .watch-yt-right .hh2,
  .watch-yt .watch-yt-right h2 {
    font-size: 20px;
    line-height: 35px;
  }
}
@media (max-width: 660px) {
    .section-title {
        max-width: 100%;
    }
  .watch-yt .watch-yt-right .hh2,
  .watch-yt .watch-yt-right h2 {
    padding-top: 0;
      max-width: 100%;
      white-space: normal;
  }
}
.watch-yt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 34px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: 0.3s ease all;
}
@media (max-width: 1220px) {
  .watch-yt-btn {
    width: 177px;
    height: 42px;
  }
}
.watch-yt-btn:hover {
  background-color: #fff;
  color: #1D1C1C;
  transition: 0.3s ease all;
}
.bg-title {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1560px) {
  .bg-title {
    right: 120px;
  }
}
@media (max-width: 660px) {
  .bg-title {
    right: unset;
    margin: 0 auto;
    left: 16%;
    display: flex;
  }
}
@media (max-width: 550px) {
  .bg-title {
    left: 2%;
  }
}
@media (max-width: 480px) {
  .bg-title {
    flex-wrap: wrap;
    bottom: 24px;
  }
}
.bg-title .hh2,
.bg-title h2 {
  text-align: left;
  color: #FFFFFF1F;
  margin: 0;
   font-family: 'Arimo', sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 123px;
  letter-spacing: 0.03em;
}
@media (max-width: 920px) {
  .bg-title .hh2,
  .bg-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 815px) {
  .bg-title .hh2,
  .bg-title h2 {
    font-size: 47px;
  }
}
@media (max-width: 660px) {
  .bg-title .hh2,
  .bg-title h2 {
    font-size: 35px;
    line-height: 70px;
  }
}
@media (max-width: 480px) {
  .bg-title .hh2,
  .bg-title h2 {
    line-height: 20px;
  }
}
.bg-title .hh2:nth-child(1),
.bg-title h2:nth-child(1) {
  position: absolute;
  right: -114px;
  top: -210px;
}
@media (max-width: 660px) {
  .bg-title .hh2:nth-child(1),
  .bg-title h2:nth-child(1) {
    position: relative;
    right: unset;
    top: unset;
    bottom: -10px;
    left: 0;
  }
}
.bg-title .hh2:nth-child(2),
.bg-title h2:nth-child(2) {
  position: absolute;
  bottom: -10px;
  right: 171px;
}
@media (max-width: 815px) {
  .bg-title .hh2:nth-child(2),
  .bg-title h2:nth-child(2) {
    right: 88px;
  }
}
@media (max-width: 660px) {
  .bg-title .hh2:nth-child(2),
  .bg-title h2:nth-child(2) {
    right: 0;
    position: relative;
    margin-left: 15px;
  }
  .bg-title{
    display: none;
  }
}
.promo .container {
  position: relative;
}
.promo .section-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 0px;
}
.promo .percent {
  margin-right: 130px;
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0px;
  top: 10px;
  /* display: none !important; */
}
.promo .percent::before {
  border: 1px solid #1C1C1CF7;
  content: '';
  transform: rotate(90deg);
  position: absolute;
  right: 240px;
  height: 294px;
  bottom: -140px;
}
@media (max-width: 1300px) {
  .promo .percent::before {
    height: 170px;
    bottom: -80px;
  }
}
@media (max-width: 1245px) {
  .promo .percent::before {
    height: 200px;
    bottom: -68px;
  }
}
@media (max-width: 1055px) {
  .promo .percent::before {
    bottom: -120px;
  }
}
@media (max-width: 435px) {
  .promo .percent::before {
    bottom: -93px;
  }
}
.promo .percent p {
  margin: 0;
  background-image: none;
  width: 83px;
  height: 83px;
  font-size: 40px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: -15px;
  top: 30px;
}
@media (max-width: 1300px) {
  .promo .percent p {
    right: 20px;
  }
}
@media (max-width: 1245px) {
  .promo .percent p {
    top: 9px;
  }
}
@media (max-width: 1055px) {
  .promo .percent p {
    top: 58px;
  }
}
@media (max-width: 435px) {
  .promo .percent p {
    top: 36px;
  }
}
.promo .percent::after {
  border: 1px solid #1C1C1CF7;
  content: '';
  transform: rotate(90deg);
  position: absolute;
  height: 91px;
  bottom: -39px;
  right: -85px;
}
@media (max-width: 1245px) {
  .promo .percent::after {
    bottom: -14px;
  }
}
@media (max-width: 1055px) {
  .promo .percent::after {
    bottom: -61px;
  }
}
@media (max-width: 435px) {
  .promo .percent::after {
    bottom: -38px;
  }
}
.promo-slide {
  display: flex;
  flex-direction: row;
  background-color: #1D1C1C;
  gap: 110px;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 900px) {
  .promo-slide {
    gap: 0;
  }
}
.promo-slide-left {
  padding-top: 54px;
  padding-left: 48px;
}
@media (max-width: 1170px) {
  .promo-slide-left {
    padding-top: 38px;
    padding-left: 48px;
    padding-bottom: 30px;
  }
}

.promo-slide-title {
   font-family: 'Arimo', sans-serif;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.03em;
  color: #8c6a51;
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 1230px) {
  .promo-slide-title {
    font-size: 17px;
  }
}
.promo-slide-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.promo-slide-text p {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  text-align: left;
  margin: 0;
}
@media (max-width: 1230px) {
  .promo-slide-text p {
    font-size: 19px;
  }
}


/* @media (max-width: 900px) {
  .promo-slide-right img {
    display: none;
  }
} */
.promo-slide-list {
  padding-bottom: 33px;
}
.promo-slide-list ul {
  margin: 0;
  margin-top: 28px;
  padding-left: 18px;
}
.promo-slide-list ul li {
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  padding-bottom: 8px;
}
.promo-slide-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 346px;
  height: 54px;
  background-color: #8c6a51;
  color: #1D1C1C;
  border-radius: 34px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.5s ease all;
}
@media (max-width: 420px) {
  .promo-slide-btn {
    width: 260px;
    height: 35px;
  }
}
.promo-slide-btn:hover {
  color: #8c6a51;
  background-color: #1D1C1C;
  border: 1px solid #8c6a51;
  transition: 0.5s ease all;
}
.promo .swiper-pagination {
  position: relative;
  padding-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
}
.promo .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #1D1C1C;
  opacity: 1;
}
.promo .swiper-pagination .swiper-pagination-bullet-active {
  width: 17px !important;
  height: 17px !important;
  background-color: #1D1C1C;
}
@media (max-width: 1245px) {
  .promo .section-title h2, .section-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .promo .section-title h2, .section-title h1  {
    font-size: 28px;
  }
}
@media (max-width: 435px) {
  .promo .section-title h2, .section-title h1  {
    font-size: 22px;
  }
}
@media (max-width: 355px) {
  .promo .section-title h2, .section-title h1  {
    font-size: 20px;
  }
}
.blog-slider .swiper-slide:not(.swiper-slide-active) {
  height: 364px;
}
@media (max-width: 990px) {
  .blog-slider .swiper-slide:not(.swiper-slide-active) {
    height: 310px;
  }
}
.blog-slider .swiper-slide {
  height: 530px;
  background-color: #1D1C1C;
  padding: 30px;
  transition: 0.5s ease all;
}
@media (max-width: 990px) {
  .blog-slider .swiper-slide {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .blog-slider .swiper-slide {
    height: 310px;
  }
}
.blog-slider .swiper-slide-active img {
  width: 100%;
  max-height: 302px;
}
.blog-slider .swiper-slide:not(.swiper-slide-active) img {
  width: 100%;
  max-height: 204px;
}
.blog-slider h2 {
  margin: 0;
  margin-top: 95px;
  margin-bottom: 18px;
}
@media (max-width: 620px) {
  .blog-slider h2 {
    margin-top: 0;
    font-size: 30px;
  }
}
.blog-slider .swiper-slide p {
  margin: 0;
  margin-top: 24px;
   font-family: 'Arimo', sans-serif;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .blog-slider .swiper-slide p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .blog-slider .swiper-slide p {
    font-size: 13px;
  }
}
.blog-slider .blog-swiper {
  position: relative;
  height: 530px;
}
@media (max-width: 990px) {
  .blog-slider .blog-swiper {
    height: 431px;
  }
}
@media (max-width: 768px) {
  .blog-slider .blog-swiper {
    height: 364px;
  }
}
.blog-slider .swiper-button-prev::after,
.blog-slider .swiper-button-next::after {
  content: '';
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
.blog-slider .swiper-button-prev::after {
  background-image: none;
}
.blog-slider .swiper-button-next::after {
  background-image: none;
  transform: rotate(180deg);
}
.blog-slider .swiper-button-prev,
.blog-slider .swiper-button-next {
  width: 75px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  border: 3px solid #1D1C1C;
}
.blog-slider .swiper-button-prev {
  top: 510px;
  left: 440px;
}
@media (max-width: 1200px) {
  .blog-slider .swiper-button-prev {
    left: 395px;
  }
}
@media (max-width: 990px) {
  .blog-slider .swiper-button-prev {
    top: 402px;
    left: 325px;
  }
}
@media (max-width: 850px) {
  .blog-slider .swiper-button-prev {
    left: 280px;
  }
}
@media (max-width: 768px) {
  .blog-slider .swiper-button-prev {
    top: 345px;
    left: 0;
  }
}
.blog-slider .swiper-button-next {
  top: 510px;
  left: 523px;
}
@media (max-width: 1200px) {
  .blog-slider .swiper-button-next {
    left: 480px;
  }
}
@media (max-width: 990px) {
  .blog-slider .swiper-button-next {
    top: 403px;
    left: 409px;
  }
}
@media (max-width: 850px) {
  .blog-slider .swiper-button-next {
    left: 365px;
  }
}
@media (max-width: 768px) {
  .blog-slider .swiper-button-next {
    top: 345px;
    left: unset;
    right: 0;
  }
}
@media (max-width: 768px) {
  .new-dropdown-main.mobile {
    visibility: visible;
    opacity: 1;
    position: relative;
  }
}
@media (max-width: 768px) {
  .new-dropdown-main.mobile .new-dropdown-sub-inner {
    width: 100%;
    height: 0;
  }
}
.new-dropdown-main.mobile .new-dropdown-sub-inner.active {
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .new-dropdown-sub {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .mobile-menu .mobile-menu__wrapper .mobile-menu__navigation ul li a {
    width: 100%;
    display: flex;
  }
}
@media (max-width: 768px) {
  .mobile-menu .mobile-menu__wrapper .mobile-menu__navigation ul {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .new-dropdown-main.mobile .new-dropdown-sub-inner.active li {
    width: 100%;
    padding-left: 20px;
  }
}
.new-dropdown-main.mobile .new-dropdown-sub-inner.active,
.new-dropdown-main.mobile .new-dropdown-sub-inner {
  transition: all 0.45s;
}
@media (max-width: 768px) {
  .mobile-menu__navigation {
    transition: all 0.45s;
    margin-top: 50px;
    margin-bottom: auto;
  }
}
.service-tabs {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 620px) {
  .service-tabs .tabs-swiper {
    padding-bottom: 40px;
  }
}
.service-tabs .swiper-button-prev,
.service-tabs .swiper-button-next {
  width: 85px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  border: 3px solid #1D1C1C;
  z-index: 3;
  top: 36px;
}
.swiper-button-prev, .swiper-button-next {color: #8c6a51;}
@media (max-width: 720px) {
  .service-tabs .swiper-button-prev,
  .service-tabs .swiper-button-next {
    width: 60px;
    top: 33px;
    height: 35px;
  }
}
@media (max-width: 620px) {
  .service-tabs .swiper-button-prev,
  .service-tabs .swiper-button-next {
    top: 75px;
  }
}
@media (max-width: 550px) {
  .service-tabs .swiper-button-prev,
  .service-tabs .swiper-button-next {
    height: 32px;
  }
}
.service-tabs .swiper-button-prev {
  left: 0;
}
.service-tabs .swiper-button-next {
  right: 0;
}
.service-tabs .arrow_border-prev,
.service-tabs .arrow_border-next {
  width: 100px;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 2px;
}
@media (max-width: 720px) {
  .service-tabs .arrow_border-prev,
  .service-tabs .arrow_border-next {
    width: 70px;
  }
}
@media (max-width: 620px) {
  .service-tabs .arrow_border-prev,
  .service-tabs .arrow_border-next {
    display: none;
  }
}
.service-tabs .arrow_border-prev {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 8.78%);
  left: 0;
}
.service-tabs .arrow_border-next {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 8.78%);
  right: 0;
}
.service-tabs .swiper-button-prev::after {
  background-image: none;
}
.service-tabs .swiper-button-next::after {
  background-image: none;
  transform: rotate(180deg);
}
.service-tabs .swiper-button-prev::after,
.service-tabs .swiper-button-next::after {
  content: '';
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
.service-tabs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  /*@media(max-width:1050px) {
        margin: 0 5px;
    }*/
}
.service-tabs .swiper-slide p {
  white-space: nowrap;
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 8px 10px 5px 10px;
  font-size: 15px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 720px) {
  .service-tabs .swiper-slide p {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  .service-tabs .swiper-slide p {
    font-size: 10px;
  }
}
.service-tabs .swiper-slide.swiper-slide-active {
  margin-left: 105px;
  /* @media(max-width:900px) {
        margin-left: 120px;
    }*/
  /*@media(max-width:780px) {
        margin-left: 140px;
    }*/
  /*@media(max-width:720px) {
        margin-left: 55px;
    }*/
}
@media (max-width: 1050px) {
  .service-tabs .swiper-slide.swiper-slide-active {
    margin-left: 80px;
  }
}
@media (max-width: 620px) {
  .service-tabs .swiper-slide.swiper-slide-active {
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .service-type .section-title h2 {
    font-size: 30px;
  }
}
.service-type,
.service-table {
  margin-bottom: 140px;
}
.service-type .type_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.service-type .type_item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(33% - 20px);
  height: 420px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.6s ease;
  justify-content: flex-end;
  margin: 10px;
}
@media (max-width: 900px) {
  .service-type .type_item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .service-type .type_item {
    width: 100%;
  }
}
.service-type .type_content-hover {
  height: 0;
  position: relative;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.service-type .type_content-hover a {
  color: #fff;
  background: #fff;
  border-radius: 34px;
  width: 155px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
}
.service-type .type_item:hover > .type_content-hover {
  opacity: 1;
  visibility: visible;
  background: linear-gradient(0deg, #1D1C1C 31.55%, rgba(29, 28, 28, 0) 83.21%);
  z-index: 2;
  height: 50%;
  transition: all 0.6s ease;
}
.service-type .type_item:hover > .type_content-hover a {
  color: #000;
  position: absolute;
  z-index: 1;
  margin-bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.service-type .type_item:hover > .type_content-visible p + p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  margin: 0;
}
.service-type .type_item:hover > .type_content-visible p {
  margin-bottom: 0;
  z-index: 3;
  bottom: 100px;
  transition: all 0.6s ease;
}
.service-type .type_item:hover > .type_content-visible {
  z-index: 3;
  transition: all 0.6s ease;
}
.service-type .type_item::after,
.type_content-hover::after {
  position: absolute;
  content: '';
  background: linear-gradient(0deg, #1D1C1C 0%, rgba(29, 28, 28, 0) 100%);
  width: 100%;
  height: 50%;
  bottom: 0;
  transition: all 0.6s ease;
}
.service-type .type_item:hover > .type_content-hover::after {
  background: linear-gradient(0deg, #1D1C1C 31.55%, rgba(29, 28, 28, 0) 83.21%);
  transition: all 0.6s ease;
}
.service-type .type_content-visible p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
  left: 0;
  padding: 0 35px;
  position: absolute;
  bottom: 40px;
  transition: all 0.6s ease;
}
.service-type .type_content-visible p + p {
  margin-bottom: 30px;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
  bottom: 0;
}
.service-type .type_content-visible {
  margin-top: auto;
  position: absolute;
  z-index: 1;
  padding: 0px 35px;
  bottom: 0;
  width: 100%;
  transition: all 0.6s ease;
}
.service-table .pricing-table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 960px) {
  .service-table .pricing-table {
    width: 960px;
  }
}
.service-table .pricing-table th,
.pricing-table td {
  border: 1px solid #000;
  padding: 8px;
  text-align: center;
}
.service-table .pricing-table td:first-child {
  text-align: left;
}
.service-table .pricing-table tr:nth-child(even) {
  background-color: #EFEFEF;
}
/* .service-table .pricing-table tr:nth-child(even) td {
  border: unset;
} */
.service-table .pricing-table tr:hover {
  background-color: #f1f1f1;
}
.service-table .pricing-table th,
.pricing-table td {
  padding: 10px;
}
.service-table .pricing-table th {
color: #8c6a51;
   font-family: 'Arimo', sans-serif;
  border: unset;
}
@media (max-width: 960px) {
  .service-table .table-scroll {
    overflow-y: scroll;
  }
}
.service-table h2,
.service-top.new h2 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .service-table h2,
  .service-top.new h2 {
    font-size: 22px;
  }
}
.service-top.new .service-top__list .service-top__item.item .item_text {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-start;
  padding: 30px;
  background-color: #efefef;
  font-size: 18px;
  line-height: 1.7;
  flex-direction: column;
    /* justify-content: space-around; */
    justify-content: center;
}
.service-top .service-top__list .service-top__item.item:nth-child(2n) .item__description {
  order: -1;
  flex-direction: column-reverse;
}
.service-top.new .service-top__list .service-top__item.item .item_text .item__title {
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
}
.service-top.new .service-top__list .service-top__item.item .item_text .item__description {
  padding-top: 6px;
}
.service-description .service-description__content p:nth-child(2) {
  word-break:normal;
}
/* .service-description .service-description__content p:nth-child(3) {
  padding-top: 1em;
} */
.services.stages .stage-counter::before {
  color: #8c6a515C;
}
.services.stages {
  background-color: transparent;
  margin-top: 50px;
  color: #000;
}
.services.stages .stage-title {
   font-family: 'Arimo', sans-serif;
}
.service-feedback {
  background: #1D1C1C;
  padding: 77px 0;
}
.service-feedback .feedback_wrapper {
  display: flex;
  color: #fff;
}
@media (max-width: 910px) {
  .service-feedback .feedback_wrapper img {
    display: none;
  }
}
.service-feedback .feedback_form {
  display: flex;
  flex-direction: column;
  margin-left: 75px;
}
@media (max-width: 910px) {
  .service-feedback .feedback_form {
    margin-left: 0;
  }
}
.service-feedback .form_summ {
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-feedback .form_summ p {
  font-size: 24px;
  margin: 0;
  margin-right: 8px;
}
.service-feedback .form_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 675px) {
  .service-feedback .form_info {
    flex-direction: column;
  }
}
.service-feedback .form_text {
  width: 33%;
}
@media (max-width: 675px) {
  .service-feedback .form_text {
    width: 100%;
  }
}
.service-feedback .form_info-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 1em;
}
@media (max-width: 675px) {
  .service-feedback .form_info-right {
    width: 100%;
  }
}
.service-feedback .form-rigth-btn {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}
@media (max-width: 480px) {
  .service-feedback .form-rigth-btn {
    flex-direction: column;
  }
}
.service-feedback .form-rigth-btn button {
  margin-left: auto;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 34px;
  width: 230px;
  height: 50px;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 480px) {
  .service-feedback .form-rigth-btn button {
    margin: 0 auto;
    margin-top: 15px;
  }
}
.service-feedback .form_info-right p {
  color: #FFFFFF66;
}
.service-feedback .form_info-right a {
  color: #fff;
}
.service-feedback .form-right-phone {
  display: flex;
  align-items: center;
}
.service-feedback .form-rigth-btn input,
.service-feedback .form_summ input {
  background: transparent;
  border: unset;
  color: #fff;
}
.service-feedback .form_summ input {
  font-size: 24px;
  width: 90px;
}
.service-feedback .form-rigth-btn img {
  width: 45px;
  height: 31px;
  margin-right: 5px;
}
@media (max-width: 910px) {
  .service-feedback .form-rigth-btn img {
    display: block;
  }
}
.service-before {
  margin-top: 140px;
  margin-bottom: 140px;
}
@media (max-width: 920px) {
  .service-before {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.service-before h2 {
  text-align: left;
}
@media (max-width: 920px) {
  .service-before h2 {
    font-size: 30px;
  }
}
.service-before .before_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 920px) {
  .service-before .before_wrapper {
    flex-direction: column;
  }
}
.service-before .before_wrapper .before {
  padding: 40px;
  background: #fff;
  margin-right: -70px;
  position: relative;
  z-index: 2;
  padding-left: 0;
}
@media (max-width: 1350px) {
  .service-before .before_wrapper .before {
    width: 450px;
  }
}
@media (max-width: 1050px) {
  .service-before .before_wrapper .before {
    width: 380px;
  }
}
@media (max-width: 920px) {
  .service-before .before_wrapper .before {
    margin-right: 0;
    padding: 30px 30px 15px 30px;
    margin-bottom: -40px;
  }
}
@media (max-width: 500px) {
  .service-before .before_wrapper .before {
    width: 300px;
  }
}
@media (max-width: 420px) {
  .service-before .before_wrapper .before {
    margin-bottom: -20px;
    width: 280px;
  }
}
.service-before .before_wrapper .after {
  padding: 40px 70px;
  border: 1px solid;
  position: relative;
  z-index: 1;
}
@media (max-width: 1350px) {
  .service-before .before_wrapper .after {
    width: 640px;
  }
}
@media (max-width: 1050px) {
  .service-before .before_wrapper .after {
    width: 570px;
  }
}
@media (max-width: 620px) {
  .service-before .before_wrapper .after {
    padding: 40px 40px;
    width: 480px;
  }
}
@media (max-width: 500px) {
  .service-before .before_wrapper .after {
    width: 380px;
  }
}
@media (max-width: 420px) {
  .service-before .before_wrapper .after {
    width: 320px;
    padding: 20px;
  }
}
.reverce {
  flex-direction: row-reverse;
}
.gallery.desc {
  background: #1D1C1C;
  padding: 40px 0 30px 0;
}
.gallery.desc .container {
  display: flex;
}
@media (max-width: 900px) {
  .gallery.desc .container {
    flex-direction: column;
  }
}
.gallery.desc .section-title {
  padding-left: 0;
  margin-right: 74px;
  border: unset;
}
.gallery.desc .section-title h2 {
  color: #fff;
}
.gallery.desc .section-title .gallery_title_2 {
  margin-left: 212px;
}
.gallery.desc .section-title .subtitle {
  margin-left: 0;
}
.vision {
  margin-top: 120px;
}
.vision .container {
  flex-direction: row-reverse;
  padding: 42px 35px;
}
@media (max-width: 1140px) {
  .vision .container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.hh2, .vision .hh2, .vision h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  padding-bottom: 24px;
}
@media (max-width: 525px) {
    .hh2, .vision .hh2, .vision h2 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
    .hh2, .vision .hh2, .vision h2 {
    font-size: 16px;
  }
}
.vision .subtitle {
  font-size: 24px;
  color: #8c6a51;
}
@media (max-width: 525px) {
  .vision .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .vision .subtitle {
    font-size: 16px;
  }
}
.vision .enroll-visit-left {
  padding-top: 0;
  padding-left: 0;

}
@media (max-width: 1140px) {
  .vision .enroll-visit-left {
    width: 71%;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .vision .enroll-visit-left {
    width: 100%;
  }
}
.vision .enroll-visit-right {
  padding: 0;
  display: flex;
  width: 100%;
  margin-right: 30px;
  gap:10px;

} .service-more-btn {
    display: none;
  }
@media (max-width: 1140px) {
    /* Мобилка — обрезаем */

.gt {
    max-height: 340px;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: .3s ease;
    column-count: unset!important;
  }
  .shad{
     width: 100%;
    height: 150px;
    bottom: 0;
    position: absolute;
    /* background: black; */
    /* position: relative; */
    z-index: 9999;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0.6) 0%, rgba(245, 245, 245, 1) 100%);
    transition: 0.3s;
  }

  .gt.readmore-open .shad{
    opacity: 0;
  }


  .gt.readmore-open {
    max-height: 2000px;
    min-height: 600px;
    
  }
  .gt.readmore-open:after{
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0.6) 0%, rgba(245, 245, 245, 1) 100% );
    opacity: 0;
    visibility: hidden;
  }


  .service-more-btn {
   display: inline-flex;
padding: 16px 48px;
justify-content: center;
align-items: center;
gap: 10px;
        color: #fff;
        border: 1px solid #8c6a51;
border-radius: 34px;
background: #8c6a51;
  }

     .vision .enroll-visit-right {
        margin-right: 0;
        width: 100%;
        justify-content: space-between;
        max-width: 100vw;
    }
}

.vision .enroll-visit-right picture, .vision .enroll-visit-right > img {
  width: 50%;
}
@media (max-width: 1140px) {
  .vision .enroll-visit-right picture, .vision .enroll-visit-right > img {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 1020px) {
  .vision .enroll-visit-right picture, .vision .enroll-visit-right > img {
    right: unset;
    transform: unset;
  }
  .comand-photo-all {

    height: auto!important;
}
}
.vision .enroll-visit-right img + img {
  margin-left: 30px;
}
.vision .enroll-visit-left .btn {
  margin-top: auto;
  background: #8c6a51;
  border: 1px solid #8c6a51;
  border-radius: 34px;
  width: 230px;
  height: 50px;
  color: #fff;
  font-size: 13px;
}
.vision .enroll-visit-left-data .deadline,
.vision .enroll-visit-left-data .totalcost {
  display: flex;
}
.vision .enroll-visit-left-data .totalcost p + p {
  color: #8c6a51;
  padding-left: 40px;
}
.vision .enroll-visit-left-data .deadline p + p {
  padding-left: 100px;
}
.vision .enroll-visit-left-data .deadline {
  border-bottom: 0.5px solid #fff;
}
.faq .section-title.text-left {
  background: #EFEFEF;
}













/* Скрываем стандартный checkbox */
.custom-checkbox-label input[type="checkbox"] {
  display: none;
}

/* Контейнер для кастомного checkbox */
.custom-checkbox-label .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
}

/* Стиль для активного состояния */
.custom-checkbox-label input[type="checkbox"]:checked + .checkmark {
  background-color: #000;
}

.custom-checkbox-label input[type="checkbox"]:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 1px;
    top: -6px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transform-origin: bottom left;
}

.header_blok_right_down {
    display: flex;
    gap: 18px;
}
.header_blok_right_down {
    display: flex;
}

.header__address {
    color: white;
    font-weight: bold;
}

.header__work {
    color: white;

}

.header_info {
    display: flex;
}

.header__action {
    display: flex;
    justify-content: flex-end;
}

header.header .header__top .header__phone {
    margin: 0 0px;
}

.header_blok_right_up {
    display: flex;
    gap: 18px;
}

header.header .header__top .header__email {
    flex-grow: 1;
    text-align: right;
    margin: 0 0px;
}

.header_info_wrapper {
    padding-right: 30px;
  /*display: flex;*/
  /*align-items: center;*/
}

.header__icons {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 2px;
}

.header__icons_desk {
    display: none;
}

.header__icons_mob {
        display: none;
}

@media (max-width: 1100px) {
    .header_blok_right_up {
        display: flex;
        gap: 0px;
        flex-direction: column;
        align-items: flex-end;
    }
    .header_blok_right_down {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .header_info_wrapper {
        padding-right: 10px;
    }
    .header__icons_desk {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-top: 4px;
        padding-right: 8px;
    }
    .header__icons {
        display: none;
    }
    header.header .header__top .header__phone {
        margin: 0 0px;
        display: flex;
    }
    .header_blok_right_down {
        display: flex;
        gap: 0px;
    }
}

@media (max-width: 768px) {
    .header_blok_right {
        display: none;
    }
    .header__icons_mob {
        display: flex;
        gap: 10px;
        margin: 7px 0;
    }
    .header__address_mob {
        color: white;
        margin: 7px 0;
    }
    .header__work_mob {
        color: white;
        margin: 0px 0px 14px 0px;
    }
}

.menu_footer {
    display: grid;
    justify-items: start;
    grid-template-columns: repeat(2, 1fr);
}

a.menu-link {
    text-transform: uppercase;
}

.footer__row_up {
    display: flex;
    justify-content: space-between;
}

.menu_footer {
    display: grid;
    justify-items: start;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    padding-top: 15px;
}

.header__icons_footer {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding-left: 5px;
}

.mobile-menu__contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 28px;
}

.mobile-menu__contacts a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.footer__cart_corp {
    padding-top: 28px;
}

.footer__cart_corp p {
    color: white;
    font-weight: bold;
    margin: 0;
}

.footer__cart_corp p {
    color: white;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.footer__icon_bank {
    padding-top: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__row_up {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.footer__menu_text {
    padding: 30px 160px 0px 0px;
}

.footer__menu_text p {
    line-height: 22.5px;
    font-weight: 300;
}

.footer__menu {
    width: 64%;
}



@media (max-width: 1160px) {
    .footer__menu_right {
        margin-left: 20px;
    }
    .footer__menu_text {
        padding: 30px 30px 0px 0px;
    }
}

@media (max-width: 1024px) {
    .menu_footer {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 600px) {
    .footer__row_up {
        display: flex;
        justify-content: space-between;
        padding-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }
    .footer__menu_right {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer__menu {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .footer__menu_text {
        padding: 0px 20px;
        text-align: center;
    }
    .menu_footer {
        justify-items: center;
    }
    footer.footer .footer__row {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    footer.footer .footer__row .footer__left {
        text-align: center;
    }
}
@media (max-width: 600px) {
    .menu_footer {
        justify-items: center;
        font-size: 12px;
    }
    .footer__menu_right {
        margin-left: 0px;
    }
}

@media (max-width: 354px) {
    .menu_footer {
        justify-items: start;
        font-size: 12px;
    }
    .footer__menu_text {
        padding: 0px 0px;
        text-align: start;
    }
    .footer__menu_right {
        text-align: start;
    }
    .mobile-menu__contacts {
        padding: 28px 0px 0px 4px;
    }
    .footer__menu_right {
        align-items: flex-start;
    }
    .footer__cart_corp {
        padding: 28px 0px 0px 4px;
    }
}

.primary-menu .dropdown-menu li span {
    padding: 20px 0 10px;
}

.primary-menu ul li span {
    display: block;
    padding: 20px 0;
    margin-top: -1px;
    border-top: 1px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
     font-family: 'Arimo', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.span-wrapper {
    display: flex;
    align-items: center;
    min-height: 40px;
}
.span-wrapper span {
    /*border-bottom: 1px solid #3d3c3c;*/
    height: 40px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-li-section-one .span-wrapper::after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 12px;
    margin-left: 10px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    transition: transform 0.1s ease-in;
    padding-top: 5px;
}

.menu-li-section-one .span-wrapper.active::after {
    transform: rotate(-180deg);
    transition: transform 0.1s ease-in;
}

.primary-menu ul {
    border-top: 0px solid #ddd;
}

.menu-a-section-two {
    padding: 10px 0 10px !important;
}

li.menu-li-section-two {
    margin: 0px 0px 0px 30px;
    list-style: disc;
}
li.menu-li-section-two::marker {
    margin: 0px 0px 0px 30px !important;
}

.primary-menu .dropdown__sub_menu .menu-li-section-two:nth-last-child(1) {
   margin: 0px 0px 0px 45px !important;
}

ul.dropdown__sub_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.dropdown__sub_menu.active {
    height: fit-content;
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}
@media (max-width: 767px) {
    .promo-slide {
        flex-direction: column;
    }
    .promo-slide-right img {
        width: 70%;
        transform: translateY(0%);
        top: 50%;
        position: relative;
      display:block;
      margin: 0 auto;
    }
}


.primary-menu ul li.dropdown.active a::after {
    transform: rotate(-180deg);
    transition: transform 0.1s ease-in;
}

.menu-li-section-one .span-wrapper::after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 12px;
    margin-left: 10px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    transition: transform 0.1s ease-in;
    padding-top: 15px;
}

.after_arrow.level1 .span-wrapper::after {
    padding-top: 5px;
}

.after_arrow.level2 .span-wrapper::after {
    padding-top: 14px;
}

.service-list .service-list__row a.service-list__item.item .item__bottom .item__title {
    font-size: 20px;
}


html {
    scroll-behavior: smooth;
}

ul.dropdown__sub_menu.active.one {
    padding-left: 10px;
}

/* .menu-li-section-one .span-wrapper::after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 12px;
    margin-left: 10px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    transition: transform 0.1s ease-in;
    padding-top: 5px;
    transform: rotate(0deg); начальное состояние
}

.dropdown__sub_menu.active + .menu-li-section-one .span-wrapper::after {
    transform: rotate(180deg); переворот на 180 градусов
} */

li.menu-li-section-one.level2 {
    margin: 0px 0px 0px 15px;
}

li.menu-li-section-two {
    margin: 0px 0px 0px 45px;
    list-style: disc;
}

footer.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.menu_footer a.menu-link {
    text-transform: none;
}

.breadcrumbs_wrapper {
    position: relative;
    background: transparent;
    top: 18%;
    height: 0px;
  z-index: 1;
}

ul.breadcrumbs {
    display: flex;
    gap: 5px;
    list-style: none;
    color: white;
    text-decoration: none;
    z-index: 10;
    position: absolute;
    padding: 0;
}

ul.breadcrumbs a {
    color: white;
}

.home_breadcrumb a:hover {
    color: #c09a4f;;
}

.stage-counter::before {
    color: #787878;
    color:#8c6a515C;
    opacity: 0.5;
}

/* .calc_form_content_img {
    height: fit-content !important;
} */

.calc_form_content_img {
    height: auto !important;
    display: block;
}

.custom-checkbox {
    appearance: none; /* Убирает стандартный вид чекбокса */
    -webkit-appearance: none; /* Для Safari */
    -moz-appearance: none; /* Для Firefox */
    width: 13px; /* Задаем размеры чекбокса */
    height: 13px;
    border: 1px solid #ccc; /* Добавляем рамку */
    border-radius: 4px; /* Скругляем углы (опционально) */
    background-color: transparent; /* Прозрачный фон по умолчанию */
    cursor: pointer; /* Курсор "рука" при наведении */
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

/* Состояние, когда чекбокс нажат */
.custom-checkbox:checked {
    background-color: #007bff; /* Цвет фона при нажатии */
    border-color: #007bff; /* Обновляем цвет рамки */
}

.label_checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-checkbox-form {
    appearance: none; /* Убирает стандартный вид чекбокса */
    -webkit-appearance: none; /* Для Safari */
    -moz-appearance: none; /* Для Firefox */
    width: 13px; /* Задаем размеры чекбокса */
    height: 13px;
    border: 1px solid #ccc; /* Добавляем рамку */
    border-radius: 4px; /* Скругляем углы (опционально) */
    background-color: transparent; /* Прозрачный фон по умолчанию */
    cursor: pointer; /* Курсор "рука" при наведении */
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

@media(max-width: 768px) {
    .breadcrumbs_wrapper {
        display: none;
    }
}
@media(max-width: 430px) {
    .contacts .section-title .section-title__left h2 img {
        display: none;
    }
    .steps .section-title .image {
        display: none;
    }
    .contacts {
        margin-top: 50px;
        padding: 0;
    }
}

.calc-form__form a {
    width: 100%;
    background: #000;
    color: #fff;
    border-radius: 100px;
    height: 60px;
    line-height: 58px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #282828;
    cursor: pointer;
}


.calc-form__form-tel:hover {
    background: white;
    color: black;
}

.after_arrow.level1 .span-wrapper.active::after {
    padding-bottom: 15px;
    padding-top: 0px;
}

.after_arrow.level2 .span-wrapper.active::after {
    padding-bottom: 24px;
    padding-top: 0px;
}

.menu-li-section-one .span-wrapper.active::after {
    padding-bottom: 25px;
    padding-top: 0px;
}

@media (max-width: 768px) {
    .menu-li-section-one .span-wrapper::after {
        padding-top: 0px;
    }

    li.menu-li-section-one.level2 {
        margin: 0px 0px 0px 40px;
    }
    .mobile-menu__contacts {
        gap: 0px;
        padding-top: 0px;
    }
}

.pricing-table th:first-child {
    visibility: hidden;
}

.service-top .service-top__action {
    margin-bottom: 50px;
}
footer.footer .footer__menu{
  display: flex;
  gap: 40px;
}
footer.footer .header__logo{
  width: 100%;
  max-width: 106px;
}
footer.footer .header__logo img{
 width: 90%;
}
/*footer.footer .primary-menu .dropdown-menu{*/
/*  background: transparent;*/
/*  padding-right: 0;*/
/*  padding-left: 0;*/
/*  max-width: 220px;*/
/*}*/
footer.footer .primary-menu{
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
}
footer.footer .primary-menu>ul{
  min-height: 106px;
}
footer.footer .primary-menu>ul:first-child{
  flex-direction: column;
  justify-content: center;
  max-width: 232px;
  box-sizing: border-box;
}
footer.footer .primary-menu>ul:first-child>.dropdown-menu{
  background: transparent;
  top: -20px;
  padding-bottom: 30px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  gap: 10px;
}
footer.footer .primary-menu>ul:first-child>.dropdown-menu li{
  margin-right: 0;
}
footer.footer .primary-menu>ul:first-child .dropdown-menu{
  position: relative;
}
footer.footer .primary-menu .dropdown-menu a{
  text-decoration: none !important;
  padding: 0 !important;
  border: none !important;
}
footer.footer .primary-menu .dropdown-menu li span{
  padding: 0 !important;
  border: none !important;
  height: auto !important;
}
footer.footer .footer__menu nav>ul:first-child>li:first-child{
  min-width: 170px;
  box-sizing: border-box;
  min-height: 106px;
  display: flex;
  align-items: center;
}
footer.footer .menu-li-section-one .span-wrapper::after{
  padding-top: 0;
  align-self: flex-start;
}
@media (max-width: 1330px) {
  footer.footer .footer__menu{
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 960px) {
  footer.footer .primary-menu{
    display: none !important;
  }
}
@media (max-width: 768px) {
  footer.footer .footer__menu{
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
}
.comand-photo-all{
  max-width: 100%;
}
.service-header__bg{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}
.enroll-visit-slider{
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}
.enroll-visit-slider .swiper-slide{
  min-height: 715px;
}
.enroll-visit-slider  .swiper-pagination-bullet{
  background: #fff;
}

.nav-open__mobile{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border:none !important;
  padding: 1px;
  margin: 0 15px 0 0;
  position: relative;
  z-index: 20;
}
.nav-open__mobile--decor{
  position: relative;
  z-index: 1;
  display: block;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  transition: all .5s;
}
.nav-open__mobile--decor::before,
.nav-open__mobile--decor::after{
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: -5px;
  transition: all .5s;
}
.nav-open__mobile--decor::after{
  top: 5px;
}
.nav-open__mobile.active .nav-open__mobile--decor{
  background-color: transparent;
}
.nav-open__mobile.active .nav-open__mobile--decor::before{
  top: 0;
  transform: rotate(45deg);
}
.nav-open__mobile.active .nav-open__mobile--decor::after{
  top: 0;
  transform: rotate(-45deg);
}
.header-menu__wrap{
  background-color: #000000;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  position: fixed;
  top: 100px;
  left: 100%;
  z-index: 200;
  transition: all .5s;
}
.header-menu__wrap.active{
  left: 0;
      display: block;
}
.header-menu{
  overflow-y: scroll;
}
.header-menu__item{

}
.header-menu__item--inner,
.header-menu__item--link,
.header-menu .menu-a-section-two,
.header-menu .span-wrapper>span,
.header-menu .span-wrapper>a{
  color: #ffffff !important;
  text-transform: uppercase;
  line-height: 1.4;
  /*padding: 5px 0;*/
  /*border-bottom: 1px solid #3d3c3c;*/
  /*min-height: 40px;*/
  cursor: pointer;
  flex:1;
  display: flex;
  align-items: center;
}
.header-menu li{
  margin: 5px 0;
}
.header-menu__item--inner{
  display: block;
}
.header-menu__item--link{
  display: block;
}
.header-menu .menu-a-section-two{
  display: block;
}
.header-menu  .after_arrow.level1 .span-wrapper::after,
.header-menu .level2 .span-wrapper::after{
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}
@media (max-width: 1199px) {
  .header-menu__wrap{
              display: none;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }
  .header-menu{
    min-height: calc(100vh - 280px);
    height: calc(100vh - 280px);
    max-height: calc(100vh - 280px);
    padding-left: 5px !important;
  }
  .header-menu__item + .dropdown-menu{
    min-height: max-content;
    height: max-content;
    max-height: max-content;
    padding-left: 5px !important;
  }
  .header-menu__wrap ul.dropdown__sub_menu{
    padding-left: 5px !important;
  }
  .header-menu__wrap  li.menu-li-section-one.level2{
    margin-left: 5px !important;
  }
  body.fixed,
  body.fixed1{
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  .header-menu__item--mobile{
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .nav-open__mobile{
    display: none;
  }
  .header-menu__wrap{
    position: static;
    width: 100%;
    min-height: 1px;
    background: transparent;
    padding: 20px 0;
    transition: all 0s;
  }
  .header-menu{
      display: flex;
             justify-content: space-between;
      align-items: center;
      gap: 10px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10;
    overflow-y: visible;
    transition: all 0s;
  }
  .header-menu__item{
    list-style-type: none;
  }
  .header-menu__item + .dropdown-menu{
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0 20px 20px;
    z-index: 99999999;
    background: #000000c4;
    border-top: none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    top: 50px;
    list-style-type: none;
  }
  .header-menu__item--inner,
  .header-menu__item--link{
    border-bottom: 0;
  }
  .header-menu .menu-li-section-one{
    padding-right: 20px;
  }
  .header-menu .menu-li-section-one.level1 .span-wrapper{
    display: flex;
  }
  .header-menu .menu-li-section-one.level1 .span-wrapper a{
    display: flex;
    flex: 1;
  }
  .header-menu .menu-li-section-one .span-wrapper::after{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    transform: rotate(-90deg);
  }

  .header-menu .menu-li-section-one{
    /*position: relative;*/
    /*z-index: 20;*/
  }
  .header-menu .menu-li-section-one.level1 .dropdown__sub_menu,
  .header-menu .menu-li-section-one.level2 .dropdown__sub_menu{
    list-style-type: none;
  }
  .header-menu .dropdown__sub_menu,
  .header-menu .dropdown__sub_menu.active{
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
    /*left: 0;*/
    left: 100%;
    top: 0;
    background: #000000c4;
    min-width: 200px;
    border-radius: 0;
    padding: 20px 20px 20px 40px;
    transition: all .8s;
    min-height: 100%;
  }
  .header-menu .menu-li-section-one:hover > .dropdown__sub_menu,
  .header-menu .menu-li-section-one:hover > .dropdown__sub_menu.active{
    z-index: 10;
    height: fit-content;
    opacity: 1;
    visibility: visible;
    min-height: 100%;
    transition: all .8s;
  }
  .header-menu .after_arrow.level1 .span-wrapper::after, .header-menu .level2 .span-wrapper::after{
    padding-bottom: 0 !important;
  }


  .header-menu__item--inner,
  .header-menu__item--link,
  .header-menu .menu-a-section-two,
  .header-menu .span-wrapper>span,
  .header-menu .span-wrapper>a{
    opacity: 1;
    transition: all.6s;
  }
  .header-menu__item--inner:hover,
  .header-menu__item--link:hover,
  .header-menu .menu-a-section-two:hover,
  .header-menu .span-wrapper>span:hover,
  .header-menu .span-wrapper>a:hover{
    opacity: .7;
  }
  .header__top.black + .header-menu__wrap{
    position: fixed;
    top: 15px;
    z-index: 9999999;
    left: 50%;
    transform: translateX(-80%);
    max-width: 50%;
  }
}

@media (min-width: 1300px) {
  .header__top.black + .header-menu__wrap{
    /*left: 59%;*/
  }
  .header__top.black + .header-menu__wrap .header-menu__item--mobile{
    display: block !important;
  }
}

@media (min-width: 1500px) {
  .header__top.black + .header-menu__wrap{
    left: 57%;
  }
}
@media (min-width: 1600px) {
  .header__top.black + .header-menu__wrap{
    left: 56%;
    max-width: 45%;
  }
  .header-menu{
    gap: 20px;
  }
}
@media (min-width: 1700px) {
  .header__top.black + .header-menu__wrap{
    left: 54%;
    max-width: 40%;
  }
}
@media (min-width: 1800px) {
  .header__top.black + .header-menu__wrap{
    /*left: 71%;*/
  }
}
@media (min-width: 1900px) {
  .header__top.black + .header-menu__wrap{
    /*left: 72%;*/
  }
}
@media (min-width: 2000px) {
  .header__top.black + .header-menu__wrap{
      left: calc(50% - 490px);
      transform: translateX(0);
  }

}

#footerNew .footer__row_up{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#footerNew .footer__menu{
  width: auto;
}
#footerNew  .footer__menu_right{


}
#footerNew  .footer__btn{
  width: 100%;
  max-width: 310px;
  margin-top: 28px;
}
#footerNew .footer__cart_corp,
#footerNew .footer__cart_corp p,
#footerNew .footer__row,
#footerNew .footer__row a{
  color: #908F8F;
}

@media (min-width: 769px) {
  #footerNew .footer__row_up{
    gap: 30px;
  }
  #footerNew  .footer__menu_right{
    display: flex;
    gap: 30px;
  }
  #footerNew .footer__icon_bank{
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  #footerNew .footer__row_up{
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;

  }
  #footerNew .footer__menu{
    width: 25.5%;
  }
  #footerNew .footer__menu_right{
    flex: 1;
    gap: 40px;
  }
  #footerNew  .footer__menu_right--inner{
    margin: 0;
    flex: 1;
  }
  #footerNew  .footer__row{
    padding-left: 27.5%;
    display: flex;
    gap: 40px;
  }
  #footerNew  .footer__row .footer__left,
  #footerNew  .footer__row .footer__right{
      flex: 1;
    text-align: left;
  }
  #footerNew  .footer__cart_corp{
    padding-top: 23px;
  }
  #footerNew .mobile-menu__contacts>a{
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
.blur {
    /* backdrop-filter: brightness(1); */
    background: rgb(140 140 140 / 83%);
    position: fixed;
    top: 0;
    width: inherit;
}
}
@media (max-width: 600px) {
  #footerNew  .footer__icon_bank,
  #footerNew  .header__icons_footer{
    justify-content: center;
  }
}

/* cookie policy message */
.cookie-message {
    position: fixed;
    z-index: 2147483647;
    right: 20px;
    left: 20px;
    margin: 0 auto;
    bottom: 30px;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    max-width: 1330px;
    background-color: #1D1C1C;
    border-radius: 10px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
@media (max-width: 767px) {
    .cookie-message {
        bottom: 15px;
    }
}
.cookie-message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    grid-gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px) {
    .cookie-message-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.cookie-message-text {
    font-size: 14px;
    color: #fff;
    line-height: 140%;
}
.cookie-message-text a {
    font-size: 14px;
    transition: all 0.2s ease;
    color: #1f1919;
    text-decoration: underline;
}
.cookie-message-text a:hover {
    text-decoration: none;
}
.js-cookie-message-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    gap: 20px;
}
.js-cookie-message-confirm,
.js-cookie-message-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 48px;
    gap: 10px;
    width: 50%;
    height: 52px;
    border-radius: 34px;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .2s linear;
}
.js-cookie-message-confirm {
    border: none;
    background: #FFFFFF;

}
.js-cookie-message-more {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
@media (max-width: 499px) {
    .js-cookie-message-confirm,
    .js-cookie-message-more {
        padding: 16px 16px;

    }
}
.js-cookie-message-confirm:hover {
    background: #8c6a51;
}
.js-cookie-message-more:hover {
    border-color: #8c6a51;
    color: #8c6a51;
}
/* /. cookie policy message */


/*--- Start New Blog ---*/
.blog-list__container{
  max-width:1530px;
}
.service-list .service-list__row.blog-list{
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  gap:30px;
  margin: 0 !important;
}
.service-list .service-list__row a.service-list__item.item.blog-list__item{
  width:100% !important;
  flex: 0 0 100% !important;
  margin: 0 !important;
}
header.header__text-page{
  min-height:1px;
  background:#000000;
}
@media (min-width: 769px) {
  .service-list .service-list__row.blog-list{
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  }
}

.service-description__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.service-description__content th,.service-description__content  td {
  padding: 14px 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s;
}

.service-description__content th {
  background-color: #f9f9f9;
  color: #fff;
  font-weight: 600;
}
tr:nth-child(even) td{
  background-color: #f9f9f9;
}
.service-description__content tr:hover td{
  background-color: #f1f1f1;
}
.service-description__content .table-responsive{
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.blog-list__pagination{
  padding: calc(15px + 1.5%) 0;
}
.blog-list__pagination .pagination{
  list-style-type:none;
  display:flex;
  align-items:center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.blog-list__pagination .pagination li{
  margin:0 5px;
  font-size: 18px;
  color:#000 !important;
}
.blog-list__container .item__title small{
   font-family: 'Arimo', sans-serif;
  font-size: 14px;
}
/*--- End New Blog ---*/
.calc-form__form .custom-checkbox-label{
    color:white;
}

.calc-form__form .custom-checkbox-label a{
    text-decoration:underline;
    color:white;
    line-height:1.5;
}

#service-description__toc-list a{
  color: #000000 !important;
}

/*  начало..............*/



.promo-slide-text p {
    font-size: 14px!important;

}

.promo-slide-left {
    max-width: 50%;
    min-width: 50%;
}
.promo-slide-left
 {
    padding-top: 54px;
    padding-left: 48px;
    padding-bottom: 54px;
}
.promo-slide-right
{
    position: relative;

    padding-top: 54px;
    padding-right: 48px;
}
.promo-slide-right img {
    width: 100%;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.container {
  display: block;
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}
.service-list__row .is-hidden {
  display: none !important;
}
.promo-slide-title {

    color: #A39382!important;

}
.promo-slide-text p { font-family: "Inter", sans-serif!important;
    font-size: 22px;
    font-weight: 300!important;
    line-height: 110%!important;
    text-align: left;
    margin: 0;
    color: #A39382!important;
}.promo-slide-title {
   font-family: "Inter", sans-serif!important;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.03em;
    color: #8c6a51;
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
}
label span a {
    color: #8c6a51;
}.callwidget {

    transition: .3s;
}

.callwidget.hidden {
    opacity: 0;
    pointer-events: none;
}
 .callwidget__close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    color: #333;
    z-index: 5;
    font-weight: 300;
    margin-top: -30px;
    width: 25px;
    height: 25px;
    color: #fff;
    background: #000;
    padding: 0px 5px 10px;
    border-radius: 50%;
}
.promo-slide-btn2 {
    display: flex
;
border:0px;
    justify-content: center;
    align-items: center;
    width: 346px;
    height: 54px;
    background-color: #8c6a51;
    color: #ffffff;
    border-radius: 34px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: 0.5s
ease all;
}
.vision .enroll-visit-right {
    padding: 0;
    display: flex
;
    width: 100%;
    margin-right: 30px;
}
.btn.btn-bg-black

 {
    background-color: #8c6a51;
    color: #fff;
}.btn.btn-white {
    background-color: #8c6a51;
    border-color: #8c6a51;
    color: #fff;
}

h1{ font-family: 'Arimo', sans-serif!important;}

@media (min-width: 993px) {
    .promo-slide-right {
    position: relative;
    width: 50%;
    padding-top: 54px;
    padding-right: 48px;
    max-width: 50%!important;
}
       .priceSwiper {
  position: relative;
  padding-top: 60px; /* место для стрелок */
}
.promo-slide-right {
    position: relative;
    width: 100%;
    padding-top: 54px;
    padding-right: 48px;
    padding-bottom: 54px;
}
.promo-slide {
    display: flex;
    flex-direction: row;
    background-color: #1D1C1C;
    gap: 10px!important;
    justify-content: space-between;
    color: #fff;
}
.priceSwiper {
    position: relative;
}

.priceSwiper .swiper-button-prev,
.priceSwiper .swiper-button-next {
    width: 137px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
            position: absolute;
         top: 25px;
    margin: 0px;


}

.priceSwiper .swiper-button-prev::after,
.priceSwiper .swiper-button-next::after {
    display: none;
}

/* ← ВЛЕВО */
.priceSwiper .swiper-button-prev {
 left: calc(100% - 300px);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='137' height='46' viewBox='0 0 137 46' fill='none'><rect x='1.5' y='1.5' width='134' height='43' rx='21.5' stroke='%230E0C0D' stroke-width='3'/><path d='M28.7305 15.0908L21.2275 21.8887L20 23L21.2275 24.1123L28.7305 30.9102L29.8418 31.917L31.8564 29.6943L30.7441 28.6875L26.125 24.501H77.7559V21.501H26.123L30.7441 17.3135L31.8564 16.3066L29.8418 14.083L28.7305 15.0908Z' fill='%230E0C0D'/></svg>");
}

/* → ВПРАВО */
.priceSwiper .swiper-button-next {
    right: 0px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='137' height='46' viewBox='0 0 137 46' fill='none'><rect x='1.5' y='1.5' width='134' height='43' rx='21.5' stroke='%230E0C0D' stroke-width='3'/><path d='M108.27 15.0908L115.772 21.8887L117 23L115.772 24.1123L108.27 30.9102L107.158 31.917L105.144 29.6943L106.256 28.6875L110.875 24.501H59.2441V21.501H110.877L106.256 17.3135L105.144 16.3066L107.158 14.083L108.27 15.0908Z' fill='%230E0C0D'/></svg>");
}

/* ХОВЕР */
.priceSwiper .swiper-button-prev:hover,
.priceSwiper .swiper-button-next:hover {
    filter: brightness(0.8);
}
      .header_blok_right {
        /* float: right; */
        width: 100%;
        display: flex;
        justify-content: end;
        margin-right: 10px;
    }
      .vision .hh2, .vision h2 {
        font-size: 16px;
        display:none!important;
    }
    .service-more-btn {
        display: none;
    }
}

/* Скрываем всё кроме первых 3 на мобильных */
@media (max-width: 992px) {
    .service-top .service-top__list .service-top__item.item .item__image {
        min-height: 300px;
    }
    .service-top.new .service-top__list .service-top__item.item .item_text .item__title {
        padding-bottom: 30px;
        padding-top: 10px;
    }
    header.header .header__top .header__phone {
        margin: 0 0px;
        display: none!important;
    }
      .fancybox-content .container {
        display: block;
        width: 90%!important;
        /* max-width: 1330px; */
         padding: 0 !important;
        margin: 0 auto!important;
        /* margin-left: 15px; */
    }
    .fancybox-slide,.fancybox-content
 {padding: 10px!important;
 }
    .hero-benefits {
    display: flex;
    justify-content: space-between;
    align-items: left!important;
    gap: 30px;
    padding-top: 40px;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    flex-direction: column!important;
}


.hero-benefits-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;

}

.hero-benefits-item .icon {
    width: 10px;
    height: 10px;
    border: 2px solid #8c6a51;
    border-radius: 50%;
    flex-shrink: 0;
}




    h1{font-size:24px!important;}
    .service-list .btn{margin-bottom:40px;}
        .enroll-visit .container {
        display: flex!important;

    }
    .sl{display:flex;gap:20px;flex-direction:column;width: 100%;
    
    }
    /* Скрываем 1 и 3 */
.swiper-autoheight .swiper-wrapper {

    height: auto !important;
}
.watch-yt-cards .watch-yt-card:nth-child(1),
.watch-yt-cards .watch-yt-card:nth-child(3) {
    display: none;
}

/* Для позиционирования */
.watch-yt-cards .watch-yt-card:nth-child(2) {
    position: relative;
}

/* Плей по центру */
.watch-yt-cards .watch-yt-card:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    pointer-events: none;

    /* background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-4' y='-4' width='48' height='48'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(2px);clip-path:url(%23clip);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Ccircle cx='20' cy='20' r='20' fill='%23FCFCFC' fill-opacity='0.4'/%3E%3Cpolygon points='17,14 17,26 26,20' fill='%23ffffff'/%3E%3Cdefs%3E%3CclipPath id='clip' transform='translate(4 4)'%3E%3Ccircle cx='20' cy='20' r='20'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); */
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
        .service-gallery .section-title h2 span.gallery_title_2 {

        color: #8c6a51;
    }
    .service-gallery .gallery__row .gallery__item {
    flex: 0 0 calc(100% - 30px)!important;
    margin: 15px;
}
.service-gallery .gallery__row {
    padding-top: 75px;
    display: flex;
    flex-wrap: wrap!important;
    margin: 0 -15px;
}
    .top-title .top-title__wrapper h1.top-title__1, .top-title .top-title__wrapper h1 span {
    display: block;
     font-family: 'Arimo', sans-serif;
    font-size: 25px!important;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0px!important;
    animation-duration: 1s;
}
    .service-description .service-description__title {
    margin-top: 25px;
     font-family: 'Arimo', sans-serif;
    font-size: 20px!important;
    font-weight: bold;
    letter-spacing: 0px!important;
    line-height: 0!important;
    text-transform: uppercase;
    overflow: hidden;
}
    .top-title .top-title__wrapper h1.top-title__1, .top-title .top-title__wrapper h1 span {
        font-size: 24px!important;
        line-height: 1.5;
        margin-top:150px;
    }
    .fr1 {
    display: flex;
    gap: 10px;
    align-items: center;
}
    .our-friends .our-friends__list .our-friends__row {
    display: flex;
    flex-wrap: wrap;
    background: #1d1c1c!important;

}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__content {
    display: flex
;
    margin-top: 0px!important;
    border-top: 0!important;
    border-bottom: 0!important;
    width: 100%!important;
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__content .item__desc .item__name {
     font-family: 'Arimo', sans-serif;

    text-transform: uppercase;
    letter-spacing: 0px!important;
    font-size: 13px!important;
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item {
 margin-bottom: 0px!important;
    padding: 0!important;

    /* margin: 0; */
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item {
        flex: 0 0 calc(50% - 30px)!important;
    }
.our-friends .our-friends__list .our-friends__row .our-friends__item.item {
    background-color: #1d1c1c;
    color: #fff;
    padding: 0;
    flex: 0 0 calc(33.333% - 30px);
    margin: 15px;
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__content .item__desc .item__description {

    display: none!important;
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__content .item__desc

 {
    padding: 20px 0;
    border-left: 0px!important;
    flex: 0 0 100%!important;
    display: flex!important;
;
    flex-direction: row!important;
    align-items: flex-start!important;
    text-align: left!important;
}
.our-friends .our-friends__list .our-friends__row .our-friends__item.item .item__content .item__links {

    display: none!important;
}
        .stage-counter::before {
      display:none!important;
    }
    .stages-cards {
        gap: 20px!important;
        margin-left: 0px!important;
        padding-bottom: 23px;
    }
    .stages h2 {
    margin: 0;
    padding-top: 46px;
    padding-bottom: 12px!important;
    font-size: 45px;
    font-weight: 700;
    line-height: 100%!important;
    letter-spacing: 0.03em;
    text-align: left;
}
    .promo .container {
        display: block;
        width: calc(100% - 0px)!important;
        max-width: 1330px;
        padding: 0 15px;
        margin: 0 auto;
        margin-left: 0;
    }
        .container

 {
        display: block;
        width: calc(100% - 30px);
        max-width: 1330px;
        padding: 0 15px;
        margin: 0 auto;
        margin-left: 15px;
    }
    .zr{
    padding: 0px!important;
    margin-left: 0px!important;
    /* margin-right: -15px; */
    width: calc(100% - 0px)!important;
}
    .top-action a

 {
    margin-right: 0px!important;
}
    .top-action {
        display: flex
;
        flex-direction: column;
        grid-gap: 15px;
        margin-right: 0;
        align-content: center;
        align-self: center;
        justify-items: center;
        justify-content: center;
    }
     .enroll-visit .container {
        display: block;
        width: 100%;
        max-width: 1330px;
        padding: 0 15px;
        margin: 0 auto;
        margin-left: 0PX;
    }

       .section-title h2, .section-title h1 {
     font-family: 'Arimo', sans-serif;
    font-size: 24px!importaNT;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px!importaNT;
    margin-bottom: 20px !importaNT;
}
    .reviews .section-title

 {
    position: relative;
    border-bottom: 0!important;
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-direction: row !important;
}
    .reviews .reviews__list .reviews__roww .reviews__item.item .item__top .item__right .item__date {
    margin-top: 0px;
    font-size: 12px;
    color: #8c6a51;
}
    .reviews .reviews__list .reviews__roww .reviews__item.item .item__top .item__right .item__name {
     font-family: 'Arimo', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
    .reviews .reviews__list .reviews__roww .reviews__item.item .item__top .item__right {
    margin-left: 20px;
    display: flex
;
    justify-items: center;
    align-items: center;
    flex-direction: row;
    flex: 1 1 100%;
    width: 100%;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    margin-bottom:20px;
}
    .reviews .reviews__list .reviews__roww .reviews__item.item .item__top .item__image {
    display: block;
    flex: 0 0 130px;
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
    .reviews .reviews__list .reviews__roww .reviews__item.item {
    background-color: #1d1c1c;
    color: #fff;
    padding: 15px!important;

    margin: 0!important;
}


    .reviews .reviews__list .reviews__roww {

    margin: 0!important;
}
    .item__title {
        color: #000;
         font-family: 'Arimo', sans-serif;
        font-size: 14px;
        font-weight: 900;
        line-height: 21px;
        letter-spacing: 1px;
        text-transform: uppercase;
         font-family: 'Arimo', sans-serif;
    }
    .item__number
    {color: #8c6a51;

text-align: left;
 font-family: 'Arimo', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 22.5px; /* 150% */}
    .tt .swiper-pagination{display:none!important;}
    /* ← ВЛЕВО */
.priceSwiper.tt .swiper-button-next::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='7' viewBox='0 0 19 7' fill='none'><path d='M15.7598 0.360352L18.166 2.86035L18.5 3.20703L18.166 3.55371L15.7598 6.05371L15.4131 6.41406L14.6924 5.7207L15.0391 5.36035L16.6299 3.70703H0V2.70703H16.6299L15.0391 1.05371L14.6924 0.693359L15.4131 0L15.7598 0.360352Z' fill='%23FFFFFF'/></svg>");
}

/* → ВПРАВО */
.priceSwiper.tt .swiper-button-prev::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='7' viewBox='0 0 19 7' fill='none'><path d='M2.74023 0.360352L0.333984 2.86035L0 3.20703L0.333984 3.55371L2.74023 6.05371L3.08691 6.41406L3.80762 5.7207L3.46094 5.36035L1.87012 3.70703H18.5V2.70703H1.87012L3.46094 1.05371L3.80762 0.693359L3.08691 0L2.74023 0.360352Z' fill='%23FFFFFF'/></svg>");
}
        .priceSwiper.tt .swiper-button-prev, .priceSwiper.tt .swiper-button-next
        {border: 1px solid #ffffff !important;}

    .vision

 {
    margin-top: 0px!important;
    background: #1d1c1c;
    padding:20px;
}
.enroll-visit {
     margin-bottom: 0px!important;
    color: #fff;
}

.vision .container {padding:0px!important;}
      .vision .hh2, .vision h2 {
        /* font-size: 16px; */
        display: block; 
    }
  .enroll-visit-left h2 {
        /* font-size: 16px; */
        display:none !important; 
    }
    
      .gallery .section-title .image {
        top: 35px !important;
        bottom: unset;
    }
    .gallery .section-title .image img {
    width: 90px!important;

    height: 90px!important;

}
.gallery .section-title .subtitle {
        margin-top: 0px!important;
        margin-left: 0px!important;
    }
        .gallery .section-title h2 span.gallery_title_2 {
        margin-left: 0;
        width: 100%;
        text-align: left!important;
    }

}


@media (min-width: 992px) {
    
    .stage-counter::before {
    counter-increment: count;
     font-family: 'Arimo', sans-serif;
    font-size: 20px!important;
    font-weight: 700;
    line-height: 120px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #FFFFFF5C;
    position: absolute;
    display: block;
    content: '0' counter(count);
    top: -23px!important;
    left: -30px!important;
    /* margin-right: 20px; */
}
    .stage-counter::before {
        counter-increment: count;
        font-family: 'Arimo', sans-serif;
        font-size: 50px !important;
        font-weight: 900;
        line-height: 120px;
        letter-spacing: 0.03em;
        text-align: left;
        color: #FFFFFF5C;
        position: absolute;
        display: block;
        content: '0' counter(count);
        top: -13px !important;
        left: -45px !important;
        /* margin-right: 20px; */
    }
.stages-card {
    width: 25%;
    position: relative;
    padding-left: 30px;
}
    .stages-cards {

    margin-left: 15px!important;
    padding-bottom: 80px;
}
    
    .stages-card {
  
    padding-left: 20px;
}
    .stage-counter::before

 {
  
    color: #8c6a51!important;
    opacity: 1!important;
}
    
    
        .gallery .section-title .subtitle {
        margin-top: 0!important;
        margin-left: 0!important;
    }
    .gallery .section-title h2 span.gallery_title_2 {
        margin-left: 0;
        width: 100%;
        text-align: left;
    }
.mobi {display:none!important;}
    .advancements-card {
        /* width: 15%; */
        display: flex
;min-width:15%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-right: 0;
        border-bottom: 0;
        padding-top: 48px;
        display: flex
;
        /* width: 275.214px; */
        padding: 30px 20px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        border: 1px solid #FFF !important;
        flex: 1 1 auto;
        border-radius: 30px;
    }       .advancements-cards {
        display: flex
;min-width:15%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding-bottom: 122px;
        display: flex
;
        gap: 20px;
    }    .advancements-card img

 {
        width: 70px;
        height: 70px;
        aspect-ratio: 1 / 1;
    }.advancements-card p {
   color: #FFF;

text-align: center;
 font-family: 'Arimo', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 15px */
}
.advancements-card:nth-child(3n+3) {
    border-right: 0;
}.advancements-card:nth-last-child(-n+3) {
    border-bottom: 0;
}.advancements-card:nth-last-child(-n+3) {
    border-bottom: 0;
}
.hero-benefits {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
   
  padding-top:120px;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none; /* не мешает кликам по кнопкам hero */
}

    .hero-benefits-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        /* white-space: break-spaces; */
        /* flex-wrap: wrap; */
      flex: 1;
    }
.hero-benefits-item .icon {
    width: 10px;
    height: 10px;
    border: 2px solid #8c6a51;
    border-radius: 50%;
    flex-shrink: 0;
}
}




.hero-benefits-item {
    display: flex;
    /*align-items: center;*/
    align-items: flex-start;
    gap: 14px; /* немного увеличил расстояние */
}

/* Большой залитый круг */
.hero-benefits-item .icon {
    width: 42px;          /* x1.5 */
    height: 42px;         /* x1.5 */
    background: #8c6a51;  /* золотая заливка */
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.hero-benefits-item .icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 10px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    top: 50%;
    left: 50%;
 transform: translate(-45%, -70%) rotate(-45deg);
}
.title2
{
   
    color: #fff;
    font-size: 18px;
    font-weight: 400;
   
}
    .header__logo span {display:none;}
   .mapss * {
    cursor: pointer;
    z-index:20;
}
.hmapmarker {
  filter:drop-shadow(0px 4px 6px rgba(0,0,0,0.12));
  display: none;
}
.header__top.black .hmapmarker{
  width: 19px;
  margin-right: 5px;
  display: block;
}

@media (min-width: 1200px) {
    header.header .header__top.black .header__phone {
    display: block; 
}
header.header .header__top.black .mapps3 span{display:none;}
header.header .header__top.black .mapps4{display:none;}
.header__logo a {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        gap: 10px;
        min-width: 240px;
    }
    .header__logo span
    {color: #FFF;
   
     font-family: 'Arimo', sans-serif;
    font-size: 15px;
    font-style: normal;

    line-height: normal;        max-width: 220px;}
  .mapss {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;cursor: pointer;
    z-index:20;
}  .mapss * {
    cursor: pointer;
    z-index:20;
}
  .mapps3 {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
   
     font-family: 'Arimo', sans-serif;
    font-size: 20px;
    font-style: normal;

    line-height: normal;
    flex-direction: row;
    display: flex;
    gap: 10px;
}
.mapps4 {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
 
     font-family: 'Arimo', sans-serif;
    font-size: 14px;
    font-style: normal;
 
    line-height: normal;
    min-width: 270px;
}
div.phone a
{color: #FFF;

leading-trim: both;

text-edge: cap;

 font-family: 'Arimo', sans-serif;
font-size: 22px;
font-style: normal;

line-height: normal;}

    .tr::after {

    width: 15px;
    height: 12px;
    margin-left: 10px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    transition: transform 0.1s 
ease-in;
    padding-top: 15px;
}
    .ls .header-menu {
        display: flex;
       justify-content: space-between;
        align-items: center;
        gap: 10px;
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 10;
        overflow-y: visible;
        transition: all 0s;
    }
    .ls .header__top.black .header__logo span
{display:none;}
     .ls .header__top.black .mapps3 span
{display:none;}
 .ls .header__top.black .mapps4
{display:none;}
   .ls .header__top.black + .header-menu__wrap .header-menu__item--mobile {
        display: none !important;
    }
   .ls .header__top.black .header__phone {
    display: flex!important;
}
    .ls .header__top.black + .header-menu__wrap  ul.header-menu

 {
        display: flex;
        justify-content: flex-start!important;
        align-items: center;
        gap: 10px!important;
        font-size: 0.85rem;
       
    }.header__top.black + .header-menu__wrap {
        max-width: 590px !important;
    }
}
@media (min-width: 1500px) {  .mapss * {
    cursor: pointer;
    z-index:20;
}
    .container {
    display: block;
    width: 100%;
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
}
header.header .header__top.black>.row {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    border-bottom: 0px solid rgb(245 245 245 / 0%);
}
.header__logo span {
    display: block;
}
.ls .header__top.black .header__logo span {
        display: block;
    }
        .header__top.black + .header-menu__wrap {
        left: calc(50% - 480px);
        transform: translateX(0);
    }
}
.comand-photo-all {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.header_wtsp img {max-width:29px!important;}
.blur{        position:fixed;width:100vw;z-index: 10000;
   

     
 }
 .blur.blackk{ 
  position:fixed;width:100vw;z-index: 10000;
  transition: 0.5s;

     background: rgba(140, 140, 140, 0.5);
    backdrop-filter: blur(16.6px);
 }
    .tell{
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}
@media (min-width: 1300px) {
    .header__top.black + .header-menu__wrap .header-menu__item--mobile {
        display: none !important;
    }
    .top-title.new {margin-top:300px;}
}
@media (min-width: 1200px) {
    .header__top.black + .header-menu__wrap .header-menu__item--mobile {
        display: none !important;
    }
  
}
.gt ul.breadcrumbs,.gt ul.breadcrumbs a {
  
    color: #000000;
    
}
@media (min-width: 1200px) {
    .gt  {margin-top:200px;}
  .top-title.new {margin-top:300px;}

    .breadcrumbs_wrapper {
    position: relative;
    background: transparent;
    top: 0;
    height: 0px;
    z-index: 1;
    top: -100px!important;
}
       .header__top.black + .header-menu__wrap ul.header-menu {
        display: flex;
     justify-content: start;
        align-items: center;
        gap: 20px;
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 10;
        overflow-y: visible;
        transition: all 0s;
    }
}
@media (max-width: 1200px) {
     .blur{        position:fixed;width:100vw;z-index: 10000;
   

     background: rgba(140, 140, 140, 0.5);
    backdrop-filter: blur(16.6px);
 }
 .promo-slide-btn2 {
    display: flex;
    border: 0px;
    justify-content: center;
    align-items: center;
    width: 246px;
    height: 54px;
    background-color: #8c6a51;
    color: #ffffff;
    border-radius: 34px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: 0.5s 
ease all;
}
    .fr1 a{
    height: 40px;
    display: block;
    display: flex;
    align-content: center;
    align-items: center;
}
    .breadcrumbs_wrapper {
    position: relative;
    background: transparent;
    top: 0;
    height: 0px;
    z-index: 1;
    top: -100px!important;
}
  .top-title.new {margin-top:150px;}
}


.att-popup{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;


}

.att-popup.is-open{
    /*display:block;*/

    display: flex;
    align-items: center;
    justify-content: center;
}

.att-popup__overlay{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(2px);
}

.att-popup__modal{
  position: relative;
  width: min(520px, calc(100% - 32px));
  margin: 120px auto 40px;
  background: #2e2e2e;
  border-radius: 8px;
  padding: 34px 36px 28px;
  color: #fff;
  box-shadow: 0 30px 120px rgba(0,0,0,.45);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}@media (max-width: 880px){
div.dk {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
}


.att-popup__close{
  position:absolute;
  right: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: .75;
}
.att-popup__close:hover{ opacity: 1; }

.att-popup__close::before,
.att-popup__close::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,.7);
  transform-origin: center;
}
.att-popup__close::before{ transform: translate(-50%,-50%) rotate(45deg); }
.att-popup__close::after{  transform: translate(-50%,-50%) rotate(-45deg); }

.att-popup__title{
  font-weight: 800;
  letter-spacing: .04em;
  font-size: 42px;
  line-height: 1;
  color: #8C6A51; /* золото как на макете */
  margin: 0 40px 18px 0;
  text-transform: uppercase;
}



.att-popup__text{
  font-size: 15px;
  line-height: 1.35;
  opacity: .9;
  margin-bottom: 20px;
  max-width: 520px;
}
.att-popup__text p{ margin: 0 0 10px; }
.att-popup__text p:last-child{ margin-bottom: 0; }

.att-popup__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 46px;
  padding: 0 18px;
  border-radius: 24px;
  background: #8C6A51;;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(183,154,99,.25);
}

.att-popup__btn:hover{
  filter: brightness(1.05);
}

.att-popup__btn-ico{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2a2a2a;
}
.stage-counter::before {
    counter-increment: count;
    content: counter(count);
}
@media (max-width: 480px){
  .att-popup__modal{
    margin: 70px auto 24px;
    padding: 26px 20px 20px;
  }
  .att-popup__title{ font-size: 34px; }

  .vision .enroll-visit-right{
    flex-direction: column;
  }
  .vision .enroll-visit-right picture, .vision .enroll-visit-right > img{
    max-height: 300px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 15px;
  }
  .vision .enroll-visit-right img + img{
    margin-left: 0;
  }
}

@media (max-width: 1350px){
      .mapss {
        display: none!important;
        justify-content: center;
        justify-items: center;
        align-items: center;
        cursor: pointer;
        z-index: 20;
    }      .mapss {
        display: none;
        justify-content: center;
        justify-items: center;
        align-items: center;
        cursor: pointer;
        z-index: 20;
    }
    .header__logo {
    position: relative;
    left: -50px;
}}
@media (max-width: 1200px){
 
    .header__logo {
    position: relative;
    left: 20px!important;
}
 
}
@media (max-width: 400px){
 
    .header__logo {
    position: relative;
    left: 5px!important;
}
.header_wtsp
 {
    display: none!important;
}
}
.calc-form__form-desc { display:none!important;}

.btn-white.transparent {
    height: 50px;
    border-color: #fff;
    background: unset;
}