/* /Pages/About/About.razor.rz.scp.css */


@media (min-width: 768px) {
}

@media (max-width: 768px) {
}
/* /Pages/About/Components/OurClients.razor.rz.scp.css */
.title-container[b-p399746r2r] {
    padding-bottom: 60px;
}

.section-description[b-p399746r2r] {
    max-width: 440px;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
}

.section-intro[b-p399746r2r] {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #80A4D1;
}

.client-item[b-p399746r2r] {
    flex: 0 0 auto;
    width: 325px;
    height: 150px;
}

.client-item p[b-p399746r2r] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
}

.clients-section-content[b-p399746r2r] {
    margin-top: 32px;
}

.clients-carousel[b-p399746r2r] {
    overflow: hidden;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.clients-carousel.is-dragging[b-p399746r2r] {
    cursor: grabbing;
}

.clients-track[b-p399746r2r] {
    display: flex;
    gap: 20px;
    width: max-content;
}

.clients-carousel .client-item p[b-p399746r2r] {
    pointer-events: none;
}

@media (max-width: 768px) {
    .title-container[b-p399746r2r] {
        padding-bottom: 40px;
    }
}
/* /Pages/About/Components/WholesaleCustomers.razor.rz.scp.css */
.wholesale-wrapper[b-6c63op7u6j] {
    min-height: 600px;
}

.wholesale-card-title[b-6c63op7u6j] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 120%;
}

.wholesale-card-text[b-6c63op7u6j] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
}

.wholesale-card[b-6c63op7u6j] {
    padding: 40px;
}

.wholesale-card-bottom[b-6c63op7u6j] {
    gap: 30px;
}

@media (max-width: 768px) {
}
/* /Pages/Catalog/Catalog.razor.rz.scp.css */
/* BREADCRUMB */
.breadcrumb-wrapper[b-dvxvd6zufp] {
    margin-top: 40px;
    margin-bottom: 20px;
}

/* HERO */
.catalog-hero[b-dvxvd6zufp] {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #FFFEFD;
}

.catalog-hero_img[b-dvxvd6zufp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Накладываем градиент из макета */
.catalog-hero_overlay[b-dvxvd6zufp] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(1.1deg, rgba(0, 0, 0, 0) 76.14%, rgba(0, 0, 0, 0.1) 99.08%);
    pointer-events: none;
}

/* CATEGORIES */
.catalog-categories[b-dvxvd6zufp] {
    margin: 80px auto;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.category-card[b-dvxvd6zufp] {
    background: none;
    border: none;
    width: 150px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    cursor: pointer;
    position: relative;
    transition: transform 0.2s ease;
}

.category-card:hover[b-dvxvd6zufp] {
    transform: translateY(-5px);
}

.category-card.active .category-card_img-wrapper[b-dvxvd6zufp] {
    box-shadow: inset -5px -5px 10px rgba(128, 164, 209, 0.5), 
                inset 5px 5px 10px rgba(128, 164, 209, 0.5);
    background: rgba(128, 164, 209, 0.05);
}

.category-card_img-wrapper[b-dvxvd6zufp] {
    position: relative;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset -5px -5px 5.4px rgba(196, 196, 196, 0.25), 
                inset 5px 5px 5.4px rgba(128, 164, 209, 0.25);
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.category-card_img-wrapper img[b-dvxvd6zufp] {
    width: 130px;
    height: 130px;
    border-radius: 200px;
    object-fit: cover;
}

.category-card_title[b-dvxvd6zufp] {
    width: 100%;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #486A94;
    margin-top: 10px;
}

/* TOOLBAR */
.catalog-toolbar[b-dvxvd6zufp] {
    margin-bottom: 40px;
}

.selector[b-dvxvd6zufp] {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 28px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: none;
}

.selector_text[b-dvxvd6zufp] {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #12141A;
}

.selector_icon[b-dvxvd6zufp] {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 10px;
    height: 10px;
}

.sort-mobile[b-dvxvd6zufp] {
    
}

.search-box[b-dvxvd6zufp] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    gap: 10px;
    
    width: 150px;
    height: 28px;
    
    border: 1px solid #989EA4;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
}

.search-box_input[b-dvxvd6zufp] {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    
    color: #486A94;
}

.search-box_input[b-dvxvd6zufp]::placeholder {
    color: #989EA4;
}

.search-box_icon[b-dvxvd6zufp] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: none;
    order: 1;
}

.sort-box_select[b-dvxvd6zufp] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    
    width: 217px;
    height: 28px;
    
    border: 1px solid #9FA2AB;
    border-radius: 5px;
    box-sizing: border-box;
    
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #12141A;

    background-size: 10px;
}

@media (max-width: 768px) {
    .catalog-categories[b-dvxvd6zufp] {
        margin-block: 40px;
    }
    
    .catalog-toolbar[b-dvxvd6zufp] {
        padding-inline: 20px;
        margin-bottom:  20px;
    }
    
    .search-box[b-dvxvd6zufp] {
        display:none;
    }
    
    .sort-box[b-dvxvd6zufp] {
        display: none;
    }
    
    .breadcrumb-wrapper[b-dvxvd6zufp] {
        margin-top: 20px;
    }

    .catalog-hero[b-dvxvd6zufp] {
        height: 300px;
    }

    .catalog-categories[b-dvxvd6zufp] {
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .category-card[b-dvxvd6zufp] {
        width: 110px;
        height: auto;
    }
    
    .category-card_img-wrapper[b-dvxvd6zufp] {
        width: 100px;
        height: 100px;
    }
    
    .category-card_img-wrapper img[b-dvxvd6zufp] {
        width: 86px;
        height: 86px;
    }
    
    .category-card_title[b-dvxvd6zufp] {
        font-size: 12px;
    }
}

@media (min-width: 769px) {
    .sort-mobile[b-dvxvd6zufp] {
        display: none;
    }
}
/* /Pages/Catalog/Components/ProductCard.razor.rz.scp.css */
.product-section-content-card-wrapper:not(.compact)[b-ul84z39w6z] {
    min-height: 580px;
}

.product-section-content-card-wrapper:hover .product-section-content-card[b-ul84z39w6z] {
    --bs-secondary-rgb: 171, 197, 229;
}

.product-section-content-card[b-ul84z39w6z] {
    gap: 40px;
    padding-inline: 30px;
    cursor: pointer;
    overflow: visible;
}

.product-section-content-card:not(.compact)[b-ul84z39w6z] {
    width: 440px;
    height: 480px;
    max-width: 100%;
    box-sizing: border-box;
}

/* Каталог и «Смотрите также» — фиксированный размер, изображение не влияет на карточку */
.product-section-content-card.compact[b-ul84z39w6z] {
    width: 325px;
    height: 380px;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.product-section-content-card[b-ul84z39w6z], .product-section-content-card-image[b-ul84z39w6z], .product-section-content-card-info[b-ul84z39w6z], p[b-ul84z39w6z] {
    transition: .3s;
}

.product-section-content-card-image-wrap[b-ul84z39w6z] {
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    z-index: 1;
}

/* Область картинки в compact — ограничена, не раздувает карточку */
.product-section-content-card.compact .product-section-content-card-image-wrap[b-ul84z39w6z] {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.product-section-content-card-image[b-ul84z39w6z] {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-section-content-card-title[b-ul84z39w6z] {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-section-content-card-category[b-ul84z39w6z] {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
}

.product-section-content-card-newmark[b-ul84z39w6z] {
    width: 50px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    transition: .3s;
    line-height: 120%;
    letter-spacing: 0;
}

.product-section-content-card-wrapper:hover .product-section-content-card-newmark[b-ul84z39w6z] {
    color: #ABC5E5;
    background-color: #F1F7FB;
}

.product-section-content-card-wrapper:hover .product-section-content-card-info p[b-ul84z39w6z] {
    color: #F1F7FB;
}

.product-section-content-card-wrapper:hover .product-section-content-card-info[b-ul84z39w6z] {
    border-color: #F1F7FB;
}

@media (min-width: 768px) {
    .product-section-content-card-wrapper:hover .product-section-content-card:not(.compact) .product-section-content-card-image[b-ul84z39w6z] {
        transform: scale(1.11) translateY(-5%);
    }

    .product-section-content-card:not(.compact) .product-section-content-card-image[b-ul84z39w6z] {
        height: 326px;
        margin-top: -61px;
    }

    .product-section-content-card:not(.compact) .product-section-content-card-info[b-ul84z39w6z] {
        border-bottom: solid 1px #80A4D1;
    }
}
/* /Pages/Catalog/Components/ProductList.razor.rz.scp.css */
.product-list[b-6jg4jo8pem] {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
/* /Pages/Catalog/Product.razor.rz.scp.css */
/*.advantages{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-top: 106px;*/
/*}*/

@media (min-width: 769px) {
    .product-info-container[b-xuut7h3r5c] {
        min-height: 355px;
    }
}

@media (max-width: 768px) {
    .product-info-container[b-xuut7h3r5c] {
        min-height: auto;
        margin-top: 30px;
    }
}
.accordion-button[b-xuut7h3r5c]::after {
    background-image: none;
    content: "+";
    font-size: 1.5rem;
    font-weight: 300;
    transform: none;
}

.accordion-button:not(.collapsed)[b-xuut7h3r5c]::after {
    content: "–";
}

.also-title[b-xuut7h3r5c] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.15;
    color: #486A94;
}

.product-title[b-xuut7h3r5c] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    color: #486A94;
    margin-bottom: 0.5rem;
}

.product-sub-img[b-xuut7h3r5c] {
    width: 95px;
    height: 130px;
    background: #F1F7FB;
    border-radius: 10px;
}

.order-btn[b-xuut7h3r5c] {
    padding: 15px 20px;
    height: 50px;
    border-radius: 10px;

    background: #486A94;
    backdrop-filter: blur(20px);

    border: none;
}

.order-btn__text[b-xuut7h3r5c] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFEFD;
}

/* Иконка-стрелка */
.order-btn__icon[b-xuut7h3r5c] {
    width: 15px;
    height: 15px;
    position: relative;
}

.order-btn__icon[b-xuut7h3r5c]::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 11px;
    border: 2px solid #FFFEFD;
    transform: rotate(45deg);
    top: 1px;
    left: 2px;
}

.order-advantages[b-xuut7h3r5c] {
    max-width: 450px;
}

/* элемент */
.advantage-item[b-xuut7h3r5c] {
    height: 44px;
    flex-shrink: 0;
}

/* иконка */
.advantage-icon[b-xuut7h3r5c] {
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

/* текст */
.advantage-text[b-xuut7h3r5c] {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #80A4D1;
    white-space: nowrap;
}

/* конкретные иконки */
.quality-icon[b-xuut7h3r5c] {
    background-image: url("src/images/product/product_advantages_1.png");
}

.cert-icon[b-xuut7h3r5c] {
    background-image: url("src/images/product/product_advantages_2.png");
}

/* accordion  */
.accordion[b-xuut7h3r5c] {
    width: 670px;
    border-radius: 0 !important;
}

.accordion-item[b-xuut7h3r5c] {
    border: none;
    border-bottom: 1px solid #80A4D1;
    background: transparent;
    border-radius: 0 !important;
}

.accordion-item:first-child[b-xuut7h3r5c] {
    border-top: 1px solid #80A4D1;
}

.accordion-header[b-xuut7h3r5c] {
    margin: 0;
}

.accordion-button[b-xuut7h3r5c] {
    padding: 20px 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #12141A;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed)[b-xuut7h3r5c] {
    color: #12141A;
}

.accordion-button[b-xuut7h3r5c]::after {
    background-image: none;
    content: "+";
    font-size: 30px;
    font-weight: 300;
    transform: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button:not(.collapsed)[b-xuut7h3r5c]::after {
    content: "–";
}

.accordion-body[b-xuut7h3r5c] {
    padding: 0 0 20px 0;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #12141A;
}

.accordion-button:focus[b-xuut7h3r5c] {
    border-color: transparent;
}

.accordion-button:not(.collapsed)[b-xuut7h3r5c]::before {
    display: none;
}

.product-category[b-xuut7h3r5c] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #868A95;
    margin-top: 15px;
}

.product-gallery[b-xuut7h3r5c] {
    width: 100%;
    max-width: 670px;
}

.product-gallery img[b-xuut7h3r5c] {
    border-radius: 20px;
    width: 100%;
    max-height: 640px;
    object-fit: cover;
}

/* Позиционирование блока навигации */
[b-xuut7h3r5c] .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}

/* Стили самих кнопок */
[b-xuut7h3r5c] .owl-carousel .owl-nav button.owl-prev,
[b-xuut7h3r5c] .owl-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    background: transparent !important;
    border: none;
    padding: 0;
    margin: 0 10px; /* Отступ от краев */
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Эффект при наведении */
[b-xuut7h3r5c] .owl-carousel .owl-nav button.owl-prev:hover,
[b-xuut7h3r5c] .owl-carousel .owl-nav button.owl-next:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

[b-xuut7h3r5c] .owl-nav button:focus {
    outline: none;
}
/* /Pages/Home/Components/CertificatesSection.razor.rz.scp.css */
/* =========================
   CERTIFICATES SECTION
========================= */
.certificates-section[b-ycv415wb0e] {
    padding: 5rem 0;
    background: #FFFEFD;

    --primary: #4E6E95;
    --primary-dark: #486A94;
    --primary-light: #ABC5E5;
    --card-dark: #4E6E95;
    --card-light: #F1F7FB;
    --text-dark: #5F6368;
    --white: #FFFEFD;

    /* Для стрелок */
    --trust-primary: #4E6E95;
}

.certificates-title[b-ycv415wb0e] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.15;
    color: var(--primary-dark);
}

/* Контейнер для 1440px с отступами */
.certificates-section .container[b-ycv415wb0e] {
    max-width: 1440px;
    padding: 0 40px;
}

/* Карусель занимает 1360px */
.certificates-section-content.owl-carousel[b-ycv415wb0e] {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px; /* Отступ для стрелок сверху */
}

/* Убираем обрезание */
.certificates-section-content .owl-stage-outer[b-ycv415wb0e] {
    overflow: visible !important;
}

/* Карточка 325x210 */
.certificate-card[b-ycv415wb0e] {
    width: 325px;
    height: 210px;
    padding: 1.5rem;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .25s ease, box-shadow .25s ease;
}

.certificate-card:hover[b-ycv415wb0e] {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(78, 110, 149, 0.18);
}

/* Цвета карточек */
.certificate-dark[b-ycv415wb0e] {
    background: var(--card-dark);
    color: var(--white);
}

.certificate-light[b-ycv415wb0e] {
    background: var(--card-light);
    border: 1px solid rgba(78, 110, 149, 0.15);
    color: var(--primary-dark);
}

/* Текст в карточке */
.certificate-title[b-ycv415wb0e] {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.certificate-number[b-ycv415wb0e] {
    font-size: 0.85rem;
    font-weight: 700;
}

/* Описание под карточкой */
.certificate-description[b-ycv415wb0e] {
    font-size: 0.85rem;
    line-height: 1.45;
    margin-top: 1rem;
    color: var(--text-dark);
    max-width: 325px;
}

/* JPG бейдж */
.certificate-pdf-icon[b-ycv415wb0e] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.25);
    color: var(--white);
}

.certificate-light .certificate-pdf-icon[b-ycv415wb0e] {
    background: #C7D8EE;
    color: var(--white);
}

/* =========================
   СТРЕЛКИ
========================= */

/* Основной стиль стрелок */
.trust-arrow[b-ycv415wb0e] {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--trust-primary);
    background: transparent;
    color: var(--trust-primary);
    font-size: 1.25rem;
    line-height: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.trust-arrow:hover[b-ycv415wb0e] {
    background: var(--trust-primary);
    color: var(--white);
}

/* Контейнер для стрелок сертификатов */
.certificates-arrows[b-ycv415wb0e] {
    display: flex;
    gap: 0.75rem;
}

/* Скрываем стандартные стрелки Owl Carousel */
.certificates-section-content .owl-nav[b-ycv415wb0e] {
    display: none !important;
}

/* Контейнер слайда */
.certificate-slide[b-ycv415wb0e] {
    display: flex;
    flex-direction: column;
}

/* =========================
   АДАПТИВ ДЛЯ УЗКИХ ЭКРАНОВ
========================= */
@media (max-width: 1439px) {
    .certificates-section-content.owl-carousel[b-ycv415wb0e] {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .certificates-arrows[b-ycv415wb0e] {
        position: static !important;
        justify-content: center;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .certificates-section-content.owl-carousel[b-ycv415wb0e] {
        margin-top: 0;
    }

    .trust-arrow[b-ycv415wb0e] {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .certificates-title[b-ycv415wb0e] {
        font-size: 2rem;
    }

    .trust-arrow[b-ycv415wb0e] {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 0.9rem;
    }
}
/* /Pages/Home/Components/ContactFormSection.razor.rz.scp.css */
.contact-section[b-e9xy8aqhtp] {
    background: linear-gradient(180deg, #f0f7ff 0%, #e8f4fd 100%);
    position: relative;
    z-index: 0;
}

.contact-background[b-e9xy8aqhtp] {
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.contact-section .container[b-e9xy8aqhtp] {
    position: relative;
    z-index: 1;
}

.contact-bubbles[b-e9xy8aqhtp] {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(74, 144, 226, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(53, 122, 189, 0.1) 0%, transparent 50%);
    animation: bubbleFloat-b-e9xy8aqhtp 20s ease-in-out infinite;
}

@keyframes bubbleFloat-b-e9xy8aqhtp {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.section-title[b-e9xy8aqhtp] {
    font-size: 2.5rem;
    color: #333;
}

.contact-text[b-e9xy8aqhtp] {
    backdrop-filter: blur(10px);
}

.contact-form-container[b-e9xy8aqhtp] {
    backdrop-filter: blur(10px);
}

.form-control[b-e9xy8aqhtp] {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 1rem;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    transition: border-color 0.3s ease;
}

.form-control:focus[b-e9xy8aqhtp] {
    border-color: #4A90E2;
    box-shadow: 0 0 0 0.25rem rgba(74, 144, 226, 0.25);
}

.submit-btn[b-e9xy8aqhtp] {
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%) !important;
    border: none !important;
    color: white !important;
    padding: 1.2rem;
    border-radius: 10px;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Gilroy', sans-serif;
}

.submit-btn:hover:not(:disabled)[b-e9xy8aqhtp] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4);
}

.submit-btn:disabled[b-e9xy8aqhtp] {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 991.98px) {
    .section-title[b-e9xy8aqhtp] {
        font-size: 2rem;
    }
}

/* /Pages/Home/Components/FeaturesSection.razor.rz.scp.css */
/* SECTION */
.features-section[b-satxjr03i7] {
    overflow: hidden;
    padding-top: 8vh;
    padding-bottom: 12vh;
}

/* TYPO */
.features-eyebrow[b-satxjr03i7] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: #80A4D1;
}

.features-title[b-satxjr03i7] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.15;
    color: #486A94;
}

.features-lead[b-satxjr03i7] {
    font-family: 'Gilroy', sans-serif;
    color: #12141A;
}

.feature-row[b-satxjr03i7] {
    max-width: 670px;
}

.feature-row.ms-lg-6[b-satxjr03i7] {
    margin-left: auto;
}

/* CARD */
.feature-card[b-satxjr03i7] {
    position: relative;
    z-index: 2;
    min-height: 270px;
    padding: 1.75rem;
    border-radius: 1.75rem;
}

.feature-title[b-satxjr03i7] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    color: #486A94;
    margin-bottom: 0.5rem;
}

.feature-text[b-satxjr03i7] {
    font-family: 'Gilroy', sans-serif;
    font-size: 1rem;
    text-anchor: end;
    color: #12141A;
}

/* DECOR */
.feature-bubble[b-satxjr03i7] {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.feature-bubble-right[b-satxjr03i7] {
    top: 30%;
    right: 0;          
    width: 45vw;          
    max-width: 60rem;     
}

.image-mobile[b-satxjr03i7] {
    max-width: 75px;
}

@media (min-width: 768px) {
    .glass-second[b-satxjr03i7] {
        transform: translateX(10%);
    }
}

@media (max-width: 768px) {
    .feature-row[b-satxjr03i7] {
        max-width: initial;
    }
    .feature-card[b-satxjr03i7] {
        min-height: 210px;
    }
}
/* /Pages/Home/Components/HeroSection.razor.rz.scp.css */
.container[b-t12qsqmush] {
    min-height: calc(100vh - 116px);
}

.hero-text[b-t12qsqmush] {
    gap: 20px;
    width: fit-content;
    max-width: 430px;
}

.hero-text h1[b-t12qsqmush] {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #FFFEFD;
}

.hero-card[b-t12qsqmush] {
    max-width: 321px;
    max-height: 312px;
    width: 100%;
}

.hero-card .btn[b-t12qsqmush] {
    color: #486A94;
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: 16px;
}

.hero-text-icon[b-t12qsqmush] {
    flex-shrink: 0;
    margin-top: .5em;
}

@media (max-width: 768px) {
    .container[b-t12qsqmush] {
        min-height: calc(100vh - 94px);
    }
    
    .hero-text[b-t12qsqmush] {
        gap: 10px;
        width: 100%;
    }
    
    .hero-card[b-t12qsqmush] {
        display: none !important;
    }
}

.hero-card .btn:hover[b-t12qsqmush] {
    background: rgba(255, 255, 255, 1);
    color: #486A94;
}
/* /Pages/Home/Components/ProductsSection.razor.rz.scp.css */
.section-description[b-b72a4kvvaq] {
    max-width: 440px;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
}

.section-intro[b-b72a4kvvaq] {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #80A4D1;
}

[b-b72a4kvvaq] .owl-nav {
    width: fit-content;
    margin-left: auto;
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

@media (max-width: 768px) {
    .title-container[b-b72a4kvvaq] {
        flex-wrap: wrap;
        gap: 30px;
    }
}
/* /Pages/Home/Components/TrustSection.razor.rz.scp.css */
/* TRUST SECTION TOKENS */
.trust-section[b-efq8he4mjw] {
    --trust-white: #FFFEFD;
    --trust-dark: #12141A;
    --trust-primary: #486A94;
    --trust-primary-light: #80A4D1;
    --trust-bg: #ABC5E5;
}

/* TYPO */
.trust-eyebrow[b-efq8he4mjw] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: var(--trust-primary-light);
}

.trust-title[b-efq8he4mjw] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.15;
    color: var(--trust-primary);
}

.trust-lead[b-efq8he4mjw] {
    font-family: 'Gilroy', sans-serif;
    color: var(--trust-dark);
}

.trust-card-text[b-efq8he4mjw] {
    font-family: 'Manrope', sans-serif;
    line-height: 120%;
    color: var(--trust-dark);
}

.trust-card-title[b-efq8he4mjw] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    min-height: 3em;
}

/* BACKGROUND STRIP */
.trust-bg[b-efq8he4mjw] {
    background-color: var(--trust-bg);
}

/* CARD */
.trust-card[b-efq8he4mjw] {
    background-color: var(--trust-white);
}

.trust-card-img[b-efq8he4mjw] {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

/* DIVIDER */
.trust-divider[b-efq8he4mjw] {
    width: 3rem;
    height: 2px;
    background-color: var(--trust-primary);
    opacity: 0.5;
}

/* ARROWS */
.trust-arrow[b-efq8he4mjw] {
    width: 3rem;
    height: 3rem;

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

    border-radius: 50%;
    border: 1px solid var(--trust-primary);
    background: transparent;
    color: var(--trust-primary);

    font-size: 1.25rem;
    line-height: 1;
}

.trust-card-slide[b-efq8he4mjw] {
    display: flex;
    flex-direction: column;
    min-height: 670px;
}

.trust-card-slide-container[b-efq8he4mjw] {
    width: 365px;
}

.trust-card-slide-upper[b-efq8he4mjw] {
    border-bottom: 1px solid #80A4D1;
}

.trust-card-icon[b-efq8he4mjw] {
    width: 44px;
    height: 50px;
}

[b-efq8he4mjw] .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    padding-inline: 1em;
}

[b-efq8he4mjw] .owl-carousel .owl-nav button.owl-next, [b-efq8he4mjw] .owl-carousel .owl-nav button.owl-prev {

}

@media (max-width: 768px) {
    .trust-card-slide[b-efq8he4mjw] {
        min-height: 320px;
    }

    .trust-card-slide-container[b-efq8he4mjw] {
        width: 280px;
    }

    .trust-card-icon[b-efq8he4mjw] {
        width: 24px;
        height: 27px;
    }

    .trust-card-img[b-efq8he4mjw] {
        width: 75px !important;
        height: 75px;
        object-fit: contain;
    }
}
/* /Pages/Home/Home.razor.rz.scp.css */
@media (min-width: 768px) {
    .hero-mobile-bg[b-ydo9091fcg] {
        display: none;
    }
}

@media (max-width: 768px) {
    video[b-ydo9091fcg] {
        display: none;
    }

    .hero-mobile-bg[b-ydo9091fcg] {
        background: url('/src/video/equi_video.webp') center / cover no-repeat;
    }
}
/* /Pages/Layout/MainLayout.razor.rz.scp.css */
.page[b-0m46qy8sgr] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-0m46qy8sgr] {
    flex: 1;
}

#blazor-error-ui[b-0m46qy8sgr] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-0m46qy8sgr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f157bxylcm] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-f157bxylcm] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-f157bxylcm] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f157bxylcm] {
    font-size: 1.1rem;
}

.bi[b-f157bxylcm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-f157bxylcm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-f157bxylcm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-f157bxylcm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-f157bxylcm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-f157bxylcm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-f157bxylcm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-f157bxylcm]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-f157bxylcm]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-f157bxylcm]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-f157bxylcm] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-f157bxylcm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-f157bxylcm] {
        display: none;
    }

    .nav-scrollable[b-f157bxylcm] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cmhayho4pl],
.components-reconnect-repeated-attempt-visible[b-cmhayho4pl],
.components-reconnect-failed-visible[b-cmhayho4pl],
.components-pause-visible[b-cmhayho4pl],
.components-resume-failed-visible[b-cmhayho4pl],
.components-rejoining-animation[b-cmhayho4pl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cmhayho4pl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cmhayho4pl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cmhayho4pl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cmhayho4pl],
#components-reconnect-modal.components-reconnect-retrying[b-cmhayho4pl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cmhayho4pl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cmhayho4pl],
#components-reconnect-modal.components-reconnect-failed[b-cmhayho4pl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cmhayho4pl] {
    display: block;
}


#components-reconnect-modal[b-cmhayho4pl] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-cmhayho4pl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cmhayho4pl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cmhayho4pl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cmhayho4pl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cmhayho4pl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cmhayho4pl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

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

@keyframes components-reconnect-modal-fadeInOpacity-b-cmhayho4pl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cmhayho4pl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cmhayho4pl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cmhayho4pl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cmhayho4pl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cmhayho4pl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cmhayho4pl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cmhayho4pl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cmhayho4pl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cmhayho4pl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cmhayho4pl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cmhayho4pl {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Pages/Shared/Footer.razor.rz.scp.css */
.footer[b-5ygft00eox] {
    background: linear-gradient(135deg, #2a5f94 0%, #1a4a7a 100%);
}

.footer-logo[b-5ygft00eox] {
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-title[b-5ygft00eox] {
    font-size: 1.2rem;
}

.footer-link[b-5ygft00eox] {
    transition: opacity 0.3s ease;
}

.footer-link:hover[b-5ygft00eox] {
    opacity: 0.7;
}

.social-link[b-5ygft00eox] {
    transition: transform 0.3s ease;
}

.social-link:hover[b-5ygft00eox] {
    transform: scale(1.1);
}

.social-icon[b-5ygft00eox] {
    width: 30px;
    height: 30px;
}

/* /Pages/Shared/Header.razor.rz.scp.css */
/* BASE */
body[b-fcc4kd33kv] {
    --space: 3rem; /* единый контроль расстояний */
    gap: var(--space);
}

#header[b-fcc4kd33kv] {
    z-index: 10;
    transition: all 0.3s ease;
    height: 78px;
}

.navbar[b-fcc4kd33kv] {
    padding-block: 15px;
    padding-inline: 40px;
    transition: .3s;
}

#header.unscrolled[b-fcc4kd33kv] {
    background-color: transparent;
}

#header:not(.unscrolled)[b-fcc4kd33kv] {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* NAV */
nav a[b-fcc4kd33kv] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 120%;
    color: #FFFEFD;
    text-decoration: none;
}

nav a:hover[b-fcc4kd33kv] {
    opacity: 0.75;
}

.navbar-toggler[b-fcc4kd33kv] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: none;
}

.navbar-toggler-animated-icon[b-fcc4kd33kv] {
    width: 40px;
    height: 10px;
    border-block: 2px solid #FFFEFD;
    display: block;
}

.navbar[b-fcc4kd33kv] {
    --logo-fill: var(--logo-fill-primary);
    --logo-fill-primary: #FFFEFD;
    --logo-fill-secondary: #FFFEFD;
    --logo-width: 65px;
    --logo-height: 43px;
}

#header:not(.unscrolled) .navbar[b-fcc4kd33kv] {
    --logo-fill: var(--logo-fill-secondary);
}

/* Запасной вариант - напрямую через CSS */
#header.unscrolled a[href="/"] svg path[b-fcc4kd33kv] {
    fill: #FFFEFD !important;
}

#header:not(.unscrolled) a[href="/"] svg path[b-fcc4kd33kv] {
    fill: #FFFEFD !important;
}

#header.unscrolled .navbar-toggler-icon[b-fcc4kd33kv] {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
}

.navbar-toggler:focus[b-fcc4kd33kv] {
    outline: none;
    box-shadow: none;
}

.navbar-toggler:checked[b-fcc4kd33kv] {
    background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
    #header[b-fcc4kd33kv] {
        height: 58px;
    }

    .navbar:has(.navbar-collapse.collapsing) .container[b-fcc4kd33kv],
    .navbar:has(.navbar-collapse.show) .container[b-fcc4kd33kv] {
        min-height: 100vh;
    }

    .navbar[b-fcc4kd33kv] {
        --logo-width: 42px;
        --logo-height: 28px;
        padding-inline: 20px;
    }

    .navbar:has(.navbar-collapse.collapsing)[b-fcc4kd33kv],
    .navbar:has(.navbar-collapse.show)[b-fcc4kd33kv] {
        height: 100vh;
        background-color: #FFFEFD;
        --logo-fill: #12141A !important;
    }

    .navbar:has(.navbar-collapse.collapsing) .nav-link[b-fcc4kd33kv],
    .navbar:has(.navbar-collapse.show) .nav-link[b-fcc4kd33kv] {
        color: var(--bs-dark-rgb) !important;
    }

    .navbar:has(.navbar-collapse.collapsing) .navbar-toggler-animated-icon[b-fcc4kd33kv],
    .navbar:has(.navbar-collapse.show) .navbar-toggler-animated-icon[b-fcc4kd33kv] {
        border-color: #12141A;
    }

    .desktop-logo[b-fcc4kd33kv] {
        display: none;
    }

    .nav a[b-fcc4kd33kv] {
        padding: 0;
        margin-bottom: 20px;
    }

    .mobile-logo[b-fcc4kd33kv] {
        margin-bottom: 80px;
    }

    .nav[b-fcc4kd33kv] {
        margin-bottom: 60px;
    }
    
    .contacts-container[b-fcc4kd33kv] {
        margin-bottom: 104px;
    }
}

@media (min-width: 992px) {
    .mobile-logo[b-fcc4kd33kv] {
        display: none;
    }

    .nav-part[b-fcc4kd33kv] {
        gap: 40px;
    }
}
/* /Pages/Shared/HeaderBlack.razor.rz.scp.css */
/* BASE */
body[b-asjgqkrs0z] {
    --space: 3rem; /* единый контроль расстояний */
    gap: var(--space);
}

#header[b-asjgqkrs0z] {
    z-index: 10;
    transition: all 0.3s ease;
    height: 78px;
}

.navbar[b-asjgqkrs0z] {
    padding-block: 15px;
    padding-inline: 40px;
    transition: .3s;
}

#header.unscrolled[b-asjgqkrs0z] {
    background-color: transparent;
}

#header:not(.unscrolled)[b-asjgqkrs0z] {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* NAV */
nav a[b-asjgqkrs0z] {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 120%;
    color: #FFFEFD;
    text-decoration: none;
}

nav a:hover[b-asjgqkrs0z] {
    opacity: 0.75;
}

.navbar-toggler[b-asjgqkrs0z] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: none;
}

.navbar-toggler-animated-icon[b-asjgqkrs0z] {
    width: 40px;
    height: 10px;
    border-block: 2px solid #FFFEFD;
    display: block;
}

.navbar[b-asjgqkrs0z] {
    --logo-fill: var(--logo-fill-primary);
    --logo-fill-primary: #12141A;
    --logo-fill-secondary: #12141A;
    --logo-width: 65px;
    --logo-height: 43px;
}

#header:not(.unscrolled) .navbar[b-asjgqkrs0z] {
    --logo-fill: var(--logo-fill-secondary);
}

/* Запасной вариант - напрямую через CSS */
#header.unscrolled a[href="/"] svg path[b-asjgqkrs0z] {
    fill: #FFFEFD !important;
}

#header:not(.unscrolled) a[href="/"] svg path[b-asjgqkrs0z] {
    fill: #FFFEFD !important;
}

#header.unscrolled .navbar-toggler-icon[b-asjgqkrs0z] {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
}

.navbar-toggler:focus[b-asjgqkrs0z] {
    outline: none;
    box-shadow: none;
}

.navbar-toggler:checked[b-asjgqkrs0z] {
    background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
    #header[b-asjgqkrs0z] {
        height: 58px;
    }

    .navbar:has(.navbar-collapse.collapsing) .container-fluid[b-asjgqkrs0z],
    .navbar:has(.navbar-collapse.show) .container-fluid[b-asjgqkrs0z] {
        min-height: 100vh;
    }

    .navbar[b-asjgqkrs0z] {
        --logo-width: 42px;
        --logo-height: 28px;
        padding-inline: 20px;
    }

    .navbar:has(.navbar-collapse.collapsing)[b-asjgqkrs0z],
    .navbar:has(.navbar-collapse.show)[b-asjgqkrs0z] {
        height: 100vh;
        background-color: #FFFEFD;
        --logo-fill: #12141A !important;
    }

    .navbar:has(.navbar-collapse.collapsing) .nav-link[b-asjgqkrs0z],
    .navbar:has(.navbar-collapse.show) .nav-link[b-asjgqkrs0z] {
        color: var(--bs-dark-rgb) !important;
    }

    .navbar:has(.navbar-collapse.collapsing) .navbar-toggler-animated-icon[b-asjgqkrs0z],
    .navbar:has(.navbar-collapse.show) .navbar-toggler-animated-icon[b-asjgqkrs0z] {
        border-color: #12141A;
    }

    .desktop-logo[b-asjgqkrs0z] {
        display: none;
    }

    .nav a[b-asjgqkrs0z] {
        padding: 0;
        margin-bottom: 20px;
    }

    .mobile-logo[b-asjgqkrs0z] {
        margin-bottom: 80px;
    }

    .nav[b-asjgqkrs0z] {
        margin-bottom: 60px;
    }
    
    .contacts-container[b-asjgqkrs0z] {
        margin-bottom: 104px;
    }
}

@media (min-width: 992px) {
    .mobile-logo[b-asjgqkrs0z] {
        display: none;
    }

    .nav-part[b-asjgqkrs0z] {
        gap: 40px;
    }
}
/* /Pages/Shared/RunningLine.razor.rz.scp.css */
/* RIBBON */
.header-ribbon[b-b4oblddh5d] {
    overflow: hidden;
    height: 38px;
    display: flex;
    align-items: center;
}

/* ДВИЖЕНИЕ */
.ribbon-wrapper[b-b4oblddh5d] {
    --gap: var(--space);
    display: flex;
    width: max-content;
    gap: var(--gap);
    background: #80A4D1;
    animation: scroll-b-b4oblddh5d 50s linear infinite;
}

/* ТРЕК */
.ribbon-track[b-b4oblddh5d] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: var(--gap);
    /*width: 108vw;*/
}

/* АНИМАЦИЯ */
@keyframes scroll-b-b4oblddh5d {
    from {
        transform: translateX(0);
    }
    to {
        /*transform: translateX(-100vw);*/
        transform: translateX(-50%);
    }
}

/* TEXT */
.ribbon-track span[b-b4oblddh5d] {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #FFFEFD;
    white-space: nowrap;
}

/* DOT */
.ribbon-track .dot[b-b4oblddh5d] {
    font-size: 18px;
    opacity: 0.9;
    padding: 3rem;
}
