:root {
    --primary-color-slide: #111116;
    --accent-color-slide: #ff453a;
    --text-colorslide: #ffffff;
    --text-light-slide: #e0e0e0;
    --slide-gap: 10px;
    --slider-max-width: 1366px;
    --current-slide-width: 0px;
}

html[data-up-theme="dark"] body>.pr-mobile-top {
    background: #191919;

}

html[data-up-theme="light"] body>.pr-mobile-top {
    background: white;
}

strong {
    font-weight: 900 !important;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-width: 1px !important;
    padding: .75rem !important;
    border-color: #26262a;
}

[data-up-theme=dark] .mobile-fixed-panel {
    background-color: #111116 !important;
    border-top: 1px solid #1a1a26;
}

[data-up-theme=dark] .up-mobile {
    background-color: #191919eb !important;
    backdrop-filter: blur(6px);
}

.features__value > a {
    color: #FD473D;
}

.features__value > a:hover {
    opacity: 0.7;
}

.blocks__sub-title {
    font-size: 1rem;
    color: #9e9e9e;
    max-width: 1050px;
    margin-top: -30px;
    margin-bottom: 30px;
    line-height: 1.2em;
}

.pr-thumbs__button > button {
    border: none !important;
}

.mobile-fixed-panel__count.active {
    background: #FF453A !important;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-services .wa-service .wa-label {
    padding-left: 30px !important;
}

.wa-quantity-cart-section .wa-field-wrapper {
    background: transparent !important;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-date {
    color: #999999 !important;
}

.wa-dropdown > .wa-dropdown-area > .wa-dropdown-item {
    border-top: 1px solid #363636 !important;
}

.wa-dropdown.is-locked > .wa-dropdown-toggle {
    background: #1C1C20 !important;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action:hover {
    color: #ffffff !important;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total .wa-name {
    color: white !important;
}

.up-checkout-order__clear {
    height: 30px !important;
}

.up-slider__text {
    text-shadow: 1px 2px 3px black !important;
}

.up-page ul li::marker,
.up-page ol li::marker {
    color: white !important;
}

.up-slider__img-block {
    background-position: center bottom !important;
}

.up-button {
    bottom: 90px !important;
    right: 20px !important;
}

.up-button.show>button {
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #ffffff38;
}

.swiper-button-prev,
.swiper-button-next {
    border: 2px solid #FF453A !important;
    box-shadow: 1px 2px 10px #00000075 !important;
}

.header__top {
    background-color: #050508 !important;
}

.header__middle {
    background-color: rgba(11, 11, 17, 0.85);
    border-top: 1px solid #1f1f2e;
    border-bottom: 1px solid #1f1f2e;
}

.header__top>div>div>div>div>a {
    font-size: 1.2rem;
    font-weight: 900;
}

.search__input {
    background-color: #181822 !important;
    border: 1px solid #222235 !important;
}

.button-catalog__btn {
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-size: 14px !important;
}

.description.up-page {
    text-align: left !important;
}

.customSlideslider-container {
    /* Важно для захвата событий мыши */
    user-select: none;
    /* Предотвращает выделение текста при перетаскивании */
    -webkit-user-select: none;
    /* Для Safari */
    cursor: grab;
    /* Изменение курсора для UX */
    position: relative;
    /* Чтобы кнопки навигации позиционировались относительно него */
}

.customSlideslider-container:active {
    cursor: grabbing;
    /* Курсор при зажатии */
}

/* Контейнер для заголовка и кнопок навигации */
.customSlidecontainer {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Выравнивание элементов по вертикали */
    margin-bottom: 10px;
}

/* Стили для левой части контейнера (заголовок и описание) */
.customSlidecontainer>div:nth-child(1) {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.customSlidecontainer>div:nth-child(1)>h2 {
    font-size: 2.4vw;
    /* Адаптивный размер шрифта */
}

.customSlidecontainer > div:nth-child(1) > p {
    font-size: 1rem;
    color: #9e9e9e;
    max-width: 700px;
    margin-top: -30px;
    line-height: 1.2em;
}

/* Стили для правой части контейнера (кнопки навигации) */
.customSlidecontainer>div:nth-child(2) {
    width: auto;
    /* Ширина по содержимому */
}

/* Контейнер слайдера */
.customSlideslider-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Скрываем все, что выходит за границы */
}

/* Оболочка слайдера для центрирования */
.customSlideslider-wrapper {
    margin: 0 auto;
}

/* Основной блок слайдера */
.customSlideslider {
    position: relative;
    padding: 20px 0;
}

/* Контейнер для всех слайдов (используем Flexbox) */
.customSlideslides {
    display: flex;
    /* Используем Flexbox */
    gap: var(--slide-gap);
    /* Отступ между слайдами */
    transition: transform 0.5s ease-in-out;
    /* Плавный переход при смене слайдов */
    will-change: transform;
    /* Оптимизация для анимации */
    padding-bottom: 10px;
    /* Небольшой отступ снизу */
}

/* Стили для отдельного слайда (карточки) */
.customSlideslide {
    flex-shrink: 0;
    flex-grow: 0;
    width: var(--current-slide-width);
    padding: 20px;
    background-color: var(--primary-color-slide);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #1a1a26;
}

/* Эффект при наведении */
.customSlideslide:hover {
    background-color: rgba(0, 0, 0, 0.144);
    /* Цвет фона при наведении */
    transform: translateY(-5px);
    /* Немного приподнимаем карточку */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    /* Усиливаем тень */
    border: 1px solid rgba(255, 255, 255, 0.24);
}

/* Заголовок слайда */
.customSlideslide-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
    flex-direction: column;
    /* Иконка и текст располагаются вертикально */
}

/* Иконка слайда */
.customSlideslide-icon {
    font-size: 2rem;
    color: #aaaaaa;
    min-width: 40px;
    text-align: center;
}

/* Заголовок внутри слайда */
.customSlideslide-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Описание внутри слайда */
.customSlideslide-description {
    color: var(--text-light-slide);
    line-height: 1.3;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

/* Футер слайда (для кнопки "Подробнее") */
.customSlideslide-footer {
    display: flex;
    justify-content: flex-end;
}

/* Кнопка "Подробнее" */
.customSlidemore-btn {
    background-color: var(--accent-color-slide);
    color: white;
    border: 1px solid #ffffff8c;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.customSlidemore-btn:hover {
    background-color: black;
    transform: scale(1.1);
}

/* Навигационные кнопки слайдера */
.customSlideslider-nav {
    display: flex;
    pointer-events: none;
    /* Изначально отключаем события, чтобы кнопки внутри контейнера не перехватывали их */
    justify-content: flex-end;
    gap: 5px;
    align-items: center;
}

.customSlidenav-btn {
    background-color: #2C2C2C;
    color: white;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    pointer-events: auto;
    border: 2px solid #FF453A !important;
    box-shadow: 1px 2px 10px #00000075 !important;
}

.customSlidenav-btn:hover {
    background-color: #383838;
}

.customSlidenav-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #202020;
}

/* Стили для модальных окон */
.customSlidemodal {
    display: none;
    /* Изначально скрыто */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.customSlidemodal.active {
    display: flex;
    /* Показываем модальное окно */
    opacity: 1;
}

.customSlidemodal-content {
    background-color: var(--primary-color-slide);
    padding: 20px;
    border-radius: 10px;
    max-width: 700px;
    width: 90%;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-20px);
    border: 1px solid #1a1a26;
    /* Начальное положение для анимации */
    transition: transform 0.3s ease;
}

.customSlidemodal.active .customSlidemodal-content {
    transform: translateY(0);
    /* Конечное положение для анимации */
}

.customSlidemodal-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--accent-color-slide);
}

.customSlidemodal-description {
    color: var(--text-light-slide);
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 1.2em;
}

.customSlideclose-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.2rem;
    color: var(--text-light-slide);
    cursor: pointer;
    transition: color 0.3s;
}

.customSlideclose-btn:hover {
    color: var(--accent-color-slide);
}

.up-company-home__wrap {
    background: #111116 !important;
    border: 1px solid #1a1a26 !important;
    border-radius: 10px !important;
}

.up-reviews__item {
    background: #111116 !important;
    border: 1px solid #1a1a26 !important;
    border-radius: 10px !important;
}

.product-cart__order-by-phone {
    display: none;
}

.sub-categories {
    padding: 0;
    margin: 0;
}

.category h1 {
    text-align: left !important;
    margin: 0 !important;
}

.sub-categories__item {
    padding: 7px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #2b2b2b;
    border-radius: 10px;
    background: #2d2d2d;
    background: radial-gradient(at center, #8f8f8f2b 10%, #1e1e1e 100%);
    box-shadow: 1px 2px 5px #00000087;
}

a.products__name {
    word-break: break-word;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    max-height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: -0.3px;
}

.stock.in-stock {
    font-size: 0.8rem;
    color: #00ff66;
    font-weight: 600;
    text-transform: uppercase;
}

.badge.low-price {
    border: 1px solid rgba(255, 85, 67, 0.3);
    color: #ff5543;
    background: rgba(255, 85, 67, 0.15);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.badge.bestseller {
    background-color: rgba(255, 159, 67, 0.15);
    border: 1px solid rgba(255, 159, 67, 0.3);
    color: #ff9f43;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.star-empty {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23ff9f43' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E");
}

.pr-features__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 6px !important;
    padding: 7px !important;
}

.products__item {
    transition: 0.3s;
    border: 1px solid #1a1a26;
    border-radius: 10px;
    background: #111116;
}

.products__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(255, 85, 67, 0.05) 0%, rgba(8, 8, 12, 0) 70%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.products__item:hover::before {
    opacity: 1;
}

.products__item:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 85, 67, 0.4);
    box-shadow: 0 15px 35px rgb(255 85 67 / 12%);
}

.products__item:hover .products__img-wrap {
    background: radial-gradient(circle, rgb(229 44 44 / 38%) 0%, rgb(135 44 44 / 0%) 60%);
}

.products__img {
    background: transparent !important;
}

.pr-features__item {
    background: #161620 !important;
    font-size: 0.85rem;
}

.pr-features__value {
    font-weight: 600;
}

/* Скрыть характеристики в карточках блоков на странице товара
   ("С этим товаром заказывают", "Вы смотрели") — на мобильной версии
   эти карточки рендерятся через thumbs и из-за характеристик прыгают */
.product__blocks .js-products .pr-features,
.product__blocks .blocks__item .pr-features {
    display: none;
}

/* Мобильная версия: карточки в блоках страницы товара шире (видно ~1.5 товара) */
@media (max-width: 574.98px) {
    .product__blocks .js-products .products.grid-mw-s {
        --up-mobile-block-width-s: 15rem;
    }
}

.filters-left__item {
    border: 1px solid #1a1a26;
    border-radius: 10px;
    padding: 10px;
    background: #111116;
}

.products__button {
    background: linear-gradient(90deg, #ff453a, #e86f68) !important;
    background-size: 200% 200% !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    transition: background-position 0.5s ease !important;
    /* плавный переход позиции фона */
    color: white !important;
}

.products__button:hover {
    background-position: 100% 0 !important;
    /* сдвигает градиент */
}

.blocks__title {
    font-weight: 800 !important;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    position: relative;
    font-size: 2.2rem !important;
    margin-bottom: 50px;
}

.blocks__title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 4px;
    background-color: #ff5543;
    border-radius: 2px;
}

.product__tabs>.blocks__title::before {
    display: none;
}

.bt-bb>.js-tabs {
    gap: 10px;
}

.sidebar_menu {
    top: 16px;
    border-radius: 16px;
    border: 1px solid rgb(26, 26, 38);
    background: rgb(17, 17, 22);
    padding: 20px;
}

/* Медиа-запросы для адаптивности */

/* От 1240px до 700px: 2 карточки */
@media (max-width: 1240px) {
    .customSlidecontainer>div:nth-child(1)>h2 {
        font-size: 3vw;
        /* Увеличиваем размер шрифта для заголовка */
        white-space: normal;
        /* Разрешаем перенос строки */
        overflow: visible;
        /* Убираем скрытие */
        text-overflow: clip;
        /* Убираем многоточие */
    }

    .customSlidecontainer>div:nth-child(1)>p {
        /* Увеличиваем размер шрифта для описания */
        width: 100%;
    }

    /*******СКРЫВАЕМ ИКОНКИ В ШАПКЕ НА МАЛЕНЬКИХ ЭКРАНАХ (ИЗБРАННОЕ, ПЕРЕКЛЮЧЕНИЕ ТЕМЫ и Т.Д)******/
    body>div.pr-mobile-top.fix.js-product-mobile-top>div>div>div.pr-top__icons.flex.js-product-top,
    body>div.pr-mobile-top.fix.js-product-mobile-top>div>div>div.pr-mobile-top__share.flex.dropdown.js-dropdown.dr-relative.js-dr-click.dr-angle.dr-angle-bottom,
    .pr-mobile-top__mode-theme {
        display: none !important;
    }

    .up-logo-img {
        width: 100px;
    }

    .products__item {
        padding: 10px !important;
    }

    .pr-mobile-top__wrap {
        background-color: rgba(11, 11, 17, 0.85);
        border: 1px solid #1f1f2e;
        border-radius: 10px;
    }

    .up-mobile>div>div {
        background: #0D0D12;
    }

    [data-up-theme=dark] .up-mobile__content .header-mobile-search {
        background-color: #0D0D12 !important;
    }
}

/* От 700px и меньше: 100% ширина (1 карточка) */
@media (max-width: 700px) {
    .customSlidecontainer {
        flex-direction: column;
        /* Элементы контейнера располагаются вертикально */
        align-items: flex-start;
        /* Выравнивание по левому краю */
    }

    .customSlidecontainer>div:nth-child(1) {
        width: 100%;
        /* Заголовок и описание занимают всю ширину */
    }

    .customSlidecontainer>div:nth-child(1)>h2 {
        font-size: 6vw;
        /* Еще больше увеличиваем размер шрифта */
        white-space: normal;
        /* Разрешаем перенос строки */
        overflow: visible;
        /* Убираем скрытие */
        text-overflow: clip;
        /* Убираем многоточие */
    }

    .customSlidecontainer>div:nth-child(2) {
        display: none;
    }

    .search__form {
        z-index: 1;
    }

    .wca-body.wca-widget-loaded {
        bottom: 70px !important;
    }

    .pr-mobile-top__wrap {
        height: 50px;
        padding: 0 10px !important;
        margin-bottom: 10px;
    }

    .pr-mobile-top.fix.js-product-mobile-top {
        border-radius: 10px;
    }

    .product-cart__order-by-phone {
        display: block;
    }

    .sub-categories__wrap {
        display: flex !important;
        width: auto !important;
    }

    .up-logo-img img {
        min-width: 140px;
    }
}

/* Дополнительные медиа-запросы для очень маленьких экранов (например, мобильных) */
@media (max-width: 480px) {
    html {
        overflow-x: hidden;
    }

    body {
        padding: 10px;
        /* Уменьшаем общий отступ */
    }

    .customSlideslide {
        min-height: 220px;
        padding: 15px;
    }

    .customSlideslide-icon {
        font-size: 1.8rem;
    }

    .customSlideslide-title {
        font-size: 1rem;
    }

    .customSlideslide-description {
        font-size: 0.75rem;
    }

    .customSlidemore-btn {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }

    .customSlidemodal-content {
        padding: 15px;
    }

    .customSlidemodal-title {
        font-size: 1.3rem;
    }

    .customSlidemodal-description {
        font-size: 0.9rem;
    }

    .blocks__title {
        font-size: 1.4rem !important;
        margin-bottom: 30px;
        text-align: center;
    }

    .wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .up-mobile>div>div {
        padding: 20px;
        background: #08080C;
    }

    .header-mobile-search {
        padding: 10px;
    }

    #connect-widget>div.wca-btn>div.wca-btn-bg>div.wca-ico.wca-btn-close {
        display: flex;
        align-items: center;
    }

    .blocks__title::before {
        left: 50% !important;
        transform: translateX(-50%);
    }
}

.c-sorting.fix {
    top: 130px !important;
}

.btn.btn-active:not(:disabled):not(.up-preloader) {
    background: #ff453a !important;
    color: white !important;
    border: 2px solid #ff453a !important;
}

.product__tabs .up-tabs-b .btn {
    border: 2px solid #ffffff0d !important;
    padding: 15px !important;
    background: #ffffff08;
    transition: 0.3s;
    border-radius: 10px;
}

.product__tabs .up-tabs-b .btn:hover {
    border: 2px solid #ff453a1f !important;
}

.swiper-slide.swiper-slide-thumb-active>div>div {
    border: 2px solid #6f6f6f;
}

.blocks__title.bt-bb {
    padding-bottom: 10px;
}

.pr-prices__price-non-cash {
    width: 100%;
}

.pr-prices__price {
    font-size: 2rem;
}

.up-tabs-b .btn-active:before {
    height: 0 !important;
}

.products-table__img-wrap {
    height: 100%;
    display: flex;
    align-items: center;
}

.ob-notice.ob-notice-custom {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.noticeObrabZakaza {
    border: 1px solid #ff453a !important;
    border-radius: 10px !important;
    background: #111116 !important;
    color: white !important;
    margin-bottom: 20px !important;
    padding: 10px;
}

.noticeSaleZakaz {
    border-color: #ffffff73 !important;
    background-color: rgb(21 133 70) !important;
    color: white !important;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
    padding: 10px;
    border: 1px solid;
    line-height: 1.4em;
}

.noticeSaleZakaz>span {
    font-weight: 700;
    border-radius: 10px;
    background: #C02729;
    padding: 0 5px;
    border: 1px solid #ffffff5c;
}

.up-checkout-order__clear {
    border: 1px solid #ff453a !important;
    border-radius: 5px !important;
    padding: 4px !important;
    text-decoration: none !important;
}

[data-up-theme=dark] .up-checkout-order .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper {
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

[data-up-theme=dark] .up-checkout-order .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper.is-active {
    background: #111116 !important;
    border: 1px solid #747474 !important;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action:hover .wa-icon {
    background: transparent !important;
}

/*******Форма покупки в 1 клик********/

.buy1click-form__field>div>input {
    color: black !important;
    background: white !important;
    border: 1px solid #0000001f !important;
    border-radius: 5px !important;
}

.buy1click-confirmation__inner {
    display: flex !important;
    width: 100%;
    flex-direction: column;
}

.byOneClick {
    color: white;
    border: 1px solid #505050;
    font-weight: 600;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    /* Новый градиент с эффектом перелива */
    background: linear-gradient(45deg, #191919, #1e1e1e, #2e2f33);
    background-size: 300%;
    /* Увеличение размера градиента для эффекта перелива */
    animation: gradientAnimation 3s ease infinite;
    width: 30%;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.byOneClick::before {
    content: 'кнопка';
    background: url(https://power-art.ru/wa-data/public/site/cursor_click.svg);
    background-size: 25px;
    color: transparent;
    background-repeat: no-repeat;
    display: inline-flex;
    width: 25px;
    height: 26px;
    filter: invert(1);
}

.byOneClick:hover {
    background: black;
    color: white;
}

.buy1click-form__text>p {
    line-height: 1.2em;
}

.buy1click-form-field__label {
    color: #2c2b2b !important;
    font-size: 14px !important;
}

.buy1click-form_type_item .buy1click-form-button {
    background: #da3836 !important;
    color: #ffffff;
}

.js-product-button-submit {
    background: linear-gradient(90deg, #ff453a, #e86f68) !important;
    background-size: 200% 200% !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    transition: background-position 0.5s ease !important;
    /* плавный переход позиции фона */
    color: white !important;
    border-radius: 10px !important;
}

.js-product-button-submit:hover {
    background-position: 100% 0 !important;
    /* сдвигает градиент */
}

.wa-filters-list {
    margin: 0 !important;
    display: flex !important;
    gap: 5px;
    flex-direction: column;
}

.wa-filters-wrapper {
    display: flex;
    flex-direction: column;
    color: white !important;
}

.wa-name {
    color: #ffffffc4;
}

.js-set-filter {
    background: #393939 !important;
    color: white !important;
    font-size: 14px !important;
    padding: 10px !important;
    width: 100% !important;
}

.js-set-filter.is-active {
    background: #da3836 !important;
}

.js-use-variant {
    background: #da3836 !important;
    width: 100% !important;
    border-radius: 10px !important;
}

.js-mobile-view-toggle>span {
    background: black !important;
    color: white;
    border: 1px solid white;
    font-size: 18px;
    margin-left: 10px;
    border-radius: 5px;
}

.js-mobile-view-toggle>span.selected {
    background: #da3836 !important;
    color: white;
    border: 1px solid white;
    font-size: 18px;
    margin-left: 10px;
    border-radius: 5px;
}

.wa-content-section {
    border: 1px solid white !important;
    border-radius: 10px !important;
}

.wa-map-section {
    background: black;
    border-radius: 10px !important;
}

.up-checkout-order .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wa-method>.wa-image-wrapper>img {
    width: 50px !important;
    height: 40px !important;
    object-fit: contain !important;
    background: white;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 1px 2px 5px #00000061;
}

.js-submit-order-button {
    text-transform: uppercase;
    background: #FD493F !important;
    border-radius: 10px !important;
    margin-bottom: 15px;
}

#wa-order-form-wrapper>footer>div {
    text-align: center;
}

.wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-table>.wa-row>.wa-cell.wa-cell-name .wa-name {
    color: white !important;
}

.wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-schedule-wrapper .wa-days-wrapper .wa-day-wrapper .wa-value .wa-time {
    color: #a8a8a8 !important;
}

.wa-order-form-wrapper .wa-step-details-section .wa-details-description {
    color: #5bac0d !important;
    font-weight: 600;
}

.wa-order-form-wrapper .wa-step-auth-section>.wa-section-header .wa-contact-name {
    color: white !important;
}

#wa-order-cart-wrapper>div>div>div.wa-products>div>div>div.wa-column-details>div>div.wa-details>span.wa-actions>span {
    background: #ff453a;
    color: white;
    padding: 0 5px 0 2px;
    border-radius: 5px;
}

.up-main__content.up-main-blocks.flex.js-products>div.products-items.js-products-items>div.products-table.grid.pr-t-no>div>div.products-table__images {
    width: 5rem;
}

.products-table__content.flex {
    padding-left: 10px !important;
}

.products-table__img-wrap {
    background: transparent !important;
}

.blocks__item-posts {
    padding-bottom: 20px;
}

.btn-active[role="tab"] {
    color: black !important;
    padding: 5px;
}

.fancybox__content {
    max-width: 70rem;
}

.up-slider__content {
    max-width: 650px !important;
}

.blocks__item.blocks__item-slider-day {
    padding-top: 40px !important;
}

.pr-images__swiper {
    background: transparent !important;
    padding: 20px !important;
}



[data-up-theme=dark] .product__item-shadow {
    background-color: transparent !important;
    padding: 0 !important;
    margin-bottom: 10px;
}


@media (max-width: 520px) {
    .buy1click-form__close-button {
        top: 0 !important;
    }

    .up-checkout-order .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide {
        grid-template-columns: 1fr;
    }

    .up-checkout-order__header {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .up-main__content.up-main-blocks.flex.js-products>div.products-items.js-products-items>div.products-table.grid>div {
        grid-template-columns: 1fr !important
    }

    .up-main__content.up-main-blocks.flex.js-products>div.products-items.js-products-items>div.products-table.grid>div>div.products-table__images {
        width: 100% !important;
    }

    .products-table__content.flex {
        padding-left: 0 !important;
    }

    .ob-notice.ob-notice-custom {
        font-size: 11px !important;
        line-height: 1.3em !important;
    }

    .up-slider__content {
        right: 2rem;
    }

    .blocks__item.blocks__item-slider-day {
        padding-top: 15px !important;
    }

    .pr-images__swiper {
        background: transparent !important;
        padding: 0 !important;
    }

    .products-list__item,
    .products-table__item {
        background: #1e1e1e !important;
        padding: 10px !important;
    }

    .product__fix-button-prices {
        display: none !important;
    }

    #js-product-form>div.product__fix-button>div>div.js-product-block-submit {
        width: 100% !important;
        padding: 0 10px;
    }

    #js-product-form>div.product__fix-button>div>div.js-product-block-submit>button {
        width: 100% !important;
        text-transform: uppercase;
    }
}

@media (min-width: 1240px) {
    body>main>div.blocks__item.blocks__item-slider-day {
        padding: 0;
    }
}

.pnotice__buttonView {
    border: 1px solid #f82323;
    padding: 15px;
    border-radius: 5px;
    background: black;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: none !important;
}

.header {
    position: static !important;
}

input[type=checkbox]:not(.switch):disabled {
    --up-checkbox-bg: #191919 !important;
}


#js-delivery-types-section>div.wa-types-list>div.wa-type-wrapper>div.wa-price,
#js-delivery-variants-section>div.wa-dropdown.full-line.js-variants-select.is-opened>div.wa-dropdown-area>div>div>span.wa-price,
#wa-step-confirm-section>div>form>div.wa-flex-wrapper>div.wa-total-section>div.wa-item.wa-item-shipping,
#wa-step-details-section>div>form>div.wa-details-rates-section>div>div:nth-child(1) {
    display: none !important;
}

.dropdown.dr-active>.dropdown__content {
    flex-direction: column-reverse;
}

.search-product {
    padding-top: 0 !important;
}

.search-product__img {
    flex: none;
    width: 3rem;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.product__item-split_vid {
    margin-top: -15px;
}

.yandex_description {
    display: flex !important;
    max-width: 100% !important;
    gap: 7px;
    align-items: center;
}

.yandex_description>img {
    width: 17px;
}

.header-fix {
    background: transparent !important;
    border: none;
    box-shadow: none;
    padding: 5px 0;
}

.header-fix .header__wrap {
    transition: 0.3s;
    border: 1px solid #2b2b2b;
    border-radius: 10px;
    background: #2D2D2D;
    background: radial-gradient(at center, #00000052 10%, #0A0A10 100%);
    box-shadow: 1px 2px 5px #00000087;
    backdrop-filter: blur(7px);
}

a.up-nav-catalog__link-header {
    --up-a-color: var(--up-body-color);
    font-weight: 600;
    font-size: 17px;
}

a.up-nav-catalog__link {
    --up-a-color: #bdbdbd !important;
    font-weight: 500;
    font-size: 16px;

}

.header__top.h-bg>div>.h-item.h-item-contact>div>div>div,
.header-fix.js-header-fix.active>div>div.h-item.h-item-contact>div>div>div {
    flex-direction: row-reverse !important;
}

body>header>div.header__top.h-bg>div>div.h-item.h-item-contact>div>div>a {
    font-size: 20px !important;
}

a.vk.social__item.btn.btn-outline-light {
    background: #0177fd !important;
}

a.telegram.social__item.btn.btn-outline-light {
    background: #1385be !important;
}

a.youtube.social__item.btn.btn-outline-light {
    background: #e52d23 !important;
}

.product-cart__order-by-phone.flex.social>a {
    background: black !important;
    font-size: 25px;
    width: 42px;
    height: 42px;
}

/****************КОМПЛЕКТЫ НОВЫЙ ПЛАГИН************/

.n-card {
    background-color: transparent !important;
    border: none !important
}

.n-card-header {
    display: none !important
}

.n-card__content {
    padding: 0 !important;
}

.pset-qty {
    display: none !important;
}

.pset-price {
    color: white;
    font-size: 20px;
}

.n-card__content>div>div>div>div>div>a {
    font-size: 20px !important;
    text-decoration: none !important;
}

.n-divider__line {
    background-color: rgb(239 239 245 / 32%) !important;
}

/*********************************/

#wa-step-auth-section>div>form>div.wa-line.wa-fields-group.line>div:nth-child(2)>div::after {
    content: ' (Свяжемся с вами по номеру)';
    font-size: 10px
}

#wa-step-auth-section>div>form>div.wa-line.wa-fields-group.line>div:nth-child(3)>div::after {
    content: ' (Отправим всю информацию о заказе)';
    font-size: 10px
}

#wa-step-auth-section>div>form>div.wa-line.wa-fields-group.line>div:nth-child(4)>div::after {
    content: ' (Ссылка, номер. Если удобно для связи)';
    font-size: 10px
}

.badge.discount {
    background: #FF453A;
    font-weight: 600;
    border: 1px solid #ffffff63;
}

/***************СТИЛИ ФОРМЫ***************/

.h-item-aisearch {
    flex-grow: 1;
}

.search-widget {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 10;
}

.search-widget.loaded {
    opacity: 1;
    transform: translateY(0);
}

.widget-wrapper {
    position: relative;
}

/* === ИНПУТ === */
.search-input {
    width: 100%;
    padding: 12px 50px 12px 18px !important;
    border: 1px solid rgb(54 54 54 / 20%) !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    background: #2C2C2C !important;
    color: white !important;
}

.search-input:focus {
    box-shadow: 1px 1px 2px #ffffff30 !important;
}

/* === КНОПКА ОЧИСТКИ === */
.clear-button {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.2s ease;
    z-index: 10;
    border-radius: 4px;
}

.clear-button:hover {
    background: rgba(0, 0, 0, 0.05);
    color: white;
}

.clear-button svg {
    display: block;
}

/* === ВСПЛЫВАЮЩИЙ КОНТЕЙНЕР === */
.dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    background: #fffffff5;
    border: 1px solid rgb(177 177 177 / 21%);
    border-radius: 5px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.16);
    z-index: 1000;
    overflow: hidden;
    animation: fadeInUp 0.35s ease;
    will-change: transform, opacity;
}

/* === СЧЕТЧИК РЕЗУЛЬТАТОВ (ТОЛЬКО КНОПКИ СОРТИРОВКИ) === */
#results-counter {
    padding: 10px 16px;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sort-buttons {
    display: flex;
    gap: 12px;
}

.sort-btn {
    background: #2c2c2c;
    border: none;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.sort-btn:hover {
    transform: translateY(-2px);
}

.sort-btn:active {
    transform: translateY(0);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === ПОДСКАЗКИ (всегда видны) === */
#suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
}

.suggestion-item {
    padding: 8px 14px;
    background: #2c2c2c;
    border: 1px solid rgb(255 255 255 / 26%) !important;
    border-radius: 5px;
    font-size: 0.85rem;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.suggestion-item:hover {
    transform: scale(1.05);
}

.suggestion-item.keyboard-selected {
    background: #00c864;
    border-color: #00a854 !important;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 200, 100, 0.3);
}

/* === ИСТОРИЯ ПОИСКА === */
#search-history {
    display: none;
    padding: 15px 0 0 0;
}

.history-header {
    padding: 0 16px 8px;
    font-size: 0.85rem;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clear-history-btn {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #666;
    text-transform: none;
}

.clear-history-btn:hover {
    background: rgba(255, 0, 0, 0.1);
    border-color: rgba(255, 0, 0, 0.3);
    color: #ff0000;
}

.history-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 16px 12px;
}

.history-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.remove-history-btn {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ff4444;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s ease;
    padding: 0;
    color: white;
}

.history-item:hover .remove-history-btn {
    opacity: 1;
}

.remove-history-btn:hover {
    background: #cc0000;
    transform: scale(1.1);
}

/* === РЕЗУЛЬТАТЫ === */
.results-container {
    max-height: 550px;
    overflow-y: auto;
    margin: 0;
    padding: 8px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    opacity: 1;
}

.results-container.loaded {
    opacity: 1;
    transform: translateY(0);
}

/* Скроллбар */
.results-container::-webkit-scrollbar {
    width: 6px;
}

.results-container::-webkit-scrollbar-track {
    background: black;
    border-radius: 5px;
}

.results-container::-webkit-scrollbar-thumb {
    background-color: #757575;
    border-radius: 5px;
}

@keyframes fadeInItem {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-info.keyboard-selected {
    outline: 3px solid #00c864;
    outline-offset: 2px;
    box-shadow: 0 4px 16px rgba(0, 200, 100, 0.3);
}

.product-card {
    height: 100%;
}

.product-info {
    margin: 0 !important;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    border: 1px solid #00000017 !important;
    background: white;
    color: black;
    padding: 15px;
    height: 100%;
}

.product-info:hover {
    opacity: 0.8;
}

.product-image {
    width: 150px !important;
    height: 200px;
    border-radius: 5px;
    max-width: 100% !important;
    object-fit: contain;
}

.product-name {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3em;
    color: black !important;
    margin: 0 0 4px;
    text-align: center;
}

.product-price {
    font-size: 0.95rem;
    color: black !important;
    font-weight: 600;
    text-align: center;
}

/* === НЕ НАЙДЕНО === */
#no-results {
    text-align: center;
    padding: 20px 16px;
    color: var(--text-color);
    font-size: 0.95rem;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: black;
}

#no-results.show {
    opacity: 1;
    transform: translateY(0);
}

#no-results strong {
    color: var(--primary-color);
}

.paramBlock {
    display: flex;
    gap: 5px;
    display: none;
}

.prodParam {
    padding: 5px 8px;
    background: #2c2c2c1c;
    border-radius: 5px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #0000005c;
    margin-top: -5px;
    font-size: 12px;
    font-weight: 500;
    width: 50%;
}

/* === СПИННЕР === */
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--primary-color);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1.5s linear infinite;
    position: absolute;
    z-index: 10;
    right: 20px;
    background: #878787;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* === АДАПТИВНОСТЬ === */
@media (max-width: 768px) {
    .search-input {
        font-size: 0.9rem !important;
        padding: 12px 50px 12px 14px !important;
    }

    .autocomplete-hint {
        font-size: 0.9rem;
        left: 14px;
    }

    .autocomplete-hint-label {
        font-size: 0.7rem;
    }

    #results-counter {
        padding: 8px 12px;
    }

    .sort-buttons {
        gap: 8px;
    }

    .sort-btn {
        font-size: 0.8rem;
        padding: 6px 10px;
    }

    .results-container {
        grid-template-columns: 1fr;
        max-height: 400px;
    }

    .dropdown-container {
        max-height: 80vh;
    }

    .suggestion-item {
        font-size: 0.8rem;
        padding: 6px 10px;
    }

    .product-card>img {
        height: 80px;
    }

    .product-name {
        font-size: 0.9rem;
    }

    .product-price {
        font-size: 0.85rem;
    }

    .products-items.js-products-items>div.products.pr-col-3 {
        --up-grid-columns: 1 !important;
    }

    .products-items.js-products-items>div.products.pr-col-3.grid.pr-no,
    .products-table,
    .products-list,
    .products-items.js-products-items.home>div.products.pr-col-4.grid.pr-no {
        gap: 15px !important;
    }
}

@media (max-width: 480px) {
    .search-widget {
        padding: 0 10px;
    }

    #suggestions {
        padding: 10px 12px;
    }

    .history-items {
        padding: 0 12px 10px;
    }

    .clear-button {
        right: 12px;
    }

    #input-spinner {
        right: 42px !important;
    }
}

/* === УЛУЧШЕННАЯ АНИМАЦИЯ ДЛЯ РЕЗУЛЬТАТОВ === */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.result-item {
    animation: slideInUp 0.3s ease forwards;
}

/* === ЭФФЕКТ ПРИ НАВЕДЕНИИ НА ИСТОРИЮ === */
.history-item {
    transition: transform 0.2s ease;
}

.history-item:hover {
    transform: translateY(-2px);
}

.input-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

/* === АВТОДОПОЛНЕНИЕ === */
.autocomplete-hint {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.3);
    font-size: 1rem;
    pointer-events: none;
    z-index: 1;
    display: none;
    white-space: nowrap;
}

.autocomplete-hint-label {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    font-size: 0.75rem;
    color: #00c864;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.input-wrapper:focus-within .autocomplete-hint-label {
    opacity: 1;
}

.search-input {
    position: relative;
    z-index: 2;
}

/* === ВИЗУАЛЬНЫЙ ФИДБЕК ПРИ ФОКУСЕ === */
.search-input:focus~.clear-button {
    color: white;
}

/* === ПЛАВНОЕ ПОЯВЛЕНИЕ КНОПКИ ОЧИСТКИ === */
.clear-button {
    animation: fadeInButton 0.2s ease;
}

@keyframes fadeInButton {
    from {
        opacity: 0;
        transform: translateY(-50%) scale(0.8);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

/****************************************/

#js-product-form>div.header-fix.js-header-fix.active {
    z-index: 100;
    height: 90px;
    display: flex;
    align-items: center;
}

.up-phone__dropdown {
    display: grid !important;
}

.up-phone__dropdown,
.up-nav__dropdown {
    z-index: 9999;
}

#product-tab-shopItemsetsPlugin>div>div>div>div>div.up-itemsets__content.flex>div.up-itemsets__name>a::after {
    content: ' узнать подробнее ->';
    color: #FF453A;
    font-size: 16px;
    font-weight: 500;
    display: block;
    max-width: 210px;
}

#product-tab-shopItemsetsPlugin>div>div>div>div>div.up-itemsets__img {
    border: 1px solid #1a1a26;
    border-radius: 10px;
    background: #111116;
    padding: 25px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 5px #00000087;
}

#product-tab-shopItemsetsPlugin>div>div>div>div {
    transition: 0.5s;
}

#product-tab-shopItemsetsPlugin>div>div>div>div:hover {
    transform: scale(1.02);
}

/****************ПОП АП БЛОК СВЯЗИ******************/

.contact-btn-cont {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #FF453A;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 100;
    border: 1px solid white;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.contact-btn-cont.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    /* Возвращаем возможность клика */
}

.contact-window-cont>img {
    width: 200px;
    position: absolute;
    top: 15px;
}

.contact-btn-cont:hover {
    transform: scale(1.1);
}

.overlay-cont {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 85%);
    z-index: 1000;
}

.contact-window-cont {
    display: none;
    position: fixed;
    top: 0;
    left: -320px;
    /* Скрыто за экраном */
    width: 550px;
    height: 100%;
    border: 1px solid #1a1a26;
    background: #111116;
    color: white;
    padding: 40px 30px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: 0.3s;
}

.contact-window-cont.active-cont {
    left: 0;
    display: flex;
    flex-direction: column;
}

.close-btn-cont {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 35px;
    cursor: pointer;
}

.contact-info-cont {
    margin-top: 50px;
}

.contact-info-cont h2 {
    margin-bottom: 15px;
    font-size: 42px;
}

.contact-info-cont p {
    font-size: 20px;
    line-height: 1.5;
}

.contact-methods-cont {
    display: flex;
    gap: 10px;
}

.contact-methods-cont a {
    color: white;
    text-decoration: none;
    background: #797979;
    padding: 5px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 100px;
    justify-content: center;
    line-height: 1.5;
}

.contact-methods-cont a:hover {
    opacity: 0.7;
}

.contact-details-cont p {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.contact-btn-cont>.bi {
    font-size: 26px;
    display: flex;
    margin-top: 3px;
}

/* Блокируем прокрутку страницы */
.no-scroll {
    overflow: hidden;
    /* Скрываем полосы прокрутки */
    position: fixed;
    /* Фиксируем текущее положение прокрутки */
    width: 100%;
    /* Сохраняем ширину, чтобы избежать скачка контента */
}

@media screen and (max-width: 1100px) {
    .contact-btn-cont {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .contact-window-cont {
        width: 100%;
    }

    .contact-info-cont h2 {
        font-size: 30px;
    }

    .contact-info-cont p {
        font-size: 16px;
    }

    .contact-details-cont p {
        font-size: 16px;
    }
}

/***************************************************/

#js-checkout-order-form {
    position: sticky;
    top: 50px;
}

.wa-login-form-wrapper,
.wa-signup-form-wrapper {
    border: 1px solid #2b2b2b;
    border-radius: 10px;
    background: #2D2D2D;
    background: radial-gradient(at center, #4747472b 10%, #191919 100%);
    ;
    box-shadow: 1px 2px 5px #00000087;
    padding: 20px;
}

/*****************БЛОК УСЛУГ НА ГЛАВНОЙ*****************/

.uslugiBlock>div>h2 {
    font-size: 2.4vw;
}

.uslugiBlock>div>p {
    font-size: 1rem;
    color: #9e9e9e;
    max-width: 700px;
    margin-top: -30px;
    margin-bottom: 30px;
    line-height: 1.2em;
}

.uslugiBlock>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.uslugiContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
    margin-top: 30px;
}

.uslugiItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
    border: 1px solid #1a1a26;
    border-radius: 10px;
    background: #111116;
    box-shadow: 1px 2px 5px #00000087;
    width: 25%;
    padding: 20px;
    min-height: 250px;
}

.uslugiItem-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.uslugiItem-icon {
    font-size: 2rem;
    color: #aaaaaa;
    min-width: 40px;
}

.uslugiItem-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.uslugiItem-description {
    color: #e0e0e0;
    line-height: 1.3;
    font-size: 1rem;
    margin-bottom: 10px;
}

.uslugiItem-btn {
    background: #ff453a;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
    cursor: pointer;
    width: fit-content;
    font-weight: 600;
}

.uslugiItem-btn:hover {
    transform: scale(1.05);
    filter: brightness(0.9);
}

.button-catalog__content {
    background: transparent;
    align-items: center;
}

.dr-bottom-start {
    margin-top: 15px;
}

.up-nav-catalog {
    transition: 0.3s;
    border: 1px solid #2b2b2b;
    border-radius: 10px;
    background: #2D2D2D;
    background: radial-gradient(at center, #000000e6 10%, #191919 100%);
    box-shadow: 1px 2px 5px #00000087;
    backdrop-filter: blur(7px);
    margin-top: 20px;
    padding: 20px 20px 30px;
}

.up-nav-catalog__column {
    transition: 0.3s;
    padding: 10px 10px 15px;
    border: 1px solid #2b2b2b00;
    border-radius: 10px;
}

.up-nav-catalog__column:hover {
    transition: 0.3s;
    border: 1px solid #2b2b2b;
    border-radius: 10px;
    background: #2D2D2D;
    background: radial-gradient(at center, #39393961 10%, #191919 100%);
    box-shadow: 1px 2px 5px #32323260;
    padding: 10px 10px 15px;
}

.up-nav-catalog__column-image>a {
    display: flex;
    justify-content: flex-start;
}

.up-nav-catalog__column-image>a>img {
    height: 160px;
    object-fit: cover;
    margin-bottom: -20px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ffffff45;
}

#wa-step-confirm-section>div>form>div.wa-flex-wrapper>div.wa-total-section>div.wa-item.wa-item-price {
    display: none;
}

#wa-step-confirm-section>div>form>div.wa-flex-wrapper>div.wa-total-section>div.wa-item.wa-item-plugin-increase>div.wa-value>span::before {
    content: '+ ';
}

@media screen and (max-width: 1240px) {
    .uslugiContainer {
        flex-direction: column;
    }

    .uslugiItem {
        width: 100%;
    }

    .uslugiBlock>div>h2 {
        font-size: 3vw;
    }


    .uslugiContainer>div:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .uslugiBlock>div {
        text-align: center;
    }

    .uslugiBlock>div>h2 {
        font-size: 6vw;
    }

    .uslugiBlock>div>p {
        font-size: 0.8rem;
        margin-top: -15px !important;
        margin-bottom: 0 !important;
    }

    .customSlideslider {
        padding: 0;
    }

    .customSlidecontainer>div:nth-child(1) {
        text-align: center;
    }

    .customSlidecontainer>div:nth-child(1)>p {
        font-size: 0.8rem;
        margin-top: -15px;
        margin-bottom: 30px;
    }
}

/* ── MEGA MENU ── */
.mega-menu {
    width: 100%;
    max-width: 1740px;
    background: #0a0a10fa;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: 350px 1fr 1fr 1fr 1fr;
    overflow: hidden;
    border: 1px solid #1f1f2e;
}

/* ── GAMING COLUMN (featured) ── */
.col-gaming {
    background: #0d0d0d;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.col-gaming::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://power-art.ru/wa-data/public/site/img/pc-menu-mini.webp') center/cover no-repeat;
    opacity: 0.22;
}

.col-gaming-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px 22px 22px;
}

.gaming-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e63030;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    width: fit-content;
    margin-bottom: 14px;
}

.gaming-badge i {
    font-size: 9px;
}

.gaming-title {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.gaming-title span {
    color: #e63030;
}

.gaming-subtitle {
    font-size: 11px;
    color: #666;
    margin-bottom: 22px;
    line-height: 1.5;
}

.gaming-links {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.gaming-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.18s;
    cursor: pointer;
}

.gaming-link:hover {
    background: rgba(255, 255, 255, 0.07);
}

.gaming-link-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gaming-link-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gaming-link-icon i {
    font-size: 12px;
    color: #e63030;
}

.gaming-link-text {
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
}

.gaming-link-arrow {
    color: #444;
    font-size: 10px;
}

.gaming-link:hover .gaming-link-arrow {
    color: #e63030;
}

.gaming-link:hover .gaming-link-text {
    color: #fff;
}

.gaming-cta {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #e63030;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 11px;
    border-radius: 9px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    text-transform: uppercase;
}

.gaming-cta:hover {
    background: #c82020;
    transform: translateY(-1px);
}

.gaming-cta i {
    font-size: 11px;
}

.gaming-price-note {
    text-align: center;
    font-size: 10px;
    color: #444;
    margin-top: 8px;
}

/* ── REGULAR COLUMNS ── */
.col-game {
    padding: 24px 20px 22px;
    border-left: 1px solid #1f1f2e;
    display: flex;
    flex-direction: column;
}

.col-img-game {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 16px;
    background: #252525;
    overflow: hidden;
    position: relative;
}

.col-img-game img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.col-game:hover .col-img-game img {
    transform: scale(1.04);
}

.col-title-game {
    font-size: 12px;
    font-weight: 700;
    color: #e0e0e0;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.col-title-line-game {
    flex: 1;
    height: 1px;
    background: #2a2a2a;
}

.col-links-game {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
}

.col-link-game {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 8px;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s;
}

.col-link-game:hover {
    background: #252525;
}

.col-link-game i {
    font-size: 11px;
    color: #555;
    width: 14px;
    text-align: center;
    flex-shrink: 0;
    transition: color 0.15s;
}

.col-link-game:hover i {
    color: #e63030;
}

.col-link-game span {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    transition: color 0.15s;
}

.col-link-game:hover span {
    color: #e0e0e0;
}

.col-show-all-game {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 11.5px;
    font-weight: 600;
    color: #e63030;
    text-decoration: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    transition: background 0.15s;
    text-transform: uppercase;
}

.col-show-all-game:hover {
    background: #2a1515;
}

.col-show-all-game i {
    font-size: 10px;
}

/* ── BOTTOM BAR ── */
.menu-footer-game {
    grid-column: 1 / -1;
    background: #050508;
    border-top: 1px solid #1f1f2e;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-tag-game {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 6px;
    transition: background 0.15s;
}

.footer-tag-game:hover {
    background: #222;
    color: #e0e0e0;
}

.footer-tag-game i {
    font-size: 11px;
    color: #444;
}

.footer-tag-game:hover i {
    color: #e63030;
}

.footer-divider-game {
    width: 1px;
    height: 18px;
    background: #252525;
}

.footer-promo-game {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #555;
}

.footer-promo-game i {
    color: #e63030;
}

.footer-promo-game strong {
    color: #ccc;
}

button.vanta-btn {
    margin: 0 !important;
    border: 1px solid #ffffff2b !important;
}

.sidebar__title {
    display: none;
}

/**************Блок ИИ подбора***************/
.ai-hero-wrapper {
    width: 100%;
    max-width: 1740px;
}

.ai-hero {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.6);
}

/* Neural canvas background */
#ai-neural-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Gradient overlay */
.ai-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 100% at 75% 50%, rgba(80, 20, 180, 0.35) 0%, transparent 65%),
        radial-gradient(ellipse 30% 80% at 90% 50%, rgba(120, 40, 220, 0.2) 0%, transparent 60%),
        linear-gradient(135deg, rgba(10, 10, 10, 0.85) 0%, rgba(15, 10, 25, 0.5) 100%);
    z-index: 1;
}

.ai-hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 480px;
    align-items: center;
    min-height: 360px;
    padding: 60px 60px 60px 72px;
    gap: 40px;
}

/* Left side */
.ai-hero-left {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ai-ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgb(38 220 97 / 12%);
    border: 1px solid rgb(38 220 102 / 35%);
    border-radius: 100px;
    padding: 6px 14px 6px 10px;
    margin-bottom: 22px;
    width: fit-content;
}

.ai-ai-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #44ef49;
    box-shadow: 0 0 8px #44ef49;
    animation: ai-pulse-dot 2s ease-in-out infinite;
}

@keyframes ai-pulse-dot {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 8px #ef4444;
    }

    50% {
        opacity: 0.5;
        box-shadow: 0 0 16px #ef4444;
    }
}

.ai-ai-badge span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
}

.ai-hero-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(28px, 3vw, 48px);
    font-weight: 900;
    line-height: 1.12;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.ai-hero-title .ai-accent {
    color: #ef4444;
    -webkit-text-fill-color: #ef4444;
    background: none;
}

.ai-hero-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #a0a0a0;
    max-width: 520px;
    margin-bottom: 36px;
    font-weight: 400;
}

.ai-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ai-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: #FF453A;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 20px rgba(229, 62, 62, 0.4);
    text-decoration: none;
}

.ai-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
    border-radius: inherit;
}

.ai-btn-primary::after {
    display: none;
}

.ai-btn-primary:hover {
    transform: translateY(-2px);
    background: #c53030;
    box-shadow: 0 6px 28px rgba(229, 62, 62, 0.55);
}

.ai-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 24px;
    border-radius: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #cccccc;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ai-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

/* Stats row */
.ai-hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ai-stat-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ai-stat-value {
    font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.ai-stat-value span {
    color: #ef4444;
}

.ai-stat-label {
    font-size: 11px;
    color: #666666;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Right side — PC image panel */
.ai-hero-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ai-pc-image-wrap {
    position: relative;
    width: 100%;
}

.ai-pc-image-wrap img {
    width: 100%;
    display: block;
    border-radius: 12px;
    filter: drop-shadow(0 0 50px rgba(120, 40, 220, 0.6)) drop-shadow(0 0 100px rgba(80, 20, 180, 0.3));
    animation: ai-float 6s ease-in-out infinite;
}

@keyframes ai-float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Floating tags */
.ai-float-tag {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(10, 10, 10, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    padding: 8px 12px;
    backdrop-filter: blur(12px);
    animation: ai-float-tag 5s ease-in-out infinite;
}

.ai-float-tag:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 6s;
}

.ai-float-tag:nth-child(3) {
    animation-delay: -1s;
    animation-duration: 7s;
}

@keyframes ai-float-tag {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.ai-float-tag i {
    font-size: 12px;
    color: #ef4444;
}

.ai-float-tag-text {
    font-size: 11px;
    font-weight: 600;
    color: #e0e0e0;
    white-space: nowrap;
}

.ai-tag-top-left {
    top: 16px;
    left: -20px;
}

.ai-tag-bottom-right {
    bottom: 24px;
    right: -16px;
}

.ai-tag-top-right {
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
}

/* Scanning line effect */
.ai-scan-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(239, 68, 68, 0.5), transparent);
    animation: ai-scan 4s ease-in-out infinite;
    border-radius: 2px;
    pointer-events: none;
    z-index: 3;
}

@keyframes ai-scan {
    0% {
        top: 0%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

/* Corner decorations */
.ai-corner {
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 3;
}

.ai-corner-tl {
    top: 20px;
    left: 20px;
    border-top: 2px solid rgba(239, 68, 68, 0.5);
    border-left: 2px solid rgba(239, 68, 68, 0.5);
    border-radius: 3px 0 0 0;
}

.ai-corner-tr {
    top: 20px;
    right: 20px;
    border-top: 2px solid rgba(239, 68, 68, 0.5);
    border-right: 2px solid rgba(239, 68, 68, 0.5);
    border-radius: 0 3px 0 0;
}

.ai-corner-bl {
    bottom: 20px;
    left: 20px;
    border-bottom: 2px solid rgba(239, 68, 68, 0.5);
    border-left: 2px solid rgba(239, 68, 68, 0.5);
    border-radius: 0 0 0 3px;
}

.ai-corner-br {
    bottom: 20px;
    right: 20px;
    border-bottom: 2px solid rgba(239, 68, 68, 0.5);
    border-right: 2px solid rgba(239, 68, 68, 0.5);
    border-radius: 0 0 3px 0;
}

/* Responsive */
@media (max-width: 820px) {
    .ai-hero-content {
        grid-template-columns: 1fr;
        padding: 40px 32px;
        text-align: center;
    }

    .ai-ai-badge {
        margin: 0 auto 20px;
    }

    .ai-hero-desc {
        max-width: 100%;
    }

    .ai-hero-actions {
        justify-content: center;
    }

    .ai-hero-stats {
        justify-content: center;
    }

    .ai-hero-right {
        display: none;
    }

    a.products__name {
        min-height: auto;
        flex-grow: 0;
    }

    .pr-features__item {
        padding: 5px !important;
    }

    .products__button {
        font-size: 0.7rem !important;
    }

    .prices__price {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .ai-hero-content {
        padding: 32px 24px;
    }

    .ai-hero-stats {
        gap: 20px;
    }

    .ai-btn-primary,
    .ai-btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/************Карточка товара*************/

.product__two-images-wrap {
    background: #111116;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #1a1a26;
    position: relative;
}

.pr-images__wrap img {
    max-width: 750px !important;
}

.product__two-images-wrap::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 100px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgb(255 33 33 / 13%) 0%, rgb(12 8 8 / 6%) 70%);
    pointer-events: none;
}

.pr-top__skus {
    font-size: 0.75rem;
    color: #8f90a6;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product__summary {
    font-size: 0.95rem !important;
    color: #8f90a6;
    line-height: 1.6 !important;
}

.product__item:has(.up-services) {
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    margin-top: -15px;
}

.product__item:has(.up-services)>.product__item-title {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ff5543;
}

.pr-features__name {
    background: transparent !important;
    color: #8f90a6;
}

.features__name {
    background: transparent !important;
    color: #8f90a6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 4px;
}

.features__value {
    font-weight: 600;
}

.s-products__item {
    border: 1px solid #1a1a26;
    border-radius: 10px;
    background: #111116;
    transition: 0.3s;
}

.s-products__img {
    background: transparent !important;
}

.s-products__item:hover {
    border: 1px solid #ff5543;
}

#js-product-form>.product-cart.flex>div:nth-child(2) {
    flex-direction: row;
}

.product-cart__submit {
    width: 70%;
}

.up-service__label {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.up-service-price {
    color: rgb(0, 240, 255);
    font-weight: 700;
}

.pr-prices__price {
    font-weight: 600;
}

.pr-features-line .pr-features__item {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 6px;
}

@media screen and (max-width: 768px) {
    #js-product-form>.product-cart.flex>div:nth-child(2) {
        flex-direction: column;
    }

    .product-cart__submit {
        width: 100%;
    }

    .byOneClick {
        width: 100%;
    }

    .product__item-split_vid {
        margin-top: 0;
    }

    .product__column>.pr-images {
        border: 1px solid #1a1a26;
        border-radius: 10px;
        padding: 10px;
        background: #111116;
    }

    #js-product-form>h1 {
        font-size: 1.5rem;
    }

    #js-product-form>div.product__item.flex {
        background-color: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        padding: 20px;
        margin-top: -15px;
    }

    #js-product-form>div.product__item.flex>.product__item-title {
        font-size: 0.9rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #ff5543;
    }

    .up-service__label {
        display: block;
    }

    .order_container {
        display: flex !important;
        flex-direction: column;
    }
}

.cartlinks-plugin-modal__container {
    border: 1px solid #1a1a26 !important;
    border-radius: 10px !important;
    background: #111116 !important;
}

.cartlinks-plugin-modal__btn {
    background: #FD493F !important;
    font-weight: 600 !important;
    border: none !important;
}

.cartlinks-plugin-modal__item {
    border-bottom: 1px solid #eeeeee21 !important;
}

.up-checkout-order__section {
    border: 1px solid #1a1a26 !important;
    border-radius: 10px !important;
    background: #111116 !important;
}

.cartlinks-plugin-button {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 2px 5px !important;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color .1s ease-in-out;
    background: #303030;
    font-size: 14px !important;
    border: 1px solid #ffffff4a;
}

.cartlinks-plugin-button:hover {
    background: #303030 !important;
    opacity: 0.8;
}

/******Блок отзывов соц. сетей*******/
#sw-app-5c3316ed3878479a663ccfa00e2428bf>svg {
    display: none !important;
}

#sw-app-5c3316ed3878479a663ccfa00e2428bf .sw-review-bottom .sw-swiper-button-next,
#sw-app-5c3316ed3878479a663ccfa00e2428bf .sw-review-bottom .sw-swiper-button-prev {
    background-color: #2c2c2c !important;
    color: #FFFFFF !important;
}

#sw-app-5c3316ed3878479a663ccfa00e2428bf .sw-review-bottom .sw-swiper-button-next::after,
#sw-app-5c3316ed3878479a663ccfa00e2428bf .sw-review-bottom .sw-swiper-button-prev::after {
    font-size: 10px !important;
}

/*************************Конфигуратор***********************/
/* Очистка контейнера сообщения для корректной работы обтекания */
.ai-message {
    display: block !important;
    overflow: hidden;
}

.ai-message p:empty {
    display: none !important;
}

/* 1. Название товара (заголовок) — растягивается на всю ширину */
.ai-message h4.product-title-config {
    clear: both;
    display: flex !important;
    align-items: center;
    gap: 16px;
    width: 100% !important;
    margin-top: 32px !important;
    margin-bottom: 16px !important;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.4;
}

/* Убираем верхнюю линию у самого первого товара */
.ai-message h4.product-title-config:first-of-type {
    border-top: none;
    margin-top: 8px !important;
    padding-top: 0;
}

/* Красивый шильдик с номером ПК */
.ai-message h4.product-title-config span {
    background: rgba(235, 49, 46, 0.12) !important;
    color: #ff3b30 !important;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 800;
    border: 1px solid rgba(235, 49, 46, 0.25);
    margin-right: 8px;
    display: inline-block;
    flex-shrink: 0;
}

/* Кнопка копирования названия */
.copy-pc-btn {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 6px;
    color: #9ca3af;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.copy-pc-btn:hover {
    background: rgba(235, 49, 46, 0.1);
    border-color: rgba(235, 49, 46, 0.3);
    color: #ff3b30;
}

/* 2. ЛЕВАЯ КОЛОНКА: Контейнер изображения товара */
.ai-message .product-image {
    float: left;
    /* Прижимаем к левому краю */
    width: 220px !important;
    /* Фиксированная аккуратная ширина */
    height: 220px !important;
    margin-right: 24px !important;
    margin-bottom: 16px !important;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    box-sizing: border-box;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ai-message .product-image>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-message .product-image:hover {
    border-color: rgba(235, 49, 46, 0.25);
    box-shadow: 0 8px 24px rgba(235, 49, 46, 0.08);
}

/* Перебиваем инлайновые стили ИИ для картинки */
.ai-message .product-image img {
    max-width: 100% !important;
    width: auto !important;
    /* Отменяем жесткие 400px от ИИ */
    max-height: 180px !important;
    /* Ограничиваем высоту */
    object-fit: contain !important;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
    transition: transform 0.4s ease;
}

.ai-message .product-image:hover img {
    transform: scale(1.05);
}

/* 3. ПРАВАЯ КОЛОНКА: Характеристики (создаем новый контекст форматирования) */
.ai-message ul.list-disc {
    overflow: hidden;
    /* Магия CSS: заставляет блок встать справа от картинки, а не под нее */
    list-style: none !important;
    padding-left: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    /* Характеристики в 2 колонки */
    gap: 8px;
    margin: 0 0 16px 0 !important;
}

/* Элемент характеристики */
.ai-message ul.list-disc li {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.8rem !important;
    color: #d1d5db !important;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    margin: 0 !important;
    font-weight: 600;
}

.ai-message ul.list-disc li::before {
    content: "⚡";
    margin-right: 8px;
    color: #ff3b30;
    font-size: 0.8rem;
    flex-shrink: 0;
}

/* Выделение цены (растягивается на всю ширину правой колонки) */
.ai-message ul.list-disc li:last-child {
    grid-column: 1 / -1;
    background: rgba(235, 49, 46, 0.08) !important;
    border: 1px solid rgba(235, 49, 46, 0.2) !important;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.85rem !important;
    justify-content: center;
}

.ai-message ul.list-disc li:last-child::before {
    content: "💰";
    font-size: 0.9rem;
}

/* 4. ПРАВАЯ КОЛОНКА: Кнопка перехода к сборке */
.ai-message p:has(.product-link) {
    overflow: hidden;
    /* Тоже выравнивается по правой колонке */
    display: flex;
    justify-content: flex-start;
    /* Выравнивание кнопки по левому краю правой колонки */
    margin: 0 !important;
    padding: 0 !important;
}

.ai-message .product-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #EB312E 0%, #C5312A 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    text-decoration: none !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 12px rgba(235, 49, 46, 0.2);
    transition: all 0.2s ease !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ai-message .product-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(235, 49, 46, 0.35);
    background: linear-gradient(135deg, #ff413e 0%, #d6362f 100%) !important;
}

#prompt-hints {
    margin-bottom: 10px;
}

/* 5. Финальное сообщение-подсказка от ИИ */
.ai-message .info-message-ai {
    clear: both;
    /* Сбрасываем обтекание */
    margin-top: 24px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.01);
    border-left: 3px solid #EB312E;
    border-radius: 4px 12px 12px 4px;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #d0d0d0;
    font-weight: 600;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

/* ==========================================================================
   АДАПТИВНОСТЬ ДЛЯ МОБИЛЬНЫХ УСТРОЙСТВ (Экраны менее 768px)
   ========================================================================== */
@media (max-width: 768px) {
    .ai-message .product-image {
        float: none !important;
        /* Отменяем обтекание */
        width: 100% !important;
        /* Картинка на всю ширину */
        height: 180px !important;
        margin-right: 0 !important;
        margin-bottom: 12px !important;
    }

    .ai-message .product-image img {
        max-height: 150px !important;
    }

    .ai-message ul.list-disc {
        grid-template-columns: 1fr;
        /* Характеристики в одну колонку */
        margin-bottom: 12px !important;
    }

    .ai-message p:has(.product-link) {
        justify-content: center;
        /* Кнопка по центру */
    }

    .ai-message .product-link {
        width: 100% !important;
        /* Кнопка на всю ширину */
    }
}

/* ═══════════════════════════════════════════════════════════════
   СТРАНИЦЫ: О КОМПАНИИ (about-page) / ОПЛАТА (pay-page) / КОНТАКТЫ (contact-page)
   Дизайн приведён к эталону sborka.html. Всё скауплено обёртками страниц.
   База (hero, .main-content, .section-*, .features-grid, .feature-card,
   .promo-block, .contact-section, кнопки и т.д.) переиспользует общие классы
   sborka-page — ниже только специфика этих страниц.
   ═══════════════════════════════════════════════════════════════ */

.about-page,
.pay-page,
.contact-page {
    --pa-accent: #FF453A;
    --pa-accent-hover: #e03a30;
    --pa-text: #e8e8e8;
    --pa-text-soft: #f0f0f0;
    --pa-muted: #888;
    --pa-muted-low: #777;
    --pa-border: rgba(255, 255, 255, 0.04);
    --pa-card-grad: linear-gradient(145deg, #111116 0%, #14141e 100%);
    --pa-block-grad: linear-gradient(145deg, #111116 0%, #13131d 100%);
    --pa-font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    font-family: var(--pa-font);
    color: var(--pa-text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* ── СБРОС ОТСТУПОВ ОБЁРТКИ (иначе глобальный .contact-page добавляет отступ сверху) ── */
.contact-page {
    margin: 0 !important;
    padding: 0 !important;
}

/* ── ВЫДЕЛЕНИЕ АКЦЕНТОМ ── */
.about-page .hl,
.pay-page .hl,
.contact-page .hl {
    color: #FF453A;
    font-weight: 600;
}

/* ── ОБЩИЕ СЕКЦИИ КОНТЕНТА (about / pay) ── */
.about-page .content-section,
.pay-page .content-section {
    margin-bottom: 64px;
    position: relative;
}

/* ── СПИСКИ-ГАЛОЧКИ ── */
.about-page .content-list,
.pay-page .content-list {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: grid;
    gap: 9px;
}

.about-page .content-list li,
.pay-page .content-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    margin: 0;
}

.about-page .content-list li i,
.pay-page .content-list li i {
    color: #FF453A;
    font-size: 15px;
    line-height: 1.5;
    flex-shrink: 0;
}

/* ── ЗАМЕТКА (note) ── */
.about-page .promo-block .text .note,
.pay-page .feature-card .note {
    font-size: 13.5px;
    color: #888;
    font-style: italic;
    background: rgba(255, 69, 58, 0.06);
    border-left: 2px solid rgba(255, 69, 58, 0.4);
    padding: 10px 14px;
    border-radius: 8px;
    margin-top: 16px;
}

.about-page .promo-block .text .note i,
.pay-page .feature-card .note i {
    color: #FF453A;
    margin-right: 6px;
}

/* ── ABOUT: БЛОКИ ТЕКСТ + КАРТИНКА (promo-block) ── */
.about-page .promo-block .section-desc {
    margin-bottom: 16px;
}

.about-page .promo-block .text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #f0f0f0;
    margin: 18px 0 8px;
}

.about-page .promo-block.reverse .about-img {
    order: 1;
}

.about-page .promo-block.reverse .text {
    order: 2;
}

.about-page .main-content .promo-block {
    align-items: stretch;
}

.about-page .about-img {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.about-page .about-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-page .promo-block .text-cta {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ── PAY: КАРТОЧКИ СПОСОБОВ ОПЛАТЫ / ДОСТАВКИ ── */
.pay-page .content-section .features-grid {
    margin-bottom: 0;
}

.pay-page .feature-card a {
    color: #FF453A;
    text-decoration: none;
    transition: color 0.2s;
}

.pay-page .feature-card a:hover {
    color: #fff;
}

/* ── CONTACT: ИНФО + КАРТА (promo-block) ── */
.contact-page .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
    padding: 9px 0;
}

.contact-page .contact-item i {
    color: #FF453A;
    font-size: 17px;
    line-height: 1.4;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-page .contact-item a {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-page .contact-item a:hover {
    color: #FF453A;
}

.contact-page .legal {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-page .legal-item {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 4px;
}

.contact-page .contact-map {
    align-self: stretch;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    min-height: 460px;
    position: relative;
    background: rgba(255, 255, 255, 0.02);
}

.contact-page .contact-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ── CONTACT: КАРТОЧКИ МАРШРУТОВ ── */
.contact-page .feature-card .coordinates {
    font-weight: 600;
    color: #FF453A;
    margin: 6px 0 0;
}

.contact-page .route-list {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.contact-page .route-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin: 0;
}

.contact-page .route-list li i {
    color: #FF453A;
    font-size: 15px;
    line-height: 1.5;
    flex-shrink: 0;
}

.contact-page .photo-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.contact-page .photo-gallery img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s;
}

.contact-page .photo-gallery img:hover {
    transform: scale(1.03);
    border-color: rgba(255, 69, 58, 0.25);
}

.contact-page .map-card {
    margin-bottom: 0;
}

.contact-page .contact-section {
    margin-top: 64px;
}

.contact-page .feature-card .map-image {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: block;
    margin-top: 16px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {

    .about-page .promo-block.reverse .about-img,
    .about-page .promo-block.reverse .text {
        order: 0;
    }

    .about-page .about-img {
        position: static;
        min-height: 0;
    }

    .about-page .about-img img {
        position: static;
        aspect-ratio: 4 / 3;
        height: auto;
    }
}

@media (max-width: 600px) {

    .about-page .content-section,
    .pay-page .content-section {
        margin-bottom: 48px;
    }

    .pay-page .section-image {
        padding: 20px;
    }

    .pay-page .section-image img {
        max-width: 240px;
        max-height: 120px;
    }

    .contact-page .contact-map {
        min-height: 320px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   СТРАНИЦА "СБОРКА ПК" (sborka-page)
   Перенесено из inline-<style> sborka.html, скауплено обёрткой
   .sborka-page, keyframes переименованы (префикс sb-), @property
   переименован в --sb-angle. Селекторы не выходят за пределы страницы.
   ═══════════════════════════════════════════════════════════════ */

.sborka-page a {
    text-decoration: none !important;
}

/* ── SCROLL REVEAL BASE ── */
.sborka-page .reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.sborka-page .reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.sborka-page .reveal-delay-1 {
    transition-delay: 0.1s;
}

.sborka-page .reveal-delay-2 {
    transition-delay: 0.2s;
}

.sborka-page .reveal-delay-3 {
    transition-delay: 0.3s;
}

.sborka-page .reveal-delay-4 {
    transition-delay: 0.4s;
}

/* ── TEXT SHIMMER — white with red sparkle flicker ── */
@keyframes sbShimmerRed {

    0%,
    100% {
        background-position: -300% center;
    }

    50% {
        background-position: 300% center;
    }
}

.sborka-page .shimmer-text {
    background: linear-gradient(100deg,
            #ffffff 0%,
            #ffffff 42%,
            #FF453A 48%,
            #ffffff 54%,
            #ffffff 100%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: sbShimmerRed 5s ease-in-out infinite;
}

/* ── ANIMATED GRADIENT BORDER ── */
@keyframes sbBorderRotate {
    0% {
        --sb-angle: 0deg;
    }

    100% {
        --sb-angle: 360deg;
    }
}

.sborka-page .gradient-border {
    position: relative;
    isolation: isolate;
}

.sborka-page .gradient-border::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: conic-gradient(from var(--sb-angle, 0deg),
            transparent 0%,
            rgba(255, 69, 58, 0.3) 15%,
            transparent 30%,
            transparent 70%,
            rgba(255, 69, 58, 0.3) 85%,
            transparent 100%);
    z-index: -1;
    animation: sbBorderRotate 6s linear infinite;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.sborka-page .gradient-border:hover::before {
    opacity: 1;
}

/* fallback support for @property */
@property --sb-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

/* ── HERO ── */
.sborka-page .hero {
    position: relative;
    background: #111111;
    overflow: hidden;
    padding: 100px 40px 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    border-radius: 16px;
    max-width: 1740px;
    margin: 0 auto;
}

.sborka-page .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: black;
    opacity: 0.35;
    animation: none;
}

/* glow orb */
.sborka-page .hero::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 69, 58, 0.18) 0%, transparent 70%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: sbGlowFloat 5s ease-in-out infinite alternate;
}

@keyframes sbGlowFloat {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -52%) scale(1.15);
        opacity: 1;
    }
}

/* floating particles */
.sborka-page .hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.sborka-page .hero-particles span {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 69, 58, 0.45);
    border-radius: 50%;
    animation: sbFloatUp linear infinite;
}

.sborka-page .hero-particles span:nth-child(1) {
    left: 12%;
    animation-duration: 7s;
    animation-delay: 0s;
}

.sborka-page .hero-particles span:nth-child(2) {
    left: 28%;
    animation-duration: 9s;
    animation-delay: 1s;
    width: 2px;
    height: 2px;
}

.sborka-page .hero-particles span:nth-child(3) {
    left: 45%;
    animation-duration: 6s;
    animation-delay: 0.5s;
}

.sborka-page .hero-particles span:nth-child(4) {
    left: 62%;
    animation-duration: 8s;
    animation-delay: 2s;
    width: 4px;
    height: 4px;
}

.sborka-page .hero-particles span:nth-child(5) {
    left: 78%;
    animation-duration: 10s;
    animation-delay: 0.3s;
}

.sborka-page .hero-particles span:nth-child(6) {
    left: 90%;
    animation-duration: 7.5s;
    animation-delay: 1.5s;
    width: 2px;
    height: 2px;
}

.sborka-page .hero-particles span:nth-child(7) {
    left: 20%;
    animation-duration: 8.5s;
    animation-delay: 0.8s;
    width: 2px;
    height: 2px;
}

.sborka-page .hero-particles span:nth-child(8) {
    left: 55%;
    animation-duration: 6.5s;
    animation-delay: 1.2s;
}

.sborka-page .hero-particles span:nth-child(9) {
    left: 85%;
    animation-duration: 9.5s;
    animation-delay: 0.6s;
    width: 3px;
    height: 3px;
}

.sborka-page .hero-particles span:nth-child(10) {
    left: 38%;
    animation-duration: 7.2s;
    animation-delay: 1.8s;
    width: 2px;
    height: 2px;
}

@keyframes sbFloatUp {
    0% {
        bottom: -10px;
        opacity: 0;
        transform: translateX(0);
    }

    15% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        bottom: 110%;
        opacity: 0;
        transform: translateX(30px);
    }
}

.sborka-page .hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 720px;
}

.sborka-page .hero-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FF453A;
    border: 1px solid rgba(255, 69, 58, 0.4);
    padding: 6px 18px;
    border-radius: 4px;
    margin-bottom: 22px;
    animation: sbFadeSlideDown 0.6s ease-out both;
    backdrop-filter: blur(4px);
    background: rgba(255, 69, 58, 0.06);
}

@keyframes sbFadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sborka-page .hero h2 {
    font-size: clamp(30px, 4.5vw, 52px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.12;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
    animation: sbFadeSlideUp 0.7s ease-out 0.15s both;
}

.sborka-page .hero h2 span {
    color: #FF453A;
}

@keyframes sbFadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sborka-page .hero p {
    font-size: 16px;
    color: rgb(255 255 255);
    line-height: 1.65;
    animation: sbFadeSlideUp 0.7s ease-out 0.3s both;
    font-weight: 500;
    text-shadow: 1px 1px black;
}

/* ── MAIN WRAPPER ── */
.sborka-page .main-content {
    max-width: 1740px;
    margin: 0 auto;
    padding: 64px 0px 80px;
}

/* ── SECTION LABELS ── */
.sborka-page .section-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #FF453A;
    margin-bottom: 10px;
}

.sborka-page .section-title {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 700;
    color: #f0f0f0;
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
    margin-top: 0 !important;
}

.sborka-page .section-desc {
    font-size: 15px;
    color: #888;
    line-height: 1.7;
    max-width: 680px;
    margin-bottom: 48px;
}

/* ── FEATURES GRID ── */
.sborka-page .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    margin-bottom: 64px;
}

.sborka-page .feature-card {
    background: linear-gradient(145deg, #111116 0%, #14141e 100%);
    padding: 34px 28px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 800px;
}

.sborka-page .feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: radial-gradient(circle at 30% 20%, rgba(255, 69, 58, 0.06) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.sborka-page .feature-card:hover {
    transform: translateY(-4px) rotateX(2deg) rotateY(-1deg);
    border-color: rgba(255, 69, 58, 0.2);
    box-shadow: 0 12px 40px rgba(255, 69, 58, 0.08), 0 0 0 1px rgba(255, 69, 58, 0.06);
}

.sborka-page .feature-card:hover::before {
    opacity: 1;
}

.sborka-page .feature-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 69, 58, 0.08);
    border: 1px solid rgba(255, 69, 58, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background 0.3s, border-color 0.3s, transform 0.3s;
}

.sborka-page .feature-card:hover .feature-icon {
    background: rgba(255, 69, 58, 0.14);
    border-color: rgba(255, 69, 58, 0.25);
    transform: scale(1.1) rotate(-5deg);
}

.sborka-page .feature-icon i {
    font-size: 18px;
    color: #FF453A;
}

.sborka-page .feature-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #f0f0f0;
    margin-bottom: 8px;
    line-height: 1.3;
}

.sborka-page .feature-card p {
    font-size: 13.5px;
    color: #777;
    line-height: 1.65;
}

/* ── PROMO BLOCK ── */
.sborka-page .promo-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 64px;
    padding: 44px 40px;
    background: linear-gradient(145deg, #111116 0%, #13131d 100%);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    position: relative;
    overflow: hidden;
}

.sborka-page .promo-block::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 69, 58, 0.07) 0%, transparent 70%);
    border-radius: 50%;
    top: -80px;
    right: -80px;
    pointer-events: none;
}

.sborka-page .promo-block .text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
}

.sborka-page .promo-block .text p+p {
    margin-top: 14px;
}

.sborka-page .promo-block .text strong {
    color: #fff;
}

.sborka-page .promo-cta {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
}

.sborka-page .promo-cta .stat {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.sborka-page .promo-cta .stat-num {
    font-size: 44px;
    font-weight: 800;
    color: #FF453A;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.sborka-page .promo-cta .stat-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
    max-width: 140px;
}

.sborka-page .divider-v {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
}

/* ── YANDEX RATING ── */
.sborka-page .yandex-rating-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #161620 0%, #131320 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 34px 40px;
    min-width: 220px;
    text-align: center;
    gap: 6px;
    transition: border-color 0.3s, transform 0.3s;
}

.sborka-page .yandex-rating-block:hover {
    border-color: rgba(255, 69, 58, 0.15);
    transform: translateY(-2px);
}

.sborka-page .ya-logo-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.sborka-page .ya-logo-row>img {
    width: 40px;
}

.sborka-page .ya-service {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.2px;
}

.sborka-page .ya-score {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -2px;
}

.sborka-page .ya-stars {
    display: flex;
    gap: 4px;
    margin: 4px 0 2px;
}

.sborka-page .ya-stars i {
    font-size: 18px;
    color: #fcaf1d;
}

.sborka-page .ya-count {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2px;
}

/* ── GALLERY ── */
.sborka-page .gallery-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.sborka-page .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 64px;
}

.sborka-page .gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: #111;
    cursor: pointer;
}

.sborka-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.5s ease;
    filter: brightness(0.85);
}

.sborka-page .gallery-item:hover img {
    transform: scale(1.08);
    filter: brightness(1);
}

.sborka-page .gallery-item .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 18px;
}

.sborka-page .gallery-item:hover .overlay {
    opacity: 1;
}

.sborka-page .gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    border: 1.5px solid transparent;
    transition: border-color 0.4s ease;
    pointer-events: none;
}

.sborka-page .gallery-item:hover::after {
    border-color: rgba(255, 69, 58, 0.5);
}

.sborka-page .overlay-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FF453A;
    transform: translateY(6px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.sborka-page .gallery-item:hover .overlay-tag {
    transform: translateY(0);
}

/* ── CTA BUTTONS ── */
.sborka-page .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FF453A;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}

.sborka-page .btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.25s;
}

.sborka-page .btn-primary:hover {
    background: #e03a30;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 69, 58, 0.3);
}

.sborka-page .btn-primary:hover::before {
    opacity: 1;
}

.sborka-page .btn-primary:active {
    transform: translateY(0);
}

/* magnetic button wrapper */
.sborka-page .magnetic-wrap {
    display: inline-flex;
    position: relative;
}

.sborka-page .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.25s, background 0.25s, transform 0.2s;
}

.sborka-page .btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-1px);
}

.sborka-page .otziv-block {
    margin-bottom: 64px;
}

/* ── CONTACT SECTION ── */
.sborka-page .contact-section {
    background: linear-gradient(145deg, #111116 0%, #13131d 100%);
    border-radius: 16px;
    padding: 52px 44px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.04);
    position: relative;
    overflow: hidden;
}

.sborka-page .contact-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 69, 58, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -180px;
    left: -140px;
    pointer-events: none;
}

.sborka-page .contact-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 69, 58, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    top: -100px;
    right: -80px;
    pointer-events: none;
}

.sborka-page .contact-section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: 6px;
}

.sborka-page .contact-section .sub {
    font-size: 14px;
    color: #777;
    margin-bottom: 32px;
    line-height: 1.6;
}

.sborka-page .contact-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.sborka-page .contact-link {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #f0f0f0;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: border-color 0.3s, background 0.3s, transform 0.25s, box-shadow 0.3s;
    background: rgba(255, 255, 255, 0.02);
}

.sborka-page .contact-link:hover {
    border-color: rgba(255, 69, 58, 0.3);
    background: rgba(255, 69, 58, 0.04);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.sborka-page .contact-link .cl-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s, border-color 0.3s;
}

.sborka-page .contact-link .cl-icon i {
    font-size: 17px;
}

.sborka-page .contact-link .cl-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* icon color variants */
.sborka-page .cl-icon--phone {
    background: rgba(255, 69, 58, 0.1);
    border: 1px solid rgba(255, 69, 58, 0.15);
}

.sborka-page .cl-icon--phone i {
    color: #FF453A;
}

.sborka-page .contact-link:hover .cl-icon--phone {
    background: rgba(255, 69, 58, 0.18);
    border-color: rgba(255, 69, 58, 0.3);
}

.sborka-page .cl-icon--vk {
    background: rgba(76, 117, 163, 0.1);
    border: 1px solid rgba(76, 117, 163, 0.15);
}

.sborka-page .cl-icon--vk img {
    filter: brightness(1.2);
}

.sborka-page .contact-link:hover .cl-icon--vk {
    background: rgba(76, 117, 163, 0.18);
    border-color: rgba(76, 117, 163, 0.3);
}

.sborka-page .cl-icon--max {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sborka-page .cl-icon--max img {
    filter: brightness(1.3);
}

.sborka-page .contact-link:hover .cl-icon--max {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
}

.sborka-page .contact-link .link-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.sborka-page .contact-link .link-label {
    font-size: 11.5px;
    color: #555;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.sborka-page .contact-link .link-value {
    font-size: 15px;
    font-weight: 600;
    color: #e8e8e8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sborka-page .contact-aside {
    text-align: center;
    padding: 36px 40px;
    background: url(https://power-art.ru/wa-data/public/site/img/editing_result_52226c7176e311f1a5c4a2d597ee374b_1.webp);
    border-radius: 14px;
    min-width: 240px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.sborka-page .contact-aside-back {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(17, 17, 26, 0.85);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.sborka-page .contact-aside .phone {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    letter-spacing: -0.5px;
}

.sborka-page .contact-aside .free {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.sborka-page .contact-aside .btn-primary {
    width: 100%;
    justify-content: center;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* pulse ring on CTA */
.sborka-page .contact-aside .btn-primary::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 13px;
    border: 2px solid rgba(255, 69, 58, 0.4);
    animation: pulseRing 2s ease-out infinite;
    pointer-events: none;
}

@keyframes pulseRing {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.08);
    }
}

/* ── PROCESS TIMELINE ── */
.sborka-page .process-section {
    margin-bottom: 64px;
}

.sborka-page .process-track {
    display: flex;
    align-items: stretch;
    gap: 12px;
    position: relative;
}

.sborka-page .process-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.4s, box-shadow 0.4s;
    background: linear-gradient(145deg, #111116 0%, #14141e 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 28px 16px 24px;
}

.sborka-page .process-step.show {
    opacity: 1;
    transform: translateY(0);
}

.sborka-page .process-step.active {
    border-color: rgba(255, 69, 58, 0.2);
    box-shadow: 0 8px 30px rgba(255, 69, 58, 0.06);
}

.sborka-page .step-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
    background: #111116;
    border: 2px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.5s, background 0.5s, box-shadow 0.5s;
}

.sborka-page .step-icon i {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.3);
    transition: color 0.5s;
}

.sborka-page .process-step.active .step-icon {
    border-color: #FF453A;
    background: rgba(255, 69, 58, 0.08);
    box-shadow: 0 0 30px rgba(255, 69, 58, 0.15), 0 0 60px rgba(255, 69, 58, 0.05);
}

.sborka-page .process-step.active .step-icon i {
    color: #FF453A;
}

.sborka-page .step-num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 6px;
    transition: color 0.5s;
}

.sborka-page .process-step.active .step-num {
    color: #FF453A;
}

.sborka-page .step-title {
    font-size: 15px;
    font-weight: 600;
    color: #f0f0f0;
    margin-bottom: 6px;
}

.sborka-page .step-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    max-width: 160px;
    margin: 0 auto;
}

/* ── CONFIGURATOR ── */
.sborka-page .config-section {
    margin-bottom: 64px;
    position: relative;
}

.sborka-page .config-section .config-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 12px;
}

.sborka-page .config-section .config-header .section-desc {
    margin-bottom: 0;
}

/* AI glow behind configurator */
.sborka-page .config-ai-glow {
    position: absolute;
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(255, 69, 58, 0.04) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: aiGlowBreath 5s ease-in-out infinite alternate;
}

@keyframes aiGlowBreath {
    0% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* connection dots between CPU and GPU */
.sborka-page .config-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 8px 0 20px;
    position: relative;
}

.sborka-page .config-divider-dot {
    width: 4px;
    height: 4px;
    background: rgba(255, 69, 58, 0.3);
    border-radius: 50%;
    animation: dotPulse 2s ease-in-out infinite;
}

.sborka-page .config-divider-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.sborka-page .config-divider-dot:nth-child(3) {
    animation-delay: 0.4s;
    width: 5px;
    height: 5px;
    background: rgba(255, 69, 58, 0.5);
}

.sborka-page .config-divider-dot:nth-child(4) {
    animation-delay: 0.6s;
}

.sborka-page .config-divider-dot:nth-child(5) {
    animation-delay: 0.8s;
}

.sborka-page .config-divider-line {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 69, 58, 0.2), transparent);
}

@keyframes dotPulse {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.4);
    }
}

.sborka-page .config-category {
    margin-bottom: 28px;
}

.sborka-page .config-category-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sborka-page .config-category-label i {
    color: #FF453A;
    font-size: 13px;
}

.sborka-page .config-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    width: 100%;
}

.sborka-page .config-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1.5px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px 12px;
    cursor: pointer;
    transition: border-color 0.3s, background 0.3s, transform 0.2s, box-shadow 0.3s;
    position: relative;
    text-align: center;
}

.sborka-page .config-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(-2px);
}

.sborka-page .config-card.selected {
    border-color: #FF453A;
    background: rgba(255, 69, 58, 0.06);
    box-shadow: 0 0 20px rgba(255, 69, 58, 0.08);
}

.sborka-page .config-card .cc-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: #FF453A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.sborka-page .config-card.selected .cc-check {
    opacity: 1;
    transform: scale(1);
}

.sborka-page .cc-check i {
    font-size: 11px;
    color: #fff;
}

.sborka-page .config-card .cc-img {
    width: 72px;
    height: 72px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.sborka-page .config-card:hover .cc-img {
    transform: scale(1.08);
}

.sborka-page .config-card.selected .cc-img {
    transform: scale(1.1);
}

.sborka-page .config-card .cc-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.sborka-page .config-card .cc-name {
    font-size: 14px;
    font-weight: 700;
    color: #e0e0e0;
    margin-bottom: 4px;
    line-height: 1.3;
}

.sborka-page .config-card .cc-marketing {
    font-size: 11.5px;
    color: #666;
    line-height: 1.4;
}

.sborka-page .config-card .cc-marketing strong {
    color: #FF453A;
    font-weight: 600;
}

/* click hint — wave glow across cards */
.sborka-page .config-grid .config-card {
    animation: cardHintWave 4s ease-in-out infinite;
}

.sborka-page .config-grid .config-card:nth-child(1) {
    animation-delay: 0s;
}

.sborka-page .config-grid .config-card:nth-child(2) {
    animation-delay: 0.15s;
}

.sborka-page .config-grid .config-card:nth-child(3) {
    animation-delay: 0.3s;
}

.sborka-page .config-grid .config-card:nth-child(4) {
    animation-delay: 0.45s;
}

.sborka-page .config-grid .config-card:nth-child(5) {
    animation-delay: 0.6s;
}

.sborka-page .config-grid .config-card:nth-child(6) {
    animation-delay: 0.75s;
}

@keyframes cardHintWave {

    0%,
    70%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 69, 58, 0);
    }

    80% {
        box-shadow: 0 0 16px 2px rgba(255, 69, 58, 0.15);
    }
}

/* stop hint when card is selected or hovered */
.sborka-page .config-card.selected,
.sborka-page .config-card:hover {
    animation: none;
}

/* summary bar */
.sborka-page .config-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    opacity: 0.45;
    transition: opacity 0.4s, border-color 0.4s, background 0.4s;
    pointer-events: none;
}

.sborka-page .config-summary.active {
    opacity: 1;
    border-color: rgba(255, 69, 58, 0.2);
    background: rgba(255, 69, 58, 0.03);
    pointer-events: auto;
}

.sborka-page .config-summary .cs-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sborka-page .config-summary .cs-selected {
    font-size: 14px;
    color: #dbdbdb;
    text-transform: uppercase;
}

.sborka-page .config-summary .cs-selected strong {
    color: #e0e0e0;
}

.sborka-page .config-summary .btn-primary {
    flex-shrink: 0;
}

/* ── CONFIGURATOR NEW LAYOUT ── */
.sborka-page .config-body {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 40px;
}

.sborka-page .config-cards-col {
    min-width: 0;
}

.sborka-page .config-panel {
    position: sticky;
    top: 24px;
    background: linear-gradient(160deg, #14141e 0%, #111118 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 220px;
}

.sborka-page .config-panel-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sborka-page .config-panel-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 69, 58, 0.08);
    border: 1px solid rgba(255, 69, 58, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sborka-page .config-panel-icon i {
    font-size: 16px;
    color: #FF453A;
}

.sborka-page .config-panel-title {
    font-size: 15px;
    font-weight: 700;
    color: #e8e8e8;
}

.sborka-page .config-panel-sub {
    font-size: 12px;
    color: #666;
}

/* Selected components list in panel */
.sborka-page .config-panel-selections {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sborka-page .config-panel-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    transition: border-color 0.3s, background 0.3s;
}

.sborka-page .config-panel-item.filled {
    border-color: rgba(255, 69, 58, 0.15);
    background: rgba(255, 69, 58, 0.03);
}

.sborka-page .config-panel-item .cpi-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 69, 58, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sborka-page .config-panel-item .cpi-icon i {
    font-size: 12px;
    color: rgba(255, 69, 58, 0.5);
}

.sborka-page .config-panel-item.filled .cpi-icon i {
    color: #FF453A;
}

.sborka-page .config-panel-item .cpi-label {
    font-size: 11px;
    color: #555;
    font-weight: 500;
}

.sborka-page .config-panel-item .cpi-value {
    font-size: 13px;
    color: #aaa;
    font-weight: 600;
}

.sborka-page .config-panel-item.filled .cpi-value {
    color: #e0e0e0;
}

/* AI Loading overlay */
.sborka-page .ai-loading-overlay {
    display: none;
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 12, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    z-index: 20;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.sborka-page .ai-loading-overlay.active {
    display: flex;
}

.sborka-page .ai-brain {
    width: 64px;
    height: 64px;
    position: relative;
}

.sborka-page .ai-brain-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2.5px solid transparent;
    border-top-color: #FF453A;
    border-right-color: rgba(255, 69, 58, 0.3);
    animation: aiSpin 1.2s linear infinite;
}

.sborka-page .ai-brain-ring:nth-child(2) {
    inset: 6px;
    border-top-color: rgba(255, 69, 58, 0.5);
    border-right-color: transparent;
    border-left-color: #FF453A;
    animation-duration: 1.8s;
    animation-direction: reverse;
}

.sborka-page .ai-brain-ring:nth-child(3) {
    inset: 12px;
    border-top-color: transparent;
    border-right-color: #FF453A;
    border-bottom-color: rgba(255, 69, 58, 0.4);
    animation-duration: 2.4s;
}

.sborka-page .ai-brain-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: radial-gradient(circle, #FF453A 30%, rgba(255, 69, 58, 0.3) 70%, transparent 100%);
    border-radius: 50%;
    animation: aiPulseCore 1.5s ease-in-out infinite;
}

@keyframes aiSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes aiPulseCore {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 1;
    }
}

.sborka-page .ai-loading-text {
    font-size: 14px;
    font-weight: 600;
    color: #e0e0e0;
    text-align: center;
}

.sborka-page .ai-loading-sub {
    font-size: 12px;
    color: #666;
    text-align: center;
}

.sborka-page .ai-progress-bar {
    width: 180px;
    height: 3px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 3px;
    overflow: hidden;
}

.sborka-page .ai-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #FF453A, #ff6b5e);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.sborka-page .ai-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 16px;
}

.sborka-page .ai-particles span {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 69, 58, 0.5);
    border-radius: 50%;
    animation: aiFloatUp linear infinite;
}

.sborka-page .ai-particles span:nth-child(1) {
    left: 15%;
    animation-duration: 4s;
    animation-delay: 0s;
}

.sborka-page .ai-particles span:nth-child(2) {
    left: 30%;
    animation-duration: 5s;
    animation-delay: 0.5s;
    width: 2px;
    height: 2px;
}

.sborka-page .ai-particles span:nth-child(3) {
    left: 50%;
    animation-duration: 3.5s;
    animation-delay: 1s;
}

.sborka-page .ai-particles span:nth-child(4) {
    left: 70%;
    animation-duration: 4.5s;
    animation-delay: 0.3s;
    width: 2px;
    height: 2px;
}

.sborka-page .ai-particles span:nth-child(5) {
    left: 85%;
    animation-duration: 5.5s;
    animation-delay: 0.8s;
}

.sborka-page .ai-particles span:nth-child(6) {
    left: 40%;
    animation-duration: 4.2s;
    animation-delay: 1.2s;
    width: 4px;
    height: 4px;
}

@keyframes aiFloatUp {
    0% {
        bottom: -10px;
        opacity: 0;
        transform: translateX(0);
    }

    15% {
        opacity: 0.8;
    }

    85% {
        opacity: 0.8;
    }

    100% {
        bottom: 110%;
        opacity: 0;
        transform: translateX(20px);
    }
}

/* AI result */
.sborka-page .ai-result {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.sborka-page .ai-result.active {
    display: flex;
}

.sborka-page .ai-result-icon {
    width: 48px;
    height: 48px;
    background: rgba(76, 175, 80, 0.1);
    border: 1.5px solid rgba(76, 175, 80, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sborka-page .ai-result-icon i {
    font-size: 20px;
    color: #4CAF50;
}

.sborka-page .ai-result-title {
    font-size: 15px;
    font-weight: 700;
    color: #e0e0e0;
}

.sborka-page .ai-result-desc {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
}

.sborka-page .ai-result-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(76, 175, 80, 0.08);
    border: 1px solid rgba(76, 175, 80, 0.2);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #4CAF50;
}

.sborka-page .config-panel .btn-primary {
    width: 100%;
    justify-content: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
    .sborka-page .config-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .sborka-page .config-body {
        grid-template-columns: 1fr;
    }

    .sborka-page .config-panel {
        position: static;
    }
}

@media (max-width: 900px) {
    .sborka-page .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sborka-page .promo-block {
        grid-template-columns: 1fr;
    }

    .sborka-page .contact-section {
        grid-template-columns: 1fr;
    }

    .sborka-page .contact-aside {
        text-align: left;
        width: 100%;
    }

    .sborka-page .contact-links {
        grid-template-columns: 1fr;
    }

    .sborka-page .config-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .sborka-page .promo-cta {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    .sborka-page .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 40px;
    }

    .sborka-page .features-grid {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
        gap: 12px;
    }

    .sborka-page .hero {
        padding: 60px 20px 50px;
        margin-bottom: 0;
        min-height: 260px;
    }

    .sborka-page .main-content {
        padding: 30px 0;
    }

    .sborka-page .contact-section {
        padding: 24px 16px;
        border-radius: 12px;
    }

    .sborka-page .promo-block {
        padding: 28px 16px;
        margin-bottom: 40px;
        border-radius: 12px;
    }

    .sborka-page .otziv-block {
        margin-bottom: 10px;
    }

    .sborka-page #promo>div.text>div>a,
    .sborka-page .gallery-header>a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sborka-page .contact-aside {
        width: 100%;
        padding: 20px;
        min-width: auto;
    }

    .sborka-page .contact-section h2 {
        margin-top: 0;
        font-size: 22px;
    }

    .sborka-page .section-desc {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .sborka-page .feature-card {
        padding: 28px 22px;
    }

    .sborka-page .gallery-item {
        border-radius: 10px;
    }

    .sborka-page .gallery-item {
        aspect-ratio: 4/5;
    }

    .sborka-page .section-title {
        font-size: clamp(20px, 5vw, 28px);
    }

    /* process — vertical on mobile */
    .sborka-page .process-track {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .sborka-page .process-step {
        text-align: left;
        display: flex;
        align-items: center;
        gap: 16px;
        opacity: 1;
        transform: none;
        padding: 18px 16px;
    }

    .sborka-page .step-icon {
        margin: 0;
        flex-shrink: 0;
        width: 48px;
        height: 48px;
    }

    .sborka-page .step-icon i {
        font-size: 18px;
    }

    .sborka-page .step-info {
        text-align: left;
    }

    .sborka-page .step-desc {
        margin: 0;
        max-width: none;
    }

    /* configurator */
    .sborka-page .config-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .sborka-page .config-card {
        padding: 14px 10px;
    }

    .sborka-page .config-card .cc-img {
        width: 52px;
        height: 52px;
    }

    .sborka-page .config-card .cc-name {
        font-size: 12px;
    }

    .sborka-page .config-card .cc-marketing {
        font-size: 10.5px;
    }

    .sborka-page .config-summary {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 20px;
    }

    .sborka-page .config-summary .btn-primary {
        width: 100%;
        justify-content: center;
    }

    .sborka-page .config-category-label {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .sborka-page .config-divider {
        display: none;
    }

    /* promo block buttons */
    .sborka-page .promo-block .text div[style] {
        flex-direction: column !important;
    }

    .sborka-page .promo-block .text div[style]>a {
        width: 100%;
        justify-content: center;
    }

    /* yandex rating */
    .sborka-page .yandex-rating-block {
        min-width: auto;
        padding: 28px 20px;
    }

    .sborka-page .ya-score {
        font-size: 42px;
    }

    .blocks__sub-title {
        margin-top: 0;
        font-size: 0.8rem;
        text-align: center;
    }

    .blocks__title > .section-label, .components-section > .section-label, .js-products > .section-label, .posts > .section-label, .blocks__item.blocks__item-custom_user_block_28 > div > .section-label, .up-reviews > .section-label, .posts-b > .section-label, .faq-section > div > .section-label, .blocks__item.blocks__item-viewed > div > .section-label {
        text-align: center;
    }
}

@media (max-width: 380px) {
    .sborka-page .hero h2 {
        font-size: 26px;
    }

    .sborka-page .hero {
        padding: 50px 16px 40px;
    }

    .sborka-page .config-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .sborka-page .config-card {
        padding: 12px 8px;
    }

    .sborka-page .config-card .cc-img {
        width: 44px;
        height: 44px;
    }

    .sborka-page .contact-aside .phone {
        font-size: 22px;
    }
}

/* ===== Кнопка "В конфигуратор" на странице товара ===== */
.r7-add-config {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: -10px;
    padding: var(--up-btn-padding-y, 10px) var(--up-btn-padding-x, 18px);
    border: 1px solid var(--up-scheme-dark-10);
    border-radius: var(--up-form-radius, 8px);
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
    font-family: var(--up-font-family, inherit);
    font-size: var(--up-btn-fs, 14px);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.r7-add-config .r7-add-config__icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.r7-add-config:hover,
.r7-add-config:focus-visible {
    background: var(--up-scheme-color);
    border-color: var(--up-scheme-color);
    color: #fff;
}

.r7-add-config:active {
    transform: translateY(1px);
}

/* Товар уже в конфигураторе — кнопка "Удалить из конфигуратора" */
.r7-add-config--inbuild {
    background: rgba(255, 69, 58, 0.08);
    border-color: #FF453A;
}

.r7-add-config--inbuild:hover,
.r7-add-config--inbuild:focus-visible {
    background: #FF453A;
    border-color: #FF453A;
    color: #fff;
}

@media (max-width: 768px) {
    .r7-add-config {
        height: 40px;
        margin-top: 0;
    }

    /* в мобильной версии кнопка прижимается вплотную к карточке */
    .js-products .r7-add-config {
        margin-top: 0;
    }

    .product__item-order-by-phone {
        margin-bottom: 15px;
    }
}

/* Тост-уведомление */
.r7-config-toast {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 340px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #1b1f2a;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    font-size: 14px;
    line-height: 1.3;
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.r7-config-toast--show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.r7-config-toast--error {
    border: 1px solid #FF453A;
}

.r7-config-toast__link {
    flex-shrink: 0;
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--up-scheme-color);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.r7-config-toast__link:hover {
    filter: brightness(1.1);
}

/* START! Прелоадер сайта */
#site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 16% 22%, rgba(140, 110, 220, 0.18) 0%, transparent 7%),
        radial-gradient(circle at 84% 24%, rgba(60, 150, 220, 0.16) 0%, transparent 8%),
        radial-gradient(circle at 78% 82%, rgba(180, 90, 180, 0.14) 0%, transparent 6%),
        radial-gradient(circle at 24% 84%, rgba(60, 120, 220, 0.12) 0%, transparent 5%),
        radial-gradient(circle at 50% 50%, rgba(120, 90, 200, 0.10) 0%, transparent 10%),
        #000000;
    background-size: 220% 220%;
    animation: site-preloader-shift 7s ease-in-out infinite, site-preloader-failsafe 0.6s ease 8s forwards;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 1;
}
#site-preloader.site-preloader--done {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#site-preloader .site-preloader__shade {
    position: absolute;
    top: -60%;
    left: -60%;
    right: -60%;
    bottom: -60%;
    background:
        conic-gradient(from 0deg at 50% 50%,
            rgba(140, 110, 220, 0) 0deg,
            rgba(140, 110, 220, 0.10) 40deg,
            rgba(60, 150, 220, 0.11) 90deg,
            rgba(140, 110, 220, 0) 160deg,
            rgba(180, 90, 180, 0.10) 220deg,
            rgba(140, 110, 220, 0) 300deg,
            rgba(140, 110, 220, 0) 360deg);
    filter: blur(30px);
    animation: site-preloader-spin 14s linear infinite;
}
#site-preloader .site-preloader__logo {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 18px rgba(140, 110, 220, 0.35));
    animation: site-preloader-breathe 3s ease-in-out infinite;
}
#site-preloader .site-preloader__logo img {
    display: block;
    max-width: min(75vw, 320px);
    height: auto;
}
@keyframes site-preloader-shift {
    0%, 100% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
}
@keyframes site-preloader-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes site-preloader-breathe {
    0%, 100% { transform: scale(1); opacity: 0.92; }
    50% { transform: scale(1.04); opacity: 1; }
}
/* END! Прелоадер сайта */

@keyframes site-preloader-failsafe {
    from { opacity: 1; visibility: visible; }
    to { opacity: 0; visibility: hidden; pointer-events: none; }
}

/* ===== LEAD FORM MODAL (pa-leadform) ===== */
.pa-leadform {
    position: fixed;
    inset: 0;
    z-index: 999998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pa-leadform.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.pa-leadform__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 22, 0.82);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.pa-leadform__dialog {
    position: relative;
    width: 100%;
    max-width: 440px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    background: #111116;
    border: 1px solid rgba(255, 69, 58, 0.35);
    border-radius: 16px;
    padding: 32px 30px 30px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 69, 58, 0.12);
    transform: translateY(18px) scale(0.98);
    transition: transform 0.3s ease;
}
.pa-leadform.is-open .pa-leadform__dialog {
    transform: translateY(0) scale(1);
}
.pa-leadform__close {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: #e0e0e0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.pa-leadform__close:hover {
    background: rgba(255, 69, 58, 0.15);
    border-color: rgba(255, 69, 58, 0.5);
    color: #fff;
}
.pa-leadform__head {
    text-align: center;
    margin-bottom: 24px;
}
.pa-leadform__logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 18px;
}
.pa-leadform__title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.3px;
}
.pa-leadform__subtitle {
    margin-top: 8px;
    font-size: 14px;
    color: #8f90a6;
    line-height: 1.5;
}
.pa-leadform__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.pa-leadform__field {
    display: flex;
    flex-direction: column;
}
.pa-leadform__field input,
.pa-leadform__field textarea {
    width: 100%;
    background: #1a1a26;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    padding: 14px 16px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    box-sizing: border-box;
}
.pa-leadform__field textarea {
    resize: vertical;
    min-height: 72px;
    font-family: inherit;
}
.pa-leadform__field input::placeholder,
.pa-leadform__field textarea::placeholder {
    color: #777;
}
.pa-leadform__field input:focus,
.pa-leadform__field textarea:focus {
    border-color: #FF453A;
    box-shadow: 0 0 0 3px rgba(255, 69, 58, 0.18);
    background: #1f1f2e;
}
.pa-leadform__field.is-error input,
.pa-leadform__field.is-error textarea {
    border-color: #e63030;
}
.pa-leadform__submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #FF453A 0%, #e03a30 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 15px 28px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
    overflow: hidden;
    min-height: 50px;
}
.pa-leadform__submit:hover {
    background: linear-gradient(135deg, #ff5543 0%, #e03a30 100%);
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(255, 69, 58, 0.35);
}
.pa-leadform__submit:disabled {
    opacity: 0.7;
    cursor: progress;
    transform: none;
    box-shadow: none;
}
.pa-leadform__submit.is-loading .pa-leadform__submit-text {
    opacity: 0;
}
.pa-leadform__spinner {
    display: none;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
}
.pa-leadform__submit.is-loading .pa-leadform__spinner {
    display: flex;
}
.pa-leadform__spinner::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: pa-leadform-spin 0.8s linear infinite;
}
@keyframes pa-leadform-spin {
    to { transform: rotate(360deg); }
}
.pa-leadform__msg {
    display: none;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    padding: 12px 14px;
    line-height: 1.45;
}
.pa-leadform__msg--ok {
    color: #7ce38b;
    background: rgba(124, 227, 139, 0.1);
    border: 1px solid rgba(124, 227, 139, 0.25);
}
.pa-leadform__msg--err {
    color: #ff8a80;
    background: rgba(255, 69, 58, 0.1);
    border: 1px solid rgba(255, 69, 58, 0.35);
}
.pa-leadform__msg.is-visible {
    display: block;
}
@media (max-width: 520px) {
    .pa-leadform__dialog {
        padding: 26px 20px 24px;
        max-height: calc(100vh - 20px);
    }
    .pa-leadform__title {
        font-size: 19px;
    }
}

/* ===== DELAYED LEAD FORM (2-column, photo) ===== */
.pa-leadform--wide .pa-leadform__dialog {
    max-width: 760px;
    padding: 0;
    overflow: hidden;
}
.pa-leadform--wide .pa-leadform__grid {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 480px;
}
.pa-leadform--wide .pa-leadform__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pa-leadform--wide .pa-leadform__col--form {
    flex: 1 1 55%;
    max-width: 55%;
    padding: 34px 32px 32px;
}
.pa-leadform--wide .pa-leadform__col--photo {
    flex: 1 1 45%;
    max-width: 45%;
    position: relative;
    background: #0b0b0f;
}
.pa-leadform--wide .pa-leadform__col--photo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 700px) {
    .pa-leadform--wide .pa-leadform__grid {
        flex-direction: column;
        min-height: 0;
    }
    .pa-leadform--wide .pa-leadform__col--form {
        max-width: 100%;
        padding: 26px 20px 24px;
    }
    .pa-leadform--wide .pa-leadform__col--photo {
        display: none;
    }
}

/* Online-метка на кнопке связи */
.pa-online-dot {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #2ecc71;
	border: 2px solid #fff;
	box-shadow: 0 0 5px rgba(46, 204, 113, 0.45);
	z-index: 2;
	animation: pa-online-pulse 1.8s ease-in-out infinite;
}
.pa-online-dot::before {
	content: "";
	position: absolute;
	inset: -3px;
	border-radius: 50%;
	border: 2px solid rgba(46, 204, 113, 0.55);
	animation: pa-online-ring 1.8s ease-out infinite;
}
@keyframes pa-online-pulse {
	0%, 100% { box-shadow: 0 0 4px rgba(46, 204, 113, 0.3); }
	50%      { box-shadow: 0 0 10px rgba(46, 204, 113, 0.6); }
}
@keyframes pa-online-ring {
	0%   { transform: scale(0.7); opacity: 1; }
	70%  { opacity: 0.5; }
	100% { transform: scale(1.6); opacity: 0; }
}

/* ═══════════════════════════════════════════════════════════════
   БЛОК "О КОМПАНИИ" (pa-about) — главная, после первого слайдера
   Изображение: wa-data/public/site/img/1114443345.webp
   Создан: 2026-09-22
   ═══════════════════════════════════════════════════════════════ */

.pa-about {
    width: 100%;
}

.pa-about__grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 80px;
    align-items: center;
}

.pa-about__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #FF453A;
    margin-bottom: 14px;
}

.pa-about__label::before {
    content: '';
    width: 24px;
    height: 2px;
    background: #FF453A;
    border-radius: 2px;
}

.pa-about__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: 1.15;
    margin: 0 0 22px;
    color: #fff;
}

.pa-about__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #c1c1c1;
    margin: 0 0 26px;
}

.pa-about__text strong {
    color: #fff;
    font-weight: 600;
}

.pa-about__facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
    margin-bottom: 30px;
}

.pa-about__fact {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px;
    background: #111116;
    border: 1px solid #1a1a26;
    border-radius: 10px;
}

.pa-about__fact-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #ff453a, #e86f68);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}

.pa-about__fact-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.pa-about__fact-note {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.83rem;
    line-height: 1.4;
    color: #81818c;
    margin-top: 2px;
}

.pa-about__btn {
    display: inline-block;
    position: relative;
    padding: 15px 34px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.86rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(90deg, #ff453a, #e86f68);
    background-size: 200% 200%;
    border-radius: 10px;
    text-decoration: none;
    transition: background-position 0.5s ease, transform 0.2s ease;
}

.pa-about__btn:hover {
    background-position: 100% 0;
    transform: translateY(-2px);
}

.pa-about__btn i {
    margin-right: 8px;
}

.pa-about__media {
    position: relative;
}

.pa-about__img {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #1a1a26;
    background: #111116;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.pa-about__img img {
    display: block;
    width: 100%;
    height: auto;
}

.pa-about__badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    background: rgba(11, 11, 17, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    backdrop-filter: blur(8px);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.pa-about__badge i {
    color: #FF453A;
}

@media (max-width: 1024px) {
    .pa-about__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 640px) {
    .pa-about__facts {
        grid-template-columns: 1fr;
    }

    .pa-about__title {
        font-size: 1.6rem;
    }
}
/* ═══════════════════════════════════════════════════════════════
   БЛОК "ПРЕИМУЩЕСТВА / TRUST-БАР" (pa-trust) — главная
   Создан: 2026-09-22
   ═══════════════════════════════════════════════════════════════ */

.pa-trust {
    background: #111116;
    border: 1px solid #1a1a26;
    border-radius: 10px;
}

.pa-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.pa-trust__item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 18px 24px;
}

.pa-trust__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(255, 69, 58, 0.35);
    background: rgba(255, 69, 58, 0.08);
    color: #FF453A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.pa-trust__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 3px;
}

.pa-trust__note {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    line-height: 1.4;
    color: #81818c;
}

/* ═══════════════════════════════════════════════════════════════
   БЛОК "ЦИФРЫ-ДОКАЗАТЕЛЬСТВА" (pa-stats) — главная
   Создан: 2026-09-22
   ═══════════════════════════════════════════════════════════════ */

.pa-stats {
    padding: 14px 0 30px;
}

.pa-stats__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #FF453A;
    margin-bottom: 26px;
}

.pa-stats__label::before {
    content: '';
    width: 24px;
    height: 2px;
    background: #FF453A;
    border-radius: 2px;
}

.pa-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.pa-stats__item {
    padding: 24px;
    background: #111116;
    border: 1px solid #1a1a26;
    border-radius: 10px;
    text-align: center;
}

.pa-stats__num {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 10px;
}

.pa-stats__num .pa-stats__accent {
    color: #FF453A;
}

.pa-stats__caption {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.84rem;
    color: #81818c;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .pa-trust__grid {
        grid-template-columns: 1fr 1fr;
    }

    .pa-stats__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .pa-trust__grid {
        grid-template-columns: 1fr;
    }

    .pa-stats__grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .pa-stats__item {
        padding: 18px 12px;
    }

    .pa-stats__num {
        font-size: 1.9rem;
    }
}

/* ===== Блок "Прозрачность сборки" ====
   Канал: pa_transparency (site_block Main)
   Преимущества: новые комплектующие, сборка при вас, гарантия на сборку, проверка деталей */
.pa-trans__label {
  display:inline-flex; align-items:center; gap:10px;
  font-size:11px; font-weight:600; letter-spacing:2.5px; text-transform:uppercase;
  color:#FF453A; margin-bottom:14px;
}
.pa-trans__label::before { content:''; width:24px; height:2px; background:#FF453A; border-radius:2px; }
.pa-trans__title { font-weight:800; letter-spacing:-0.5px; text-transform:uppercase; font-size:2.2rem; line-height:1.15; margin:0 0 8px; color:#fff; }
.pa-trans__subtitle { font-size:1.02rem; color:#81818c; margin:0 0 28px; max-width:720px; }

.pa-trans__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.pa-trans__item {
  background:#111116; border:1px solid #1a1a26; border-radius:10px;
  padding:28px 26px; display:flex; flex-direction:column; gap:16px; position:relative;
  transition:border-color .25s ease, transform .25s ease;
}
.pa-trans__item:hover { border-color:rgba(255,69,58,.4); transform:translateY(-3px); }
.pa-trans__icon {
  width:52px; height:52px; border-radius:10px; flex:0 0 auto;
  display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(255,69,58,.35); background:rgba(255,69,58,.08); color:#FF453A; font-size:1.35rem;
}
.pa-trans__item-title { font-weight:700; font-size:1.08rem; color:#fff; line-height:1.3; }
.pa-trans__item-note { font-size:.92rem; color:#81818c; line-height:1.5; }
.pa-trans__badge {
  position:absolute; top:22px; right:22px; width:9px; height:9px; border-radius:50%;
  background:#FF453A; box-shadow:0 0 8px rgba(255,69,58,.8);
}

.pa-trans__cta {
  margin-top:32px; display:flex; align-items:center; justify-content:center; gap:18px;
  background:linear-gradient(90deg,rgba(255,69,58,.10),rgba(255,69,58,.04));
  border:1px solid rgba(255,69,58,.25); border-radius:14px; padding:26px 30px;
  flex-wrap:wrap; text-align:center;
}
.pa-trans__cta-text { font-size:1.05rem; color:#fff; font-weight:600; }
.pa-trans__cta-text span { color:#FF453A; }
.pa-trans__btn {
  display:inline-block; position:relative; padding:14px 38px;
  font-size:.86rem; font-weight:600; text-transform:uppercase; letter-spacing:1px;
  color:#fff; background:linear-gradient(90deg,#ff453a,#e86f68); background-size:200% 200%;
  border-radius:10px; text-decoration:none; transition:background-position .5s ease, transform .2s ease;
}
.pa-trans__btn:hover { background-position:100% 0; transform:translateY(-2px); }
.pa-trans__btn i { margin-right:8px; }

@media (max-width:1200px) {
  .pa-trans__grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px) {
  .pa-trans__title { font-size:1.6rem; }
  .pa-trans__grid { grid-template-columns:1fr; }
  .pa-trans__btn { width:100%; }
}