@media (max-width: 768px) {
    .b-page-inner__img {
        display: none;
    }
}

.b-nav-mega__icon-img {
    display: block;
}

.b-nav-mega__icon-img.b-nav-mega__icon-img--hover {
    display: none;
}

.b-nav-mega__item:hover .b-nav-mega__icon-img.b-nav-mega__icon-img--default {
    display: none;
}

.b-nav-mega__item:hover .b-nav-mega__icon-img.b-nav-mega__icon-img--hover {
    display: block;
}

.b-header-wishlist__link,
.b-header-shopping-cart__link {
    position: relative;
}

.b-header-link-counter {
    position: absolute;
    top: -6px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #018ed7;
    border: 2px solid #018ed7;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
}

.b-header-link-counter::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 999px;
    background: #018ed7;
    z-index: -1;
}

.b-header-link-counter.--hidden {
    display: none;
}

.b-header-wishlist__link .b-header-link-counter {
    right: 15px;
}

.b-header-shopping-cart__link .b-header-link-counter {
    right: 6px;
}

.b-page-breadcrumb {
    padding: clamp(1.625rem, .2326244813rem + 2.9045643154vw, 2.5rem) 0 0 0;
}

.b-page-breadcrumb-bottom {
    padding: clamp(1.625rem, .2326244813rem + 2.9045643154vw, 2.5rem) 0;
}

.b-page-inner__title.--inner--2 {
    font-size: var(--title-font-size, clamp(1.825rem, -.1851970954rem + 3.844439834vw, 2.95rem));
    color: var(--v-color-white);
}

.b-page-inner__subtitle.--inner--2  {
    color: var(--v-color-white);
    }

.b-page-main__inner-2 {
    background-image: none;
    background-color: #343434;
}

.b-modal-call__container--payment {
    width: 500px;
    max-width: none;
}

.b-payment-frame-box {
    position: relative;
    min-height: 320px;
}

.b-payment-frame-loader {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: #ffffff;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.b-payment-frame-loader.--hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.b-payment-frame-loader__spinner {
    width: 34px;
    height: 34px;
    border: 3px solid rgba(1, 142, 215, 0.2);
    border-top-color: #018ed7;
    border-radius: 50%;
    animation: payment-loader-spin 0.8s linear infinite;
}

.b-payment-frame-loader__text {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #353132;
}

@keyframes payment-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

#elPaymentFrame {
    width:100%;
    height:67vh;
    border:0;
    transition: opacity 0.2s ease;
}

#elPaymentFrame.is-loading {
    opacity: 0;
}

@media (max-width: 501px) {
    #elPaymentFrame {
        transform: scale(0.9);
        width: 124%;
        margin-left: -6%;
        margin-top: -10%;
        margin-bottom: -10%;
    }
}
@media screen and (max-width: 421px) {
    #elPaymentFrame {
        transform: scale(0.8);
        width: 124%;
        margin-left: -13%;
        margin-top: -15%;
        margin-bottom: -15%;
    }
}
@media screen and (max-width: 374px) {
    #elPaymentFrame {
        transform: scale(0.68);
        width: 148%;
        margin-left: -25%;
        margin-top: -39%;
        margin-bottom: -39%;
    }
}

.b-modal-call__form--payment {
    overflow: hidden;
}

.b-order-success {
    padding: clamp(3.75rem, 1.5rem + 3vw, 5rem) 0 clamp(5rem, 2.5rem + 4vw, 6.25rem);
}

.b-order-success__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.b-order-success__head {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.b-order-success__title {
    font-size: clamp(2.25rem, 1.1rem + 1.8vw, 3.125rem);
    line-height: 1.25;
    font-weight: 700;
    color: #353132;
}

.b-order-success__subtitle {
    font-size: clamp(1.5rem, 1.1rem + 0.7vw, 2rem);
    line-height: 1.25;
    font-weight: 500;
    color: #353132;
}

.b-order-success__text {
    max-width: 560px;
    font-size: 1.125rem;
    line-height: 1.35;
    font-weight: 500;
    color: #353132;
}

.b-order-success__contacts {
    display: flex;
    justify-content: flex-start;
}

.b-order-success__contacts-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 25px 35px;
    border-radius: 16px;
    background-color: #f2f2f2;
}

.b-order-success__contacts-text {
    max-width: 360px;
}

.b-order-success__contacts-title {
    font-size: 1.375rem;
    line-height: 1.35;
    font-weight: 600;
    color: #353132;
}

.b-order-success__contacts-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.b-order-success__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 32px;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 500;
    color: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    backdrop-filter: blur(32px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.b-order-success__btn--tg {
    background-color: #0084c5;
}

.b-order-success__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
    color: #ffffff;
}

.b-order-success__btn:active {
    transform: translateY(0);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.b-order-success__btn-label {
    white-space: nowrap;
}

.b-order-success__btn-icon {
    width: 20px;
    height: 19px;
}

@media (max-width: 991px) {
    .b-order-success__content {
        gap: 40px;
    }

    .b-order-success__contacts-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .b-order-success {
        padding-top: 2.5rem;
        padding-bottom: 3.75rem;
    }

    .b-order-success__title {
        font-size: 2rem;
    }

    .b-order-success__subtitle {
        font-size: 1.375rem;
    }

    .b-order-success__contacts-inner {
        padding: 20px 18px;
    }

    .b-order-success__btn {
        width: 100%;
    }
}

.b-thx-bot {
    padding: 0 0 clamp(3.75rem, 2rem + 3vw, 6.25rem);
}

.b-thx-bot__layout {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.b-thx-bot__left {
    width: 41%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.b-thx-bot__title {
    font-family: Acrom, sans-serif;
    font-size: clamp(2rem, 1.4rem + 1.5vw, 2.75rem);
    line-height: 1.35;
    font-weight: 500;
    color: #353132;
}

.b-thx-bot__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-thx-bot__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    line-height: 1.35;
    font-weight: 500;
    color: #353132;
}

.b-thx-bot__item-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: #353132;
}

.b-thx-bot__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.b-thx-bot__actions--payment {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.b-pay-countdown {
    position: relative;
    max-width: 520px;
    padding: 18px 22px 14px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(1, 142, 215, 0.12) 0%, rgba(1, 142, 215, 0.04) 100%);
    border: 1px solid rgba(1, 142, 215, 0.22);
    animation: pay-countdown-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.b-pay-countdown__glow {
    position: absolute;
    inset: -40% auto auto -20%;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(1, 142, 215, 0.35) 0%, transparent 70%);
    animation: pay-countdown-glow 2.4s ease-in-out infinite;
    pointer-events: none;
}

.b-pay-countdown__text {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    font-family: Acrom, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.45;
    font-weight: 500;
    color: #353132;
}

.b-pay-countdown__badge {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    font-weight: 700;
    color: #018ed7;
}

.b-pay-countdown__num {
    display: inline-block;
    min-width: 1ch;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.b-pay-countdown__num.--tick {
    animation: pay-countdown-tick 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.b-pay-countdown__progress {
    position: relative;
    z-index: 1;
    height: 4px;
    border-radius: 999px;
    background: rgba(1, 142, 215, 0.15);
    overflow: hidden;
}

.b-pay-countdown__progress-bar {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #018ed7 0%, #3db4f2 100%);
    transform-origin: left center;
    animation: pay-countdown-progress 5s linear forwards;
}

.b-pay-countdown.--is-done {
    animation: pay-countdown-exit 0.4s ease forwards;
    pointer-events: none;
}

@keyframes pay-countdown-enter {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pay-countdown-exit {
    to {
        opacity: 0;
        transform: translateY(-6px);
        max-height: 0;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-color: transparent;
    }
}

@keyframes pay-countdown-tick {
    0% {
        transform: scale(1);
        color: #018ed7;
    }
    35% {
        transform: scale(1.35);
        color: #006daa;
    }
    100% {
        transform: scale(1);
        color: #018ed7;
    }
}

@keyframes pay-countdown-progress {
    from {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}

@keyframes pay-countdown-glow {
    0%,
    100% {
        opacity: 0.45;
        transform: translate(0, 0) scale(1);
    }
    50% {
        opacity: 0.85;
        transform: translate(12px, 6px) scale(1.08);
    }
}

.b-thx-bot__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 14px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-family: Acrom, sans-serif;
    font-size: 1.125rem;
    line-height: 1.35;
    font-weight: 500;
    color: #fff;
    background-color: #018ed7;
    transition: opacity 0.2s ease;
}

.b-thx-bot__btn:hover {
    opacity: 0.9;
    color: #fff;

}

.b-payment-status {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.b-payment-status__title {
    margin: 0 0 16px;
    font-family: Acrom, sans-serif;
    font-size: clamp(1.75rem, 2vw, 2.375rem);
    line-height: 1.2;
    font-weight: 700;
    color: #353132;
    text-align: center;
}

.b-payment-status__subtitle {
    margin: 0 0 16px;
    font-family: Acrom, sans-serif;
    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
    line-height: 1.35;
    font-weight: 500;
    color: #353132;
    text-align: center;
}

.b-payment-status__text {
    margin: 0 0 12px;
    font-family: Acrom, sans-serif;
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.25rem);
    line-height: 1.4;
    font-weight: 400;
    color: #353132;
    text-align: center;
}

.b-payment-status__text:last-of-type {
    margin-bottom: 24px;
}

.b-payment-status__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.b-thx-bot__qr {
    width: 52px;
    height: 52px;
    object-fit: cover;
}

.b-thx-bot__right {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.b-thx-bot__smart {
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: -43px;
}

@media (max-width: 991px) {
    .b-thx-bot__layout {
        flex-direction: column;
        align-items: flex-start;
    }

    .b-thx-bot__left,
    .b-thx-bot__right {
        width: 100%;
    }

    .b-thx-bot__right {
        justify-content: flex-start;
        display: none;
    }
}

@media (max-width: 575px) {
    .b-thx-bot__actions {
        gap: 16px;
        flex-direction: column;
        align-items: start;
    }

    .b-thx-bot__btn {
        min-width: 0;
        width: calc(100% - 68px);
    }
}

.b-thx-actions {
    padding: 0 0 clamp(3.75rem, 2.2rem + 2.8vw, 6.25rem);
}

.b-thx-actions__inner {
    display: flex;
}

.b-thx-actions__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 18px 26px;
    border-radius: 8px;
    border: 2px solid #353132;
    text-decoration: none;
    font-family: Acrom, sans-serif;
    font-size: 1.125rem;
    line-height: 1.35;
    font-weight: 500;
    color: #353132;
    transition: opacity 0.2s ease;
}

.b-thx-actions__btn:hover {
    opacity: 0.9;
    border: 2px solid var(--v-link-hover-color);

}





@media (max-width: 575px) {
    .b-thx-actions__btn {
        width: 100%;
    }
}

.b-cta-main__more .b-link-one {
    display: none !important;
}

.b-cta-main__col-flex {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: fit-content;
}
.b-cta-main__col:first-child {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}


.b-collapse-css-input:checked~.b-collapse-css {
    max-height: 1000em;
}

.b-btn-two {
    background-color: #773de7;
    border-color: #773de7;
}

.b-btn-two:hover {
    background-color: #773de7;
    border-color: #773de7;
}

.btn-vk {
    background-color: #0077ff;
    border-color: #0077ff;
}

.btn-vk:hover {
    background-color: #0077ff;
    border-color: #0077ff;
}

 .slaid-about {
    border-radius: 1.125rem;
}



.cooperation-card-ul{
    list-style: none; margin: 0; padding: 0; margin-bottom: 20px;
}
.cooperation-card-li{
    display: flex; align-items: flex-start; margin-bottom: 8px; font-size: 13px; color: rgb(2, 2, 2); line-height: 1.4;
}
.cooperation-card__check {
    flex-shrink: 0;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    color: gray;
}

.b-advantages-numbers-block {
    margin-bottom: 60px;
}

.b-advantages-card:hover {
    background-color: var(--v-color-gray-1);
    background-image: none;
}

.b-advantages-card:hover,
.b-advantages-card:hover .b-advantages-card__title {
    color: inherit;
}

.b-contact-box__inner{
    margin-bottom: 22px;
    min-height: auto;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}


/* Скрываем/показываем теги */
.b-product__tag-item.tag-hidden {
    display: none;
}
.b-product__tag.is-open .b-product__tag-item.tag-hidden {
    display: inline-flex;
}

/* Стили кнопки "Еще" / "Свернуть" */
.b-product__tag-more {
    /* 1 и 2: Белый фон и убираем рамку */
    background-color: var(--color-white, #fff) !important;
    border: none !important;
    
    /* 3: Выравнивание по высоте */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    
    /* Копируем отступы и шрифты из оригинальных тегов */
    padding: clamp(.5625rem, -.5625rem + .5625rem, .5625rem) clamp(1rem, 1rem, 1rem);
    /* font-size: .625rem; */
    font-weight: 420;
    font-family: inherit;
    cursor: pointer;
    color: var(--v-link-color);
    margin: 0; /* обнуляем возможные внешние отступы кнопки */
}

/* Убираем подчеркивание текста, если оно наследуется */
.b-product__tag-more span {
    text-decoration: none;
}

.b-contact-soc {
    display: flex;
    align-items: center; /* Выравнивает элементы списка по вертикали */
    gap: 1px;           /* Одинаковый отступ между иконками */
    list-style: none;
    padding: 0;
    margin: 0;
}

.b-contact-soc__item {
    display: flex;
}

.b-contact-soc__link {
    display: flex;
    align-items: center;   /* Центрирует иконку по вертикали */
    justify-content: center; /* Центрирует иконку по горизонтали */
    width: 31px;           /* Задаем фиксированную область клика */
    height: 31px;
    text-decoration: none;
}

/* .b-svg {
    width: 20px; 
    height: 20px;
    display: block;
    flex-shrink: 0;
} */
.b-contact-soc__link.--vk .b-svg {
    width: 30px; 
    height: 18px;
}
.b-contact-box__time {
    margin-bottom: clamp(1.25rem,.2554460581rem + 2.0746887967vw,1.4rem);
    text-align: center
}

@media (max-width: 767px) {
    .splide__arrows {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .cta-subscription-picture {
        display: none;
    }
}

.b-cta-subscription__btns {
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 0.255rem + 0.637vw, 0.75rem);
    width: 100%;
}

.b-cta-subscription__btns .b-cta-subscription__btn {
    width: 100%;
}



@media (min-width: 992px) {
    .b-cta-subscription__btns {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        width: auto;
    }

    .b-cta-subscription__btns .b-cta-subscription__btn {
        width: auto;
    }

    .b-cta-subscription__btns .b-cta-subscription__btn .b-btn-one {
        width: auto;
    }
}

@media (max-width: 767px) {
    .text-quiz {
        font-size: 10px;
    }
}
@media (max-width: 767px) {
    .b-content-pict {
        width: 100%;
    }
}
.b-cta-pl {
    font-size: 0.875rem;
    background-color:#d9d9d9;
    padding: 0.125rem 0.375rem;
    border-radius: 0.125rem;
}


.b-page-main__inner {
    /* margin-top: auto; */
}

.b-footer-block {
    margin-bottom: 0 !important;
}
.b-page-main {
    padding-bottom: 0 !important;
}

.b-cta-tg_color {
    background-color: #24A1DE;
    border: none;
}

.b-cta-max_color {
    background: linear-gradient(
        135deg,
        rgb(50, 100, 230) 0%,
        rgb(30, 55, 160) 33%,
        rgb(90, 0, 170) 66%,
        rgb(140, 0, 200) 100%
    );
    border: none;
}

.b-cta-max_color:hover {
    background: linear-gradient(
        135deg,
        rgb(57, 107, 235) 0%,
        rgb(37, 62, 162) 33%,
        rgb(96, 8, 173) 66%,
        rgb(145, 9, 204) 100%
    );
}

.b-article-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
    justify-content: flex-start;
}

.b-article-one__img2 {
    /* Вычисляем ширину: 50% минус половина отступа gap (20/2 = 10) */
    flex: 0 0 calc(50% - 10px); 
    box-sizing: border-box;
}

.b-article-one__img2 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

/* Теперь перестроение будет происходить только на экранах меньше 768px (планшеты и телефоны) */
@media (max-width: 767px) {
    .b-article-one__img2 {
        flex: 1 1 100%; /* На маленьких экранах на всю ширину */
    }
    .b-article-one__img2 img {
        height: auto; /* На телефоне пусть картинка будет видна целиком */
        max-height: 400px;
    }
}

.b-article-card__img2 {
    position: relative;
    width: 100%;
    /* Создаем фиксированное соотношение сторон (например, 281/412 = ~68%) */
    padding-bottom: 68.2%; 
    overflow: hidden;
    border-radius: 12px; /* если нужно закругление как на макете */
}

.b-article-card__img2 img, 
.b-article-card__img2 picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Растягивает картинку на всю область без искажений */
}

.b-cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    padding: 16px 0;
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.12);
}

.b-cookie-banner--hidden {
    display: none !important;
}

.b-cookie-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.b-cookie-banner__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #1f2937;
}

.b-cookie-banner__actions {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 12px;
}

.b-cookie-banner__btn {
    flex-shrink: 0;
    white-space: nowrap;
}

.b-cookie-banner__btn--reject {
    padding: 0;
    border: 0;
    background: transparent;
}

.b-cookie-banner__btn-more {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: underline;
}

.b-cookie-popup {
    position: fixed;
    inset: 0;
    z-index: 10060;
}

.b-cookie-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
}

.b-cookie-popup__dialog {
    position: relative;
    width: min(560px, calc(100% - 32px));
    margin: 8vh auto 0;
    padding: 20px 20px 18px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.28);
}

.b-cookie-popup__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #6b7280;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.b-cookie-popup__text {
    margin: 0;
    padding-right: 26px;
    font-size: 14px;
    line-height: 1.45;
    color: #1f2937;
}

.b-cookie-popup__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.b-cookie-popup__btn {
    margin-top: 0;
}

.b-cookie-popup__btn--reject {
    padding: 0;
    border: 0;
    background: transparent;
}

html.is-cookie-banner-visible body {
    padding-bottom: var(--cookie-banner-height, 88px);
}

@media (max-width: 767px) {
    .b-cookie-banner__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .b-cookie-banner__btn-more {
        width: 100%;
        text-align: left;
    }

    .b-cookie-banner__actions {
        display: none;
    }

    .b-cookie-popup__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .b-cookie-popup__btn {
        width: 100%;
    }

    .b-cookie-popup__dialog {
        width: calc(100% - 24px);
        margin-top: 6vh;
        padding: 18px 16px 16px;
    }
}


.b-form-two__checkbox {
    color: var(--v-color-gray-4);
}

.b-form-two__checkbox .b-link {
    color: var(--v-link-color);
}

.b-form-contact-format__title {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.35;
    font-weight: 500;
    color: var(--v-color-gray-4);
}

.b-form-contact-format__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.625rem;
}

.b-form-contact-format__item {
    display: block;
    margin: 0;
    cursor: pointer;
}

.b-form-contact-format__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.b-form-contact-format__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 5.5rem;
    padding: 0.75rem 0.5rem;
    border: 2px solid var(--v-color-gray-2, #e8e8e8);
    border-radius: 0.75rem;
    background-color: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.b-form-contact-format__icon {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

.b-form-contact-format__label {
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 500;
    color: #353132;
    text-align: center;
}

.b-form-contact-format__item:hover .b-form-contact-format__box {
    border-color: var(--v-color-1);
}

.b-form-contact-format__input:focus-visible + .b-form-contact-format__box {
    outline: 2px solid var(--v-color-1);
    outline-offset: 2px;
}

.b-form-contact-format__input:checked + .b-form-contact-format__box {
    border-color: var(--v-color-1);
    background-color: rgba(53, 49, 50, 0.04);
    box-shadow: 0 0 0 1px var(--v-color-1);
}

@media screen and (max-width: 575px) {
    .b-form-contact-format__list {
        gap: 0.5rem;
    }

    .b-form-contact-format__box {
        min-height: 4.75rem;
        padding: 0.625rem 0.375rem;
    }

    .b-form-contact-format__icon {
        width: 2rem;
        height: 2rem;
    }

    .b-form-contact-format__label {
        font-size: 0.6875rem;
    }
}

/* .b-advantages-video-box__card {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    text-align: center;
}

.b-advantages-video-box__card .b-img {
    margin-top: -15px;
}

@media screen and (max-width: 767px) {
    .b-advantages-video-box__card {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
} */

/* Отзывы: карточка в описании GLightbox */
.glightbox-container .gslide-description,
.glightbox-container .gslide-description.description-bottom {
    background: transparent;
    max-width: none !important;
    position: absolute;
    bottom: -48px;
}
.glightbox-mobile .glightbox-container .gslide-desc {
    color: #000;
}

.glightbox-container .gslide-desc {
    padding: 0;
}

.glightbox-container .gslide-desc .b-reviews-card--lightbox {
    background-color: var(--v-color-gray-1);
    border-radius: 1rem;
    margin: 0 auto;
    max-width: 40rem;
    padding: clamp(1rem, 1rem + 0vw, 1rem) clamp(1rem, 0.2043568465rem + 1.6597510373vw, 1.5rem);
    text-align: left;
}

.glightbox-container .gslide-desc .b-reviews-card--lightbox .b-reviews-card__top {
    margin-bottom: 0.875rem;
}

.glightbox-container .gslide-desc .b-reviews-card--lightbox .b-reviews-card__text {
    margin: 0;
}

.glightbox-container .b-reviews-card__text--clamp .b-reviews-card__text-row {
    align-items: baseline;
    display: flex;
    gap: 0.375rem;
}

.glightbox-container .b-reviews-card__text--clamp .b-reviews-card__text-inner {
    display: -webkit-box;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    min-width: 0;
    overflow: hidden;
}

.glightbox-container .b-reviews-card__text--clamp .b-reviews-card__text-more {
    background: none;
    border: 0;
    color: var(--v-link-color, #e85d04);
    cursor: pointer;
    flex: none;
    font: inherit;
    font-weight: 600;
    padding: 0;
    text-decoration: underline;
}

.glightbox-container .b-reviews-card__text--clamp.--expanded .b-reviews-card__text-row {
    display: block;
}

.glightbox-container .b-reviews-card__text--clamp.--expanded .b-reviews-card__text-inner {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}

.glightbox-container .b-reviews-card__text--clamp.--expanded .b-reviews-card__text-more,
.glightbox-container .b-reviews-card__text--clamp.--no-more .b-reviews-card__text-more {
    display: none;
}

.b-product__color-list .b-link.--active {
    border: 4px solid var(--v-color-1);
}

.b-product__color-list .b-link {
    height: 2.875rem;
    width: 2.875rem;
    box-shadow: 0px 0px 16px 6px rgba(34, 60, 80, 0.3);
}

.b-product__color-list .b-link img {
    width: 40px;
    height: 40px;
}

.b-product-features__list-item span:first-child {
    font-weight: 700;
}

.b-product-card__wishlist {
    z-index: 99;
}

.b-product-card__img-link {
    height: 22.6875rem;
}

.b-product-example-card__tag {
    min-width: 95px;
}

.b-nav-mobile__item.--fw--600 {
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .b-article-gallery .b-article-one__img2:nth-child(2) {
        display: none;
    }
}

.b-header-wishlist {
    display: block;
}


.header--hidden {
    transform: none !important;
}

@media screen and (max-width: 767px) {
    .b-header-wishlist {
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .b-advantages-video-box__col {
        position: relative;
    }
    .b-advantages-video-box__icon {
        display: block;
        position: absolute;
        z-index: 9;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
    }
    .b-advantages-video-box__icon svg {
        width: 40px;
        height: 40px;
    }
    .b-advantages-video-box__card {
        padding-left: 64px;
    }
}

.b-cta-main__more {
    cursor: pointer;
}

/* CTA exit/intent modals */
.b-test-cta-page {
    padding: clamp(3rem, 2rem + 3vw, 5rem) 0;
}

.b-test-cta-page__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 860px;
}

.b-test-cta-page__title {
    font-size: clamp(1.75rem, 1.2rem + 1.5vw, 2.5rem);
    line-height: 1.2;
    font-weight: 700;
    color: #353132;
}

.b-test-cta-page__desc {
    font-size: 1.125rem;
    line-height: 1.45;
    color: #5a5657;
}

.b-test-cta-page__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.b-modal-cta {
    display: none;
}

.b-modal-cta.--active {
    display: block;
}

.b-modal-cta[aria-hidden="false"] .--control--container,
.b-modal-cta[aria-hidden="false"] .--control--overlay {
    animation: mmfadeIn 0.16s cubic-bezier(0, 0, 0.2, 1);
}

.b-modal-cta[aria-hidden="true"] .--control--container,
.b-modal-cta[aria-hidden="true"] .--control--overlay {
    animation: mmfadeOut 0.16s cubic-bezier(0, 0, 0.2, 1);
}

.b-modal-cta__overlay {
    align-items: center;
    -webkit-backdrop-filter: blur(11.7px);
    backdrop-filter: blur(11.7px);
    background: var(--modal-overlay-background, rgba(0, 27, 41, 0.73));
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    padding: 20px;
}

.b-modal-cta__container {
    position: relative;
    width: min(920px, 100%);
    max-height: calc(100vh - 40px);
    overflow: auto;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
    margin: auto;
}

.b-modal-cta__body {
    position: relative;
}

.b-modal-cta__grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    min-height: 480px;
}

.b-modal-cta__img {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #018ed7 0%, #006ba3 100%);
}

.b-modal-cta__img-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.b-modal-cta__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: clamp(24px, 3vw, 40px);
}

.b-modal-cta__badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(1, 142, 215, 0.12);
    color: #018ed7;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.b-modal-cta__title {
    font-size: clamp(1.375rem, 1rem + 1vw, 1.75rem);
    line-height: 1.25;
    font-weight: 700;
    color: #353132;
}

.b-modal-cta__lead {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #5a5657;
}

.b-modal-cta__form {
    margin-top: 4px;
}

.b-modal-cta__form .b-form-two__group {
    margin-bottom: 14px;
}

.b-modal-cta__form .b-form-contact-format__list {
    gap: 8px;
}

.b-modal-cta__form .b-form-contact-format__box {
    padding: 8px 10px;
}

.b-modal-cta__form .b-form-contact-format__icon {
    width: 28px;
    height: 28px;
}

.b-modal-cta__form .b-form-two__checkbox {
    font-size: 0.8125rem;
}

.b-modal-cta__body .b-modal-call__close {
    z-index: 3;
}

@media (max-width: 767px) {
    .b-modal-cta__grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .b-modal-cta__img {
        display: none;
    }

    .b-modal-cta__content {
        padding: 24px 20px 28px;
    }

    .b-test-cta-page__btns {
        flex-direction: column;
    }

    .b-test-cta-page__btns .b-btn-one {
        width: 100%;
    }
}