/* Кастомная пагинация (точки) */
*{
    font-family: Roboto, sans-serif;
    color: #272727;
    box-sizing: border-box;
}
/* footer.css */
:root {
    --bg: #F7F6F5;
    --text: #111;
    --muted: #666;
    --accent: #F2B600; /* желтая точка у логотипа, если нужна */
    --radius: 22px;
}

.site-footer {
    margin-top: 50px;
    background: var(--bg);
    padding: 48px 20px 32px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    max-width: 1280px;
    margin: 0 auto;
}

.footer-col {
    flex: 1 1 200px;    /* колонка сжимается, но не меньше 200 px */
    min-width: 200px;
}

.footer-col h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--text);
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 8px;
}

.footer-list a {
    color: var(--text);
    text-decoration: none;
}

.footer-list a:hover {
    text-decoration: underline;
}

.social {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.social img {
    width: 20px;
    height: 20px;
}

.subscribe-form {
    position: relative;
    margin-top: 14px;
    max-width: 200px;
}

.subscribe-form input {
    width: 100%;
    padding: 8px 42px 8px 14px;
    border: 1px solid #dadada;
    border-radius: var(--radius);
    background: #fff;
    font-size: 14px;
}

.subscribe-form button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: none;
    cursor: pointer;
    color: var(--muted);
}

.brand-logo {
    display: block;
    margin-top: 44px;
    height: 34px;        /* подгоните под свой SVG/PNG */
}

.swiper-pagination-bullet {
    background-color: #d1d5db; /* gray-400 */
    width: 12px;
    height: 12px;
    opacity: 0.7;
    transition: all 0.3s;
    border: 1px solid #C4C4C4
}
.open_chat_btn{
    top: 90vh !important;
    left: 90vw !important;
}
.chat_messanger{
    top: calc(0vh - 450px);
    height: 400px;
    width: 400px;
    overflow: visible;
}
.swiper-pagination-bullet-active {
    background-color: #C4C4C4 !important; /* blue-600 */
    width: 16px;
    height: 16px;
    opacity: 1;
    border: 1px solid #C4C4C4;
}

/* Кнопки */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 12px;
    border-radius: 9999px; /* fully rounded */
    transition: background-color 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slide_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub-header {
    width: 100%;
    background: #F5F3F1;
    margin-bottom: 20px;
}
.messaging_list{

}
.sub-header>div{
    height: 35px !important;
}
.noUi-handle:after, .noUi-handle:before{
    display: none !important;
}
/* Стилизация самого ползунка */
.noUi-target {
    background-color: #ffffff !important;; /* Цвет фона ползунка */
    height: 8px !important;; /* Толщина ползунка */
    border-radius: 5px !important;; /* Скругление углов */
    border:none !important;
}

/* Стилизация части ползунка */
.noUi-connect {
    background-color: #555555 !important;; /* Цвет для соединенной области */
}

/* Стилизация "ползунков" (движущихся элементов) */
.noUi-handle {
    width: 20px !important; /* Ширина ползунка */
    height: 20px !important;; /* Высота ползунка */
    background-color: #555555 !important;; /* Цвет ползунка */
    border: 2px solid #555555 !important;; /* Граница ползунка */
    border-radius: 50% !important;
    box-shadow: none !important; /* Скругление ползунка */
}
/* Стилизация контейнера переключателя */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.check_box{
    display: flex;
    justify-content: space-between;
    max-width: 50%;
    min-width: 20%;
}
/* Скрываем стандартный чекбокс */
.check_box input {
    opacity: 0;
    width: 0;
    height: 0;
}
.option_list hr{
    margin-top: 20px;
    margin-bottom: 20px;
}
/* Стили для слайдера */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A4A4A4; /* Серый цвет по умолчанию */
    transition: 0.4s;
    border-radius: 64px; /* Закругленные углы */
}
.filter_btn{
    background: #F3C945;
}
.bg_black{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.1;
    z-index: 10;
    position: fixed;
}
.zet{
    z-index: 11;
    height: 100vh;
}
/* Слайдер (круглая часть) */
.slider:before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    border-radius: 50%; /* Круглый вид */
    left: 4px;
    top: 50%; /* Центрируем по вертикали */
    transform: translateY(-50%); /* Корректируем смещение, чтобы было точно по центру */
    background-color: white; /* Белый круг */
    transition: 0.4s;
}

/* Когда чекбокс выбран (активирован) */
input:checked + .switch>.slider {
    background-color: #F3C945; /* Зеленый фон при активном состоянии */
}

/* Перемещаем круг в активном состоянии */
input:checked + .switch>.slider:before {
    left: auto;
    right: 4px;
}

#minPriceDisplay,#maxPriceDisplay{
    border: 1px solid #A4A4A4;
    border-radius: 64px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.price_filter_input{
    color: #838583;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.price_filter_input:last-child{
    display: flex;
    justify-content: end;
}
/* При наведении на ползунок */
.noUi-handle:hover {
    background-color: #6D28D9 !important;; /* Цвет ползунка при наведении */
    border-color: #6D28D9 !important; /* Цвет границы при наведении */
}

.search_input {
    padding: 11px 40px;
    padding-left: 24px;
    border: 1px solid #A4A4A4;
    border-radius: 64px;
}

.search_btn {
    right: 20px;
}

.catalogs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 50%;
}

.btns.active {
    border: 1px solid #A4A4A4;
    padding: 8px 20px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btns.active::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("/images/menu.svg") no-repeat center center;
    background-size: cover;
}

.language_option img{
    border-radius: 50%;
    overflow: hidden;
    width: 32px;
    height: 32px;
}

.content_block{
    margin-top: 100px;
}

.block_title{
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
}

.block_text{
    font-weight: 400;
    font-size: 20px;
    margin-top: 25px;
    width: 100%;
}
.product-slider{
    display: flex;
    margin-top: 30px;
}
.product{
    display: block;
    min-width: 22%;
    margin-right: 24px;
    border-radius: 12px;
    background: #f5f3f1;
}
.sale{
    display: flex;
    justify-content: end;
    width: 100%;
}
.sale_block{
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    color: #D70404;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin: 14px 14px;
}
.product_title{
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #272727;

}
.main_price{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-decoration: line-through;
    color: #767676;
}
.price_main{
    margin-top: 37px;
    margin-bottom: 4px;
}
.sale_price{
    color: #D70404;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
}
.sale_discount{
    margin-left: 11px;
    width: 53px;
    height: 26px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #767676;
}
.sale_discount img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}
.action{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
.action>div{
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.action>div>img{
    width: 50%;
}
.basket{
    background: #E3E3E3;
}
.product-slider,.catalog-slider{
    overflow-x: clip !important;
    overflow-y: visible !important;
}
.catalog_list{
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.catalog_list p{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-top: 20px;
}
.catalog_list img{
    width: 30%;
}
.swiper-scrollbar{
    width: 100% !important;
    left: 0 !important;
    margin-bottom: -30px;
}
.swiper-scrollbar{
    height: 1px !important;
}
.swiper-scrollbar-drag{
    height: 3px !important;
    background: #9A9A9A !important;

}
.block_element{
    margin-top: 24px;
    padding: 24px;
    padding-top: 325px;
    width: 22%;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.46%, #252525 100%);
}
.block_element img{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
.recommendation_title{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #FAFBFF;
}
.recommendation_text{
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #FAFBFF;
}
.popular-wrapper{
    margin-top: 40px;
    box-sizing: border-box;
    display: inline-grid !important;
    grid-template-areas:
        "big big small3 small4"
        "big big big2 big2"
        "small1 small2 big2 big2";
    grid-template-columns: auto;
    width: 100%;
    grid-gap:30px;
}
.popular {
    grid-area: big;
    min-width: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.46%, #252525 100%);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.popular img{
    width: 100%;
    height: 100%;
}
.popular_text{
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #FAFBFF;
}
.popular:nth-child(2) {
    grid-area: small1;
}
.popular:nth-child(3) {
    grid-area: small2;
}
.popular:nth-child(4) {
    grid-area: small3;
}
.popular:nth-child(5) {
     grid-area: small4;
}
.popular:nth-child(6) {
    grid-area: big2;
}

.texted_btn,.rounded-full{
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    padding: 0;
    margin: 0 17px;
}
.rounded-full{
    border-radius: 50%;
    border: 1px solid #5B5B5B;
}
.collections{
    display: flex;
    align-items: center;
}
.collections img{
    width: 1em;
    margin-right: 5px;
}
.arrow_btn{
    border: 1px solid #5B5B5B;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 27px;
}
.filter-header{
    display: flex;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    justify-content: space-between;
    margin-bottom: 20px;
}
.arrow_right{
    transform: rotate(180deg) !important;
}
.swiper-desktop { display: block; }
.swiper-mobile { display: none; overflow: hidden !important; }
.swiper-mobile .swiper-slide{
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}
.swiper-mobile .swiper-slide img{
    width: 100%;
    height: auto;
}
.new-slider{
    overflow-x: clip !important;
    overflow-y: visible !important;
}
.map{
    margin-top: 100px;
}
#map{
    margin-top: 40px;
}
.info_block{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.information{
    margin-top: 100px;
}
.info_block img{
    height: 153px;
}
.info_block_title{
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    margin-top: 25px;
    text-align: center;
}
.info_block_text{
    margin-top: 25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}
.open-btn{
    display: flex;
    padding: 3px 25px;
    background: #404040;
    border-radius: 64px;
    color: #ffffff;
}
.open-btn img{
    color: #ffffff;
    margin-right: 5px;
}
.action .add_to_cart{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0;
}
.close_cart{
    position: absolute;
    top: 10px;
    right: 10px;
}
.action .add_to_cart label{
    clip: auto;
    position: relative;
    margin: 0;
    bottom: 0;
    padding: 0;
    display: block;
    height: auto;
    overflow: visible;
}
.product_description{
    width: 60%;
    padding: 35px 24px;
    background: #F5F3F1;
    margin-top: 21px;
}
.information_block{
    width: 100%;
}
.boy_class{
    width: 40%;
}
.main_img{
    width: 100%;
}
article{
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px;
}
.product_titles{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}
.add_to_cart_btn{
    margin-top: 20px;
}
.main_color{
    background: #F3C945;
    border:none;
    color: white;
}
.action .add_to_cart input{
    width: 100%;
}
.action .add_to_cart .flex{
    flex-direction: column;
    width: 100%;
}
.add_tocart{
    background: #404040;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    border-radius: 76px;
}
.price_text{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.product_elements{
    flex-direction: column;
}
.images_block{
    width: 60%;
}
.basket_empty{
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    color: #000;
}
.basket_empty span{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #000;
}
.basket_data{
    background: #F5F3F1;
}
.messanger_inputs{
    display: flex;
    justify-content: space-between;
    padding: 8px 8px;
}
@media (max-width: 768px) {

    .footer-inner {
        flex-direction: column;
        gap: 40px;
    }

    /* переносим логотип в самый конец футера */
    .brand-logo {
        margin: 32px 0 0;
    }
    .swiper-desktop { display: none; }
    .swiper-mobile { display: block; }
    .sub-header,.catalogs_wrapper,.search_input_wrapper{
        display: none;
    }
    .basket_data{
        max-width: 90%;
    }
    .sub_section_menu{
        padding: 30px 19px;
        background: #F5F3F1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .section{
        background: #fff;
        padding-top: 100px;
    }
    .information_block{
        flex-direction: column;
    }
    .chat_messanger,.open_chat_btn{
        width: 100%;
        left: 0 !important;
        display: flex;
        justify-content: end;
    }
    .images_block,.boy_class,.product_description{
        width: 100%;
    }
    .block_element{
        width: 90%;
    }
    .add_to_cart_wrapper{
        max-width: 100%;
    }
    .product-slider,.block_text,.block_title,.product,.popular_slide{
        padding: 20px !important;
    }
    .popular_text{
        left: 40px;
        bottom: 40px;
    }
    .content_block{
        margin-top: 30px;
    }
    .catalog_list img{
        display: none;
    }
    .product_elements{
        flex-direction: column;
    }
    .catalog_list p{
        font-weight: 400;
        font-size: 14px;
        color: #717171;
    }
    .rounded-full{
        margin: 0;
    }
    .texted_btn{
        margin: 0;
    }
    .pagination_list{
        justify-content: space-between;
    }
    .block_recomen{
        flex-direction: column;
        align-items: center;
    }
    .menu_bar{
        padding: 0;
        width: 100%;
    }
    .logo_item{
        width: 7em;
    }
    .price_text{
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }
    .flex-1{
        flex: none;
    }
    .info_block{
        width: 90%;
        margin-top: 20px;
    }
    .information{
        flex-wrap: wrap;
        justify-content: center;
    }
    .menu_bar{
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .zet{
        top: 50px;
        width: 100%;
        height: calc(100vh - 50px);
    }
    .price_filter_input{
        max-width: 50%;
    }
    .price_filter_input input{
        max-width: 60%;
    }
    .check_box{
        max-width: 100%;
        width: 100%;
    }
}
