
.template5__body {
  margin-bottom: 30px;
  /* backdrop-filter: blur(30px);
  background: rgba(215, 248, 247, 0.9); */
    background-color: rgba(173, 229, 231, 0.5);;
  padding: 40px;
}
@media (max-width: 575px){
   .template5__container .template5__body  {
    margin-top: 0;
    padding: 20px;
   }
}

.template5__youtube {
  display: flex;
  flex-direction: row; /* Горизонтально */
  gap: 30px;
  margin: 0 auto;
  flex-wrap: wrap; /* Чтобы на мобильных складывались */
}
.template5__bg img {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.template5__subtitle {
  color: #343434;
  font-family: 'Manrope';
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 576px){
   .template5__subtitle {
    font-size: 18px;
   }
}

.template5__succes {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.4);
    max-width: 320px;

    color: #343434;
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;

    padding: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.template5__text {
  color: #343434;
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 300;
}


.template5__succes img {
  height: 45px;
}
.template5__youtube iframe {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
  }

.template5__youtube-thumb {
  position: relative;
  width: calc(50% - 15px); /* 2 видео в ряд с gap */
  padding-bottom: 32%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.template5__youtube-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.template5__youtube-play__icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}
@media (max-width: 768px) {
  .template5__youtube-thumb {
    width: 100%;
    padding-bottom: 56.25%;
  }
}

#calc-popup .popup__close {
  top: 40px;
  right: 25px;
}

.header__button div[data-popup] {
  cursor: pointer;
}
header .header__buttons   {
  flex-direction: column;
  row-gap: 0 !important;
  padding-top: 15px;
  padding-bottom: 10px;
}


.home .header__button .btn {
  width: 100%;
      justify-content: flex-start;
}


.home header .header__button .btn img{
  width: 30px;
  height: 100%;
  max-height: 30px;
  border-radius: 50%;
  background-color: #6296FE;
}

@media (max-width: 35.93625em) {
  .header .header__right .header__button {
    display: block;
  }
  .header .header__right .header__button:first-child {
    order: 2;
  }
  .header .header__right .header__button span {
    display: none;
  }
  .header__buttons   {
    order: 2;
    flex-direction: row;
    gap: 10px;
  }
  .header__contacts .contacts__link_phone {
    font-size: 20px;
  }
  .header__contacts .contacts__link_phone::after {
    display: none;
  }
}

/* .advantages */

.advantages {
  padding: 0 0 0px;
  position: relative;
}

.advantages__title {
  margin-bottom: 80px;
  text-align: center;
}

.advantages__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(215, 248, 247, 0.9);
  border-radius: 12px;
  background-blend-mode: multiply;
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
}

.advantages__triggers {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 15px;
}

.advantages__triggers-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 34px 57px;
  width: 100%;
  max-width: 472px;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 24px;
}

.advantages__triggers-item:last-child {
  margin-bottom: 0;
}

.advantages__triggers-item.tabs-triggers__item--active {
  color: #15ae32;
  background-color: rgba(255, 255, 255, 0.71);
}

.advantages .accordion__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  padding: 17px 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 16px;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.advantages .accordion__title.active {
  color: #15ae32;
  background-color: rgba(255, 255, 255, 0.71);
}

#advantagesTab-1 .advantages__img img {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(97.36%, #ffffff), to(#cfcccc));
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 97.36%, #cfcccc 100%);
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 97.36%, #cfcccc 100%);
  -webkit-box-shadow: 19.1607px 2.55476px 65.97px rgba(0, 0, 0, 0.21);
  box-shadow: 19.1607px 2.55476px 65.97px rgba(0, 0, 0, 0.21);
  border-radius: 12.7738px;
}

#advantagesTab-2 .advantages__img img {
  -webkit-box-shadow: 30px 4px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 30px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 43.463px;
}

#advantagesTab-3 .advantages__img img {
  -webkit-box-shadow: 0px 14px 64px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 64px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

/* Advantages */
section.advantages .tabs-wrap {
  padding: 45px 23px;
  background-color: rgba(215, 248, 247, .5);
    -webkit-backdrop-filter: blur(.3rem);
    backdrop-filter: blur(.3rem);
    border-radius: clamp(1.5rem, 1.3869119421rem + .482509047vw, 1.75rem);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

section.advantages .tabs-wrap .left {
  width: 40%;
}

section.advantages .tabs-wrap .left .tab {
  padding: 25px 35px;
  background: #F8F8F8;
  border-radius: 9px;
  cursor: pointer;
}

section.advantages .tabs-wrap .left .tab:not(:last-child) {
  margin-bottom: 23px;
}

section.advantages .tabs-wrap .left .tab .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.advantages .tabs-wrap .left .tab .top .title {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  transition: 0.3s ease;
}

section.advantages .tabs-wrap .left .tab .top .open {
  position: relative;
  width: 12px;
  height: 12px;
}

section.advantages .tabs-wrap .left .tab .top .open span {
  display: inline-block;
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

section.advantages .tabs-wrap .left .tab .top .open span:nth-child(2) {
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
}

section.advantages .tabs-wrap .left .tab .text {
  display: none;
  margin-top: 11px;
  max-width: 220px;
  font-size: 14.6px;
  font-weight: 400;
  font-family: 'Manrope';
}

section.advantages .tabs-wrap .left .tab.current .top .title {
  color: #15AE32;
}

section.advantages .tabs-wrap .left .tab.current .top .open span:nth-child(2) {
  transform: translateY(-50%);
}

section.advantages .tabs-wrap .left .more-info {
  display: block;
  text-align: center;
  background: #15AE32;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: 'Manrope';
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

section.advantages .tabs-wrap .right {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.advantages .mobile-slider {
  display: none;
  background: rgba(215, 248, 247, 0.9);
  background-blend-mode: multiply;
  backdrop-filter: blur(54px);
}

section.advantages .mobile-slider .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 26px 30px 23px;
}

section.advantages .mobile-slider .slide .info {
  width: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 15px;
}

section.advantages .mobile-slider .slide .info .title {
  color: #15AE32;
  margin-bottom: 12px;
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

section.advantages .mobile-slider .slide .info .text {
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 400;
}

section.advantages .mobile-slider .slide .info .slide-link {
  background: #15AE32;
  color: white;
  padding: 16px 28px;
  margin-top: 20px;
  display: block;
  border-radius: 5px;
  font-family: 'Manrope';
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

section.advantages .mobile-slider .slide > img {
  max-width: 100%;
  height: auto;
}

section.advantages .mobile-slider .slide .slider-nav .prev {
  position: absolute;
  top: 95px;
  left: 10px;
}

section.advantages .mobile-slider .slide .slider-nav .next {
  position: absolute;
  transform: rotate(180deg);
  top: 95px;
  right: 10px;
}

/* end .advantages */

.single-article .single-article__main {
  column-gap: 2.5rem;
}
.single-article .single-article__sidebar  {
  flex: 0 1 26.316%;
}

.article-sidebar__link a{
  font-size: 0.75rem;
  display: block;
  line-height: 120%;
  transition: all 0.3s ease 0s;
}

.article-sidebar__link a:hover {
  color:#6296FE;
}

.template4__title {
  text-align: center;
}

.template6::before {
  background: initial;
}

.template17__tags a {
  text-transform: none;
}

  .template4__container {
    padding-bottom: 0rem;
  }

.advantages .right.d-flex img {
  max-height: 430px;
}

.template6__title._heading {
  position: relative;
  z-index: 4;
  margin-bottom: 0;
}
@media (max-width: 576px){

    .template6__title._heading {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -20px) ;
      width: 100%;
      background-color: #f8f8f8;
    }
    .template6-scheme__wrapper {
      position: static;
    }
}


.template6-scheme {
  /* transform: translateY(-100px); */
}

.template9__slider.swiper-initialized {
  padding-bottom: 0;
}
.template9__actions {
  margin-top: 30px;
}

.template8__wrapper.popup__content {
  max-width: 1000px;
}

.template8__options .checkbox__label {
  text-wrap-mode: nowrap;
}

.single-article__body .wp-block-image {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.template14__image {
  position: sticky;
}

.new-region {
      position: absolute;
    top: 46.5%;
    left: -4.4%;
    z-index: 2;
}

@media (min-width:768px){

}

.template17__first .template7__item {
  display: flex;
  align-items: start;
  border-radius: 12px;
  background-color: #fff;
}

.template17__first .template7-item-two {
  flex-direction: column;
}
.template17__first .template7-item__bg img {
  position: relative;
}

/* Вернуть */
.template17__first .template7-item a::before {
  display: none;
}
.template17__first  .template7-item::before {
  display: none;
}

.template17__first .template7-item .template7-item__bg {
  min-width: 43%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;

}

@media (min-width:992px){
    .template17__first .template7-item .template7-item__bg {
        /* max-height: 320px; */
        position: relative;
    }
    .template17__first .template7-item .template7-item__bg img {
      position: absolute;
    }
    .template17__first .template7-item__wrapper {
      height: 96.2%;
    }
}
.template17__first .template7-item-two .template7-item__bg {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.template17__first .template7-item-two .template7-item__bg img {
  height: 100%;
}

.template17__first  .template7-item__title {
  color: #000;
  font-family: 'Manrope';
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  color:  #343434;
}

.template17__first .template7-item__category {
  color: #000;
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  -webkit-line-clamp: 4;
}

.template17__first .template7-item__date {
  color: #343434;
  font-size: 13px;
  line-height: 140%;
  font-family: 'Manrope';
  font-weight: 300;
  opacity: 0.5;
}

.template17__first .template7-item__wrapper {

  align-items: center;
}

.template17__first .template7-item__wrapper > a {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.template17__cards .template7__item:nth-child(3n + 1),
.template17__cards .template7__item:nth-child(3n + 3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}


.template17__cards .template7__item:nth-child(3n + 2){
  grid-row: span 2;
}





@media (min-width:576px){
  .template7__items {
    row-gap: 0rem
  }
  .template7__items:has(.template7__item:nth-child(3)) {
    row-gap: 1.25rem
  }
  .template4__navigation {
    position: absolute;
      top: 35%;
      margin-left: 20px;
  }
  .template17__first-video .template17__cards.template7__items {
    margin-bottom: 60px;
  }
}


.template7__items:has(.template7__item:nth-child(3)) {
  row-gap: 1.25rem
}

.page-socials {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 1000;
}

@media (max-width: 999px) {
    .page-socials__label {
        display: none;
    }
}

@media (max-width: 576px) {
    .page-socials {
        top: 1em;
        right: 0.5em;
    }
}

@media (min-width: 768px) and (max-width: 992px){
  .template17__cards .template7__item:nth-child(3n + 2) {
      grid-column: span 2;
   }
   .template17__first .template7-item-two {
    flex-direction: row;
   }
   .template17__first .template7-item-two .template7-item__bg {
    max-width: 290px;
    width: 100%;
   }
    .template7__item .template7-item__wrapper, .template7__item:nth-child(3n-1) .template7-item__wrapper {
        align-content: center;
        height: 100%;
    }
}


@media (max-width: 768px){
   .template17__first .template7__item {
    flex-direction: column;
   }
   .template17__first .template7-item .template7-item__bg {
    width: 100%;
   }
   .template17__first .template7-item__wrapper {
    padding: 16px 24px;
    height: fit-content;
   }
  .template7__items {
    display: flex;
    flex-direction: column;
  }
}


@media (max-width: 575px){
    section.advantages .tabs-wrap {
      display: none;
    }
    section.advantages .mobile-slider {
      display: block;
      position: relative;
    }

    section.advantages .mobile-slider .slide>img {
      max-height: 200px;
      width: auto;
    }
    section.advantages .mobile-slider .slide .slider-nav .prev {
        position: absolute;
        top: 95px;
        left: 10px;
    }
    section.advantages .mobile-slider .slide .slider-nav .next {
        position: absolute;
        transform: rotate(180deg);
        top: 95px;
        right: 10px;
    }

    .mobile-slider .owl-nav {
      display: flex;
      justify-content: space-between;
      position: absolute;
      width: 100%;
      top: 90px;
    }
    .mobile-slider .owl-prev {
      margin-left: 10px;
    }
    .mobile-slider .owl-next {
      margin-right: 10px;
    }

  .template8__options .checkbox__label {
      text-wrap-mode: wrap;
      height: fit-content;
      display: block;
  }
  header .header__buttons {
    flex-direction: row;
  }

  .template17__cards .template7__item:nth-child(3n + 2) {
    grid-column: span 2;
  }

  .template3-item {
    row-gap: 15px;
  }
  .template3-item__text {
    margin-bottom: 25px;
  }
  .popup__wrapper {
    align-items: start;
  }
  .popup.zero-popup {
    bottom: auto;
  }
  body, html {
      height: 100%;
      min-width: 320px;
  }
  .template4__navigation {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 6em;
  }
  .template4__body {
        margin-top: -4em;
    z-index: 3;
    position: relative;
  }

  .template17__first-video .template17__cards.template7__items {
    margin-bottom: 32px;
  }
  .template14__image svg {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 540px){
  .template4__navigation {
    padding: 0 4em;
  }

}
