.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section {
    position: relative;
}
.icon-star.icon-star--mod:before {
    color: #d4d4d4;
}
.examples--tabs .examples__image {
    height: 190px;
}
.contacts__card {
    height: auto;
}
.section--single-page p,
.section--single-page ul,
.section--single-page ol {
    margin-bottom: 16px;
}

.section--single-page p,
.section--single-page li,
.section--single-page a {
    font-size: 18px;
    line-height: 140%;
}
.banner .banner__content {
    padding: 0;
}
.banner__content p {
    font-size: 18px;
    line-height: 140%;
}
@media (max-width: 992px) {
    .banner__content p {
        font-size: 16px;
    }
}
@media (max-width: 425px) {
    .banner__content p {
        font-size: 14px;
    }
}
.swiper-pagination {
    margin: 24px auto 0 !important;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .banner__content {
        width: 400px;
    }
}
@media (min-width: 475.98px) {
    .img-bubble--1 {
        top: 90px;
    }

    .img-bubble--2 {
        top: 80px;
    }


    .img-bubble--3 {
        top: 220px;
    }

    .img-bubble--4 {
        bottom: 260px;
    }


    .img-bubble--5 {
        bottom: 30px;
    }

    .img-bubble--6 {
        bottom: 14px;
    }
}
.img-bubble--7 {
    top: -120px;
    right: 50px;
    z-index: 5;
}
.img-bubble--8 {
    top: -30px;
    right: -20px;
    z-index: 5;
}
.img-bubble--9 {
    width: 200px;
    height: auto;
    top: 0px;
    left: 80%;
    z-index: 5;
}
.img-bubble--10 {
    bottom: 0;
    left: 38%;
    z-index: 5;
}
@media (max-width: 1440px) {
    .img-bubble--9 {
        left: auto;
        right: 0;
    }
}
@media (max-width: 768px) {
   .img-bubble--9 {
    top: -50px;
   }
}
.img-bubble--11 {
    top: 60px;
    left: -85px;
    z-index: 5;
}
@media (max-width: 992px) {
    .img-bubble--11 {
        z-index: -1;
        top: -130px;
    }
}
.img-bubble--12 {
    bottom: 0;
    right: 0;
    z-index: 5;
}
.img-bubble--13 {
    bottom: 0;
    left: 50%;
    margin-left: -278px;
    z-index: 5;
}
@media (max-width: 1280px) {
    .img-bubble--13 {
        top: -50px;
        z-index: -1;
    }
}
.img-bubble--14 {
    bottom: 80px;
    right: -60px;
    z-index: 5;
}
.img-bubble--15 {
    top: 35%;
    left: 45%;
    z-index: 5;
}
.img-bubble--16 {
    width: 50px;
    top: 25%;
    left: 50%;
    z-index: 5;
}
.img-bubble--17 {
    width: 43px;
    top: 59%;
    left: 46%;
    z-index: 5;
}
@media (max-width: 768px) {
    .img-bubble--15,
    .img-bubble--16,
    .img-bubble--17 {
        display: none;
    }
}
.banner {
    position: relative;
}
.banner__code a:hover {
    color: var(--accent);
}

span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
}
.hero__form .form__inner {
    padding: 0;
}
.form__item-group {
    align-items: start;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    position: absolute;
    z-index: 10;
    top: calc(100% - 10px);
    left: 5px;
    padding: 5px 10px;
    border-radius: 14px;
    box-shadow: 0px 4px 8px 0px #0000001A;
    background: var(--Neutral-100, #fff);
    border: none;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 10px 15px;
    border: none;
    position: absolute;
    width: calc(100% - 30px);
    left: 50%;
    top: calc(100% - 15px);
    transform: translateX(-50%);
    color: #dc3232;
    text-align: center;
    border-radius: 24px;
    box-shadow: 0px 4px 8px 0px #0000001A;
    background: var(--Neutral-100, #fff);
    z-index: 10;
    border: none
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 12px;
}

.wpcf7-list-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 2px solid var(--text-secondary);
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
    margin: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: 4px;
}

.wpcf7-list-item input[type="checkbox"]:checked {
    background-color: var(--accent);
    border-color: var(--accent);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.9992 1.40002L4.57422 8.60002L1.19922 5.3273' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label,
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label a {
    color: var(--accent);
}

.wpcf7-list-item-label {
    padding-left: 8px;
    font-size: 14px;
    color: var(--text-secondary);
    cursor: pointer;
}

.wpcf7-list-item-label a {
    color: var(--text-secondary);
    text-decoration: underline;
}
.form__item--submit {
    cursor: pointer;
}
.form__item--submit,
.form__checkbox .wpcf7-list-item {
    margin: 0;
}
.wpcf7 .wpcf7-submit:disabled {
    border: none;
}
.select-menu {
  display: none; /* Скрыто по умолчанию */
  position: absolute; /* Или relative, в зависимости от дизайна */
  /* Другие стили для позиционирования и вида */
}

.select-menu--active {
  display: block; /* Показываем при активном классе */
}

.btn {
    border: none;
}
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px); /* Двигать влево */
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px); /* Двигать вправо */
    }
}

.shake {
    animation: shake 0.5s; /* Анимация тряски на 500ms */
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
.modal,
.modal-thanks {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    gap: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    transition: opacity 0.2s, visibility 0.2s;
}

.modal.is-open {
    display: flex;
}

.modal--overlay {
  position: fixed;
  display: flex;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(0 0 0 / 50%);
  padding: 32px 16px;
  transition: all .2s;
}
.modal.show .modal--overlay,
.modal-thanks.show .modal--overlay {
  visibility: visible;
  opacity: 1;
}
.modal__scroller {
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  width: calc(100% - 30px);
  max-width: 400px;
  max-height: 90vh;
  z-index: 4;
  background: var(--Neutral-100, #F5F5F5);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  overflow: visible;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
}
.modal__dialog.modal__dialog--mod {
   max-width: 410px;
}
.modal.show .modal__dialog,
.modal-thanks.show .modal__dialog {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.modal.order-modal .modal__dialog {
   background: #fff;
}
.modal__dialog h4 {
   font-size: 18px;
   line-height: 140%;
   font-weight: normal;
   text-align: center;
}

.modal__dialog button.btn {
    width: 100%;
}
.modal__dialog .modal__close-ico {
    position: absolute;
    right: 16px;
    top: 16px;
    width: auto;
    height: auto;
}
.order-modal .modal__body-content,
.order-modal .modal__body-form {
    text-align: center;
}
.order-modal .consult__item-buttons {
    margin: 12px auto 32px;
}
.order-modal .form__inner {
    margin: auto;
}
.modal__close-ico {
    cursor: pointer;
}
.modal__close-ico span {
    pointer-events: none;
}
.modal__close-ico span:before {
    font-size: 32px;
    color: var(--Neutral-400, rgba(163, 163, 163, 1));
}
.modal__close-ico:hover span:before {
    color: var(--accent);
}
.modal-thanks__logo {
    width: 152px;
    height: auto;
    margin: auto;
}
.modal-thanks__logo img {
    width: 100%;
    height: auto;
}
.modal__body-form h4 {
    color: var(--Neutral-500, rgba(115, 115, 115, 1));
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 12px;
}
.call-order-modal .modal__body-content {
    text-align: center;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .modal__body-form h4 {
        font-size: 20px;
    }   
}
@media (max-width: 475px) {
    .modal__body-form h4 {
        font-size: 18px;
    }
    .modal__dialog .modal__close-ico {
        right: 6px;
        top: 6px;
    }
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: #fff;
}
/* Скрываем оригинальный select */
.custom-select-wrapper .wpcf7-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Контейнер кастомного селекта */
.custom-select-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px; /* Настройте ширину */
}

/* Кастомный селект (имитирует input) */
.filter__item.form__item.form__item--radio {
    gap: 0;
    margin: 0;
}
.form__item-group.form__item-group--type {
    margin-bottom: 10px;
}

.custom-select.form__control {
  padding: 24px 40px 8px 16px;
  cursor: pointer;
   text-align: left;
}

.custom-select:hover {
  border-color: #999;
}

.custom-select:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 5px rgba(0, 124, 186, 0.3);
}

/* Стрелка (используем псевдоэлемент) */
.custom-select::after {
  content: "\e905";
    font-family: "icomoon" !important;
    color: var(--text-secondary);
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 24px;
    pointer-events: none;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

/* Поворот стрелки при открытии */
.custom-select.open::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Список опций */
.custom-select-options {
  width: 100%;
    height: auto;
    max-height: 230px;
    position: absolute;
    top: calc(100% + 24px);
    left: 0;
    width: 100%;
    z-index: 10;
    font-size: var(--body-M);
    line-height: 1.4;
    background: var(--Neutral-50, rgb(250, 250, 250));
    border-radius: 20px;
    border: 1px solid var(--Neutral-200, rgb(229, 229, 229));
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}

.custom-select-options.open {
    top: calc(100% + 4px);
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

/* Каждая опция */
.custom-select-option {
  padding: 16px 20px;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.2s;
}

.custom-select-option:hover {
  background: var(--CleanSpace-Blue-50, rgb(230, 246, 250));
}

.custom-select-option.selected {
  color: var(--accent);
}

/* Анимация открытия списка */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Для мобильных устройств (улучшает тач) */
@media (max-width: 768px) {
  .custom-select {
    font-size: 18px; /* Предотвращает зум в iOS */
  }
  .custom-select-option {
    font-size: 18px;
  }
}
.d-none {
    display: none;
}
.form__item--radio:after {
    display: none;
}
.floating-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.floating-label {
    position: absolute;
    top: 18px;
    left: 16px;
    z-index: 5;
    font-size: 16px;
    color: var(--text-secondary);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-family: "Tilda Sans", Arial, sans-serif;
    pointer-events: none;
}

.floating-select-wrapper.selected .floating-label {
  top: 8px;
    font-size: 14px; /* Цвет выбранного лейбла */
}
.section--video .container {
    padding: 0 123px;
}
@media (max-width: 1200px) {
    .section--video .container {
        padding: 0 15px;
    }
}
.video {
    position: relative;
    padding: 0 43px;
}
.video .swiper-slide  {
   height: auto;
}
.video-block {
    width: 100%;
    height: 607px;
    padding: 10px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
    border-radius: 30px;
}
.video .swiper-slide a,
.video-block__img {
    width: 100%;
    height: 497px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, var(--Neutral-200, #E5E5E5), var(--Neutral-200, #E5E5E5)), linear-gradient(0deg, var(--CleanSpace-Blue-300, #68CAE1), var(--CleanSpace-Blue-300, #68CAE1));
}
.video-block__img img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-block__img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: var(--CleanSpace-Blue-300, rgba(104, 202, 225, 0.5));
    transition: all .3s;
}
.video-block__img:hover:before {
    background: var(--CleanSpace-Blue-300, rgba(104, 202, 225, 0.65));
}
.video-block__img:hover .video-block__play  {
    border: 2px solid var(--accent);
    background: var(--accent);
}
.video-block__play {
    width: 44px;
    height: 44px;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.4);

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 10;
    transition: all .3s;
}
.video-block__text {
    padding: 20px;
    text-align: center;
}
.video-block__text p {
    font-size: 18px;
    line-height: 140%;
}
.swiper-button-prev-swiperVideo {
    left: 0;
}
.swiper-button-next-swiperVideo {
    right: 0;
}
@media (max-width: 992px) {
    .video-block__text p {
        font-size: 16px;
    } 
}
@media (max-width: 475px) {
    .video-block__text p {
        font-size: 14px;
    } 
    .video {
        padding: 0 35px;
    }
}

/* Стили правки с Настроек */
.js-lwpcngNotice.lwpcngNotice.lwpcngNotice-float.lwpcngNoticeBox.lwpcngNoticeBox-bottomRight.lwpcngNotice-light.lwpcngHide {
  padding: 20px 24px;
  box-shadow: 0px 4px 8px 0px #0000001A;
  background: var(--Neutral-100, #fff);
  border: none;
  border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	font-family: "Tilda Sans", Arial, sans-serif;
}

.lwpcngNotice_message {
    margin-right: 0;
    font-size: 18px;
    line-height: 120%;
}
.lwpcngNotice_message a,
.lwpcngNotice_message a:visited {
	color: #012129;
}
.lwpcngNotice_message a:hover {
	color: var(--accent);
	text-decoration: underline;
}
.lwpcngNotice_accept.js-lwpcngAccept {
	margin: 0;
}

@media (max-width: 992px) {
    .lwpcngNotice_message {
        font-size: 16px;
    }
}
@media (max-width: 425px) {
    .lwpcngNotice_message {
        font-size: 14px;
    }
}

.lwpcngNoticeBox .lwpcngNotice_buttons {
    margin-top: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lwpcngNotice_accept.js-lwpcngAccept {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	border-radius: 14px;
	padding: 8px 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0385A4), to(#04A6CD)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(0deg, #0385A4 0%, #04A6CD 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    -webkit-box-shadow: 3px 3px 6px -2px rgba(255, 255, 255, 0.3607843137) inset;
    box-shadow: 3px 3px 6px -2px rgba(255, 255, 255, 0.3607843137) inset;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
	margin: 0;
}
.lwpcngNotice_accept.js-lwpcngAccept:hover {
	color: #fff;
	background: linear-gradient(0deg, #0385A4 100%, #0385A4 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.video .swiper-slide {
    height: auto;
}
.video-block {
	height: 100%;
}
.products__slider .swiper-slide {
	height: auto;
}
.examples__content {
	pointer-events: none;
}
.hero__discount .discount p {
	font-weight: normal;
}
.hero__discount .discount p span {
	font-weight: 600;
}
.hero span.icon-help {
    font-size: 24px;
    line-height: 32px;
}
.socials__item span.icon-tg {
    position: relative;
    left: -1px;
}
@media (min-width: 993px) {
	.payment__item--slider .swiperPayment,
	.products__slider .swiperProducts {
		pointer-events: none;
	}
}
@media (max-width: 992px) {
	.tabs-content__item:nth-child(3) .add-tabs__nav .nav-tabs {
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 993px) {
	.services__content {
		height: 513px
	}
}

@media (max-width: 860px) {
		.examples .swiper-button-prev,
    .examples .swiper-button-next {
      display: block;
			padding: 0;
			width: 20px;
    }
	.examples .swiper {
        padding: 0 30px;
    }
	.services__nav-desktop {
		display: block;
	}
	.services__nav-mobile .nav-tabs__item,
    .services__nav-desktop  .services__nav-info{
     display: none;
	}
	.nav-tabs__item.nav-tabs__item--outline {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 340px;
        max-width: calc(100% - 30px);
        bottom: 30px;
    }
	.services__nav-mobile {
		padding: 30px 30px 80px;
	}
}
@media (max-width: 768px) {
	.hero__form .form__inner {
     max-width: 100%;
	}
}
@media (max-width: 475px) {
    .banner {
        padding: 20px 20px 0;
	}
}
.img-bubble--3, .img-bubble--4 {
    animation: float 5s ease-in-out infinite;
}
.img-bubble--4 {
    animation: float 4s ease-in-out infinite;
}
.img-bubble--5 {
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1); 
    }
    50% {
        transform: translateY(-50px) scale(1.1); 
    }
}

.team {
    padding: 0 43px;
    position: relative;
}
.single-team {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 2px 2px 0px #0000000A;
    display: flex;
    flex-direction: column;
}
.single-team__img {
    width: 100%;
    height: 373px;
    position: relative;
    padding-top: 5px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(0deg, #0385A4 0%, #04A6CD 100%);
}
.single-team__img img {
    width: auto;
    height: auto;
    max-width: 290px;
    object-fit: cover;
    object-position: center;

    position: absolute;
    left: 50%;
    top: 0;
    bottom: -1px;
    transform: translateX(-50%);
}
.single-team__content {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.single-team__info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.single-team__rating-stars {
    display: flex;
    align-items: center;
}
.single-team__description p {
    font-size: 18px;
    line-height: 140%;
    color:#737373;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}
.swiper-button-next.swiper-button-next-swiperTeam,
.swiper-button-prev.swiper-button-prev-swiperTeam {
    width: fit-content;
    margin-top: -50px;
}
@media (max-width: 992px) {
    .ingle-team__description p {
        font-size: 16px;
    }
}
@media (max-width: 680px) {
    .team {
        padding: 0;
    }
    .swiper-button-next.swiper-button-next-swiperTeam,
    .swiper-button-prev.swiper-button-prev-swiperTeam {
        display: none;
    }
    .team .swiper {
        padding: 0 30px 0 15px;
        visibility: visible !important;
        margin: 0 -15px;
    }
    .title,
    .products__title {
        text-align: center;
    }
}
@media (max-width: 475px) {
    .single-team__info h4 {
        font-size: 18px;
    }
}
@media (max-width: 525px) {
    .ingle-team__description p {
        font-size: 14px;
    }
}
/* new style from 4.12*/
.header {
    padding: 12px 0;
    height: auto;
}
.header__top {
    display: flex;
    max-height: 24px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;

    opacity: 1;
    visibility: visible;
    transition: all .3s;
}
.header__data {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header__phone-mob {
    display: none;
}
.scroll-down .header__top {
    max-height: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.header__logo {
    height: 42px;
}
.rating {
    height: 24px;
    padding: 0 10px;
}
.rating__data {
    padding: 0;
    border: none;
}
.location {
    position: relative;
}
.location__info {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.location__name {
    color: var(--text-secondary);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    transition: all .2s;
}
.location__info:hover .location__name {
    color: var(--text-primary);
}
.location__info.location__info--active .location__name,
.location__info.location__info--active .location__arrow:before  {
    color: var(--accent) !important;
}
.location__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: rotate(-180deg);
    margin-left: 2px;
    transition: all .2s;
}
.location__arrow:before {
    position: relative;
    top: -1px;
    font-size: 10px;
    color: var(--text-secondary);
}
.location__info:hover .location__arrow:before {
    color: var(--text-primary);
}
.location__info.location__info--active .location__arrow {
    transform: rotate(-270deg);
}
.location__nav {
    width: 210px;
    height: auto;
    padding: 12px 16px;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    z-index: 99999;
    border-radius: 16px;
    border: 1px solid var(--accent);
    opacity: 0;
    visibility: hidden;
    transition: all .1s;
}
.location__nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(30px);
    pointer-events: none;
    z-index: 0;
}
.location__nav--active {
    top: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
}
.location__nav-item {
    width: 100%;
    height: auto;
    padding: 4px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    position: relative;
    z-index: 5;
    color: var(--text-primary);
    cursor: pointer;
    transition: all .2s;
}
.location__nav-item--active {
    color: var(--accent);
}
.location__nav-item:hover {
    color: var(--text-secondary);
}
.hero__location {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.location--hero .location__nav {
    width: 320px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 12px;
}
.location__icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.location__nav-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
}
.location__nav-header p {
    font-size: 26px;
    line-height: 120%;
    color: var(--text-secondary);
}
.location--hero .location__info {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 24px;
    border-radius: 12px;
    border: 1px solid var(--accent);
}
.location--hero .location__name {
    color: var(--accent);
}
.location--hero .location__nav-item {
    font-size: 18px;
}
.location__nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 5;
    cursor: pointer;
    opacity: 1;
    transition: all .2s;
}
.location__nav-close:hover {
    opacity: 0.8;
}
.menu--mob {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 24px;
    justify-content: flex-end;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.header-mobile__menu {
    max-width: 100%;
}
.location--mobile .location__name {
    font-size: 18px;
}
.location.location--mobile .location__nav {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 24px;
}

.location.location--mobile .location__nav-item {
    font-size: 0;
    width: fit-content;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s;
}
.location.location--mobile .location__nav--active .location__nav-item {
    font-size: 18px;
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
}
.location.location--mobile  .location__info {
    justify-content: flex-end;
    padding: 8px 0;
    cursor: pointer;
}
.location.location--mobile .location__arrow:before {
    font-size: 10px;
}
.location.location--mobile .location__info.location__info--active .location__arrow {
    transform: rotate(-270deg) translateX(2px);
}
.location.location--mobile .location__nav:before {
    display: none;
}
/* .hero {
    position: relative;
} */
@media (max-width: 1280px) {
    .img-bubble--14 {
        right: 0;
    }
}
@media (max-width: 1225px) {
    .header__btn {
        display: block !important;
    }
    .header__phone-mob {
        display: flex;
        font-weight: 700;
    }
}
@media (max-width: 992px) {
    .location__name {
        font-size: 14px;
    }
    .location__nav {
        width: 160px;
        padding: 4px 12px;
    }
    .location__nav-item {
        font-size: 14px;
        padding: 4px 0;
    }
    .location__arrow:before {
        font-size: 8px;
    }
}
@media (max-width: 860px) {
    .header__yandex {
        display: flex;
    }
    .header__btn {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .hero__subtitle {
        display: none;
    }
    .location--hero .location__nav.location__nav--active:after {
        content: '';
        position: fixed;
        width: 100vw;
        height: 200vh;
        background: rgb(255, 255, 255, 0.8);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: 1;
    }
    body.location-nav-open .hero__form {
        z-index: 4;
    }
}
@media (max-height: 410px){
        .location--hero .location__nav.location__nav--active:after {
            display: none;
        }
}
@media (min-width: 768.98px) {
    .hero__location {
        display: none;
    }
}
@media (max-width: 360px) {
    .location--hero .location__nav {
        width: 290px;
    }
}
.section--hero {
    min-height: 810px;
}
.hero__content {
    z-index: 11;
}
.img-bubble--1 {
    display: none;
}
@media (min-width: 475.98px) {
    .img-bubble--2 {
        top: 164px;
    }
}
@media (min-width: 768.98px) {
    .hero__img {
        width: 500px;
    }
}
@media (min-width: 768.98px) and (max-width: 860px) {
    .hero__img {
        width: 450px;
    }
}
@media (max-width: 768px) {
    .hero__img {
        width: 400px;
        padding-bottom: 48px;
    }
    .img-bubble--1 {
        top: 45px;
        left: -14px;
    }
    .img-bubble--2 {
        top: 25px;
        width: 140px;
    }
    .img-bubble--3 {
        top: 400px;
        left: 50px;
    }
    .img-bubble--5 {
        left: 20px;
    }
    .img-bubble--6 {
        right: 0;
        bottom: 0;
        width: 130px;
    }
    .img-bubble--4 {
        right: 0;
    }

}
@media (max-width: 475px) {
    .hero__img {
        width: 330px;
    }
    .img-bubble--2 {
        top: 10px;
        width: 117px;
        right: -10px;
    }
    .img-bubble--1 {
        top: 5px;
        left: -14px;
        width: 110px;
    }
    .img-bubble--4 {
        width: 80px;
    }
    .img-bubble--3 {
        top: 373px;
        left: 50px;
        width: 60px;
    }
    .hero__img {
        overflow: initial;
    }
}
@media (max-width: 355px) {
    .hero__img {
        width: 300px;
    }
}
.hero__discount .discount p,
.hero__discount .discount p span {
    font-size: 22px;
    line-height: 120%;
    font-weight: 500;
    color: var(--accent);
}
.hero__discount .discount {
    height: 80px;
    padding: 0 24px 0 92px;
    border-radius: 20px;
    border: none;
}
.hero__discount .discount p br {
    display: none;
}
.discount img {
    width: 90px;
    height: auto;
    position: absolute;
    left: -3px;
    bottom: 9px;
    z-index: 1;
}

@media (max-width: 992px) {
    .hero__discount .discount {
        width: 320px;
    }
    .hero {
        gap: 16px;
    }
}
@media (max-width: 768px) {
    .hero__discount--mobile {
        justify-content: center;
    }
    .hero__discount .discount {
        height: 60px;
        padding: 0 12px 0 72px;
    }
    .discount img {
        width: 70px;
    }
    .hero__discount .discount p, 
    .hero__discount .discount p span {
        font-size: 18px;
    }
}
@media (max-width: 375px) {
    .hero__discount.hero__discount--mobile {
        padding-left: 16px;
        padding-right: 16px;
    }
    .discount img {
        width: 68px;
    }
    .hero__discount .discount {
        width: 100%;
        font-size: 18px;
    }
}


.consult__item--img {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.consult__item--img .consult__item-img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    bottom: 0;
}
.consult__item--info {
    box-shadow: none;
}
.consult__item-mobile {
    margin: 0 auto 12px;
    width: 100%;
    max-width: 320px;
    height: 160px;
    background: rgba(230, 246, 250, 1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.consult__item-mobile img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
@media (min-width: 1280.98px) {
    .consult__item--img {
        width: 410px;
        flex-grow: 0;
        flex-shrink: 0;
    }
}
@media (max-width: 1280px) {
    .consult__item {
        min-height: inherit;
    }
    .consult__item--form,
    .consult__item--img {
        min-height: 498px;
    }
}
@media (max-width: 825px) and (min-width: 760.98px) {
    .consult__item--form h2{
        font-size: 22px;
    }
}
@media (min-width: 760.98px) {
    .consult__item-mobile {
        display: none;
    }
}
@media (max-width: 760px) {
    .consult__item--img {
        display: none;
    }
    .section.section--consult {
        padding-top: 30px;
    }
}
.footer__payment,
.footer__payment img {
    width: 100%;
    height: auto;
}
.footer__payment img  {
    max-width: 300px;
}
.footer__payment--mobile {
    text-align: center;
    margin-top: 8px;
}
@media (min-width: 767.98px) {
    .footer__payment--mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .footer__payment--desktop {
        display: none;
    }
}