
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;
}
body{
    font-family: "PT Sans", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    background-color: #faf9f8;
    color: #484848;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
}
h1, h2, h3, h4, h5, span{
    font-family: "PT Sans", sans-serif;
}
h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3, .contentTitle {
    font-size: 21px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}
a:hover{
    text-decoration: underline;
    cursor: pointer;
    color:#35549b;
}
.not-line:hover{
    text-decoration: none !important;
}
/*крошки*/
.breadcrumbs > span:not(:last-child)::after {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
    
}
.breadcrumbs > span:not(:last-child){
    color:#35549b;
}
.breadcrumbs{
    margin-top: 3px;
    margin-bottom: 20px;

}

/*конц крошкам*/
.container {
    margin: auto;
    padding: 0 15px;
    max-width: 85%;
    margin-top: 25px;
}
.notm{
    margin-top: 0 !important;
}
.page-title{
    font-size: 21px;
    color: #484848;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 30px;
}
.page-wrapper{
    background-color: #ffffff;
    margin-bottom: 25px;
    padding: 25px;
    box-shadow: 0 0 3px 0 #d7d7d7;
}
.center-text{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.content-text{
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}
.mb{
    margin-bottom:10px;
}

    @media(max-width: 1360px) {
        .container {
            max-width: 100%;
        }
    }


/*Delivery*/

.dostavka u{
    text-decoration: underline;

}
.dostavka ul{
    padding-left: 40px;
}



/* BUILDED */

.contacts-content__info{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contacts-content__ginfo{
    margin: 10px 0;
    width: 48%;
}

.contacts-content__card{
    width: 350px;
    height: 225px;
}
.contacts-content__card img, .content-shop-images img{
    border-style: none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.content-shop-images{
    width: 42%;
    min-height: 1px;
    padding: 0 15px;
}
.contacts-content-shop{
    padding-bottom: 10px;
}
@media(max-width:768px){
.contacts-content__ginfo{
    width: 100%;
}
.content-shop-images{
    width: 100%;
    margin-top: 1.5rem
}
}

.glavnaya-popular-title{
    margin-bottom:10px !important;
    margin-top:20px;
    padding-top: 25px;
    text-align:center;
}
/* Стили слайдера */
.my-popular-slider {
    position: relative;
    padding: 15px 0 0 0;
}
.my-popular-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #ffffff;
    padding-bottom: 35px;
    margin: 5px 0;
    box-shadow: 0 0 3px 0 rgba(204, 204, 204, 0.5);

}

.popular-image {
    width: 100%;      /* на всю ширину слайда */
    height: auto;    /* фиксированная высота картинки */
    overflow: hidden;
    
}
.popular-image img {
    width: 100%;      /* растягиваем по ширине */
    height: 100%;     /* растягиваем по высоте контейнера */
    object-fit: cover; /* сохраняем пропорции, обрезая лишнее */

}



.popular-title {
    font-weight: normal;
    text-overflow: ellipsis;
    font-variant: normal;
    text-transform: uppercase;
    margin: 10px 0px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 1em;
    text-align:center;
    flex-grow: 1; /* чтобы текст занимал оставшееся место */
}
.popular-title a {
    color: #35549b;
    text-decoration: none;
}


/* Стрелки */
.popular-slider-button-prev,
.popular-slider-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background-color: #f4ad1a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular-slider-button-next {
    right: 0;
    margin-right: -13px;
    background-image: url(/images/site/glavnaya/vector.svg);
    -webkit-background-size: auto 25px;
    background-size: auto 25px;
    width: 44px;
    background-repeat: no-repeat;
    background-position: center;
    height: 38px;
    transform: rotate(-90deg);
    top: 50%;
}

.popular-slider-button-prev{
    margin-left: -13px;
    left: 0;
    background-image: url(/images/site/glavnaya/vector.svg);
    -webkit-background-size: auto 25px;
    background-size: auto 25px;
    width: 44px;
    height: 38px;
    transform: rotate(90deg);
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.popular-slider-button-prev::after,
.popular-slider-button-next::after {
    font-size: 20px;
    color: #fff; /* белые стрелки */
}
.popular-slider-button-prev { left: 10px; }
.popular-slider-button-next { right: 10px; }


.glavnaya-text{
    padding-top: 20px;
}

/* по умолчанию стрелки */
.popular-slider-pagination{
    display:none;
}

.glavnaya-images-shop{
    float: right;
    width: 400px;      /* размер картинки */
    margin: 0 0 20px 30px;
}

.glavnaya-images-shop img{
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 900px){

    .glavnaya-images-shop{
        float: none;
        width: 100%;
        margin: 0;
        max-height: 600px;
    }

}
/* меньше 1300px */
@media(max-width:1300px){

    .popular-slider-button-prev,
    .popular-slider-button-next{
        display:none;
    }

    .popular-slider-pagination{
        display:block;
        margin-top:20px;
        text-align:center;
    }
    .popular-slider-pagination .swiper-pagination-bullet{
        margin: 0 0.2em;
        width: 0.8em;
        height: 0.8em;
        background: #ccc;
        opacity: 1;
    }

    .popular-slider-pagination .swiper-pagination-bullet-active{
        background-color: #35549b;
    }

}
/* Адаптив */
@media(max-width:500px){
    .my-popular-slider .swiper-slide {
        width: 80%;
        height: auto; /* на мобильных карточки подстраиваются под содержимое */
    }
    .popular-image {
        height: 180px;
    }
}
.top-header{
    background-color:#F5F5F5;
    border-bottom: 1px solid #cdcdcd;
}
.top-header__content{
    display:flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.top-header__logo{
    max-width: 165px;
   /* width: clamp(100px, 16vw, 165px);*/
    margin-left: 0;
    flex: 0 1 auto;
}
.top-header__logo a{
    display:block;
}
.top-header__logo > a > img{
    display:block;
    border-style: none;
    max-width: 100%;
    height: auto;
}

.top-header__slogan{
    display:flex;
    flex-direction: column;
    text-align: right;
}
.top-header__slogan > h1{
    color: #2D2C2B;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 3px 0 0;

}
.top-header__slogan > h2{
    color: #2B2A29;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 5px 0 0;
}
.top-header__slogan-mb-adress{
    display:none;
}
.top-header_menu{
    display:none;
}
    @media(max-width: 992px){
        .top-header__content{
            justify-content: flex-start;
            gap:30px;
        }
        .top-header__logo{
            width: clamp(99px, 12vw, 134px);
        }

        .top-header__slogan{
            margin-left: auto;
        }
        .top-header_menu{
            display:block;
            cursor: pointer;
            width: 45px;
            height: 45px;
            background-image: url(/images/site/top-header/sidebar_menu.svg);
            -webkit-background-size: 21px auto;
            background-size: 21px auto;
            background-repeat: no-repeat;
            background-position: 50%;
            -ms-flex-negative: 0;
            -webkit-flex-shrink: 0;
            flex-shrink: 0;
            background-color: #f5b62d;

            position:static;   /* убираем fixed */
            flex-shrink:0;

            z-index: 10;
        }


    }

    @media(max-width: 768px){
        .top-header__content{
            flex-direction: column;
            gap:24px;
        }
        .top-header__slogan{
            gap:14px;
            text-align: center;

        }
        .top-header__slogan > h1{
            white-space: normal;

        }
        .top-header__slogan-mb-adress{
            display:block;
        }
        .top-header__slogan-ds-tx{
            display:none;
        }
        .top-header__logo{
            margin-left: 0;
            width: 165px;
        }
        .top-header_menu{
            position:fixed;
            top:15px;
            left:15px;
            z-index:10;
        }
        .top-header__content{
            flex-direction:column;
            gap:24px;
            justify-content:center;
        }
        .top-header__slogan{
            margin-left:0;
        }
    }
/*таблица заказа*/
.order-table{
    background-color: #ffffff;
    width: 100%;
    text-align: left;
    padding-bottom: 2rem;
    border-collapse: collapse;
}
/* Заголовки столбцов */
.order-table th {
    border-bottom: 3px solid #35549b;
    background-color: #faf9f8;
    padding: 10px;
    text-align: left; /* текст по левому краю */
}

/* Ячейки таблицы */
.order-table td {
    padding: 10px;
    vertical-align: middle;
    text-align: left; /* текст по левому краю */
}

/* Строка с суммой */
.order-table tr:last-child td {
    font-weight: bold;
    padding: 10px;
}


.product-order-item{
    display:flex;
    align-items: center;
    gap:20px;
}
.order-product-image{
    width: 110px;
    display: block;
}
.order-product-image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.product-link-title{
    margin-bottom: 10px;
    display: inline-block;
    color: #35549b;
    text-decoration: none;
}
.articul-style{
    color: #aaa;
}

/*+-*/
.cart-qty div{
    display:flex;
}
.qty-btn{
    color: inherit;
    font-size: 1.067em;
    font-weight: bold;
    padding: 0;
    width: 2.7em;
    height: 33px;
    overflow: hidden;
    text-align: center;
    flex-shrink: 0;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 7px;
    border-radius: 4px;

}
.qty-btn img{
    width: 12px;
    height: 12px;
}

.qty{
    vertical-align: middle;
    border: 1px solid #c0c0c0;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    flex-shrink: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
}
/* кнопка минус */
.qty-btn[data-action="minus"]{
    border-right: none;          /* убираем границу справа */
    border-radius: 4px 0 0 4px;  /* скругление только слева */
}

/* кнопка плюс */
.qty-btn[data-action="plus"]{
    border-left: none;           /* убираем границу слева */
    border-radius: 0 4px 4px 0;  /* скругление только справа */
}

.remove-item{
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
}
.remove-item img{
    width: 10px;
    height: 10px;
}
.mobile-sum{
    display: none;
}

@media (max-width:1000px){

/* убираем заголовок таблицы */
.order-table th{
    display:none;
}

/* таблица превращается в блоки */
.order-table,
.order-table tbody,
.order-table tr,
.order-table td{
    display:block;
    width:100%;
}

/* карточка товара */
.order-table tr{
    border:1px solid #e5e5e5;
    border-radius:2px;
    padding:15px;
    position:relative;
    background:#fff;
}
.order-table tr:first-child{
    display: none;
}
.product-order-item{
    align-items:flex-start;

}
.order-product-image {
    padding: 0px; 
}
/* убираем последнюю строку "итого" из карточек */
.order-table tr:last-child{
    border:none;
    padding:0;
}

/* крестик */
.order-table td:last-child{
    position:absolute;
    top:10px;
    width: 40px;
    right:20px;
}

/* товар оставляем как есть */
.order-table td:first-child{
    padding-right:40px;
}
.cart-qty div {
    justify-content: end;
}
/* категория */
.order-table td:nth-child(2){
    margin-top:0px;
    margin-left: 130px;
    display: flex;
    width: 200px;
}

/* цена */
.order-table td:nth-child(3){
    margin-top:10px;
}

/* блок количество + сумма */
.order-table td:nth-child(4){
    display: flex;
    gap:5px;
    justify-content: end;
    font-weight: bold;

}

/* количество */
.cart-qty{
    display:flex;
    justify-content:flex-start;
}

/* сумма */
.item-sum{

}
.mobile-sum{
    display: block;
}
/* крестик */
.remove-item{

}
.cart-total{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 10px;
    white-space: nowrap;
    border-top:2px solid #e0e0e0;
    }

.cart-total td{
    border:none;
    padding:0;
    }
.pn{
    width: auto !important;
    padding: 0 !important;
}

}

/*блок письма*/
.making-order{
    padding-top: 2rem;
    width: 100%;
    
}
.tb-form{
    width: 66.6%;
}
.order-title{
    font-weight: bold;
    font-size: 1em;
    margin: 0 0 1em;
    color: #0b2621;
}
.order-title-company{
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.order-form__field{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
@media(max-width:768px){
    .tb-form{
        width: 100%;
}
}





/*переключатель лиц*/
.person-type-switch {
    display: inline-flex;
    border: 1px solid #DDD;
    overflow: hidden;
    margin: 15px 0 25px;
}

.switch-btn {
    padding: 5px 10px;
    border: 1px solid #DDD;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
}
.person-type-switch:last-child button{
    padding-right: 1em;
}

.switch-btn.active {
    background-color: #35549b;
    color: #fff;
    border-color: #35549b;
}

.switch-btn:not(.active):hover {
    border: 1px solid #35549b !important;
}

.company-fields {
    display: none; /* по умолчанию скрыты */
}


/*детали заказа*/
.order-details{
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}
.shipping-methods{
    width: 50%;
}
.pay-methods{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap:20px;
}

/*способы оплаты*/

.pay-info {
    display: none;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    width: 400px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ebebeb;
    position: absolute;
    right: 140px;
    top: 100%;      
    margin-top: 8px; 
    z-index: 10;
}

.info-pay {
    margin-left: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
}

.pay-item{
    display: flex;
    gap:10px;
    position: relative;
}
@media (max-width:768px){

    .pay-item{
        flex-wrap: wrap;
    }

    .pay-info{
        position: static;     /* убираем абсолютное позиционирование */
        width: 100%;          /* занимает всю ширину */
        margin-top: 8px;
        box-shadow: none;
    }

}
@media(max-width:768px){
    .order-details{
        display: flex;
        flex-direction: column;
    }
    .shipping-methods{
        width: 100%;
    }
    .pay-methods{
        width: 100%;
    }
}

.order-form-footer{
    display:flex;
    justify-content: space-between;
    border-top: 2px solid #0b2621;
    padding: 1.5rem 0 0;
}
.btnOderSend{
    background-color: #f85d00;
    color: #fff;
    margin-bottom: 7px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1em;
    line-height: 1.4em;
    display: inline-block;
    padding: 0.6em 1.4em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}
.recv{
    flex: 0 0 75%;
    max-width: 75%;
}
.text-license a{
    color: #35549b;
    text-decoration: none;
}

@media(max-width:768px){
    .order-form-footer{
        display:flex;
        flex-direction: column;
        gap:2rem;

    }
}
/* Основной блок меню */
.desktop-menu {
    background-color: #F7C257;
    position: relative;
    z-index: 100;
}

/* Список верхнего уровня */
.desktop-menu__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    width: 100%;
}

/* Пункты верхнего уровня */
.desktop-menu__list > li {
    position: relative; /* для абсолютного dropdown */
    padding: 20px 10px;
    display: flex;
    flex: 1;  
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.desktop-menu__list > li:hover{
    background-color: #F4AD1A;
}

/* Ссылки верхнего уровня */
.desktop-menu__list > li > a {
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    color: #2B2A29;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

/* SVG для dropdown */
.desktop-menu__list > li.has-dropdown  {
    text-decoration: none;

    
    /* Треугольник как фон */
    background-image: url('/images/site/desktop-menu/arrow_down.svg');
    background-repeat: no-repeat;
    background-position: center bottom 8px; /* снизу по центру */
    background-size: 10px auto; /* размер треугольника */
}

/* Первый уровень dropdown скрыт по умолчанию */
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #F7C257;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 180px;
    display: none; 
    z-index: 200;
}

/* Показ dropdown при hover */
.desktop-menu__content ul > li:hover > .dropdown {
    display: block;
}

/* Пункты первого уровня dropdown */
.dropdown > li {
    position: relative;
    font-size: 15px;
    padding: 11px 20px;
}

/* Ссылки первого уровня dropdown */
.dropdown > li > a {
    color: #2B2A29;
    font-size: 15px;
    text-decoration: none;
    
}

/* Второй уровень dropdown (sub-dropdown) */
.sub-dropdown {
    position: absolute;
    top: 0;
    left: 100%; /* справа от родителя */
    background: #F7C257;
    min-width: 180px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; 
}

/* Треугольник у пунктов первого уровня dropdown (подменю) */
.dropdown > li.has-dropdown{
    position: relative; /* чтобы ::after позиционировался */
    padding-right: 20px; /* место для треугольника справа */
}

/* Треугольник сбоку, повернутый на 90 градусов */
.dropdown > li.has-dropdown::after {
    content: "";
    position: absolute;
    right: 10px;   /* отступ справа */
    top: 50%;     /* по вертикали по центру */
    transform: translateY(-50%) rotate(-90deg); /* центрируем и поворачиваем */
    width: 10px;  /* размер треугольника */
    height: 10px;
    background-image: url('/images/site/desktop-menu/arrow_down.svg'); /* тот же SVG */
    background-size: contain;
    background-repeat: no-repeat;
}

/* Показываем sub-dropdown при hover родителя */
.dropdown > li:hover > .sub-dropdown {
    display: block;
}

/* Пункты второго уровня */
.sub-dropdown > li {
    padding: 11px 15px;
}

/* Ссылки второго уровня */
.sub-dropdown > li > a {
    color: #2B2A29;
    text-decoration: none;
}


/*активный пункт*/
.desktop-menu__list > li.active,
.dropdown > li.active,
.sub-dropdown > li.active {
    background-color: #F4AD1A; 
}
@media(max-width: 992px){
    .desktop-menu {
        display:none;
    }
}
.customer-card{
    display:flex;
    flex-direction: column;
    /*gap:30px;*/
}
.customers-gallery{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap:30px;
}
.gallery-item{
    aspect-ratio: 3/2;
    width: 100%;
}
.gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.customers-content{
    display:flex;
    flex-direction: column;
    gap:30px;
}
.customers{
    padding-bottom: 64px;
}
@media(max-width:992px){
    .customers-gallery{
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width:576px){
    .customers-gallery{
        grid-template-columns: repeat(2,1fr);
    }
}
.bottom-card__content{
    max-height: 433px;
}
/* Базовый стиль */
.announcement {
    width: 100%;
    height: 40px;
    background-color: #F4AD1A;
    padding: 10px;
    color: #2B2A29;
    position: fixed;
    bottom: 0;
    z-index: 950;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
}

.announcement__content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    gap: 20px;
    width: 80%;
}

.announcement__close {
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.announcement__close svg {
    width: 100%;
    height: 100%;
    fill: #000;
}

.announcement__btn {
    padding: 5px 15px;
    border-radius: 25px;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    white-space: nowrap;
    min-width: 80px;
}

/* --- Мобильная адаптация --- */
@media (max-width: 768px) {
    .announcement {
        flex-direction: column;
        height: auto;
        padding: 10px;
        gap: 10px;
        text-align: center;
    }

    .announcement__content {
        flex-direction: column;
        width: 100%;
        font-size: 14px;
        gap: 10px;
    }

    .announcement__btn {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .announcement__close {
        position: absolute;
        top: 5px;
        right: 5px;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .announcement__content {
        font-size: 12px;
        gap: 5px;
    }

    .announcement__btn {
        font-size: 12px;
        height: 25px;
        padding: 5px 10px;
    }

    .announcement__close {
        width: 20px;
        height: 20px;
    }
}
.bottom-header__content{
    display:flex;
    width: 100%;
    justify-content: space-between;
    padding: 8px 0;
    align-items: center;
    gap:40px;
    flex-wrap: wrap;
}
/*корзина*/
.cart-informer {
    background-image: url(/images/site/bottom-header/korzina.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 40px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
}
.infoShopCard {
    margin-left: 15px;
    line-height: 1.2;
}

/*поиск*/
.bottom-header__search{
    flex:1;

}
.searchContent {
    background-color: #ffffff;
    border: 1px solid #aaa;
    border-width: 1px;
    border-color: #d4d4d4;
    border-style: solid;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
}
#livesearch {
    color: #787878;
    font-size: 15px;
    background-color: transparent;
    padding-bottom: 0.6em;
    padding-top: 0.6em;
    padding-left: 15px;
    border: none;
    position: relative;
    outline: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 2em;
}
.buttonSend {
    opacity: 0.4;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    background-image: url(/images/site/bottom-header/lupa.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    margin: auto;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 10px;
    z-index: 30;
    padding: 0;
    outline: none;
}


/*контакты*/
.bottom-header__contacts{
    display:flex;
    flex-direction: column;
    text-align: right;
}
.bottom-header__contacts a{
    color: #575757;
    font-size: 22px;
}
.bottom-header__contacts a:hover{
    color: #35549b;
    text-decoration: underline;
}



.searchContent{
    position:relative;
}

.suggestions{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    z-index:1000;
}

.suggest-item{
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    overflow: hidden;
    padding: 5px 10px;
    white-space: nowrap;
}

.suggest-item a:hover {
    color:#484848 !important;
 }

.suggest-item:hover{
    box-shadow: 0 0 5px 0 #a3a3a3;
}

.suggest-item img{
    width:40px;
    height:25px;
    object-fit:cover;
}


@media(max-width:768px){

    .bottom-header__search {
        order: 2;
        min-width: 300px;
    }
}
@media(max-width:700px){
    .bottom-header__content{
       gap:10px;
    }
}
@media(max-width:420px){
    .bottom-header__content{
       justify-content: center;
    }
    .bottom-header__cart{
        order:1;
    }
}
.footer__content{
    padding-bottom: 45px;
    padding-top: 25px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.footer-notice{
    display:flex;
    gap:30px;
    color:#555555;
    font-size: 15px;
}
.footer-notice__logo{
    max-width: 165px;
}
.footer-notice__logo a{
    display:block;
}
.footer-notice__logo > a > img{
    display:block;
    border-style: none;
    max-width: 100%;
    height: auto;
}
.footer__company-info a:hover{
    color:#35549b;
}

.footer__company-info{
    text-align: right;
    font-size: 15px;
    color:#555555;
}
@media(max-width:992px){
    .footer__content{
        align-items: end;

    }
    .footer-notice{
        flex-direction: column;
        gap:24px;
    }
}
@media(max-width:768px){
    .footer__content{
        flex-direction: column;
        align-items: start;
        gap:15px;

    }
    .footer-notice{
        flex-direction: column;
        gap:24px;
    }
    .footer__company-info{
        text-align: left;
    }
}
.mobile-menu-wrapper {
    position: relative;
}


.mobile-menu-toggle {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1001;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 10px;
}

.mobile-menu.open {
    left: 0;
}
/* Кнопка закрытия */

.close-menu-btn{
    position: absolute;
    top:15px;
    right: 5px;
    width: 52px;
    display: flex;
    align-items: center;
    background-color: transparent;
    justify-content: center;
    height: 52px;
    border: none;
    cursor: pointer;
}
.close-menu-btn img{
    width: 12px;
    height: 12px;
}
.mobile-menu__list,
.mobile-menu__list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.mobile-menu__list li {
    margin-bottom: 10px;
}

.mobile-menu__list li a {
    text-decoration: none;
    color: #333;
}

.mobile-menu__list ul li {
    padding-left: 15px;
}
/* Контейнер меню */
.mobile-menu-wrapper {
    position: relative;
}

/* Меню выезжающее сбоку */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -280px; /* изначально спрятано */
    width: 320px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 20px;
    visibility: hidden;
}

/* Когда меню открыто */
.mobile-menu.open {
    left: 0;
    visibility: visible;
}



/* Список меню */
.mobile-menu__list,
.mobile-menu__list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* Верхний уровень элементов меню */
.mobile-menu__list > li {
    margin-left: 15px;
}

/* Ссылки верхнего уровня */
.mobile-menu__list > li > a {
    text-decoration: none;
    display: block;
    padding: 0.7rem 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90%;
    color: inherit;
}

/* Вложенные списки */
.mobile-menu__list ul li {

}

/* Ссылки подкатегорий */
.mobile-menu__list ul li a {
    font-family: inherit;
    text-decoration: none;
    font-size: 1em;
    padding: 5px 0px;
    text-transform: none;
    letter-spacing: normal;
    margin: 3px 0;
    font-weight: normal;
}

/* Активная страница */
.mobile-menu__list li.active > a {
    color: #35549b;
}

/* Отступы для вложенных списков */
.mobile-menu__list ul {
    margin-top: 5px;
}
.bottom-menu{
    background-image: url(/images/site/bottom-menu/verh_podvala.jpg);
    background-color: #0f375a;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    min-height: 433px;

}
.bottom-menu__content{
    display:flex;
    padding: 40px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    color:#ffffff;
}
.bottom-menu__catalog > h3, .bottom-menu__menu > h3{
    font-size:19px;
}
.bottom-menu__item-list{
    display: flex;
    flex-direction: column;
    gap:15px;
    flex: 0 0 25%;
    max-width: 25%;
}
.bottom-menu__list{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap:4px;
    font-weight: 300;
    font-size: 1.1em;
}
.prisoed{
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    width: 225px;
}
.bottom-menu__list li a:hover{
    color:#ffffff !important;
}

@media(max-width:992px){
    .bottom-menu__item-list, .bottom-menu__contacts {
        flex: 0 0 45%;

        max-width: 45%;
    }
    .bottom-menu__content{
        gap:48px;
    }
}
@media(max-width:578px){
    .bottom-menu__item-list, .bottom-menu__contacts {
        flex: 0 0 95%;

        max-width: 95%;
    }
    .fi{
        padding-top: 24px;
    }
    .bottom-menu__content{
        gap:24px;
    }
}
/*общая сетка*/
.catalog__content{
    display:flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-top: 25px;

}
.catalog-menu{
    width: 23.5%;
    padding: 0 15px;
}

.catalog-title{
    margin-bottom: 15px !important;
}

/*каталог*/
.catalog__items{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 20px;
    column-gap: 30px;
    width: 100%;
}
.catalog__preview{
    width: 73.5%;
    /*padding: 0 15px;*/
}
.catalog__item{
    display:flex;
    flex-direction: column;
    background-color: #ffffff;
    /*padding: 20px 15px 20px 15px;*/
    min-height: calc(100% - 20px);
    vertical-align: top;
    box-shadow: 0px 0px 3px 0px #d7d7d7;
    overflow: hidden;
}

.catalog__item:hover {
    box-shadow: 0px 0px 5px 0px #a3a3a3;
}

.product{
    box-shadow: unset;
    background-color: transparent;
}
.product:hover{
    box-shadow: unset !important;
}

.catalog-item-img{
    width: 100%;
    
    
}
.catalog-item-img img{
    width: 100%;
    height: 100%;
    aspect-ratio: 50/29;
    object-fit: cover;
    position: relative;
    z-index: 0;
    padding: unset;
    margin-bottom: 1em;
    
}


 .link-more-product{
    font-size: 15px;
    text-decoration: none;
    color: #35549b;
    margin-top: 4px;
 }

 .name-category-card{
    color: #ff6600;
    font-size: 17px;
    font-weight: normal;
    text-decoration: underline;
    
 }
 .name-tovar-card{
    font-size: 16px;
    color: #575757;
 }
 .catalog-item-info{
    display:flex;
    padding: 0 15px 20px 15px;
    flex-direction: column;
 }
.name-category-card:hover{
    text-decoration: none !important;

 }
 .catalog-item-info a:hover{
    text-decoration: none ;
 }
 .moreGroups:hover{
    text-decoration: underline !important;
    color: #2a6496;
 }
 .more-product a:hover{
    text-decoration: unset;
    text-decoration: underline !important;
    color: #2a6496;
 }


/*каталог меню*/

 .catalog__menu{
    background-color: #ffffff;
    box-shadow: 1px 0px 12px -1px #b6b6b6;
    
   
 }

.catalog-menu__header{
    background-color: #f5a705;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;
    text-align: center;
    line-height: 1.1 !important;
}
.catalog-menu__header span{
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    
    text-transform: uppercase;
}


 .catalog-menu__content{
    display:flex;
    flex-direction: column;
    padding-bottom: 25px;
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 18px;
 }
.catalog-menu__item a{
    display:flex;
    align-items: center;
    gap:10px;
        height: 49.75px;
}
.catalog-menu__item a:hover{
    color:inherit;
}
 .catalog-menu__item a img{
    width: 54px;
    float: left;

 }

 .catalog-menu__item a span
 {
    font-size: 17px;
    text-decoration: none;
    line-height: 1;
    overflow: hidden;
    vertical-align: middle;
 }
 .catalog-menu-toggle{
    display:none;
 }



 /*карточка товара - страница товара */

 .product-section{
    display:flex;
    flex-direction: column;
    /*gap:46px;*/
 }

 .product__card{
    display:flex;
    gap:30px;
    width: 100%;
 }
 .product__cart{
    display:flex;
    flex-direction: column;
    justify-content: center;
    min-height: 150px;
    background-color: #ffffff;
    min-width: 300px;
    padding: 25px;
    box-shadow: 1px 0 12px -1px #b6b6b6;
    
 }

.product-card__img {
    width: 100%;                
    aspect-ratio: 438 / 254;      
    overflow: hidden;
}

.product-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;       
    display: block;
}
/*свайпер*/
/* Основной слайдер */
.product-sliders {
    max-width: 100%;
    width: 66%;
}

/* Основной слайдер */
.product-main-slider {
    width: 100%;
    /*height: 438px;*/
}

.product-main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Миниатюры снизу */
.product-thumbs-slider {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 30px 35px 20px 35px;
    /*margin-bottom: 20px;*/
}


.product-thumbs-slider .swiper-wrapper {
    display: flex;
}

.product-thumbs-slider .swiper-slide {
    flex-shrink: 0;
    width: 170px;
    aspect-ratio: 4 / 3;   /* одинаковая пропорция */
    opacity: 0.6;
    cursor: pointer;
    border: 2px solid transparent;
    box-sizing: border-box;
    overflow: hidden;
}

.product-thumbs-slider .swiper-slide-thumb-active {
    box-shadow: 0px 0px 0px 2px #fa570a;
    opacity: 1;
}
.product-thumbs-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.bay-cart_item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}
.price-type{
    color: #aaa;
    white-space: nowrap;
}
.qty-block{
    display: flex;
}
.add-to-cart{
    background-color: #f85d00;
    color: #fff;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1em;
    line-height: 1.4em;
    display: inline-block;
    padding: 0.2em 0.5em;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.1s ease;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
/*Описание товара -характеристики*/
.characteristic{

    overflow: hidden;
    margin-top: 46px;
}

.characteristict-text{
    font-weight: bold;
    color: #0b2621;
    margin-bottom: 0.5em;
    font-size: 1em;
}
.table-product{
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    padding: 15px;
}
.table-product table{
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; 

}
.table-product th,
.table-product td {
    border-top: 1px solid #e9e9e9;
    padding: 0.8rem 1rem 0.8rem 0;            
    text-align: left;              
    word-wrap: break-word;
    font-size: 15px;  
}
.table-product tr:first-child th,
.table-product tr:first-child td {
  border-top: none;
}

/* Ширина колонок */
.table-product th:nth-child(1),
.table-product td:nth-child(1) {
    width: 55%;
}

.table-product th:nth-child(2),
.table-product td:nth-child(2) {
    width: 45%;
}
@media(max-width:1200px){
    .product-sliders {
        width: 58%;
    }
}
@media(max-width:768px){
    .product__card{
        flex-direction: column;
    }
    .product-sliders {
        width: 100%;
    }
    .product-section{
        /*gap:30px;*/
    }
    .characteristic{
        margin-top: 30px;
}
}
@media(max-width:480px){
    .product-thumbs-slider .swiper-slide {
    width: 120px; 

}
}












@media(max-width:992px){
    .catalog__content{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-top: 25px;
    gap:1.5rem;

}
.catalog-menu{
    width: 100%;
    padding: 0;

}
.catalog__preview{
    width: 100%;
    padding: 0;

}
.catalog-menu-toggle{
    display: flex;
}

    .catalog-menu__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        height: 63.09px;
        position: relative;
        z-index: 0;
        text-align: left;
        padding-left: 25px;
        padding-right: 20px;
        
    }

    .catalog-menu-toggle {
        background: none;
        border: none;
        font-size: 18px;
        transform: rotate(0deg);
        transition: transform 0.3s;
        cursor: pointer;
        color: #fff;
    }
    .catalog-menu-toggle img{
        width: 21px;
        height: 21px;
    }
    

    .catalog-menu__content {
        display: none; /* скрываем по умолчанию */
        flex-direction: column;
        background: #fff;
        padding-bottom: 25px;
        padding-top: 15px;
        padding-left: 12px;
        padding-right: 18px;
    }

    .catalog-menu__content.show {
        display: flex;
    }

    .catalog-menu-toggle.active {
        transform: rotate(180deg);
    }
    
}

@media(max-width:576px){
    .catalog__items{
        grid-template-columns: repeat(1,1fr);
        gap:20px;
    }
}


/*преимущества*/
.advantages{
    margin-top: 46px;
}
.advantages-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:20px;
}
.advanages-image svg{
    width: 60px;
    height: auto;
}
.advanages-image svg path{
fill: #484848;}
.advantages-item p {
    font-size: 20px;
}

.advantages-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.3s ease;
  /*box-shadow: 1px 0 12px -1px #b6b6b6;*/
  background-color: #FFFFFF;
}

.advantages-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .advantages-content {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .advantages-item {
    flex-direction: row;
    text-align: left;
    padding: 15px;
  }
  
  .advanages-image {
    margin-bottom: 0;
    margin-right: 15px;
  }
}


.custom-furniture{
        margin-bottom: 30px;
}
.custom-furniture__title{
    font-size:24px;
    padding-bottom: 10px;

}
.tg-link{
    color:#35549b;
}

.questionnaire-header{
    color: #ffffff;
    font-size: 21px;
    line-height: 1.4;
    background-color: #f85d00;
    margin: 0;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}
.mdb{
    margin-bottom: 15px !important;
}
.wrapper-form{
    background-color: #f2f2f2;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    margin: 0;
    border-radius: 0px 0px 15px 15px
}

#contactForm{
    padding: 40px 15px 30px;
    max-width: 1000px;
    margin: auto;
}
.field_object{
    margin-bottom: 10px;
}
.field_input{
    width: 100%;
    border: 1px solid #c0c0c0;
    padding: 0.8em 1.2em;
    border-radius: 4px;
    font-size: 1em;
}
.field_input:focus{
    border: 2px solid #35549b;
}
.link-color{
    color:#35549b;
}
.file_input{
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
.textarea_field{
    min-height: 150px;
    overflow: auto;
}

.add-file{
    display:flex;
    font-size: 15px;
    flex-direction: column;
    gap:0.5em;
}
.btnSend{
    background-color: #f85d00;
    color: #fff;
    margin-bottom: 7px;
    font-size: 18px;
    border: none;
    line-height: 1.4em;
    display: inline-block;
    padding: 0.6em 1.4em;
    border-radius: 4px;
    transition: all 0.1s ease;
    text-decoration: none;
}
.btnSend:hover{
     background-color: #e04a00;
    color: #fff;
    text-decoration: none;   
}
.btn-field{
    display: flex;
    justify-content: end;
    margin-top: 20px;
}
.check_license-checkbox{
    cursor: pointer;
    margin-top: 0.2em;
    margin-right: 0.7em;
    float: left;
}
.form_object_recv{
    display: flex;
    align-items: start;
}

.error-text {
    color: red;
    font-size: 0.9em;
    display: block;
    margin-top: 0.2em;
}
.glavnaya_catalog{
    width: 100%;
}
.glavnaya_catalog .container {
    padding: 0 !important;
}
.glavnaya-Catalog__content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    row-gap: 30px;
    column-gap: 15px;
}
.glavnaya-catalog-title{
    margin-bottom: 30px;
    text-align: center;
    margin-top: 60px;
}
.catalog-show-more{
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.catalog-show-more button{
    background-color: #f85d00;
    color: #fff;
    margin-bottom: 7px;
    font-size: 18px;
    border: none;
    line-height: 1.4em;
    display: inline-block;
    padding: 0.6em 1.4em;
    border-radius: 4px;
    transition: all 0.1s 
ease;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 60px;
}
.catalog-show-more button:hover{
    background-color: #e04a00;
    color: #fff;
    text-decoration: none;
}
.catalog-loader{
    width:40px;
    height:40px;
    margin:30px auto;
    border:4px solid #eee;
    border-top:4px solid #000;
    border-radius:50%;
    animation: catalogSpin 0.8s linear infinite;
    display:none;
}

@keyframes catalogSpin{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media(max-width:500px){
.glavnaya-Catalog__content{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
}

}
