:root {
    /*Цвета (Черный > Белый > Цветные)*/
    /*Черный > Белый*/
    --primary-black: #160100;
    --primary-grey: #FAFAFA;
    --secondary-grey: #DEDEDE;
    --tertiary-grey: #B3B3B3;
    --primary-white: #FFF;
    --primary-red: #F22319;
    --secondary-red: #FFF3F3;
    --tertiary-red: #FCC9C7;
}

body {
    font-family: 'Raleway', sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
}
a {
    color: inherit !important; /* Сбросит цвет на родительский */
}

/*Общие теги*/
::selection {
    color: var(--primary-white) !important;
    background-color: var(--primary-red) !important;
}

.t-checkbox__indicator {
    border: 2px solid var(--tertiary-grey);
    opacity: 100% !important;
}
.t-checkbox__indicator:after {
    border: solid var(--primary-black);
    border-width: 0 2px 2px 0;
}



/*———СТИЛИ БЛОКОВ———*/

/*ХЕДЕР И ПЕРВЫЙ ЭКРАН*/
    /*Основная секция*/
    .section_first-screen_header {
        width: 100%;
        height: 100vh;
        min-height: 800px;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        margin-bottom: 120px;
    }
    .section_header {
        width: 100%;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    /*Изображение*/
    .first-screen-bg {
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        height: auto;
        background-size: cover;
        background-position: bottom;
        background-image: url('https://static.tildacdn.com/tild3233-6363-4136-b437-373938366638/background_1.jpg');
        visibility: visible !important;
    }
    /*Основной контейнер для хедера и мейнскрина*/
    .container_first-screen_header {
        max-width: 1440px;
        width: 100%;
        row-gap: 30px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
    }
    .container-first-screen {
        box-sizing: border-box;
        display: flex;
        padding: 0 70px;
        flex-direction: column;
        position: relative;
        align-items: center;
        align-self: stretch;
    }
    /*Заголовок*/
    .h1 {
        display: flex;
        justify-content: center;
        width: 100%;
        color: var(--primary-white);
        text-align: center;
        font-family: 'Playfair Display', Serif;
        font-size: clamp(46px, 14.2vw, 206px);
        font-weight: 400;
        line-height: 60%;
        letter-spacing: -8.48px;
        text-transform: uppercase;
        margin-bottom: 0.25em;
        pointer-events: none;
    }
    .container_first-screen {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }
    /*Сабтекст и кнопка*/
    .container_subtext_button {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        box-sizing: border-box;
        align-items: flex-start;
        width: 100%;
        padding: 0 10px;
    }
    /*Доставка по Саратову*/
    .subtext-h1 {
        color: var(--primary-white);
        font-family: 'Playfair Display', Serif;
        font-size: clamp(32px, 4.2vw, 60px);
        font-weight: 400;
        line-height: 30%;
        letter-spacing: -2.4px;
        min-width: fit-content;
    }
    .subtext-h1-city {
        text-transform: none;
    }
    .subtext-h1-delivery {
        margin-right: 6%;
    }
    .subtext-h1-mobile {
        display: none;
        text-transform: none;
    }
    /*Контейнер текста с кнопкой*/
    .container_button_text {
        display: flex;
        min-width: fit-content;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        gap: 14px;
    }
    /*Текст*/
    .subtext-button {
        color: var(--primary-white);
        text-align: center;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'Raleway', Sans-Serif;
        font-size: clamp(16px, 5.3vw, 23px);
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.72px;
        width: 410px;
    }
    /*Кнопка*/
    .button-1 {
        display: flex;
        padding: 12px 20px;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        color: var(--primary-white);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'Raleway', Sans-Serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: -0.72px;
        text-transform: uppercase;
        background-color: var(--primary-red) !important;
        border-radius: 10px;
        border: none !important;
        width: auto;
        min-width: fit-content;
        box-sizing: border-box;
        align-self: stretch;
        text-align: center;
    }
    .button-1:hover {
        background-color: var(--primary-black) !important;   
    }
    /*Адаптивы*/
    @media (max-width: 1200px) {
        .container_first-screen_header .container-header, .container-first-screen {
            padding: 0 60px;
        }
        .container_button_text {
            min-width: unset;
            width: inherit;
        }
        .h1 {
            font-size: clamp(46px, 14.4vw, 206px);
        }
        .subtext-button {
            text-align: center;
            font-size: clamp(16px, 1.75vw, 23px);
            width: 360px;
        }
        .section_first-screen_header {
            min-height: 650px;    
        }
    }
    @media (max-width: 1024px) {
        .container_first-screen_header .container-header, .container-first-screen {
            padding: 0 32px;
        }
        .h1 {
            letter-spacing: -6px;
            font-size: clamp(46px, 14.4vw, 206px);
        }
        .subtext-h1 {
            font-size: clamp(32px, 4.4vw, 60px);
        }
        .subtext-button {
            font-size: clamp(16px, 1vw, 23px);
            letter-spacing: -0.64px;
            width: 290px;
        }
    }
    @media (max-width: 768px) {
        .container_first-screen_header .container-header, .container-first-screen {
            padding: 0 24px;
        }
        .container_subtext_button {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        padding: 0px;
        }
        .h1 {
        font-size: clamp(46px, 15vw, 228px);
        margin-bottom: 0.2em;
        }
        .subtext-button {
            letter-spacing: -0.64px;
            width: 100%;
            font-size: clamp(16px, 5.3vw, 23px);
        }
        .subtext-h1 {
            display: none;
        }
        .subtext-h1-mobile {
        display: flex;
        justify-content: center;
        width: 100%;
        font-size: clamp(32px, 9.5vw, 72px);
        line-height: 70%;
        }
        .first-screen-bg {
            background-image: url('https://static.tildacdn.com/tild3839-3236-4130-b034-643166326537/Frame_1000002790_1.jpg');
        }
    }
    @media (max-width: 560px) {
        .container_first-screen_header .container-header, .container-first-screen {
            padding: 0 15px;
        }
        .h1 {
            letter-spacing: -4px;
        }
        .subtext-button {
            width: 100%;
            font-size: clamp(16px, 5.3vw, 23px);
        }
        .section_first-screen_header {
            min-height: 560px;    
        }
        .button-1 {
            font-weight: 400;
        }
    }
    
    /*НАСТРОЙКИ ХЕДЕРА*/
    .t-store.js-store {
        max-width: 1440px;
        width: 100% !important;
        padding: 0 70px !important;
        box-sizing: border-box;
    }
    .t-container_100, .t-width_100 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
        box-sizing: border-box;
        width: 100%;
    }
    .container-header {
        max-width: 1440px;
        width: 100%;
        padding: 0 70px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        align-self: center;
    }
    .container-header-inside {
        display: flex;
        flex-direction: row;
        padding: 16px 0;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        flex-grow: 1;
    }
    .section_header .wrapper-container-button {
        padding-left: calc(33% - 228px);
    }
    .wrapper-container-button {
        width: 100%;
        display: flex;
        padding-left: calc(33% - 280px);
        box-sizing: border-box;
    }
    .container-button, .container-icon {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        gap: 6px;
        padding: 0 24px;
        border-radius: 10px;
    }
    .section_header .container-button, .container-icon {
        background-color: var(--primary-red);
    }
    .section_header .container-icon {
        background-color: var(--primary-red);
    }
    .section_first-screen_header .container-button, .container-icon {
        background-color: var(--primary-white);
    }
    
    .button-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        box-sizing: border-box;
        padding: 10px;
        cursor: pointer;
        font-family: 'Raleway', Sans-Serif;
        font-size: 18px;
        font-weight: 500;
        border-color: transparent;
        background-color: transparent;
        border: 0;
    }
    .section_header .button-menu {
        color: var(--primary-white);
    }
    .section_first-screen_header .button-menu {
        color: var(--primary-red);
    }
    .button-menu:hover {
        color: fill: var(--primary-black);
        transition: 0.2s ease-in-out;
    }
    .container-button-burger {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        gap: 16px;
    }
    .button-icon {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding: 11px;
        cursor: pointer;
        background-color: transparent;
        border-color: transparent;
        border: 0;
    }
    /*временное отключение аккаунта*/
    .button-icon-account {
        display: none;
    }
    .button-logo {
        display: flex;
        align-items: center;
        background-color: transparent;
        border-color: transparent;
        border: 0;
        margin-right: 4%;
        cursor: pointer;
    }
    .button-icon:hover {
        fill: var(--primary-black);
        transition: 0.2s ease-in-out;
    }
    .button-icon-logo {
        padding: 0px;
        fill: #F22319 !important;
        width: 201px;
        height: 46px;
    }
    section.section.personaldate a {
        color: blue !important;
        text-decoration: underline !important;
    }
    @media (max-width: 1200px) {
        .container-header {
            padding: 0 60px;
        }   
    }
    @media (max-width: 1024px) {
        .container-header {
            padding: 0 32px;
        }   
    }
    @media (max-width: 768px) {
        .container-header {
            padding: 0 24px;
        }   
    }
    @media (max-width: 560px) {
        .container-header {
            padding: 0 15px;
        }   
    }
    
/*ПОП-АП МЕНЮ*/
/* Основной контейнер поп-ап меню */
.popup-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 600px;
    height: 100%;
    background-color: #fff;
    transition: right 0.5s ease;
    padding: 40px;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    box-sizing: border-box;
}
.popup-container {
    display: flex;
    flex-direction: column; /* Элементы внутри будут в колонку */
    row-gap: 32px;
}

/* Контейнер заголовка и крестика */
.popup-header {
    display: flex;
    justify-content: space-between; /* Разделяет заголовок и крестик */
    flex-direction: row;
    width: 100%;
    align-items: center;
}
/* Заголовок меню */
.popup-title {
    color: var(--primary-black);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', Sans-Serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%; /* 24px */
    letter-spacing: -0.96px;   
}
/* Крестик для закрытия */
.close-popup {
    font-size: 30px;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    position: relative;
    right: 0px;
}
/* Контейнер для текста */
.popup-body {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    width: 100%;
}
/* Пункты меню */
.label-burger {
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', Sans-Serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.72px;
    width: 100%;
    display: block;
    color: var(--primary-black) !important;
    text-align: left;
}
.label-burger:hover {
    color: var(--primary-red);
}
/* Контейнер для кнопки */
.button-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.burger-menu {
    max-height: 48px;
    width: 100%;
    margin-top: 24px;
}

    /*Адаптивы*/
@media (max-width: 1024px) {
    .button-menu {
        font-size: 16px;
    }
    .wrapper-container-button {
        display: none;
    }
}
@media (max-width: 560px) {
    .container-icon {
        padding: 0px;
    }
    .container-icon .button-icon-search {
        display: none;
    }
    .popup-menu {
        padding: 30px;
    }
}



/*СТИЛИ ДЛЯ КАТАЛОГА*/
/*Настройки контейнера*/
.t786 {
    display: flex;
    justify-content: center;
}
.t786 .t-store__grid-cont.t-store__grid-cont_mobile-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px !important;
    row-gap: 20px !important;
    justify-items: center; /* Центрируем карточки внутри сетки */
    justify-content: start; /* Оставляем контент выровненным по началу строки */
    margin: 0 auto; /* Центрируем сам контейнер по горизонтали */
}
/*Настройка фильтров*/
.t-store__grid-cont_col-width_stretch {
    padding: 0px !important;
}
.t-store.js-store {
    max-width: 1440px;
    width: 100% !important;
    padding: 0 70px !important;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.js-store-parts-select-container {
        width: 100%;
        display: flex;
        flex-grow: 1;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 20px;
}
.t-store__filter__reset {
        margin-bottom: 0px;   
}
.t-store__filter {
    margin: 0px !important;
}
.t-store__filter.js-store-filter {
        width: 100%;
        display: flex !important;
        flex-direction: column;
        gap: 14px;
}
/*Настройка кнопок фильтров*/
.t-store__filter__prods-number.t-descr {
    font-size: 12px;
    color: #F22319;
    opacity: 60%;
}
.t-store__filter__prods-number, .t-store__filter__chosen-wrapper {
    margin: 0px !important;
}
.t-store__filter__controls-wrapper {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
}
.t-store__filter__item-title:after {
    border-color: transparent var(--primary-red) var(--primary-red) transparent !important;
}
.t-store__filter__search-and-sort {
        display: flex;
        text-align: right;
        white-space: nowrap;
        flex-direction: row;
        flex-wrap: wrap;
}
.t-store__filter__options {
    color: #F22319;
    border-radius: 10px;
}
.t-descr {
    font-family: 'Raleway', Sans-Serif !important;
    color: #F22319;
    font-size: 18px;
    font-weight: 600;
}
.t-store__filter__item-title {
    padding: 10px 14px 10px 4px;
    height: auto;
    width: auto;
}
.t-store__filter__item-title::after {
    border-color: transparent #F22319 #F22319 transparent;
}
.t-store__sort-select-wrapper:after {
    border-color: #F22319 transparent transparent transparent !important;
}
.t-name {
    font-family: 'Raleway', Sans-Serif !important;
    font-weight: 400 !important;
    color: #160100;
    font-size: 18px !important;
}
/*Всплывашка букеты*/
.t-store__filter__item.active .t-store__filter__item-controls-wrap {
    display: flex !important;
    z-index: 10;
    border-radius: 10px !important;
    margin: 0px !important;
    padding: 10px !important;
}
.t-store__filter__item_price .t-store__filter__input, .t-store__filter__item_price .t-store__filter__btn {
    border-radius: 6px !important;
    font-variant-numeric: lining-nums proportional-nums;
}

/*Настройка поиска*/
.t-store__filter__search .t-store__filter__input {
    border: 1px #F22319 solid;
    border-radius: 10px !important;
    background: #FFF3F3;
    padding: 1.75px 60px 1.75px 10px;
}
.t-store__filter__search .t-store__filter__input::placeholder {
    color: #F22319 !important;
}
.t-store__filter__search .t-store__filter__input::selection {
    color: white !important;
    background-color: #F22319 !important;
}
.t-store__filter__input, .t-store__filter__btn {
    color: #F22319 !important;
}
.t-store__search-icon path {
    fill: #F22319 !important;
}
.t-store__search-close-icon path {
    fill: #F22319 !important;
}
.t-store__search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 13px;
    height: 100%;
    padding-left: 7px;
    padding-right: 8px;
    border-left: 1px solid #F22319;
    cursor: pointer
}
.t-store__filter__chosen-bar {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
}
.t-store__filter__chosen-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
}
.t-store__filter__chosen-val {
    border: 1px #F22319 solid;
    border-radius: 10px;
    background-color: #FFF !important;
    padding: 5.35px 10px 5.35px 30px;
    margin: 0px !important;
    box-sizing: border-box;
    display: inline-block;
}
/*Настройка сортировки*/
.t-store__sort-select {
    height: auto;
    width: auto !important;
    border: 1px #F22319 solid !important;
    border-radius: 10px !important;
    background: #FFF3F3 !important;
    color: #F22319 !important;
    padding: 4px 30px 4px 10px !important;
}
/*Настройка ошибки*/
.t-store__empty-part-msg-wrapper, .t-store__error-msg-wrapper {
    color: #F22319 !important;
    border: 1px #F22319 solid !important;
    border-radius: 14px !important;
}
/*Отключение видимости */
.t-store__parts-switch-wrapper {
    display: none !important;
}
/*Настройки карточки*/
.t786 .t-store__card, .js-product.t-store__card.t-col.t-col_3 {
    height: auto !important;
    width: 100% !important; /* Карточка заполняет доступное пространство */
    background-color: #fff;
    box-shadow: 0 0.5px 4px 0 rgba(0, 0, 0, 0.06), 0 6px 13px 0 rgba(0, 0, 0, 0.06);
    border-radius: 14px !important;
    overflow: hidden;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

/*Настройка контейнера изображения*/
.t786 .t-store__card__imgwrapper {
    width: 100% !important;
    height: 0px;
    padding-bottom: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}
/*Настройка изображения*/
.t786 .t-store__card__bgimg {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Сохраняем пропорции без растягивания */
    object-position: center;
}

/*Контейнер с заголовком, ценой и описанием*/
.t786 .t-store__card__textwrapper, .t-store__relevants__container .t-store__card__textwrapper {
    height: 120px !important;
    display: flex !important; /* Используем flex-контейнер */
    flex-direction: column !important; /* Располагаем элементы вертикально */
    align-items: flex-start !important; /* Выравнивание элементов по левому краю */
    justify-content: space-between !important;
    padding: 10px !important; /* Внутренние отступы */
    box-sizing: border-box; /* Учитываем padding */
}
/*Настройки заголовка*/
.t786 .t-store__card__title, .t-store__relevants__container .t-store__card__title {
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px !important;
    margin: 0 !important; /* Убираем лишние отступы */
    line-height: 1.2 !important;
    text-align: left !important;
    vertical-align: top !important;
    margin: 0 0 10px 0 !important;
    box-sizing: border-box;
    white-space: normal !important; /* Разрешаем перенос строк */
    overflow: hidden !important; /* Ограничиваем область видимости */
    text-overflow: ellipsis !important; /* Добавляем многоточие */
    display: -webkit-box !important; /* Включаем поддержку многосстрочного текста */
    -webkit-line-clamp: 2 !important; /* Ограничиваем двумя строками */
    -webkit-box-orient: vertical !important; /* Вертикальная ориентация контейнера */
}
/*Описание — выкл.*/
.t-store__card__descr {
    display: none !important;
}

/*Цена*/
.t786 .t-store__card__price, .t-store__relevants__container .t-store__card__price {
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px; /* Размер шрифта цены */
    font-weight: normal !important;
    color: #F22319;
}
.t786 .t-store__card__price_old, .t-store__relevants__container .t-store__card__price_old {
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px !important;
    text-decoration: line-through !important;
    font-weight: medium !important;
    color: #FCC9C7;
}


/*Настройки кнопки*/
/* Кнопка цены */
.t786 .t-store__card__price-wrapper, .t-store__relevants__container .t-store__card__price-wrapper {
    background-color: #FFF3F3 !important; /* Цвет фона кнопки */
    padding: 10px 15px !important; /* Отступы внутри кнопки */
    border-radius: 10px !important; /* Скруглённые углы */
    cursor: pointer !important; /* Указатель при наведении */
    display: flex; /* Для выравнивания текста */
    justify-content: center !important; /* Центрируем текст по горизонтали */
    align-items: center !important; /* Центрируем текст по вертикали */
    gap: 8px !important; /* Отступы между ценой и старой ценой */
    margin: 0px !important;
}
/*Ховер*/
.t786 .t-store__card__bgimg {
    transition: transform .6s ease-in-out;
}
.t786 .t-store__card__imgwrapper {
    overflow: hidden;
}
.t786 .t-store__card:hover .t-store__card__bgimg {
    transform: scale(1.2);
}
/* Убираем ограничение ховера только на кнопке */
.t786 .t-store__card:hover .t-store__card__price-wrapper {
    background-color: #160100 !important; /* Цвет фона при наведении */
    cursor: pointer !important; /* Указатель при наведении */
}
.t786 .t-store__card:hover .t-store__card__price {
    color: #FFFFFF !important;
    cursor: pointer !important;
}
.t786 .t-store__card:hover .t-store__card__price_old {
    display: none !important;
}

/*Настройки карточки товара*/
.t786 .t-store__grid-cont:before,
.t786 .t-store__grid-separator,
.t786 .t-store__card__btn:first-child,

.t786 .t-store__card__btns-wrapper {
    padding: 0 30px;
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
}
.t786 .t-store__card__btn {
    width: 100%;
    height: 60px;
    justify-content: flex-end;
    padding-right: 20px;
    margin: 0;
}

/*Адаптивы каталога*/
@media (max-width: 1200px) {
    .t-store.js-store {
        padding: 0 60px !important;
    }
}
@media (max-width: 1024px) {
    .t-store.js-store {
        padding: 0 32px !important;
    }
    .t-store__filter__opts-mob-btn, t.name {
        font-family: 'Raleway', Sans-Serif;
        color: #F22319;
        font-size: 16px;
        font-weight: 400;
    }
    .t-name {
    font-size: 16px !important;
    }
    .t-store__filter__opts-mob-btn-icon path {
        fill: #F22319 !important;
    }
    .t-store__filter__search-mob-btn-icon path {
        fill: #F22319 !important;
    }
    .t-descr {
        font-size: 16px;
    }
    .t-store__filter__search {
        display: flex;
        align-self: flex-start;
        justify-content: flex-start;
        flex-direction: row;
    }
    .t-store__filter__options, .t-store__filter__search-and-sort {
        margin: 0px;
    }
    .t-store__filter__controls-wrapper {
        gap: 14px;
    }
}
@media (max-width: 768px) {
    .t786 .t-store__grid-cont.t-store__grid-cont_mobile-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .t-store.js-store {
        padding: 0px 24px !important;
    }
}
@media (max-width: 560px) {
    .t786 .t-store__grid-cont.t-store__grid-cont_mobile-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .t-store.js-store {
    padding: 0 15px !important;
    }
    .t-store__filter__chosen-bar {
        gap: 10px;
    }
}



/*СТИЛЬ ПОП-АПА*/
/*СЕКЦИЯ*/
.t-popup.t-popup_show {
    display: flex !important;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
}
/*Динамическое обновление высоты и ширины*/
.t-slds__items-wrapper {
    overflow: visible !important;
}
/*КОНТЕЙНЕРЫ / ОБЩИЕ КОНТЕЙНЕРЫ*/
/*Основной контейнер*/
.t-popup__container.t-popup__container-static.t-popup__container-animated, .t-store__prod-snippet__container {
    display: flex !important;
    max-width: 1440px;
    width: 100%;
    flex-direction: column;
    padding: 0 70px;
    box-sizing: border-box;
    margin: 0 !important;
    position: relative;
}
/*Внутренний конт. при обновлении*/
.t-store__product-snippet .t-container {
    max-width: 1300px !important;
}
/*Направление верхних карточек*/
.t-col {
    float: inline-start;
}
/*Релевантные карточки*/
.t-col_3 {
    max-width: unset !important;
}
.t-col_6 {
    max-width: calc(50% - 15px - 75px) !important; /*здесь учитываем отступ между и маржин слева*/
}

/*КОНТЕЙНЕРЫ / КОНТЕЙНЕРЫ КОЛОНОК ИНФОРМАЦИИ О ТОВАРЕ*/
/*Контейнер изображений основной*/
.t-store__prod-popup__col-left {
    margin-right: 30px !important;
    padding: 0 0 0 75px !important;
}
/*Контейнер изображений врепер*/
.t-slds__container {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    }
/*Контейнер с текстом*/
.t-col_6.t-store__prod-popup__col-right {
    display: flex;
    padding: 30px !important;
    aspect-ratio: 1 / 1 !important;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0.5px 4px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    aspect-ratio: 1 / 1;
    justify-content: flex-start;
    row-gap: 20px;
}
/*Контейнер заголовка*/
.t-store__prod-popup__title-wrapper {
    display: flex;
    margin: 0px;
}
/*Контейнер вариантов*/
.js-product-controls-wrapper, .t-store .t-product__option {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 8px;
}

/*Контейнер характеристик*/
.t-store__prod-popup__text, .js-store-prod-all-charcs {
    display: flex !important;
    flex-direction: column !important;
    margin: 0px !important;
    align-items: flex-start
}
/*Контейнер описания*/
.js-store-prod-all-text {
    display: flex !important;
    flex-direction: row !important;
    margin: 0 0 16px 0 !important;
    align-items: flex-start;
    text-align: left;
    color: #160100 !important;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.js-store-prod-descr {
    display: none !important;
    height: 0px;
}
/*Какой-то лишний контейнер*/
.t-store__prod-popup__links-wrapper, .js-product-controls-wrapper {
    display: none !important;
}
    
/*Контейнер цены*/
.t-store__prod-popup__price-wrapper {
    display: flex;
    margin: 0;
    order: 1;
    padding: 5px 0px;
    gap: 12px;
    align-items: center;
}
/*Контейнер старой цены*/
.js-store-prod-price-old.t-store__prod-popup__price_old.t-store__prod-popup__price-item.t-name.t-name_md {
    margin: 0px! important;
}

/*Контейнер кнопки*/
.t-store__prod-popup__btn-wrapper {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
    gap: 15px;
    margin: 0px;
    box-sizing: border-box;
    order: 2;
    align-items: flex-end;
}

/*Контейнеры табов*/
/*Основной контейнер характеристик*/
.t-store__prod-popup__container .t-store__tabs, .t-store .t-store__tabs {
    margin: 100px 0 0 0 !important;
    padding: 0 75px;
}
/*Внутренний контейнер табов*/
.t-store .t-store__tabs_tabs .t-store__tabs__controls {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 20px;
}
/*Убираем max-width у контейнера характеристик*/
.t-col_12 {
    max-width: 100%;
}

/*Контейнеры релевантных товаров*/
/*Основной контейнер релевантных товаров*/
.t-store__relevants__container {
    margin: 100px 0;
    padding: 0 75px !important;
}
/*Вложенный контейнер релевантных товаров при обновлении*/
.t-store__relevants__container .t-container {
    max-width: none !important;
}
/*Вложенные контейнеры релевантных товаров*/
.t-store__relevants__title-wrapper {
    margin: 0 0 30px 0 !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
/*Флекс обновленной страницы*/
.t-store__relevants-grid-cont.js-store-relevants-grid-cont {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-bottom: 20px !important;
}
.t-store__prod-popup__text {
    display: none;
}
/*Контейнер релевантных карточек*/
.t-store__prod-popup__container .js-store-relevants-grid-cont {
    margin: 0px !important;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
}
.t-store__prod-popup__container .js-store-relevants-grid-cont::after {
    all: unset;
}

/*Контейнеры изображений*/
/*Контейнер миниатюр*/
.t-slds__thumbsbullet-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    gap: 10px;
    justify-content: space-between;
}
/*Контейнер табов, описание*/
.t-store__tabs__list {
    margin: 20px 0 0 0 !important;
}
/*Настройка каждого таба*/
div[data-tab-title="Доставка"] {
    display: flex;
    flex-direction: row;
    padding-left: calc(50% + 10px);
}
/*div[data-tab-title="Состав"] {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    padding-left: calc(66.66% + 8px);*/
/*}*/

/*ЛИШНИЕ ОТСТУПЫ*/
.t-col {
    margin: 0px;
}
.t-store__prod-popup__container {
    padding: 0px;
}

/*ИЗОБРАЖЕНИЯ*/
/*Главное изображение*/
.t-slds__main {
    border-radius: 10px;
    overflow: hidden;
}
/*Маленькие изображения*/
.t-slds__thumbsbullet.t-slds__bullet {
    border-radius: 10px;
    overflow: hidden;
    margin: 0px;
}
.t-slds__thumbsbullet-border {
    all: unset;
}
/*КАРТОЧКА С ИНФОРМАЦИЕЙ*/
.js-store-price-wrapper t-store__prod-popup__price-wrapper {
    order: -1;
}
.t-descr {
    color: #F22319 !important;
}

/*ИКОНКИ*/
/*Отключение иконки крестик*/
.t-popup__close {
    display: none;
}

/*ЗАГОЛОВКИ*/
/*Заголовок основной карточки*/
.t-store .t-col_6 .t-name {
    color: #160100 !important;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', Sans-Serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 90%; /* 36px */
    letter-spacing: -1.6px;
    text-align: left;
}
/*Заголовок опций*/
.t-store .t-product__option-title {
    color: #B3B3B3 !important;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.30px;
    text-transform: lowercase;
    padding: 0px !important;
}
/*Новая цена*/
.js-product-price.js-store-prod-price-val.t-store__prod-popup__price-value {
    color: #F22319 !important;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', Sans-Serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 36px */
    letter-spacing: -1.6px;
    text-transform: lowercase;
}
/*Символ ₽*/
.t-store__prod-popup__price-currency {
    color: #FCC9C7 !important;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 36px */
    letter-spacing: -1.6px;
    text-transform: lowercase;
}
/*Старая цена*/
.js-store-prod-price-old-val.t-store__prod-popup__price-value {
    color: #FCC9C7;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', Sans-Serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    letter-spacing: -0.96px;
}
/*Перечеркивание*/
.t-store__card__price_old:after, .t-store__prod-popup__price_old:after {
    color: #FCC9C7 !important;
}

/*Характеристики*/
p.t-typography__characteristics.js-store-prod-charcs {
    color: #727272 !important;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.30px;
    text-transform: lowercase;
    padding: 0px !important;
}
/*H2, POP-UP*/
.t-store__tabs__button-title, .t-store__relevants__title {
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway' !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 90%; /* 36px */
    letter-spacing: -1.6px;
    text-transform: lowercase;
}
/*H2 релевантные цвет*/
.t-store__relevants__title {
    color: #160100;
    margin: 0px !important;
}

/*Текст табов*/
.t-store .t-store__tabs__content {
    margin: 0px !important;
    max-width: 600px !important;
    color: #160100 !important;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.72px;
}
/*Список в табах*/
.t-records ul {
    margin: 0px !important;
}
.li {
    padding: 3px 0 !important;
}




/*КНОПКИ*/
/*Кнопка "Назад"*/
.t-store .t-store__prod-popup__close-txt-wr {
    all: unset;
    position: relative !important;
    max-width: 1440px;
    width: 100%;
    padding: 0 150px;
    box-sizing: border-box;
    margin: 40px 0 20px 0;
}
/*Кнопка при обновлении*/
.t-store__prod-snippet__container .t-store__prod-popup__close-txt-wr {
    padding: 0 75px;
}
.t-store__prod-popup__close-txt {
    all: unset;
}
.js-store-close-text.t-store__prod-popup__close-txt.t-descr.t-descr_xxs {
    font-size: 16px;
    font-family: 'Raleway', Sans-Serif;
    color: #b3b3b3 !important;
}

/*ОСНОВНАЯ КНОПКА*/
/*дефолт*/
a.t-store__prod-popup__btn.t-btn.t-btn_sm {
    display: flex !important;
    padding: 10px 14px;
    flex-direction: column;
    align-items: center;
    border-radius: 10px !important;
    background-color: #F22319 !important;
    width: 100%;
}
/*Текст кнопки*/
.js-store-prod-popup-buy-btn-txt {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

/*КОЛИЧЕСТВО*/
/*Кнопка количества*/
.t-store__prod__quantity {
    display: flex !important;
    width: 100%;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin: 0px !important;
    border-radius: 10px !important;
    border: 1px solid #DEDEDE !important;
}
/*Текст кнопки*/
input.t-store__prod__quantity-input.t-descr.t-descr_xxs {
    color: #160100 !important;
    font-weight: 400;
}
/*Иконки количества*/
.t-store__prod__quantity__minus-wrapper, .t-store__prod__quantity__plus-wrapper {
    margin: 0px !important;
}

/*КНОПКА ОПЦИЙ*/
/*дефолт*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    display: flex;
    aspect-ratio: 1 / 1;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #160100;
    cursor: pointer;
}
/*ховер*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple:hover {
    border: 1px solid #f22319 !important;
}
/*активная*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    background: #F22319;
    border: 1px solid var(--primary-red);
}
/*Текст на кнопках*/
.js-product .t-product__option-variants_buttons .t-product__option-title_buttons {
    color: #160100 !important;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', Sans-Serif;
    font-size: 1.2em !important;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.72px;
}
/*Ховер заголовка*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple:hover .t-product__option-title {
    color: #f22319 !important;
}
/*Активный заголовок*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active .t-product__option-title {
    color: #FFFFFF !important;
}

/*ТАБЫ*/
/*Активный таб*/
.t-store__tabs__button {
    padding: 14px 0 14px 0 !important;
    width: 100%;
    justify-content: flex-start;
}
/*Заголовок таба актив*/
.t-store__tabs__button_active .t-store__tabs__button-title {
   color: #160100 !important; 
}
/*Заголовок таба дефолт*/
.t-store__tabs__button .t-store__tabs__button-title  {
    color: #B3B3B3;
}
/*Заголовок таба ховер*/
.t-store__tabs__button:hover .t-store__tabs__button-title {
    color: #F22319 !important;
}



/*АДАПТИВЫ*/
@media (max-width: 1200px) {
    .t-popup__container.t-popup__container-static.t-popup__container-animated, .t-store .t-store__prod-popup__close-txt-wr, .t-store__prod-snippet__container {
        padding: 0 60px !important;
    }
    .t-store__prod-snippet__container .t-store__prod-popup__close-txt-wr {
        padding: 0px !important;
    }
    .t-store .t-store__tabs {
        padding: 0px;
    }
    .t-store__relevants__container {
        padding: 0px !important;
    }
    .t-store__prod-popup__col-left {
        padding: 0px !important;
    }
    .t-col_6 {
        max-width: calc(50% - 15px) !important;
    }
    .t-store.t-store__prod-snippet__container .t-store__tabs {
        padding: 0px !important;
    }
}
@media (max-width: 1024px) {
    .t-popup__container.t-popup__container-static.t-popup__container-animated, .t-store .t-store__prod-popup__close-txt-wr, .t-store__prod-snippet__container {
        padding: 0 32px !important;
    }
    .t-store__prod-snippet__container .t-store__prod-popup__close-txt-wr {
        padding: 0px !important;
    }
    .t-col_6 {
    max-width: calc(50% - 10px) !important;
    }
    .t-store__prod-popup__col-left {
        margin-right: 20px !important;
    }
    .t-store__prod__quantity {
        padding: 0px;
        gap: 10px;   
    }
    .t-col_6.t-store__prod-popup__col-right {
        padding: 20px !important;
    }
    .t-store__tabs__button:hover .t-store__tabs__button-title {
    color: #160100 !important;
    }
    .t-store .t-popup {
        padding: 0px !important;
    }
}
@media (max-width: 960px) {
        /*иконка скролла*/
    .t-store__scroll-icon-wrapper {
        display: none !important;
    }
    .t-store__grid-cont_mobile-one-row.t-store__relevants-grid-cont .t-store__card__textwrapper {
        height: 120px !important;
    }
    /*Конт релевантных изображений*/
    .t-store__prod-popup__container .js-store-relevants-grid-cont {
        display: grid !important;
        padding: 0 0 20px 0 !important;
        overflow: visible !important;
        grid-template-columns: repeat(2, 1fr);
    }
    .t-store__relevants-grid-cont.js-store-relevants-grid-cont {
        grid-template-columns: repeat(2, 1fr);
    }
    .t-store__relevants__container .t-store__relevants-grid-cont.js-store-relevants-grid-cont::after {
        display: none;
    }
    .t-store__relevants__container .t-col {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0px !important;
    }
    /*.t-store__relevants__container .t-store__card__price_old {*/
    /*    display: none;*/
    /*}*/
}
@media (max-width: 768px) {
    .t-popup__container.t-popup__container-static.t-popup__container-animated, .t-store .t-store__prod-popup__close-txt-wr, .t-store__prod-snippet__container {
        padding: 0px 24px !important;
    }
    .t-store__relevants__container .t-container {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }
    .t-store__prod-snippet__container .t-store__prod-popup__close-txt-wr {
        padding: 0px !important;
    }
    .t-store__prod-popup__price-currency {
        font-size: 0.7em !important;
        font-weight: 400 !important;
        line-height: 100% !important; /* 16px */
        letter-spacing: -0.64px !important;
    }
    .t-store__prod-popup__btn-wrapper {
        gap: 10px;
    }
    .js-product-price.js-store-prod-price-val.t-store__prod-popup__price-value {
        font-size: 1em !important;
        font-weight: 400;
        line-height: 100%; /* 24px */
        letter-spacing: -0.96px;
        text-transform: lowercase;
    }
    .js-store-prod-price-old-val.t-store__prod-popup__price-value {
        font-size: 0.6em !important;
        font-weight: 400;
        line-height: 100%; /* 16px */
        letter-spacing: -0.64px;
    }
    .t-store__tabs__button-title {
        font-size: 30px !important;
        font-weight: 400 !important;
        line-height: 100% !important; /* 24px */
        letter-spacing: -0.96px !important;
    }
    .t-store .t-product__option-title {
        font-size: 1em !important;
    }
    .t-store .t-store__tabs__content {
        font-size: 16px;
        font-weight: 400;
        line-height: 120%; /* 19.2px */
        letter-spacing: -0.64px;
    }
    .t-store .t-col_6 .t-name {
        font-size: 30px !important;
        font-weight: 400 !important;
        line-height: 100% !important; /* 24px */
        letter-spacing: -0.96px !important;
    }
    /*.t-store__prod-popup__container .js-store-relevants-grid-cont {*/
    /*    flex-wrap: wrap;*/
    /*    row-gap: 20px;*/
    /*}*/
    /*.t-col_3 {*/
    /*max-width: calc(50% - 10px) !important;*/
    /*}*/
    .t-slds__thumbsbullet.t-slds__bullet {
        border-radius: 6px;
        width: 100%;
    }
    .t-col_6.t-store__prod-popup__col-right {
        padding: 20px !important;
    }
    .t-store__prod-popup__col-right {
        max-width: 100%;
    }
    .t-store .t-store__tabs {
    margin-top: 60px !important;
    /*padding: 0 24px;*/
    }
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple {
        padding: 8px !important;
        font-size: 12px !important;
    }
}
@media (max-width: 560px) {
    .t-store__relevants__container .t-store__relevants-grid-cont.js-store-relevants-grid-cont {
        display: flex !important;
        flex-direction: row;
        overflow-x: scroll !important;
        padding: 0 0 20px 15px !important;
    }
    .t-zoomer__wrapper {
        height: 100% !important;
        overflow: hidden !important; 
    }
    .t-popup__container.t-popup__container-static.t-popup__container-animated, .t-store__prod-snippet__container {
        padding: 0 15px !important;
    }
    .t-store__prod-snippet__container a.t-popup__close {
        display: none;
    }
    .t-store .t-store__prod-popup__close-txt-wr {
        padding: 0 15px !important;
        margin: 30px 0 20px 0;
    }
    .t-store__prod-snippet__container .t-store__prod-popup__close-txt-wr {
        padding: 0px !important;
        margin: 30px 0 20px 0;
    }
    .t-col_6.t-store__prod-popup__col-right {
        aspect-ratio: unset !important;
    }
    .t-store__prod-popup__col-right {
        row-gap: 16px;
        aspect-ratio: unset !important;
    }
    .t-store__prod-popup__col-left {
        margin-right: 0px !important;
        padding: 0 20px !important;
        margin-bottom: 20px;
    }
    .t-store__prod-snippet__container .t-store__prod-popup__col-left {
        padding: 0px !important;
    }
    .t-store__prod-popup__price-wrapper {
        margin-bottom: 24px;
    }
    .t-col_6 {
        max-width: 100% !important;
        width: 100% !important;
    }
    .t-store__prod-popup__price-wrapper {
        padding: 0px;
    }
    .t-popup__close {
        display: none !important;
    }
    .t-popup_show .t-col {
        float: unset;
    }
    .t-store .t-slds__thumbsbullet-wrapper {
        padding: 0px !important;
        width: unset;
    }
    
    /*Табы*/
    .t-store .t-store__tabs_tabs .t-store__tabs__controls-wrap {
        width: 100% !important;
    }
    .t-store .t-store__tabs__controls .t-store__tabs__button_active .t-store__tabs__button-title:after {
        content: unset !important;
    }
    div[data-tab-title="Доставка"], div[data-tab-title="Состав"] {
        padding-left: 0px;
    }
    /*Настройка табов*/
    .t-store__tabs.t-store__tabs_tabs.t-col.t-col_12 {
        display: flex;
        flex-direction: column;
    }
    .t-store .t-store__tabs_tabs .t-store__tabs__controls {
        flex-wrap: nowrap !important;
    }
    .t-store__tabs__button.js-store-tab-button {
        max-width: 200px !important;
    }
    
    /*Конт. изображений*/
    .t-store__prod-popup__container .js-store-relevants-grid-cont {
        flex-wrap: nowrap !important;
        padding: 0 0 20px 0 !important;
        display: flex !important;
        overflow: auto !important;
    }
    .t-store__relevants__title-wrapper {
        margin: 0 0 10px 0 !important;
    }
    /*Изображения*/
    .js-product.t-store__card, .js-product.t-store__card a {
        width: 100% !important;
        max-width: 100% !important;
    }
    /*Иконка скролла*/
    .t-store__scroll-icon-wrapper {
        display: flex !important;
        justify-content: flex-start;
    }
}



/*FAQ-1*/
/*Основные настройки*/
    .t-container_100, .t-width_100 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
        box-sizing: border-box;
        width: 100%;
    }
    .section-category {
        max-width: 1440px;
        width: 100%;
        margin-bottom: 120px;
        padding: 0 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .h2, .h2-category {
        font-family: 'Playfair Display', serif;
        font-size: 80px;
        line-height: 0.9;
        font-weight: 500;
        letter-spacing: -3.5px;
        text-transform: lowercase;
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
    }
    .category-container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
/*Дизайн листа*/
    .category-list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .category-list:hover .h3 {
        color: #F22319;
    }
    /*Стили для открытой секции*/
    .category-list.open .body-list {
        max-height: 1000px;
        transition: max-height 1s ease-in-out;
    }
    .category-list.open .icon-list {
        transform: rotate(45deg);
        transition: 0.5s ease-in-out;
    }
    .category-list .icon-list {
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
    }
    .category-list.open .h3 {
        color: #F22319;
    }
    .divider {
        border: none;
        width: 100%;
        border-top: 1px solid #DEDEDE;
        display: block;
        margin-block-start: 0.5em;
        margin-block-end: 0.5em;
        margin-inline-start: auto;
        margin-inline-end: auto;
    }
/*Шапка*/
    .head-list {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
    }
    .h3-number {
        width: 100px;
        text-align: left;
    }
    .h3-width-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        flex-grow: 1;
    }
    .h3-icon-container {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        width: calc(50% + 100px);
    }
    .h3 {
        font-family: 'Raleway', sans-serif;
        font-size: 40px;
        color: #160100;
        font-weight: 500;
        letter-spacing: -3.0px;
        text-transform: lowercase;
    }
    .icon-list {
        border-radius: 50%;
        height: 30px;
        width: 30px;
        transition: 0.3s ease-in-out;
    }
/*Тело*/
    .body-list {
        transition: max-height 0.7s ease-out;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 32px;
        align-content: center;
        max-height: 0px;
    }
    .text-list {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-left: auto;
        margin-block-start: 12px;
    }
    .text-category {
        max-width: 550px;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        line-height: 1.3;
        color: #160100;
        text-align: left;
    }
    .button-2 {
        all: unset;
        width: auto !important;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        color: #F22319;
        text-transform: uppercase;
        padding: 10px 4px;
        align-self: start;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    .button-2:hover {
        color: #160100;
    }
    .button-2::before {
        content: "";
        position: absolute;
        bottom: -2px; /* Расстояние от текста до линии */
        left: 0;
        width: 100%; /* Линия по ширине текста */
        height: 2px; /* Высота линии */
        background-color: #F22319; /* Красная линия */
        transform: scaleX(1); /* Линия полностью видна */
        transform-origin: left; /* Точка начала анимации */
        transition: transform 0.6s ease-in-out; /* Плавное "уезжание" */
    }
    .button-2:hover::before {
        transform: scaleX(0); /* Красная линия уезжает */
        transform-origin: right; /* Уезжает вправо */
    }
    .button-2::after {
        content: ""; /* Дополнительная линия */
        position: absolute;
        bottom: -2px; /* Расстояние от текста до линии */
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #160100; /* Красная линия */
        transform: scaleX(0); /* Линия изначально скрыта */
        transform-origin: right; /* Начальная точка анимации справа */
        transition: transform 0.6s ease; /* Плавный переход */
    }
    .button-2:hover::after {
        transform: scaleX(1); /* Черная линия приезжает */
        transform-origin: left; /* Приезжает слева */
    }
    .img-div-list {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 12px;
        justify-content: space-between;
        align-items: flex-start;
    }
    .img-list {
        max-width: calc(12.5% - 20px);
        height: auto;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        border-radius: 20px;
    }
    
/*Адаптивы*/
@media (max-width: 1200px) {
    .section-category {
        width: 100%;
        padding: 0 60px;
    }
    .img-list {
        max-width: calc(12.5% - 14px);
        border-radius: 14px;
    }
}
@media (max-width: 1024px) {
    .section-category {
        width: 100%;
        padding: 0 32px;
    }
}
@media (max-width: 768px) {
    .section-category {
        width: 100%;
        padding: 0 24px;
    }
    .h2, .h2-category {
        font-size: 60px;
    }
    .h3 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .text-list {
        font-size: 16px;
        line-height: 1.2;
    }
    .img-list {
        max-width: calc(12.5% - 10px);
        border-radius: 10px;
    }
}
@media (max-width: 560px) {
    .section-category {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 60px;
    }
    .h2, .h2-category {
        font-size: 60px;
    }
    .h3-number {
        display: none;
    }
    .head-list {
        padding: 0px;
    }
    .h3-icon-container {
        flex-direction: row-reverse;
        width: 100%;
        gap: 14px;
    }
    .h3 {
        font-size: 30px;
        width: 100%;
        letter-spacing: -1px;
    }
    .text-list {
        gap: 6px;
        margin-block-start: 6px;
    }
    .text-category {
        width: 100%;
    }
    .img-div-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }
    .img-list {
        aspect-ratio: 3 / 4;
        max-width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}



/*ОТЗЫВЫ*/
/* Секция */
.reviews-section {
    max-width: 1440px;
    width: 100% !important;
    text-align: center;
    margin-bottom: 120px;
    padding: 0 70px;
    box-sizing: border-box;
}
.reviews-title {
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -3.5px;
  text-transform: lowercase;
  width: 100%;
}
.reviews-wrapper {
    overflow: hidden;
}
.reviews-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
    flex-direction: row;
    padding-top: 100px;
    gap: 30px;
    justify-content: flex-start;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.reviews-container::-webkit-scrollbar {
  display: none; /* Для Chrome, Safari */
}
.review-card {
    max-width: calc(33.33% - 20px);
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #FFF3F3;
    border-radius: 14px;
    padding-top: 80px; /*Компенсация аватара*/
    position: relative;
}
.review-avatar {
  position: absolute;
  top: -50px; /* Аватар выходит за пределы карточки */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 6px solid #fff;
}
.review-stars {
  display: inline-block;
  width: 130px;
  height: 26px;
  background: url('https://static.tildacdn.com/tild6463-6533-4437-a531-373665663636/Star_1.svg') repeat-x;
  background-size: 26px 26px;
}
.review-content {
  padding: 0px 30px 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.review-author {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.review-text {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #160100;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Ограничение строк */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* Стрелки */
.reviews-counter {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        color: #160100;
        opacity: 70%;
}
.reviews-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.control-arrow-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
.arrow-icon {
  width: 60px;
  height: 60px;
}
.control-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.right-arrow .arrow-icon:hover {
  transform: scale(1.1);
  content: url('https://static.tildacdn.com/tild3136-3337-4031-b538-653166636430/direction-right.svg');
  filter: brightness(1.2);
  transition: filter 0.3s ease;
}
.left-arrow .arrow-icon:hover {
  transform: scale(1.1);
  content: url('https://static.tildacdn.com/tild3630-3637-4630-b738-626533613339/direction-left.svg');
  filter: brightness(1.2);
  transition: filter 0.3s ease;
}
.control-arrow:active {
  transform: scale(0.9);
}

/*Адаптивы*/
@media (max-width: 1200px) {
    .reviews-section {
        padding: 0 60px;
    }
}
@media (max-width: 1024px) {
    .reviews-section {
        padding: 0 32px;
    }
}
@media (max-width: 768px) {
    .reviews-section {
        padding: 0 24px;
    }
    .review-card {
        max-width: calc(50% - 10px);
    }
    .reviews-container {
        gap: 20px;
    }  
}
@media (max-width: 560px) {
    .reviews-section {
        padding: 0 15px;
        margin-bottom: 60px;
    }
    .review-card {
        max-width: 100%;
    }
    .reviews-title {
        font-size: 60px;
    }
    .reviews-text {
        font-size: 16px;
        line-height: 1.2;
        
    }
    .review-content {
        padding: 0 35px 40px 35px;
        gap: 6px;
    }
    .reviews-container {
    margin-bottom: 30px;
    }  
}



/*FAQ-2*/
/*Основные настройки*/
    .t-container_100, .t-width_100 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
        box-sizing: border-box;
        width: 100%;
    }
    .section-faq {
        max-width: 1440px;
        width: 100%;
        margin-bottom: 120px;
        padding: 0 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .h2, .h2-faq {
        font-family: 'Playfair Display', serif;
        font-size: 80px;
        line-height: 0.9;
        font-weight: 500;
        letter-spacing: -3.5px;
        text-transform: lowercase;
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
    }
    .faq-container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
/*Дизайн листа*/
    .faq-list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .faq-list:hover .h3 {
        color: #F22319;
    }
    /*Стили для открытой секции*/
    .faq-list.open .faq-body-list {
        max-height: 600px;
        transition: max-height 0.8s ease-in-out;
    }
    .faq-list.open .icon-list {
        transform: rotate(45deg);
        transition: 0.5s ease-in-out;
    }
    .faq-list .icon-list {
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
    }
    .faq-list.open .h3 {
        color: #F22319;
    }
/*Шапка*/
    .head-list {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
    }
    .h3-number {
        width: 100px;
        text-align: left;
    }
    .h3-width-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        flex-grow: 1;
    }
    .h3-icon-container {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        width: calc(50% + 100px);
    }
    .h3 {
        font-family: 'Raleway', sans-serif;
        font-size: 40px;
        color: #160100;
        font-weight: 500;
        letter-spacing: -3.0px;
        text-transform: lowercase;
    }
    .icon-list {
        border-radius: 50%;
        height: 30px;
        width: 30px;
        transition: 0.3s ease-in-out;
    }
/*Тело*/
    .faq-body-list {
        transition: max-height 0.6s ease-out;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        align-content: center;
        max-height: 0px;
    }
    .text-list {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-left: auto;
        margin-block-start: 12px;
    }
    .text-faq {
        max-width: 550px;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        line-height: 1.3;
        color: #160100;
        text-align: left;
    }
    
/*Адаптивы*/
@media (max-width: 1200px) {
    .section-faq {
        width: 100%;
        padding: 0 60px;
    }
    .img-list {
        max-width: calc(12.5% - 14px);
        border-radius: 14px;
    }
}
@media (max-width: 1024px) {
    .section-faq {
        width: 100%;
        padding: 0 32px;
    }
}
@media (max-width: 768px) {
    .section-faq {
        width: 100%;
        padding: 0 24px;
    }
    .h2, .h2-faq {
        font-size: 60px;
    }
    .h3 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .text-list {
        font-size: 16px;
        line-height: 1.2;
    }
    .img-list {
        max-width: calc(12.5% - 10px);
        border-radius: 10px;
    }
}
@media (max-width: 560px) {
    .section-faq {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 60px;
    }
    .h2, .h2-faq {
        font-size: 60px;
    }
    .h3-number {
        display: none;
    }
    .head-list {
        padding: 0px;
    }
    .h3-icon-container {
        flex-direction: row-reverse;
        width: 100%;
        gap: 14px;
    }
    .h3 {
        font-size: 30px;
        width: 100%;
        letter-spacing: -1px;
    }
    .text-list {
        gap: 6px;
        margin-block-start: 6px;
        width: auto;
    }
    .text-faq {
        width: 100%;
    }
    .img-div-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }
    .img-list {
        aspect-ratio: 3 / 4;
        max-width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}






/*ФУТЕР*/
.t-container_100, .t-width_100 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
        box-sizing: border-box;
        width: 100%;
    }
    .section-footer {
        max-width: 1440px;
        width: 100%;
        padding: 0 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .container-footer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        box-sizing: border-box;
        align-self: stretch;
        gap: 40px;
    }
    .container-footer-inside {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        box-sizing: border-box;
        gap: 20px;
        flex-wrap: nowrap;
    }
    .container-footer-paragraph {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .container-footer-inside-law {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        box-sizing: border-box;
        gap: 20px;
        flex-wrap: nowrap;
    }
    .container-footer-law {
        padding-bottom: 30px;
    }
    img.logo.logo-header {
        width: 200px;
    }
    .button-logo-footer {
        width: 100%;
        height: auto;
        justify-content: center;
    }
    .logo-footer {
        height: auto;
        width: 632px;
        cursor: pointer;
    }
    .h4-footer {
        font-family: 'Raleway', Sans-Serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.56px;
        color: #B3B3B3;
    }
    .footer-text {
        font-family: 'Raleway', Sans-Serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.72px;
        color: #160100;
        cursor: pointer;
    }
    .footer-cta {
        color: #F22319;
        font-family: 'Raleway', Sans-Serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -1.92px;
        cursor: pointer;
    }
    .divider-footer {
        margin-block-start: 0.75em;
        margin-block-end: 0.75em;
    }
    
    /*Адаптивы*/
    @media (max-width: 1200px) {
        .section-footer {
            padding: 0 60px;
        }
        .button-logo-footer {
            width: auto;
            max-width: 60%;
            height: auto;
            justify-content: flex-start;
            order: -4;
        }
        .logo-footer {
            width: 538px; 
        }
        .container-footer-inside-call-me {
            order: -3;
        }
        .container-footer-inside-contacts-adress {
            order: -2;
        }
        .container-footer-inside-social-media {
            order: -1;
        }
        .footer-cta {
            letter-spacing: -1.28px;
        }
    }
    @media (max-width: 1024px) {
        .section-footer {
            padding: 0 32px;
        }
        .container-footer {
            gap: 20px;
        }
        .button-logo-footer {
            max-width: 100%;
        }
        .logo-footer {
            width: 400px; 
        }
        .footer-text {
            font-size: 16px;
        }
        .container-footer-law {
            gap: 10px;
        }
    }
    @media (max-width: 768px) {
        .section-footer {
            padding: 0 24px;
        }
    }
    @media (max-width: 560px) {
        .section-footer {
            padding: 0 15px;
            row-gap: 12px;
        }
        .button-logo-footer {
            width: 100%;
            justify-content: center;
            margin-bottom: 12px;
        }
        .logo-footer {
            width: 280px;
        }
        .button-2-footer {
            font-size: 16px;
            align-self: stretch;
            display: none;
            justify-content: center;
            gap: 2px;
        }
        .button-2-footer::before {
            bottom: 4px;
        }
        .button-2-footer::after {
            bottom: 4px;
        }
        .container-footer {
            gap: 16px;
        }
        .container-footer-inside {
            gap: 10px;
            width: 100%;
        }
        .container-footer-paragraph {
            gap: 6px;
            align-self: stretch;
        }
        .container-footer-inside-call-me {
            display: flex;
            flex-direction: column;
            width: 100%;
        }
        .container-footer-paragraph-about-company, .container-footer-paragraph-social-media, .container-footer-paragraph-catalog {
            flex-direction: row;
            flex-wrap: wrap;
            align-self: stretch;
        }
        .footer-text, .footer-text-social-media, .footer-text-catalog, footer-text-social-media {
            width: calc(50% - 10px);
        }
        .footer-text-law {
            width: 100%;
        }
        .container-footer-inside-law {
            align-items: flex-start;
            flex-direction: column;
        }
        .divider-footer {
            margin-block-start: 0.5em;
            margin-block-end: 0.5em;
        }
        .container-footer-inside-social-media {
            order: 0;
        }
    }
    
    

/*КОРЗИНА*/

/*КОНТЕЙНЕРЫ*/
        /*Основные контейнеры*/
    .t706__sidebar-content.t706__sidebar-content_showed, .t706__sidebar-top, .t706__sidebar-products, .t706__product-title {
        display: flex !important;
        flex-direction: column;
        margin: 0px !important;
        padding: 0px !important;
        border: none !important;
    }
        /*Отступы между контейнерами*/
    .t706__sidebar-top, .t706__sidebar-products {
        margin-bottom: 40px !important;
    }
        /*Отступ после цены*/
    .t706__sidebar-prodamount-wrap.t-descr {
        margin-bottom: 20px !important;
        padding: 0px !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
        /*Контейнер корзины*/
    .t706__sidebar-content.t706__sidebar-content_showed {
        max-width: 600px !important;
        padding: 40px !important;
    }
        /*Контейнер крестика*/
    .t706__sidebar-close {
        right: 40px !important;
        top: 40px !important;
    }
        /*Контейнер товаров*/
    .t706__sidebar-products {
        align-items: flex-start;
        margin-bottom: 40px;
        gap: 12px;
    }
        /*Контейнер заголовка*/
    .t706__product-title {
        gap: 6px;
    }
        /*Контейнер товаров*/
    .t706__product {
        display: flex;
        flex-direction: row;
        margin: 0px;
        padding: 0px;
        align-items: center;
        justify-content: space-between;
        height: auto;
        column-gap: 12px;
        padding-bottom: 12px;
        box-sizing: border-box;
        border-bottom: 1px solid var(--tertiary-red);
    }
    /*Общий контейнер для адаптивов*/
    .t706__cartpage-content.t-container {
        margin: 0px !important;
        max-width: 100% !important;
    }
        /*Отступы у внутренних элементов*/
    .t706__product-thumb, .t706__product-title.t-descr, .t706__product-plusminus.t-descr, .t706__product-amount.t-descr, .t706__product-del-wrapper {
        padding: 0px !important;
    }
    .t706__product-thumb {
        height: auto;
    }
    
/*ТЕКСТ*/
    /*Заголовок корзины и цена*/
    .t706__sidebar-heading.t-name, .t706__sidebar-prodamount-wrap.t-descr, .t706__cartpage-heading.t-name, .t706__cartpage-prodamount.t706__cartwin-prodamount-wrap.t-descr {
        color: var(--primary-black) !important;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'Raleway', Sans-Serif !important;
        font-size: 24px !important;
        font-weight: 500 !important;
        line-height: 100%; /* 24px */
        letter-spacing: -0.96px;   
    }
    /*Заголовок карточки*/
    .t706__product-title.t-descr, .t706__product-title__option {
        color: var(--primary-black) !important;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'Raleway', Sans-Serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 120%; /* 21.6px */
        letter-spacing: -0.72px;
        width: 200px;
    }
    /*Опции*/
    .t706__product-title__option {
        font-size: 14px;
        letter-spacing: -0.56px;
        color: var(--tertiary-grey) !important;
    }
    /*Плюс Минус xD*/
    .t706__product-plusminus.t-descr {
        display: flex;
        flex-direction: row;
        color: var(--primary-black) !important;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 16.8px */
        letter-spacing: -0.56px;
        width: auto;
    }
    /*Цена*/
    .t706__product-amount.t-descr {
        color: var(--primary-red) !important;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 21.6px */
        letter-spacing: -0.72px;
    }

/*ИНТЕРАКТИВ*/
    /*Кнопка*/
    .t706__sidebar-continue.t-btn, .t706__cartpage-open-form.t-btn {
        display: flex;
        background-color: var(--primary-red) !important;
        padding: 12px 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: none !important;
        border-radius: 10px;
        color: var(--primary-white) !important;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'Raleway', Sans-Serif;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 120%;
        letter-spacing: -0.72px;
        text-transform: uppercase;
    }
    .t706__sidebar-bottom {
        padding: 0px !important;
        margin: 0px !important;
    }
    /*Крестик*/
    .t706__sidebar-close-btn {
        width: 18px;
        padding: 6px;
    }
    .t706__close-icon {
        width: 18px;
    }
    /*Бабл*/
    .t706__bubble-text.t-descr {
        color: var(--primary-white) !important;
        text-align: center;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'Raleway', Sans-Serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 21.6px */
        letter-spacing: -0.72px;
    }
    /*Фокус цены*/
    .t706__carticon-text.t-name {
        color: var(--primary-white) !important;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'Raleway', Sans-Serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 120%; /* 21.6px */
        letter-spacing: -0.72px;
    }

/*АДАПТИВЫ*/
    /*Адаптивы корзины*/
@media (max-width: 1024px) {
    .t706__cartpage-info.t-col.t-col_6 {
        max-width: 100% !important;
    }
}
@media (max-width: 960px) {
    .t706__cartpage.t706__cartpage_showed {
        display: flex;
        opacity: 1;
        z-index: 99999;
        flex-direction: column;
        width: min-content !important;
        padding: 0 40px !important;
    }
    .t706__cartpage-info.t-col.t-col_6 {
        padding: 0px !important;    
    }
    .t706__cartpage-info-wrapper, .t706__cartpage-products, .t706__cartpage-top, .t706__cartpage-totals {
        display: flex !important;
        flex-direction: column;
        margin: 0px !important;
        padding: 0px !important;
        border: none !important;
    }
    .t706__cartpage-info-wrapper {
        width: 100%;
    }
    .t706__cartpage-top {
        flex-direction: row;
        margin-top: 20px !important;
    }
    .t706__cartpage-top, .t706__cartpage-products, .t706__cartpage-totals {
        margin-bottom: 30px !important;
    }
    .t706__cartpage-totals {
        margin-bottom: 20px !important;
    }
    .t706__cartpage-products {
        row-gap: 12px;
    }
    .t706__cartpage-open-form-wrap {
        padding: 0px !important;
        margin: 0px !important;
    }
    .t706__product-title.t-descr, .t706__product-title__option {
        width: 100% !important;
    }
    .t706__product-plusminus.t-descr, .t706__product-amount.t-descr {
        padding: 0 20px !important;
    }
    .t706__cartpage-close {
        padding: 0px !important;
    }
    .t706__sidebar-content.t706__sidebar-content_showed {
        padding: 20px 15px !important;
    }
    .t706__cartpage-back {
        display: none !important;
    }
    .t706__cartpage-heading.t-name {
        padding: 0px !important;
        display: flex;
        width: 100%;
        left: 0px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .t706__cartpage-prodamount.t706__cartwin-prodamount-wrap.t-descr {
        text-align: left;
    }
}
@media (max-width: 768px) {
    .t706__cartpage.t706__cartpage_showed {
        padding: 0 30px !important;
    }
    .t-store__card.t-col_3 {
        max-width: none !important;
    }
}
@media (max-width: 560px) {
    .t706__cartpage.t706__cartpage_showed {
        padding: 0 15px !important;
        width: 100% !important;
    }
    .t706__product {
        flex-wrap: wrap;
    }
    .t706__product-plusminus.t-descr, .t706__product-amount.t-descr {
        width: calc(50% - 6px);
        margin-top: 12px;
    }
    .t706__product-amount.t-descr {
        text-align: end;
    }
    .t706__product-title.t-descr, .t706__product-title__option {
        width: calc(100% - 82px) !important;
    }
    .t706__product-plusminus.t-descr, .t706__product-amount.t-descr {
        padding: 0px !important;
    }
}
    
    
/*ЧЕК-АУТ*/
/*ФОРМА ДОСТАВКИ*/

/*КОНТЕЙНЕРЫ*/
    /*Основной контейнер*/
    .t706__cartpage.t706__cartpage_showed {
        display: flex !important;
        flex-direction: column;
        margin: 0px !important;
        max-width: 600px !important;
        padding: 40px !important;
        row-gap: 30px;
        box-sizing: border-box;
        align-items: center;
        width: 100% !important;
    }
    /*Флекс для внутренних контейнеров*/
    .t706__cartpage-content.t-container, .t706__cartpage-form.t-col.t-col_6, .t706__cartpage-form-wrapper {
        display: flex;
        flex-direction: column;
    }
    /*Контейнер хедера*/
    .t706__cartpage.t706__cartpage_showed .t706__cartpage-top {
        display: flex !important;
        flex-direction: row;
        margin: 0px !important;
        padding: 0px !important;
        justify-content: center;
        border: none !important;
        width: 100%;
        position: relative !important;
    }
    /*Контейнеры колонок*/
    .t706__cartpage-form.t-col.t-col_6 {
        max-width: 100% !important;
    }
    /*Контейнер кнопок*/
    .t-input-block {
        height: auto !important;
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }
    /*Основной контейнер полей*/
    .t-form__inputsbox_inrow {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: flex-start;
        gap: 10px !important;
    }

/*ЛИШНИЕ СТИЛИ*/
    .t706 .t-input-group {
        margin: 0px !important;
    }

/*ЭЛЕМЕНТЫ*/
    /*Крестик и стрелка*/
        .t706__cartpage-close, .t706__cartpage-back {
            position: relative;
            top: none !important;
            right: 0 !important;
            font-size: 16px;
            padding: 0 !important;
            border: none;
            background-color: transparent;
            cursor: pointer;
        }
    
    /*Кнопки доставки*/
        /*Конт кнопок*/
        .t-radio__wrapper, .t-radio__wrapper_button {
            display: flex;
            flex-direction: row;
            margin: 0px !important;
            width: 100%;
        }
        /*Лишние стили*/
        .t-radio__item {
            border: none !important;
            padding: 0px !important;
            margin: 0px !important;
        }
        /*Настройка самих кнопок*/
        .t-radio__item.t-radio__control.t-text input + .t-radio__indicator + span {
            padding: 12px 20px !important;
            border-radius: 10px;
            box-sizing: border-box;
            text-align: center;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            background-color: var(--primary-grey) !important;
            border: none !important;
            color: var(--tertiary-grey) !important;
            font-variant-numeric: lining-nums proportional-nums;
            font-family: 'Raleway', Sans-Serif !important;
            font-size: 18px !important;
            font-weight: 600 !important;
            line-height: 120%;
            letter-spacing: -0.72px;
            text-transform: uppercase;
            margin: 0px !important;
            cursor: pointer;
            text-align: center;
            width: 100%;
            min-height: 48px;
        }
        /*Цвет текста активной кнопки*/
    .t-radio__control.t-text input:checked + .t-radio__indicator + span {
        color: var(--primary-red) !important;
        background-color: var(--secondary-red) !important;
    }
        /*Отключение радиокнопки*/
    .t-radio__control.t-text .t-radio__indicator {
            display: none !important;
    }
    
    /*Дропдаун*/
        /*Скрытие корзины*/
        .t706__cartpage-products {
            opacity: 0%;
            height: 0px !important;
        }
        /*Скрытие стандартного блока*/
        .t-input-group_dl {
            display: none !important;
        }
        /*Стили текста*/
        .custom-select {
            position: relative;
            display: flex;
            flex-direction: column;
            row-gap: 8px;
            width: 100%;
            box-sizing: border-box;
            height: auto;
            color: var(--primary-black) !important;
            font-variant-numeric: lining-nums proportional-nums;
            font-family: 'Raleway', Sans-Serif !important;
            font-size: 18px !important;
            font-weight: 400 !important;
            line-height: 120%;
            letter-spacing: -0.72px;
            background-color: #FFF !important;
        }
        /*Иконка*/
        select#delivery-select {
            appearance: none !important;
            -webkit-appearance: none !important;
            -moz-appearance: none !important;
            background-image: url('https://static.tildacdn.com/tild6136-3737-4964-a662-343733316264/chevron.svg');
            background-repeat: no-repeat;
            background-position: right 16px center;
            background-size: 20px;
        }
    
    /*Стили полей*/
        /*Сброс базовых настроек полей ввода*/
        .t-input, select#input_1733226786920 {
            all: unset !important;
        }
    
        /*Стиль групп полей*/
            /*Общий*/
            .t-input-group {
                display: flex;
                flex-direction: row;
            }
            /*Способ получения*/
            .t-input-group_rd {
                align-items: flex-start;
                gap: 10px;
                width: 100% !important;
            }
            /*Адрес*/
            .t-input-group_in {
                flex-direction: row;
                width: calc(50% - 5px) !important;
            }
            /*Чекбоксы*/
            .t-input-group_cb {
                align-items: flex-start;
                width: 100% !important;
                padding: 2px 0;
            }
            .t-checkbox__control_flex.t-text {
                border-radius: 10px;
            }
            /*Дата и время*/
            .t-input-group_da, .t-input-group_sb {
                width: calc(50% - 5px) !important;
            }
            /*Имя и комментарий*/
            .t-input-group_nm, .t-input-group_ta {
                align-items: flex-start;
                width: 100% !important;
            }
            /*Телефон и почта*/
            .t-input-group_ph, .t-input-group_em {
                width: calc(50% - 5px) !important;
            }
        /*Стиль блоков полей*/
            /*Общий*/
            /* */
            .t-input-group:not(.t-input-group_cb):not(.t-input-group_rd) {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                margin: 0px !important;
                height: auto !important;
            }
            
            .t-input-group:not(.t-input-group_cb):not(.t-input-group_rd) .t-input-block input, select#delivery-select, select#input_1733226786920, .t-input-block textarea {
                min-height: 48px !important;
                box-sizing: border-box !important;
                display: flex !important;
                flex-direction: row !important;
                justify-content: flex-start !important;
                align-items: center !important;
                margin: 0px !important;
                padding: 12px 16px !important;
                border: 1px solid var(--secondary-grey) !important;
                border-radius: 10px !important;
                font-variant-numeric: lining-nums proportional-nums !important;
                font-family: 'Raleway', Sans-Serif !important;
                font-size: 18px !important;
                font-weight: 400 !important;
                line-height: 120% !important;
                letter-spacing: -0.72px !important;
                height: auto !important;
                color: var(--tertiary-grey) !important;
                width: 100% !important;
            }
            /*Уточнить у получателя*/
            div[data-input-lid="1733229821986"] .t-checkbox__control {
                font-variant-numeric: lining-nums proportional-nums !important;
                font-family: 'Raleway', Sans-Serif !important;
                font-size: 18px !important;
                font-weight: 400 !important;
                line-height: 120% !important;
                letter-spacing: -0.72px !important;
                padding: 6px 0;
            }
            /*Выбор способа доставки*/
            .t-input-group_rd .t-input-block {
                min-height: 48px;
                box-sizing: border-box;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                margin: 0px !important;
                height: auto !important;
                width: 100% !important;
            }
            /*Дата и время*/
            .t-select__wrapper, .t-datepicker__wrapper, #input_1733226786920 {
                display: flex !important;
                flex-direction: row !important;
                justify-content: space-between;
                width: 100%;
            }
                /*Вреппер времени*/
                .t-select__wrapper {
                    position: relative;
                    background-image: url('https://static.tildacdn.com/tild6136-3737-4964-a662-343733316264/chevron.svg');
                    background-repeat: no-repeat;
                    background-position: right 16px center;
                    background-size: 20px;
                }
                /*Контейнер времени*/
                select#input_1733226786920 {
                    width: 100% !important;
                    display: flex !important;
                    box-sizing: border-box;
                    flex-direction: column !important;
                    color: rgba(179, 179, 179, 0.5) !important;
                }
                /*Error*/
                .js-error-control-box select#input_1733226786920 {
                    border: 1px solid red !important;
                }
                
            /*Иконки дата и время*/
            .t-datepicker__icon {
                margin: 0px !important;
                padding: 0px !important;
                pointer-events: none !important;
                right: 16px !important;
            }
                /*Перекрас иконки даты*/
                .t-datepicker__icon path {
                    fill: var(--tertiary-grey) !important;
                }
            /*Иконка времени*/
            .t-select__wrapper:after {
                all: unset;
            }
            /*Стиль блока кнопок доставки*/
            .t-input-group_rd .t-input-block {
                padding: 0px !important;
                border: none !important;
            }
            
        /*Стиль полей*/
            /*Общий*/
            .t-input-group input,
            .t-input-group textarea,
            .t-input-group select {
                display: flex;
                width: 100% !important;
            }
            
        /*Состояния полей*/
            /*Плейсхолдер*/
            .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) input::placeholder,
            .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) textarea::placeholder {
                color: var(--tertiary-grey) !important;
            }
            
            /*Ховер*/
                /*Ховер-текст*/
                .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) input:hover,
                .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) select:hover,
                .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) textarea:hover,
                select#delivery-select:hover{
                    color: var(--primary-black) !important;
                }
                /*Ховер-поля*/
                .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb):hover,
                .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) select#delivery-select:hover {
                    border-color: var(--primary-black) !important;
                }
                /*Ховер-чекбоксы*/
                .t-checkbox__indicator:hover {
                    border: 2px solid var(--primary-black);
                    opacity: 100% !important;
                }
                
            /*Фокус*/
                /*Фокус-текст*/
                    .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) input:focus,
                    .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) select:focus,
                    .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) textarea:focus,
                    select#delivery-select:focus{
                        color: var(--primary-black) !important;
                    }
                /*Фокус-группы*/
                    .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb):focus-within,
                    .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) select#delivery-select:focus {
                        border-color: var(--primary-black) !important;
                        border-radius: 10px !important;
                    }
                /*Фокус-чекбоксы*/
                    .t-checkbox__indicator:focus {
                        border: 2px solid var(--primary-black);
                        opacity: 100% !important;
                    }
                
            /*Заполненное поле*/
                /*Валид-текст*/
                .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) input:valid,
                .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) select:valid,
                .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) textarea:valid,
                select#delivery-select:valid {
                    color: var(--primary-black) !important;
                }
                /*Валид-группа*/
                .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb):valid,
                .t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) select#delivery-select:valid {
                    border-color: var(--primary-black) !important;
                    border-radius: 10px !important;
                }
                /*Валид-чекбокс*/
                .t-checkbox:checked + .t-checkbox__indicator {
                    border: 2px solid var(--primary-black);
                    opacity: 100% !important;
                }
                
            /*Ошибка*/
                /*Общие настройки*/
                    /*Форма ошибок*/
                    .t706 .t-form__errorbox-middle {
                        display: none;
                    }
                    /*Текст ошибок*/
                    .t-input-block .t-input-error {
                        font-variant-numeric: lining-nums proportional-nums;
                        font-family: 'Raleway', Sans-Serif;
                        font-size: 12px;
                        width: 100%;
                        font-weight: 400;
                        line-height: 100%;
                        letter-spacing: -0.48px;
                    }
                /*Ошибка-текст*/
                /*.t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) input:invalid,*/
                /*.t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) select:invalid,*/
                /*.t-input-group:not(.t-input-group_rd):not(.t-input-group_cb) textarea:invalid,*/
                /*select#delivery-select:invalid {*/
                /*    color: var(--primary-red) !important;*/
                /*}*/
    
    /*Чекбоксы*/
    .t-checkbox__control.t-checkbox__control_flex.t-text {
        color: var(--tertiary-grey) !important;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'Raleway', Sans-Serif !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.56px;
    }
    
        /*Основная кнопка*/
    .t706 .t-form__submit .t-submit {
        display: flex;
        background-color: var(--primary-red) !important;
        padding: 12px 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: none !important;
        border-radius: 10px;
        color: var(--primary-white) !important;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'Raleway', Sans-Serif;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 120%;
        letter-spacing: -0.72px;
        text-transform: uppercase;
    }
    
    /*Итог*/
    .t706__cartpage_showed .t706__cartpage-info.t-col_6,
    .t706__cartpage_showed .t706__cartpage-info .t-col_6,
    .t706__cartpage_showed .t706__cartpage-info-wrapper,
    .t706__cartpage_showed .t706__cartpage-totals,
    .t706__cartpage_showed .t706__cartwin-prodamount-wrap.t-descr {
        max-width: 100% !important;
        display: flex; 
        flex-direction: column;
        width: 100%;
        row-gap: 10px;
        padding: 0px !important;
        margin: 0px !important;
        text-align: left;
    }
    /*Текстовые контейнеры*/
    .t706__cartpage_showed .t706__cartwin-prodamount-wrap.t-descr, .t706__cartpage_showed .t706__cartwin-totalamount-wrap.t-descr {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: left;
    }
    /*Итоговая сумма*/
    .t706__cartwin-totalamount-label, .t706__cartwin-totalamount {
        color: var(--primary-black) !important;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'Raleway', Sans-Serif !important;
        font-size: 24px !important;
        font-weight: 500 !important;
        line-height: 100%;
        letter-spacing: -0.96px;
        margin-top: 10px;
    }
    /*Контейнер опций*/
    .t706__cartwin-totalamount-info {
        display: block;
        flex-direction: row;
        row-gap: 4px;
        width: 100%;
        max-width: 260px;
        margin: 12px 0;
        flex-wrap: wrap;
    }
    /*Опции*/
    .t706__cartwin-totalamount-info_label, .t706__cartwin-totalamount-info_value {
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'Raleway', Sans-Serif;
        font-weight: 400;
        line-height: 120%;
        font-size: 16px;
        letter-spacing: -0.56px;
        color: var(--primary-red) !important;
        white-space: nowrap;
    }
    .t706 .t-datepicker__wrapper {
        max-width: none !important;
    }
    
/*АДАПТИВЫ*/
@media (max-width: 960px) {
    .t706__cartpage-info.t-col.t-col_6 {
        margin-bottom: 30px !important;
    }
    /*Лишний паддинги*/
    .t706__cartpage_showed .t-col {
        padding: 0px;
    }
    /*Включение корзины*/
    .t706__cartpage-products {
        opacity: 100%;
        height: auto !important;
        margin: 0px !important;
    }
    /*Выключение верхние итогов*/
    .t706__cartpage-totals {
        display: none !important;
    }   
}
@media (max-width: 560px) {
    /*Общий конт*/
    .t706__cartpage.t706__cartpage_showed {
        padding: 0 30px !important;
    }
    /*Корзина*/
    .t706__cartpage-info.t-col.t-col_6 {
        margin-bottom: 20px !important
    }
    /*Итоговая сумма*/
    .t706__cartwin-totalamount-label, .t706__cartwin-totalamount {
        font-size: 18px;
    }
    /*Сумма опций*/
    .t706__cartwin-totalamount-info_label, .t706__cartwin-totalamount-info_value {
        font-size: 14px;
    }
    /*Чекбоксы*/
    .t-checkbox__control.t-checkbox__control_flex.t-text {
        font-size: 12px;
        letter-spacing: -0.48px;
    }
    /*Основной текст*/
    .t-input-group:not(.t-input-group_cb):not(.t-input-group_rd) .t-input-block, select#delivery-select, select#input_1733226786920 {
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.64px;
    }
    /*Уточнить у получателя адаптив*/
    div[data-input-lid="1733229821986"] .t-checkbox__control {
                font-size: 16px;
                font-weight: 400;
                line-height: 100%;
                letter-spacing: -0.64px;
                padding: 4px 0;
            }
    /*Ширина полей*/
    .t-input-group_in, .t-input-group_da, .t-input-group_sb, .t-input-group_ph, .t-input-group_em {
        width: 100% !important;
    }
    .t706__cartpage-form .t-form__submit {
        display: flex;
        flex-direction: column;
        padding: 0px !important;
        margin: 30px 0 0 0 !important;
    }
    .custom-select {
        background-color: var(--primary-white) !important;
    }
}



/*СТРАНЦИА ТОВАРОВ НЕ ПОПАП*/
#rec828444339 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*ПОПАП МЕТРИКИ*/
.t972__banner {
    max-width: 400px;
}
/*ТЕКСТ МЕТРИКИ*/
.t972__text.t-descr, .t972__settings-text.t-descr {
    font-size: 12px;
    color: var(--primary-black) !important;
    font-weight: 500;
}
/*КНОПКА*/
.t972__btn {
    padding: 12px 16px;
}

/*ВНУТРЯНКА ПОПАП*/
/*Заголовок*/
.t972__settings-title.t-name {
    font-size: 24px !important;
}
/*ПОДЗАГОЛОВКИ*/
.t972__category-title.t-name {
    font-size: 16px !important;
}



/*ПОЛИТИКА*/
.section.personaldate {
    max-width: 1440px;
    width: 100%;
    margin-bottom: 120px;
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.text.personaldate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 64px;
}
.text.p1, .text.p2, .text.p3, .text.p4, .text.p5, .text.p6, .text.p7, .text.p8, .text.p9, .text.p10, .text.p11, .text.p12 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--tertiary-grey);
    row-gap: 20px;
}
p.privacy {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #160100;
    text-align: left;
}
.text.personaldate li > strong {
  display: block;
  margin-bottom: 12px;
}
.text.personaldate ul > li {
    margin-bottom: 8px;
}
.text.personaldate ul > li > ul > li {
    margin-bottom: 8px;
}
.p6-1, .p6-2, .p6-3, .p6-4, .p6-5 {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

/*АДАПТИВЫ ПОЛИТИКИ*/
@media (max-width: 1200px) {
    .section.personaldate {
        padding: 0 60px;
    }
}
@media (max-width: 1024px) {
    .section.personaldate {
        padding: 0 32px;
    }
}
@media (max-width: 768px) {
    .section.personaldate {
        padding: 0 24px;
        margin-bottom: 60px;
    }
    p.privacy {
        font-size: 16px;
    }
}
@media (max-width: 560px) {
    .section.personaldate {
        padding: 0 15px;
    }
}

.t-store__card__mark {
    min-width: fit-content;
    width: auto;
}


.advantages-row {
  margin-top: 80px; /* Отступ сверху */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.advantages-row .advantage-item {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-white);
}

/* Разделитель "/" между преимуществами, кроме последнего */
.advantages-row .advantage-item:not(:last-child):after {
  content: " / ";
  margin: 0 10px;
  color: var(--primary-white);
}

/* Мобильная версия: преимущества в один столбик, без разделителей */
@media (max-width: 560px) {
  .advantages-row {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .advantages-row .advantage-item {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .advantages-row .advantage-item:not(:last-child):after {
    content: "";
  }
}


.contact-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px; /* Отступ снизу, отделяет от преимущества */
}

.contact-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

