@font-face {
    font-family: 'Involve';
    src: url('/fonts/Inter-Medium.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Involve';
    src: url('/fonts/Involve-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: bolder;
}

@font-face {
    font-family: 'Involve';
    src: url('/fonts/Involve-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: bold;
}


body {
    font-family: 'Involve', sans-serif !important;
    font-weight: 400;
}


#sidebar {
    width: 120px;
    position: sticky;
    top: 20px;
    height: calc(100vh - 40px);
}

#sidebar .list-group-item {
    padding: 0.75rem 0.5rem;
    text-align: center;
    font-size: 0.9rem;
    border: none;
}

#sidebar .list-group-item i {
    font-size: 1.6rem;
}

#sidebar .list-group-item.active {
    background-color: #133153;
    color: #fff;
    font-weight: bold;
}

/* Контент */
#main-content {
    /*margin-left: 120px;  ровно ширина sidebar */
}
.alert-info{
    background-color: #133153 !important;
    border: none !important;
    color: white !important;
}
.text-primary{
    color: #133153 !important;
}
.modal{
    z-index: 9999999;
}


.scale-bounce {
    transform: scale(1.2);
    transition: transform 0.15s ease;
}

.goog-te-banner-frame.skiptranslate,
.goog-logo-link,
.goog-te-gadget,
.skiptranslate {
    display: none !important;
}
body, html {
    overscroll-behavior: none;
    top: 0 !important;
    color: #133153 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-section h1{
    font-size: 48px;
    text-align: center;
}

.page_content{
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    max-width: 94% !important;
}

.input_design{
    padding: 10px 15px !important;
    border: 1px solid #EEEEEE !important;
    border-radius: 8px !important;
    color: #133153;
}
.input_design::placeholder {
    color: #133153;
}

.btn_design{
    padding: 10px 15px;
    border-radius: 8px;
    background: #133153;
    color: #fff !important;
    font-size: 16px;
}
.btn_design:hover{
    color: #133153 !important;
    background: transparent;
    border: 1px solid #133153;
    /*border-color: #133153 !important;*/
}
.btn_design_out{
    padding: 10px 15px;
    border-radius: 8px;
    background: transparent;
    color: #133153 !important;
    border: 1px solid #133153;
    font-size: 16px;   
}
.btn_design_out:hover{
    background: #133153 !important;
    color: white !important;
}
.page-item.active .page-link{
    background-color: #133153;
    border-color: #133153;
}

.tree, .tree ul {
    list-style: none;
/*    padding-left: 2rem;*/
}

.tree li {
    position: relative;
    margin: 0.25rem 0;
}
.tree .toggle-placeholder{
    display:inline-block;
    width:2rem;
    margin-right: 10px;
}

.tree .toggle {
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    width: 2rem;
    user-select: none;
    color: #fff;
}

.tree .children {
    display: none;
    margin-left: 1rem;
}

.tree li.open > .children {
    display: block;
}

.tree li.open > .toggle {
    transform: rotate(90deg);
    display: inline-block;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.order-table-thead{
    display: none;
}

@media (min-width: 500px) {
    .order-table-thead {
        display: table-header-group;
    }
    
    /* Делаем шапку более заметной */
    .order-table-thead th {
        background-color: #f8f9fa; /* светлый фон */
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.85rem;
        border-bottom: 2px solid #dee2e6;
        padding: 0.75rem 0.5rem;
    }
}

/* Design Universum */

#my-help-chat-button{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99999999999;

}
#my-help-chat-button img{
    max-width: 70px;
}


/* FOOTER */
    .footer{
        margin-left: 3%;
        margin-right: 3%;
    }
    .footer-top::before,
    .footer-top::after {
        content: "";
        display: block;
        height: 1px;
        background: rgba(19,49,83,0.1);
        width: 100%;
        margin: 0 auto;
    }

    .footer-top::before {
        margin-bottom: 40px;
    }

    .footer-top::after {
        margin-top: 40px;
    }

    /* прижим вниз */
    .footer-bottom-links {
        position: relative;
        margin-top: auto;
    }

    /* расстояние между верхом и низом во 2 блоке */
    .footer-top-links {
        margin-bottom: 20px;
    }

    /* чтобы 3 блок тоже корректно тянулся */
    .footer-col > div:first-child {
        margin-bottom: 91px;
    }
    .footer {
        background: transparent; /* убрали фон */
        font-family: Arial, sans-serif;
        color: #133153;
    }

    .footer-top {
        position: relative;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }

    .footer-col {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .footer-logo {
        max-width: 90%;
        margin-bottom: 20px;
    }

    .footer_block_name{
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* Ссылки */
    .footer-links a {
        font-size: 14px;
        display: block;
        text-decoration: none;
        color: #133153;
        width: 100%;
        overflow: hidden;
        
    }

    .footer_label{
        color: #133153;
        font-size: 14px;
        margin-bottom: 7px;
    }

    .footer-links a span{
        transform-origin: left;
        display: block;
        /*transform: scaleX(1.2);*/
    }
    .footer-links.big a {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 12px;
    }

    /* Текст */
    .label {
        font-size: 14px;
        color: #666;
        margin-top: 10px;
    }

    .big-text-phone{
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .big-text {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    /* Соцсети */
    .socials a {
        font-size: 20px;
        color: #133153 !important;
        margin-right: 12px;
        transition: 0.2s;
        margin-top: 10px;
    }

    .socials a:hover {
        color: #555;
    }

    .footer_icon{
        display: inline-block;
        margin-right: 3px !important;
    }

    /* Форма */
    .email-input {
        margin: 10px 0;
    }

    .checkbox {
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 10px;
    }

    .subscribe-btn {
        cursor: pointer;
        width: auto;
        align-self: flex-start;
        flex: 0 0 auto;
    }

    /* Нижняя часть */
    .footer-bottom {
        text-align: left;
        padding: 20px 0 30px 0;
        font-size: 14px;
    }


/* Header  */

    .site-header {
        /*position: sticky;
        top: 0;
        z-index: 100;*/
        padding-top: 30px;
        padding-left: 3%;
        padding-right: 3%;

    }

    .site-header.scroll-up{
        box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid #e5e5e5;
        background: #fff;
        z-index: 999999999;
        padding-top: 5px !important;
        top: 0px;
        position: fixed;
        width: 100%;
    }
    .site-header.scroll-up .scroll_hide{
        display: none;
    }
    .site-header.scroll-up .header-select.icon_btn{
        background: #EEF0FA !important;
    }

    .site-header .navbar{
        width: 50%;
    }
    .site-header .navbar a.nav-link{
        text-transform: uppercase;
        color: #133153 !important;
        font-size: 16px;
        /*font-weight: 600;*/
        padding-right: 0.8rem !important;
    }

    /* SEARCH */

    .header-search {
        width: 100%;
        max-width: 450px;
        gap: 12px;
    }

    .search-input-wrap {
        position: relative;
        flex: 1;
    }

    .search-icon {
        position: absolute;
        top: 46%;
        left: 16px;

        transform: translateY(-50%);

        color: #133153;
    }

    .site-header .search-input {
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 8px;
        border: 1px solid #133153;
        background: transparent;
        padding-left: 46px;
    }

    .site-header .header-search form{
        display: flex;
        gap: 12px;
        width: 100%;
    }

    .search-input:focus {
        box-shadow: none;
        border-color: #133153;
    }

    .search-btn {
        padding: 0 28px;
        font-size: 16px;
        /*font-weight: 600;*/
    }

    .search-btn:hover {
        background: transparent;
        border: 1px solid #133153;
        color: #133153;
    }

    /* MENU */

    .nav-link {
        font-weight: 500;
        color: #222 !important;
    }

    /* SELECTS */

    .header-select {
        border: none;
        background: #f3f3f3;

        height: 32px;

        padding: 0px 13px;

        border-radius: 8px;

        color: #133153;
    }

    .header_bg .header-select {
        background: white !important;
    }
    .header-select:hover{
        color: #133153;
    }
    .dropdown-toggle.show{
        color: #133153 !important;
    }
    .dropdown-menu{
        border-radius: 8px;
    }
    .dropdown-item, .dropdown-item:hover, .dropdown-item:focus {
        color: #133153;
    }


    /* ACCOUNT */

    .header-account {
        align-items: center;
        gap: 10px;

        text-decoration: none;
        color: #133153;
        padding-right: 10px;
    }

    .header-account i {
        bottom: -4px;
        position: relative;
        line-height: 32px;
        font-size: 1.8rem;
        color: #133153;
    }

    /* CART */

    .header-cart {
        color: #222;
        text-decoration: none;
    }

    .header-cart i {
        position: relative;
        bottom: -2px;
        color: #133153;
        font-size: 1.5rem;
    }

    .cart-badge {
        position: absolute;

        top: 3px;
        right: -4px;

        min-width: 20px;
        height: 20px;

        border-radius: 50%;

        background: #EB5806;
        color: white;

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

        font-size: 12px;
        font-weight: 700;
    }

    /* BUTTONS */

    .header-primary-btn {
        height: 42px;

        background: #133153;
        color: white;

        border-radius: 8px;

        padding: 0 18px;

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

        text-decoration: none;
        border: 1px solid #133153;
    }

    .header-outline-btn {
        height: 42px;

        border-radius: 8px;

        padding: 0 18px;

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

        text-decoration: none;

        border: 1px solid #133153;

        color: #133153;

        background: transparent;
    }

    .header-logout-btn {
        height: 40px;
        margin-left: 15px;
        padding: 0 18px;

        border-radius: 8px;

        border: 1px solid #EB5806;

        background: transparent;
        color: #EB5806;

        /*font-weight: 600;*/
    }
    .header-logout-btn:hover{
        background: #EB5806;
        color: white;
    }

    .mobile-icon-btn {
        border: none;
        background: transparent;
        padding: 0;

        color: #222;
        font-size: 1.4rem;
    }

    .navbar {
        min-height: 58px;
    }

    /* MOBILE */

    @media (max-width: 991px) {

        .nav-link {
            padding-left: 0 !important;
        }

    }

    @media (max-width: 800px) {
        .site-header .navbar{
            min-height: 0px;
        }
    }


/* Отзывы */

    .reviews {
        margin-left: 3%;
        margin-right: 3%;
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .reviews-title {
        text-align: center;
        font-size: 48px;
        text-transform: uppercase;
        color: #133153;
        font-weight: 600;
        margin-bottom: 50px;
    }

    /* Слайдер */
    .reviews-slider {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        /*scroll-behavior: smooth;*/
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        overscroll-behavior-y: none;

    }

    /* Скрыть скролл (опционально) */
    .reviews-slider::-webkit-scrollbar {
        display: none;
    }
    .reviews-slider {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

/* Карточка товара */
    .review-card {
        flex: 0 0 500px;
        background: #EAEFFE;
        border-radius: 12px;
        padding: 35px;
        
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        scroll-snap-align: start;

        min-height: 400px; /* одинаковая высота */
        max-width: 500px;
    }

    .reviews-container {
        position: relative;
    }

    .reviews-dots {
        text-align: center;
        margin-top: 15px;
    }

    .reviews-dots span {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
        transition: background 0.3s;
    }

    .reviews-dots span.active {
        background: #333;
    }

    /* карточки */
    .reviews-slider {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
        scroll-behavior: smooth;
    }

    /* текст */
    .review-text {
        font-size: 16px;
        color: #133153;
        display: -webkit-box;
        -webkit-line-clamp: 12;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .review-link {
        margin-top: 15px;
        font-size: 14px;
        text-decoration: none;
        color: #133153;
        font-weight: bold;
        text-decoration: underline;
    }

    @media (max-width: 768px) {

        .reviews-slider {
            padding: 0 10px; /* отступы экрана */
        }

        .review-card {
            flex: 0 0 100%;
            max-width: 100%;
            margin-right: 0;
            padding: 20px;
            box-sizing: border-box;
        }

        /* если хочешь зазор между свайпами — делаем "внутренний" */
        .review-card:not(:last-child) {
            margin-right: 10px;
        }
    }


   




/* ===== Главное фото ===== */

    .product-gallery-main {
        position: relative;

        width: 100%;

        aspect-ratio: 700 / 630;

        overflow: hidden;

        border-radius: 14px;

        background: #f3f3f3;
    }

    /* само фото */
    .product-main-image {
        width: 100%;
        height: 100%;

        object-fit: cover;
        will-change: transform;
        object-position: center;

        display: block;
    }

    /* ===== Превью ===== */

    .product-thumbs {
        display: flex;
        gap: 10px;
        overflow-x: auto;
    }

    .thumb-item {
        flex: 0 0 90px;
        height: 120px;
        border-radius: 10px;
        overflow: hidden;
        background: #f3f3f3;
    }

    .gallery-thumb {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* ===== MOBILE DOTS ===== */

    .mobile-gallery-dots {
        display: none;
    }

    .product-mobile-slider{
        display: none;
    }

    .after_gallery{
        margin-top: 30px;
    }
    .after_gallery_mob{
        display: none;
    }


/* catalog page */

    .catalog-page {
        padding: 20px 0 50px;
    }

    .catalog-title h1 {
        font-size: 48px;
        font-weight: 800;
        margin-bottom: 40px;
    }

    /* SIDEBAR */

    .catalog-sidebar {
        position: sticky;
        top: 20px;
    }

    .sidebar-section {
        margin-bottom: 40px;
    }

    .sidebar-section.bordered {
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        padding: 20px 0;
    }

    .sidebar-title,
    .sidebar-subtitle {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .sidebar-options {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .filter-checkbox {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        font-size: 15px;
    }

    /* TOOLBAR */

    .toolbar-left {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .reset-filters {
        border: none;
        background: transparent;
        color: #777;
        font-weight: 500;
    }

    .sort-select {
        min-width: 220px;
        border-radius: 30px;
        padding-left: 18px;
    }

    /* CARD */

    .catalog-card {
        position: relative;
        overflow: hidden;
        transition: .25s;
        cursor: pointer;
    }

    .catalog-card:hover {
        transform: translateY(-4px);
    }

    .catalog-card-image {
        border-radius: 8px;
        overflow: hidden;
        background: #f8f8f8;
    }

    .cart_single .catalog-card-image{
        aspect-ratio: 1/1;
    }

    .card_double .catalog-card-image{
        aspect-ratio: 2/1;
    }
    .card_double {
        grid-column: span 2;
    }

    .catalog-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .catalog-card-body {
        display: block;
    }

    .catalog-card-title {
        font-size: 20px;
        margin-top: 15px;
        font-weight: 600;
        margin-bottom: 14px;

        display: block;
        overflow: hidden;
    }

    .catalog-card-meta {
        display: block;
        margin-bottom: 10px;
    }

    .product-balls {
        display: inline-block;
        color: #8c8c8c;
        font-size: 14px;
        color: #133153;
        padding-left: 5px;
    }

    .product-price {
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        color: #133153;
    }


    /* CUSTOM CHECKBOX */

    .custom-checkbox {
        width: 22px;
        height: 22px;

        border: 1px solid #25396f !important;
        border-radius: 3px !important;

        appearance: none;
        -webkit-appearance: none;

        background: #fff;

        cursor: pointer;

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

        transition: .2s;
        position: relative;
    }

    .custom-checkbox:hover {
        border-color: #25396f !important;
    }

    /* ACTIVE */

    .custom-checkbox:checked {
        background: #fff !important;

        box-shadow: inset 0 0 0 3px #fff,
                inset 0 0 0 20px #25396f  !important;
       
    }

    /* MOBILE */

    @media (max-width: 991px) {

        .catalog-title h1 {
            font-size: 34px;
            margin-bottom: 24px;
        }

        .catalog-sidebar {
            position: static;
        }

        .catalog-toolbar {
            flex-direction: column;
            align-items: stretch;
        }

        .toolbar-right {
            width: 100%;
        }

        .sort-select {
            width: 100%;
        }
    }

    @media (max-width: 576px) {

        .catalog-card-body {
            padding: 14px;
        }

        .product-price {
            font-size: 18px;
        }

        .catalog-tab {
            padding: 8px 14px;
            font-size: 14px;
        }

    }




/* main page  */
    .reviews-footer-bg {
        position: relative;          /* чтобы фон был под внутренними блоками */
        background: url('/images/design/main_bottom_desc.jpg') no-repeat center top;
        background-size: cover;        /* не растягивать картинку */
    }

    /* ================= WHY US ================= */
    .why-us {
        text-align: center;
        padding-top: 80px;
    }

    .why-us .row{
        max-width: 100%;
    }

    .why-us-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 30px;
        color: #133153; /* синий цвет */
    }

    .why-us-card {
        transition: transform 0.2s;
        padding: 5rem;
    }

    .why-us-card:hover {
        transform: translateY(-5px);
    }

    .why-us-img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        margin: 0 auto;
    }

    .why-us-text {
        font-size: 28px;
        line-height: 32px;
        color: #133153;
        margin-top: 0.5rem;
    }

    /* Адаптив */
    @media (max-width: 768px) {
        .why-us-title {
            font-size: 2rem;
        }

        .why-us-img {
            width: 60px;
            height: 60px;
        }

        .why-us-text {
            font-size: 0.9rem;
        }
    }

    .orbit-scheme {
        overflow: hidden;
        position: relative;
        width: 100%;
        /*max-height: 1140px;*/
    }

    .orbit-title{
        position: absolute;
        width: 100%;
        top: 82px;
        font-weight: 600;
        font-size: 48px;
        color: #102C4C;
        text-align: center;
        z-index: 10;
    }

    .orbit-scheme img {
        width: 100%;
        display: block;
    }

    .orbit-point {
        position: absolute;
        transform: translate(-50%, -50%);
    }

    .dot {
        position: relative;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #133153;
        display: block;
    }

    .dot::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 22px;
        border: 2px solid #133153;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .label_dot {
        position: absolute;
        left: 26px;
        top: -6px;
        width: 200px;
        /*white-space: nowrap;*/
    }


    .landing-page {
        padding-bottom: 80px;
    }

    /* HERO */

    .hero-section {
        margin-left: 3%;
        padding: 6% 0 0 0;
        width: 45%;
    }

    .hero-logo h1 {
        font-size: 56px;
        font-weight: 800;
        margin-bottom: 40px;
    }

    .hero-text {
        line-height: 40px;
        color: #133153;
        /*font-weight: 600;*/
        font-size: 32px;
        margin-top: 7%;
    }

    .hero-text h2 {
        font-size: 42px;
        line-height: 1.1;
        margin-bottom: 24px;
        font-weight: 700;
    }

    .hero-text p {
        font-size: 18px;
        line-height: 1.7;
        color: #6c757d;
    }


    /* CENTER INFO */

    .center-info-section {
        padding: 100px 0;
    }

    .center-info {
        padding-left: 20%;
        padding-right: 20%;
        text-align: center;
        margin-bottom: 5%;
        margin-top: 17%;
    }

    .center-info h2 {
        font-size: 42px;
        text-transform: uppercase;
        margin-bottom: 24px;
        font-weight: 700;
        color: #133153;
    }

    .center-info p {
        font-size: 18px;
        line-height: 1.7;
        color: #6c757d;
    }


    /* BESTSELLERS */

    .bestseller-section {
        padding-left: 3%;
        padding-right: 3%;
    }

    .bestseller-header {
        display: inline-block;
        align-items: center;
        margin-bottom: 32px;
        gap: 20px;
    }

    .bestseller-title {
        display: inline-block;
        font-size: 36px;
        font-weight: 800;
        margin: 0;
    }

    .all-products-link {
        display: inline-block;
        align-items: center;
        text-decoration: none;
        color: #133153;
        padding-left: 25px;
        /*font-weight: 600;*/
        transition: .2s;
        font-size: 20px;
    }

    .all-products-link:hover {
        opacity: .7;
    }

    .link-arrow {
        padding: 7px 9px;
        margin-left: 10px;
        border-radius: 8px;
        background: #133153;
        color: #fff;

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

        font-size: 16px;
    }


    /* HORIZONTAL PRODUCTS */

    .products-scroll {
        display: flex;
        gap: 24px;

        overflow-x: auto;
        overflow-y: hidden;

        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
        -ms-overflow-style: none;

        cursor: grab;
        user-select: none;
    }

    .products-scroll::-webkit-scrollbar {
        display: none;
    }

    .products-scroll.dragging {
        cursor: grabbing;
    }


    .product-slide {
        flex: 0 0 320px;
    }

    .products-scroll {
        cursor: grab;
        user-select: none;
    }

    .products-scroll.dragging {
        cursor: grabbing;
    }

    /* SLIDER  */
    .product-slider-section {
       
    }

    .custom-slider {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }

    .slides {
        display: flex;
        width: 100%;
        transition: transform 0.6s ease;
    }

    .slide {
        /*height: auto;*/
        overflow: hidden;
        aspect-ratio: 1839 / 915;
        flex: 0 0 100%;
        width: 100%;
        /*max-width: 100%;*/
        position: relative;
    }

    .slide img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }
    .slide.active {
        display: block;
    }

    .slide-overlay {
        position: absolute;
        bottom: 30px;
        right: 30px;

        display: flex;
        align-items: center;
        gap: 15px;

        z-index: 5;
    }

    .slide-text {
        color: #fff;
        font-size: 18px;
        line-height: 1.2;
        text-align: right;
    }

    .slide-button {
        width: 56px;
        height: 56px;

        border-radius: 50%;
        background: white;

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

        color: black;
        font-size: 22px;
        text-decoration: none;

        transition: 0.3s;
    }


    .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);

        width: 52px;
        height: 52px;

        border: none;
        border-radius: 50%;

        cursor: pointer;

        z-index: 10;

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

        font-size: 20px;

        transition: 0.3s;
    }

    .prev {
        left: 20px;
    }

    .next {
        right: 20px;
    }

    @keyframes fade {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* CARD */

    .catalog_products{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 10px;
        grid-auto-flow: dense;
    }

    .catalog-card {
        overflow: hidden;
        position: relative;
        height: 100%;
        cursor: pointer;
        transition: .25s;
    }

    .catalog-card:hover {
        transform: translateY(-4px);
    }

    .catalog-card-image {
        aspect-ratio: 1/1;
        background: #f8f9fa;

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

    .catalog-card-image:hover{
        border-radius: 8px;
    }

    .catalog-card-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .add-cart-btn {
        height: 40px;
        border: 1px solid #133153;
        border-radius: 8px;

        background: transparent;
        color: #133153;
        /*font-weight: 600;*/
        line-height: 40px;
        transition: .2s;
        font-size: 16px;
        padding-right: 12px;
    }

    .add-cart-btn:hover {
        background: #133153;
        color: white;
    }

    .add-cart-btn .cart-icon{
        float: left;
        background: #133153;
        padding-left: 12px;
        border-radius: 8px;
        padding-right: 12px;
        color: white;
        height: 40px;
        margin-left: -2px;
        margin-right: 12px;
    }


    .img_logo_top{
        height:72px;
    }

    .header_bg {
        position: relative;          /* чтобы фон был под внутренними блоками */
        background: url('/images/design/main_top_desc.jpg') no-repeat center top;
        background-size: contain;        /* не растягивать картинку */
        z-index: 1000;                   /* ниже контента */
    }

    .footer .tab_version, .footer .mob_version{
        display: none;
    }
    .cart_add_mob{
        display: none;
    }

    .mobile_menu_open .navbar {
        z-index: 10000;
        width: 50% !important;
    }

    #searchMenu{
        display: none !important;
    }

    .mob_slider_buttons {
        display: none;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    .mob_slider_buttons .mob_slider_btn {
        display: inline-block;
        margin-left: 10px;
        font-size: 14px;
        margin-right: 5px;
        padding: 10px 15px;
        border-radius: 8px;
        border: 1px solid #133153;
    }
    .mob_slider_buttons .mob_slider_btn img{
        display: inline-block;

    }
    .mob_slider_buttons .mob_slider_btn span{
        position: relative;
        bottom: -2px;
        left: 5px;
    }
     .mob_slider_buttons .mob_slider_btn.active{
        background: #133153;
        color: white;
     }

    .icon_btn{
        background: #EEF0FA;
    }


    .form_center{
        background: #F5F6FB;
        width: 400px;
        color: #133153;
        border-radius: 8px;
        border: 0px !important;
    }
    .form-control {
        border-radius: 8px !important;
        border: 1px solid #133153;
        color: #133153 !important;
        /*background: transparent;*/
    }
    .form-control[type="password"]{
        border-radius: 8px 0 0 8px !important;
    }

    /* slide main page  */

        /* TITLE */

        .slider-title {
            text-align: center;
            font-size: 48px;
            font-weight: 600;
            color: #102C4C;
        }

        /* CAROUSEL */

        .carousel-item{
            pointer-events: none;
        }

        .product-carousel {
            position: relative;
            z-index: -10;
            margin-top: -63px;
        }

        .slide-image-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 24px;
        }

        .slide-image {
            object-fit: cover;
        }
        /* BOTTOM CONTENT */

        .slide-overlay {
            position: absolute;
            left: 3%;
            right: 30px;
            bottom: 7%;
            line-height: 25px;
            z-index: 200;
            pointer-events: none;

        }


        .slide-text {
            color: #133153;
            font-size: 20px;

            /*font-weight: 600;*/
        }

        .slide_text_bottom{
            position: absolute;
            left: 43%;
            bottom: 7%;
            font-size: 1.49vw;
            font-weight: 600;
            text-transform: uppercase;
        }
        .slider_top_name{
            position: absolute;
            left: 3%;
            top: 15%;
            font-size: 2vw;
            font-weight: bold;
        }
        .slider_name_after{
            position: absolute;
            left: 3%;
            top: 22%;
            line-height: 1.6vw;;
            font-size: 1.5vw;
            /*font-weight: 600;*/
            text-transform: uppercase;
        }
        .slider_top_center{
            position: absolute;
            font-size: 1.2vw;
            right: 10%;
            left: 43%;
            max-width: 700px;
            top: 15%;
            line-height: 1.3vw;
        }
        .slider_main_block{
            position: absolute;
            /*display: flex;*/
            font-size: 1vw;
            max-width: 800px;
            left: 43%;
        }
        .slider_main_block .slider_mb_name{
            width: fit-content;
            font-size: 1.2vw;
            font-weight: bolder;
            padding: 1vw;
            border-radius: 12px;
            border: 2px solid #133153;
            margin-bottom: 0.8vw;
        }


        /* slide 1 */
        .slider_main_block.slide_1{
            right: 10%;
            top: 26%;
            bottom: 22%;
        }
        .slider_main_block.slide_1 .slider_mb_row{
            position: absolute;
            max-width: 14.5vw;
            line-height: 1vw;
            font-size: 0.86vw;
        }
        .slider_main_block.slide_1 .slider_mb_row.l_top{
            top: 0%;
            left: 0%;
        }
        .slider_main_block.slide_1 .slider_mb_row.r_top{
            top: 0%;
            right: 0%;
        }
        .slider_main_block.slide_1 .slider_mb_row.l_bottom{
            bottom: 0%;
            left: 0%;
        }
        .slider_main_block.slide_1 .slider_mb_row.r_bottom{
            bottom: 0%;
            right: 0%;
        }
        .slider_main_block.slide_1 .slider_mb_row.pill_center{
            left: calc(50% - 9vw);
            top: calc(50% - 7vw);
        }


        /* slide 2 */
        .slider_main_block.slide_2{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            right: 5%;
            top: 24%;
            bottom: 22%;
            max-width: 1000px;
            gap: 1vw 2vw;
        }
        .slider_main_block.slide_2 .slider_mb_row .slider_mb_name{
            font-size: 1vw;
            padding: 0.9vw 1.4vw;
        }
        .slider_main_block.slide_2 .slider_mb_row{
            line-height: 1vw;
            font-size: 0.86vw;
        }
        .slide_amino .slider_top_center{
            max-width: 800px;
        }
        .slider_main_block.slide_2 .pill_row{
            grid-row: span 2;
            max-width: 120%;
            width: 119%;
            margin-left: -20%;
        }

        /* slide 3 */
        .slider_main_block.slide_3{
            right: 16%;
            top: 26%;
            bottom: 22%;
        }
        .slider_main_block.slide_3 .slider_mb_row{
            position: absolute;
            line-height: 1vw;
            font-size: 0.86vw;
        }
        .slider_main_block.slide_3 .slider_mb_row.l_top{
            top: 0%;
            left: 0%;
            max-width: 14.5vw;
        }
        .slider_main_block.slide_3 .slider_mb_row.r_top{
            top: 0%;
            right: 0%;
            max-width: 14.5vw;
        }
        .slider_main_block.slide_3 .slider_mb_row.l_bottom{
            bottom: 0%;
            left: 0%;
        }
        .slider_main_block.slide_3 .slider_mb_row.pill_center{
            left: calc(50% - 7vw);
            top: calc(50% - 9vw);
             max-width: 12vw;
        }
        .slider_main_block.slide_3 .slider_mb_row li{
            list-style-type: disc; /* точки */
            padding-left: 5px;
        }
        .slider_main_block.slide_3 .slider_mb_row ul{
            margin-left: 20px;
        }

        /* BUTTON */

        .carousel-item a,
        .carousel-item .slide-button {
            pointer-events: auto;
        }
        .carousel-item {
            overflow: visible;
        }
        .carousel-inner {
            overflow: visible;
        }

        .slide-button {
            line-height: 16px;
            position: relative;
            pointer-events: auto;
            cursor: pointer;

            width: 32px;
            height: 32px;

            text-decoration: none;
            transition: 0.25s ease;

            padding: 4px 9px;
            border-radius: 8px;
            background: #133153;
            color: #fff;

            font-size: 16px;
        }

        .slide-button:hover {
            background: #111111;
            color: #ffffff;
            transform: scale(1.05);
        }

        /* SIDE ARROWS */

        .carousel-control-prev,
        .carousel-control-next {
            width: 8%;
            opacity: 1;
        }

        .custom-arrow {
            width: 56px;
            height: 56px;

            border-radius: 50%;
            color: #102C4C;

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

            font-size: 28px;

            transition: 0.25s ease;
            transform: scaleX(0.8);
        }

        .custom-arrow:hover {
            color: #ffffff;
        }
        .mob_slider{
            display: none;
        }


    /* cart page  */
        .cart_page .card{
            background: #F5F6FB;
            border-radius: 8px;
            border: 0px !important;
            position: relative;
        }
        .cart_page .card input[type="text"], .cart_page .card input[type="number"], .cart_page .card select, .cart_page .card textarea{
            border-radius: 8px;
            border: 1px solid #BBBDC2;
            color: #133153;
        }

        .cart_name_block{
            text-transform: uppercase;
            font-size: 28px;
            display: block;
            font-weight: bold;
            margin-bottom: 20px;
            margin-top: 30px;
        }
        .cart_right_data{
            background: #F5F6FB;
            padding: 20px;
            border-radius: 8px;
            color: #133153;
        }
        .cart_right_data .card-title{
            text-transform: uppercase;
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 10px;
        }
        .cart_right_data .btn_design{
            margin-top: 100px;
        }
        .cart_right_data{

        }
        .item_cart_block{
            display: flex;
            padding-bottom: 15px;
            padding-top: 15px;
            border-bottom: 1px solid rgba(19, 49, 83, 0.1) !important;
        }
        .item_cart_block:first-child {
            border-top: 1px solid rgba(19, 49, 83, 0.1) !important;
        }
        .image_item_cart{
            width: 143px;
            height: auto;
            border-radius: 8px;
            margin-right: 15px;
        }
        .item_cart_block .cart_item_name{
            font-size: 20px;
            font-weight: 600;
        }
        .item_cart_block .btn_remove{
            color: #133153;
            text-decoration: underline;
        }
        .item_cart_block .btn_icon_cart{
            background: #EEEFF3;
            border-radius: 8px !important;
            padding: 14px 23px;
        }
        .item_cart_block .item_buttons{
            max-width: 150px;
        }
        .item_cart_block .item_buttons input{
            border: 0px !important;
            padding-left: 0px;
            padding-right: 0px;
        }
        .item_cart_block .item_price{
            font-size: 20px;
            margin-bottom: 5px;
            font-weight: 600;
        }
        .item_cart_block .item_bonus{
            font-size: 16px;
        }
        .cart_page .card-title{
            color: #133153;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .payment-types {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
            margin-bottom: 15px;
        }

        .payment-card {
            position: relative;
            width: calc(33.3% - 11px);

            min-height: 83px;

            padding: 18px;

            border: 1px solid #BBBDC2;
            border-radius: 8px;

            cursor: pointer;

            transition: .2s;
            background: #fff;
        }

        .payment-card:hover {
            border-color: #999;
        }

        .payment-card.active {
            border-color: #EB5806;
        }


        .payment-title {
            color: #133153;
            font-size: 16px;
            font-weight: 600;
        }

        .payment-desc {
            font-size: 14px;
            color: #777;
            line-height: 1.4;
        }

        .payment-card input{
            color: #EB5806;
            position: absolute;
            right: 17px;
            appearance: none;
            -webkit-appearance: none;

            width: 14px;
            height: 14px;

            border: 1x solid #BBBDC2;
            border-radius: 4px; /* скругленные углы */

            display: inline-grid;
            place-content: center;

            cursor: pointer;
        }

        .payment-card input[type="radio"]:focus, .payment-card input[type="radio"]:focus-visible  {
          outline: none;
          box-shadow: none;
        }

        .payment-card input[type="radio"]::after {
          content: "";

          position: absolute;
          inset: -1px;

          border: 1px solid #EB5806;
          border-radius: 4px;

          background: transparent;
          opacity: 0;
        }

        /* внутренний квадрат */
        .payment-card input[type="radio"]::before {
          content: "";

          position: absolute;

          width: 8px;
          height: 8px;

          top: 50%;
          left: 50%;

          transform: translate(-50%, -50%) scale(0);

          border-radius: 2px;
          background: #EB5806;

          transition: transform 0.15s ease-in-out;
        }

        /* выбранное состояние */
        .payment-card input[type="radio"]:checked::before {
          transform: translate(-50%, -50%) scale(1);
        }
        .payment-card input[type="radio"]:checked::after {
          opacity: 1;
        }
        .payment-card input[type="radio"]:checked{
            background: transparent !important;
        }


    /* product page  */
        .product-title{
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 8px;
        }
        .product_right_block{
            padding-left: 20px;
        }

        .product_page .product-balls{
            display: block;
        }
        .product_page{
            color: #133153;
        }


        /* ===== actions ===== */
        .product-actions {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-top: 20px;
            margin-bottom: 25px;
        }

        /* qty */
        .product-actions .qty-group .qty-btn{
            background: #EEEFF3;
            border-radius: 8px !important;
            padding: 12px 21px;
        }
        .product_block{
            width: 50%;
            flex: 0 0 auto;
        }

        .product-actions .qty-input {
            border: 0px !important;
            padding-left: 0px;
            padding-right: 0px;
            width: 38px;
            border: none;
            text-align: center;
            background: transparent;
            outline: none;
        }

        /* корзина */

        .add-to-cart i {
            margin-right: 10px;
            font-size: 18px;
        }

        /* ===== accordion ===== */
        .product-accordion {
            margin-top: 20px;
        }

        .acc-item {
            border-top: 1px solid #ddd;
            padding: 20px 0;
            font-size: 16px;
        }

        .acc-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-weight: 500;
        }

        .acc-toggle {
            font-size: 22px;
            font-weight: bold;
            color: #133153;
            transition: 0.2s;
        }

        .acc-body {
            padding-top: 10px;
        }

        .acc-body {
            overflow: hidden;
            height: auto;
            transition: height 0.2s ease;
        }

    #cartToast{
        background: rgb(235, 88, 6) !important;
        margin-top: 50px;
    }


    /* category page  */
        .catalog_main{
            display: flex;
        }
        .product-card.hidden {
            display: none;
        }

        .product-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            z-index: 5;

            background: #fff;
            padding: 3px 11px;
            color: white;

            font-size: 14px;
            /*font-weight: 700;*/
            border-radius: 8px;
        }
        .product-card[data-top="1"] .product-badge{
            background: #133153;
        }
        .product-card[data-new="1"] .product-badge{
            background: #EB5806;
        }
        .catalog-page .left_filter{
            flex: 0 0 auto;
            width: 16.66666667%;
            padding-left: 0px;
            padding-right: 0px;
        }
        .catalog-page .right_product{
            flex: 0 0 auto;
            width: 83.33333333%;
            padding-left: 0px;
            padding-right: 0px;
        }
        .left_filter .title_filter{
            border-top: 1px solid #dcdcdc;
            border-bottom: 1px solid #dcdcdc;
            height: 84px;
            line-height: 84px;
            text-transform: uppercase;
            font-size: 20px;
            margin-bottom: 18px;
            font-weight: 600;
        }
        .catalog-toolbar .catalog-tab{
            border: 1px solid #dcdcdc;
            background: white;
            border-radius: 8px;
            font-size: 16px;
            padding: 4px 10px;
            /*font-weight: 600;*/
            transition: .2s;
        }
        .left_filter form{
            padding-left: 10px;
            padding-right: 10px;
        }
        .left_filter .sidebar-section .attribute-title{
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 600;
            margin-left: -10px;
            margin-bottom: 15px;
        }
        .filter-checkbox input:checked + span {
            font-weight: 600;
        }

        .catalog-tab.active,
        .catalog-tab:hover {
            background: #133153;
            color: white;
            border-color: #133153;
        }

        .catalog-toolbar {
            border-top: 1px solid #dcdcdc;
            border-bottom: 1px solid #dcdcdc;
            height: 84px;
            padding: 18px 0;
            margin-bottom: 20px;

            display: flex;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap;
        }
        .catalog-toolbar .reset-filters{
            font-size: 16px;
            color: #13315373;
        }
        .catalog-toolbar .reset-filters span{
            margin-left: 10px;
        }
        .mob_filter, .mob_filter_place{
            display: none;
        }
        #catalogFilters.is-open {
            display: block;
        }


    /* account pages */
        .acc_pg_all{
            display: flex;
        }
        .account_page{
            margin-right: 3%;
        }
        .account_page .card{
            overflow: hidden !important;
            border: 0px !important;
            margin-top: 25px;
            padding-top: 0px !important;
            color: #133153;
        }
        .account_page .card h3{
            margin-bottom: 30px !important;
            font-size: 35px;
            font-weight: 600;
            text-align: center;
        }
        .account_sidebar{
            width: 155px;

            margin-top: 20px;
        }
        .account_sidebar .card{
            overflow: hidden !important;
            border: 1px solid #1331531a;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }
        .account_main_part{
            width: calc(100% - 155px);
        }
        .wallet_bals{
            color: #133153;
        }
        .card_wallet .card{
            margin-top: 0px !important;
            border-radius: 8px;
        }
        .account_mob_menu{
            display: none;
        }

    /* MOBILE */
    @media (max-width: 1300px) {
        .catalog_products {
            grid-template-columns: repeat(3, 1fr);
        }
        .catalog-page .left_filter{
            min-width: 220px;
        }
        .catalog-page .right_product{
            width: calc(100% - 220px);
        }
        .why-us-card {
            transition: transform 0.2s;
            padding: 2rem;
        }
        .why-us-card .why-us-text {
            font-size: 25px;
        }
        .center-info{
            padding-left: 10%;
            padding-right: 10%;
            margin-top: 10%;
        }
        .site-header .navbar{
            width: 60%;
        }
        .header-account span{
            display: none;
        }
        .header_bg{
            background: url(/images/design/main_top_tab.jpg) no-repeat top right;
            background-size: contain;
        }
        .slide-text{
            font-size: 16px;
        }
        .slide-overlay{
            bottom: 7%;
        }
        .slide-button{
            width: 28px;
            height: 28px;
        }
    }

    @media (max-width: 1100px) {
        .site-header .navbar a{
            padding-left: 0.2rem !important;
            padding-right: 0.2rem !important;
        }
        .site-header .navbar{
            width: 53% !important;
        }
        .product-slider-section .text-center{
            margin-bottom: -30px;
            position: relative;
            z-index: 1000;
        }
        .orbit-title{
            top: 30px;
        }
        .hero-text{
            font-size: 27px;
        }
        .center-info h2, .slider-title, .orbit-title, .why-us-title, .reviews-title{
            font-size: 31px !important;
        }
        .why-us {
            padding-left: 3%;
            padding-right: 3%;
        }
        .why-us-card {
            padding: 0px;
        }
        .review-text, .review-link{
            font-size: 20px;
        }
        .img_logo_top{
            height:55px;
        }
        .big-text-phone, .big-text{
            font-size: 20px;
        }
        .mobile_menu_icons i{
            font-size: 32px;
            margin-left: 15px;
            color: #133153;
        }
        .payment-card {
            width: calc(50% - 11px);
        }
        .footer .desc_version{
            display: none;
        }
        .footer .tab_version{
            display: block;
        }
        .footer-links.big a{
            text-transform: uppercase;
        }
        .footer-logo{
            margin-bottom: 37px;
        }
        .footer-grid{
            grid-template-columns: repeat(2, 1fr);
            gap: 0px;
        }
        .footer-top-links {
            margin-bottom: 30px;
        }
        .footer-grid hr{
            margin-bottom: 30px;
            border: none;
            height: 1px;
            background-color: rgba(19, 49, 83, 0.6);
        }
        .footer .footer-links:first-child{
            margin-bottom: 40px;
        }
        .footer-col > div:first-child, .footer-bottom-links{
            position: static;
            margin-bottom: 0px;
            margin-top: 0px;
        }
        .footer-top::after {
          content: none;
        }
        .footer-bottom{
            border-top: 1px solid rgba(19, 49, 83, 0.2);
            padding: 30px 0 30px 0;
            margin-top: 20px;
        }
    }

    @media (max-width: 991px) {
        .catalog-page .left_filter{
            width: 100%;
            background: #EEEFF3;
        }
        .left_filter .title_filter{
            position: relative;
            border: none;
            height: auto;
            font-size: 12px;
            line-height: normal;
            padding: 15px;
            margin-bottom: 0px;
        }
        .left_filter .title_filter .mob_filter_place{
            font-size: 16px;
            color: #1331536e;
            text-transform: none;
            margin-top: 15px;
        }
        .left_filter .title_filter .mob_filter{
            position: absolute;
            right: 15px;
            top: calc(50% - 15px);
        }
        .catalog-page .left_filter form{
            display: none;
        }
        .catalog-page .right_product{
            width: 100%;
        }
        .catalog-toolbar{
            padding-bottom: 0px;
            height: auto;
            border: 0px;
        }
        .catalog_main{
            display: block;
        }
        .mob_filter_place{
            display: block;
        }
        .mob_filter{
            display: inline-block;
        }
        .product-gallery-main{
            aspect-ratio: 348 / 394;
        }
        #searchMenu.show{
            display: block !important;
        }
        .d-md-none{
            display: block !important;
        }
        .account_page .d-md-none{
            display: none !important;
        }
        .site-header.scroll-up .scroll_hide{
            display: block !important;
        }
        .site-header.scroll-up .img_logo_top{
            height: 40px;
        }
        .site-header.scroll-up{
            padding-bottom: 3px;
        }
        .header-search{
            display: none !important;
        }
        .hero-logo h1 {
            font-size: 42px;
        }

        .hero-text h2 {
            font-size: 30px;
        }

        .center-info {
            padding-left: 5%;
            padding-right: 5%;
        }

        .center-info h2 {
            font-size: 28px;
        }

        .bestseller-header {
            flex-direction: column;
            align-items: flex-start;
        }

        .product-slide {
            flex: 0 0 260px;
        }
        .review-card {
            max-width: 49%;
        }
        .hero-section{
            padding: 2% 0 0 0;
            width: 40%;
        }
        .hero-text{
            font-size: 18px;
            line-height: 25px;
        }
        .orbit-scheme img{
            max-width: 300%;
            width: 170%;
            height: 800px;
        }
        .orbit-points {
            top: 100px;
            position: absolute;
            margin-top: 40px;
            width: 100%;
        }
        .orbit-point {
            margin-bottom: 22px;
            position: static;
            transform: none;
            display: block;

            text-align: center;
            width: 100%;
        }
        .label_dot{
            width: 260px;
            font-size: 16px;
            margin: auto;
            position: static;
        }
        .dot{
            margin-bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
        }
        .site-header .container-fluid{
            padding-left: 0px;
            padding-right: 0px;
        }
    /*    .container-fluid {
            
            margin-right: -3%;
            margin-left: -3%;
            padding-left: 3%;
            padding-right: 3%;
        }*/
        .cont_mob{
            z-index: 10000;
            position: absolute;
            background: white;
        }
        .header_bg .cont_mob{
            background: #F1F6FD;
        }
        .cont_mob .navbar{
            min-height: 0px;
        }
        .header_bg .site-header:has(.collapse.show) {
            background: #F1F6FD;
        }
        .site-header:has(.collapse.show) {
            background: white;
        }
        .navbar-nav{
            text-align: center;
        }
        .navbar-collapse{
            text-align: center;
        }
        .header-logout-btn{
            margin-left: 0px;
        }
        #searchMenu{
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .bestseller-section{
            margin-left: 0%;
            margin-right: 0%;
        }
        .mobile_menu_open .navbar {
            width: 94% !important;
        }
        .products-scroll .cart_single{
            width: 35%;
        }
        .products-scroll .card_double{
            width: 70%;
        }
        .landing-page{
            padding-bottom: 30px;
        }
    }

    @media (max-width: 800px) {
        .cart_add_mob{
            display: inline;
        }
        .cart_add_desc{
            display: none;
        }
        .product-actions{
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            flex-wrap: nowrap;
        }
        .cart_page .card-body{
            padding-left: 0px;
            padding-right: 0px;
        }
        .cart_right_data .btn_design{
            margin-top: 20px;
            width: 100%;
        }
        .cart_page .card.mob_white{
            background: white;
        }
        .cart_page .cart_col{
            width: 100% !important;
        }
        .cart_page .card:not(.mob_white)::before {
          content: "";

          position: absolute;
          top: 0;
          bottom: 0;

          left: 50%;
          transform: translateX(-50%);

          width: 100vw;

          background: #F5F6FB;

          z-index: -1;
        }
        .why-us-img {
            width: 60px;
            height: 60px;
        }
        .why-us-card .why-us-text{
            font-size: 16px;
            line-height: 23px;
        }
        .bestseller-title{
            font-size: 20px;
        }
        .all-products-link{
            font-size: 14px;
        }
        .hero-text{
            font-size: 16px;

        }
        .hero-section {
            padding: 11% 0 0 0;
        }
        .site-header{
            padding-top: 5px;
        }
        .center-info h2, .slider-title, .orbit-title, .why-us-title, .reviews-title{
            font-size: 24px !important;
        }
        .img_logo_top{
            height: 42px;
        }
        .slide-overlay{
            bottom: 33px;
        }
        .account_page .d-md-none{
            display: table-row !important;
        }
        .account_page .d-none{
            display: none !important;
        }
        .account_page .order-table-thead{
            display: none !important;
        }
        .account_sidebar{
            display: none;
        }
        .account_mob_menu{
            z-index: 99;
            display: inline-block;
            position: absolute;
            top: 80px;
            left: 3%;
        }
        .account_main_part{
            width: 100%;
        }
        .account_mob_menu .offcanvas{
            max-width: 120px !important;
            width: 120px !important;
        }
    }

    @media (max-width: 600px) {
        .catalog-card-title, .product-price{
            font-size: 16px;
        }
        .add-cart-btn{
            font-size: 14px;
        }
        .catalog_products {
            grid-template-columns: repeat(2, 1fr);
        }
        .product_block{
            width: 100%;
        }
        .product-actions {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            margin-bottom: 0px;

            z-index: 999;

            background: #fff;
            border-top: 1px solid #e5e5e5;

            padding: 10px 12px;

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

            gap: 10px;

            box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
            flex-wrap: wrap;
            flex-direction: row;
        }
        .body_product_page #my-help-chat-button{
            bottom: 80px;
        }
        .after_gallery_mob{
            margin-top: 20px;
            margin-bottom: 20px;
            display: block;
        }
        .product_img_desc{
            display: none;
        }
        #mainProductImage{
            display: none;
        }

        .product-gallery-main {
            aspect-ratio: 1 / 1.15;
            overflow-x: auto;
        }

        .mobile-gallery-dots span.active {
            background: #1e3a8a; /* тёмно-синий */
        }

        /* скрываем превью */
        .product-thumbs {
            display: none;
        }

        /* полоски */
        .mobile-gallery-dots {
            position: absolute;
            bottom: 12px;
            left: 50%;
            transform: translateX(-50%);

            display: flex;
            gap: 6px;

            width: calc(100% - 40px);
        }

        .mobile-gallery-dots span {
            flex: 1;
            height: 3px;
            background: rgba(255,255,255,0.4);
            border-radius: 10px;
            transition: 0.2s;
        }


        /* mobile slider */

        .product-mobile-slider {
            display: flex !important;
            width: 100%;
            height: 100%;

            overflow-x: auto;

            scroll-snap-type: x mandatory;

            scroll-behavior: smooth;

            -webkit-overflow-scrolling: touch;

            scrollbar-width: none;
        }

        .product-mobile-slider::-webkit-scrollbar {
            display: none;
        }

        /* каждый слайд */
        .gallery-slide {
            flex: 0 0 100%;

            width: 100%;
            height: 100%;

            object-fit: cover;

            scroll-snap-align: start;
        }

        /* чтобы контент не перекрывался панелью */

        .qty-group {
            flex: 0 0 auto;
            transform: scale(0.95);
        }

        .add-to-cart {
            flex: 1;
            justify-content: center;
            padding: 12px;
        }
        .payment-card{
            width: 100%;
        }
        .image_item_cart{
            margin-right: 0px;
        }
        .item_cart_block .price_bottom{
            display: none;
        }
        .item_cart_block .price_mob{
            display: block;
            margin-top: 10px;
        }
        .item_cart_block .item_price{
            margin-bottom: 0px;
        }
        .desc_slider{
            display: none;
        }
        .mob_slider{
            display: block;
        }
        .mob_slider_buttons {
            display: inline-block;
        }
        .slide{
            aspect-ratio: 650 / 1585;
        }
        /* slide 1  */
        .slider_top_name{
            text-align: center;
            width: 100%;
            position: absolute;
            left: 0%; 
            top: 38%;
            font-size: 6vw;
        }
        .slider_top_center{
            text-align: center;
            position: absolute;
            font-size: 4.3vw;
            right: 5%;
            left: 5%;
            max-width: 700px;
            top: 42%;
            line-height: 4.8vw;
        }
        .slider_main_block.slide_1{
            grid-template-columns: repeat(2, 1fr);
            display: grid;
            gap: 22vw 6vw;
            right: 3%;
            left: 3%;
            top: 54%;
            bottom: 7%;
        }
        .slider_main_block.slide_1 .slider_mb_row{
            position: relative;
            text-align: center;
            max-width: 700px;
            line-height: 4.4vw;
            font-size: 4vw;
        }
        .slider_main_block .slider_mb_name{
            margin: 0 auto 3.5vw auto;
            font-size: 4.5vw;
            padding: 3vw;
        }
        .slider_main_block.slide_1 .slider_mb_row.pill_center{
            position: absolute;
            max-width: 22vw;
            top: calc(50% - 12vw);
            left: calc(50% - 11vw);
        }
        .slide_text_bottom{
            line-height: 4.8vw;
            width: 100%;
            text-align: center;
            position: absolute;
            left: 0%;
            bottom: 1.5%;
            font-size: 4.3vw;
        }
        .slider_name_after{
            max-width: 40%;
            position: absolute;
            left: 3%;
            top: 3%;
            line-height: 4.4vw;
            font-size: 3.6vw;
            text-transform: none;
        }

        /* slide 3  */
        .slider_main_block.slide_3{
            right: 3%;
            left: 3%;
            top: 50%;
            bottom: 7%;
        }
        .slider_main_block.slide_3 .slider_mb_row{
            line-height: 4.4vw;
            font-size: 4vw;
        }
        .slider_main_block.slide_3 .slider_mb_name{
            margin: 0 0 3.5vw 0 !important;
        }
        .slider_main_block.slide_3 .slider_mb_row.l_top{
            width: 60%;
            max-width: 700px;
        }
        .slider_main_block.slide_3 .slider_mb_row.pill_center{
            max-width: 40%;
            top: 0%;
            left: auto;
            right: 0%;
        }
        .slider_main_block.slide_3 .slider_mb_row.l_bottom{
            max-width: 45%;
            bottom: 0%;
            left: 0%;
        }
        .slider_main_block.slide_3 .slider_mb_row.r_bottom{
            right: 0%;
            max-width: 50%;
            bottom: 21%;
        }



        .review-card{
            max-width: 100%;
        }
        .reviews-slider{
            gap: 0px;
            padding: 0px;
        }

        .header_bg {
            background: url(/images/design/main_top_mob.jpg) no-repeat top right;
            background-size: contain;
        }
        .hero-section{
            width: 94%;
            padding: 78% 0 0 0;
        }
        .hero-logo img{
            display: block;
            margin: 0 auto;
            max-height: 80px;
        }
        .hero-text{
            font-size: 19px;
        }
        .footer .tab_version{
            display: none;
        }
        .footer .mob_version{
            display: block;
        }
        .footer-grid{
            display: block;
        }
        .footer-col{
            text-align: center;
            display: block;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .footer-links{
            margin-bottom: 0px;
        }
       
        .footer-bottom{
            margin-top: 0px;
        }
        .footer-grid hr{
            margin-bottom: 0px;
        }
        .footer .footer-links:first-child{
            margin-bottom: 0px;
        }
        .footer-col .email-input{
            width: 100%;
        }
        .footer-col .checkbox input {
            margin: 0;
        }
        .big-text-phone{
            font-size: 24px;
        }
        .big-text {
            font-size: 16px;
        }
        
        .catalog-card-title{
            margin-bottom: 5px;
            margin-top: 5px;
        }
        .slider-arrow{
            top: 22%;
        }
        .slide-overlay{
            bottom: auto;
            left: auto !important;
            top: 3%;
            left: 3%;
        }
        .slide-overlay .slide-text{
            text-align: left;
            line-height: 4.4vw;
            font-size: 3.6vw;
        }
        .slide-overlay .slide-button{
            margin-left: 0px;
        }
        .landing-page{
            padding-bottom: 30px;
        }
        .mobile_menu_icons i{
            font-size: 25px;
        }
        .bestseller-section{
            margin-left: 3%;
            margin-right: 3%;
        }
        .products-scroll{
            gap: 2%;
        }
        .why-us .row{
            max-width: 200%;
        }
        .products-scroll .cart_single{
            width: 48%;
        }
        .products-scroll .card_double{
            width: 96%;
        }
    }

    @media (max-width: 500px) {
        .acc_pg_all{
            margin-top: 30px;
        }
        .account_mob_menu{
            top: 52px;
        }
        .cart_left_items .cart_buttons_clear {
            display: block !important;
        }
        .cart_left_items .cart_buttons_clear button[type="button"]{
            width: 100%;
            margin-bottom: 10px;
        }
        .item_cart_block .btn_icon_cart{
            padding: 9px 16px;
        }
        .item_cart_block .item_buttons{
            max-width: 123px;
        }
        .img_logo_top{
            height: 38px;
        }
        .mobile_menu_icons i{
            margin-left: 5px;
        }
        .catalog-card-body{
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    @media (max-width: 400px) {
        .img_logo_top{
            height: 32px !important;
        }
    }

    .main-page-bg{
        background: #f5f8ff;
    }
