

/* Start:/local/templates/s1_copy/components/bitrix/news.list/banner_vol2/style.css?17533799892983*/
/* --- Main Slider Component --- */
.main-slider-component {
    position: relative; 
    width: 100%;
    margin: 0 auto;
}

/* Контейнер Swiper, который обрезает все лишнее */
.main-slider {
    position: relative; 
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    z-index: 1; 
}

.swiper-slide {
    position: relative;
    width: 100%;
    min-height: 623px;
    display: flex;
    align-items: center;
    color: #000;
}

.main-slider__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-slider__media picture,
.main-slider__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider__content {
    position: relative;
    z-index: 2;
    padding: 40px 60px;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 543px; /* 623px - 2*40px padding */
}

.main-slider__text-block {
    flex-grow: 0;
}

.main-slider__button-block {
    flex-shrink: 0;
    margin-top: auto;
}

.main-slider__title {
    font-size: 5.25rem;
    margin: 0 0 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.main-slider__description {
    font-size: 1.125rem;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-slider__button {
    display: inline-block;
    padding: 19px 45px;
    background-color: #1a3e6c;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.main-slider__button:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.swiper-button-prev { left: 0; transform: translate(-50%, -50%); }
.swiper-button-prev:hover { transform: translate(-50%, -50%) scale(1.1); }
.swiper-button-next { right: 0; transform: translate(50%, -50%); }
.swiper-button-next:hover { transform: translate(50%, -50%) scale(1.1); }

/* --- Mobile styles --- */
@media (max-width: 768px) {
    .main-slider-component {
        padding: 20px 0;
    }
    .main-slider {
        border-radius: 16px;
    }
    
    .swiper-slide {
        aspect-ratio: 355 / 623; 
    }

    .main-slider__content {
        padding: 24px;
        max-width: 100%;
        min-height: auto; 
    }

    .main-slider__text-block {
        margin-top: 24px;
    }

    .main-slider__title {
        font-size: 2.5rem;
    }
    
    .main-slider__description {
        font-size: 1rem;
    }
    
    .main-slider__button-block{
        text-align: center;
        margin-bottom: 24px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none; 
    }
    .swiper-button-prev{
        left: -10px;
    }
    .swiper-button-next{
        right: -10px;
    }
}
/* End */


/* Start:/local/templates/s1_copy/components/bitrix/catalog.section.list/main_vol2/style.css?17533853059548*/
/* --- Category Cards Component --- */
.category-cards-container {
    display: flex;
    width: 100%;
    gap: 15px; /* Расстояние между блоками */
    margin-top: 40px;
}

.category-card {
    flex: 1 1 0; 
    height: 263px; 
    min-height: 263px; /* Явно задаем минимальную высоту для Safari */
    max-height: 263px; /* Ограничиваем максимальную высоту для Safari */
    padding: 40px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    flex-shrink: 0; /* Предотвращаем сжатие для Safari */
    transition: flex-grow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0); /* Включаем аппаратное ускорение */
}

.category-card__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
}

.category-card__content {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
}

.category-card__title {
    color: var(--color-black, #1a1a1a);
    font-size: 1.5rem; 
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    transition: transform 0.4s ease;
}

/* --- Кнопка --- */
.category-card__button-wrapper {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 2;
}

.category-card__button {
    display: inline-block;
    padding: 14px 59px;
    background-color: var(--color-blue, #1a3e6c);
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.category-card__button:hover {
    background-color: #275a96;
}

/* --- Картинка и фон --- */
.category-card__bg-circle {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    background-color: #add1d9; /* Цвет фона из макета */
    border-radius: 50%;
    z-index: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-card__image-wrapper {
    position: absolute;
    right: -40px;
    bottom: -110px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.category-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- ЛОГИКА АНИМАЦИИ --- */

.category-card.is-active,
.category-card:hover {
    flex-grow: 1.6;
}

.category-card.is-active .category-card__button-wrapper,
.category-card:hover .category-card__button-wrapper {
    opacity: 1;
    transform: translateY(0);
}

.category-card.is-active .category-card__image,
.category-card:hover .category-card__image {
    transform: translate(-0px,-70px);
}

.category-card.is-active .category-card__bg-circle,
.category-card:hover .category-card__bg-circle {
}

.category-cards-container:hover .category-card.is-active {
    flex-grow: 1;
}

.category-cards-container:hover .category-card.is-active .category-card__button-wrapper {
    opacity: 0;
    transform: translateY(20px);
}

.category-cards-container:hover .category-card.is-active .category-card__image {
    transform:  translate(0, 0);
}

.category-cards-container:hover .category-card.is-active .category-card__bg-circle {
}

.category-cards-container:hover .category-card.is-active:hover {
    flex-grow: 1.6;
}

.category-cards-container:hover .category-card.is-active:hover .category-card__button-wrapper {
    opacity: 1;
    transform: translateY(0);
}

.category-cards-container:hover .category-card.is-active:hover .category-card__image {
    transform: translate(0px,-70px);
}

.category-cards-container:hover .category-card.is-active:hover .category-card__bg-circle {
}

/* --- Адаптивность --- */

/* Планшеты и небольшие десктопы (от 769px до 1024px) */
@media (max-width: 1024px) {
    .category-cards-container {
        flex-wrap: wrap; 
    }

    .category-card {
        flex-basis: calc(50% - 8px); 
        flex-grow: 0; 
        height: 320px; 
        min-height: 320px;
        max-height: 320px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .category-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    
    .category-card.is-active,
    .category-cards-container:hover .category-card.is-active,
    .category-cards-container:hover .category-card.is-active:hover {
        flex-grow: 0;
    }

    .category-card__button-wrapper,
    .category-cards-container:hover .category-card.is-active .category-card__button-wrapper {
        opacity: 1;
        transform: translateY(0);
    }

    .category-card.is-active .category-card__image,
    .category-card:hover .category-card__image,
    .category-cards-container:hover .category-card.is-active .category-card__image,
    .category-cards-container:hover .category-card.is-active:hover .category-card__image {
        transform: none;
    }

    .category-card.is-active .category-card__bg-circle,
    .category-card:hover .category-card__bg-circle,
    .category-cards-container:hover .category-card.is-active .category-card__bg-circle,
    .category-cards-container:hover .category-card.is-active:hover .category-card__bg-circle {
        transform: none;
    }
}

/* Мобильные устройства (до 768px) */
@media (max-width: 768px) {
    .category-cards-container {
        flex-direction: column; 
        gap: 20px;
        margin-top: 40px;
        -webkit-overflow-scrolling: touch;
        transform: translate3d(0, 0, 0);
    }

    .category-card {
        height: 60px !important;
        min-height: 60px !important;
        max-height: 60px !important;
        padding: 30px;
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: auto;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    
    .category-card:hover {
        transform: none !important;
        box-shadow: none;
        height: 160px !important;
        min-height: 160px !important;
        max-height: 160px !important;
    }

    .category-card__link {
        height: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    .category-card__content {
        height: 100%;
        min-height: 100%;
        justify-content: center;
        flex-shrink: 0;
    }
    
    .category-card__button {
        display: none;
    }

    .category-card__bg-circle {
        right: -80px;
        bottom: -70px;
        width: 223px;
        height: 223px;
        z-index: 0; 
    }
    
    .category-card__image-wrapper {
        position: absolute;
        bottom: -100px;
        right: -20px;
        width: 120px;
        height: 220px;
        z-index: 1;
    }
    
    .category-card__image {
        width: 100%;
        height: 100%;
        padding-right: 0; 
        object-fit: contain; 
        object-position: bottom right;
    }

    /* Убираем все hover эффекты и анимации на мобильных для Safari */
    .category-card.is-active,
    .category-card:hover,
    .category-cards-container:hover .category-card.is-active,
    .category-cards-container:hover .category-card.is-active:hover {
        transform: none !important;
        flex-grow: 0 !important;
        height: 60px !important;
        min-height: 60px !important;
        max-height: 60px !important;
    }

    .category-card.is-active .category-card__button-wrapper,
    .category-card:hover .category-card__button-wrapper,
    .category-cards-container:hover .category-card.is-active .category-card__button-wrapper,
    .category-cards-container:hover .category-card.is-active:hover .category-card__button-wrapper {
        opacity: 1;
        transform: translateY(0);
    }

    .category-card.is-active .category-card__image,
    .category-card:hover .category-card__image,
    .category-cards-container:hover .category-card.is-active .category-card__image,
    .category-cards-container:hover .category-card.is-active:hover .category-card__image {
        transform: none !important;
    }

    .category-card.is-active .category-card__bg-circle,
    .category-card:hover .category-card__bg-circle,
    .category-cards-container:hover .category-card.is-active .category-card__bg-circle,
    .category-cards-container:hover .category-card.is-active:hover .category-card__bg-circle {
        transform: none !important;
    }
}

/* Дополнительные исправления для WebKit (Safari) */
@supports (-webkit-appearance: none) {
    .category-card {
        will-change: transform;
    }
    
    @media (max-width: 768px) {
        .category-card {
            -webkit-transform: translate3d(0, 0, 0);
        }
    }
}
/* End */


/* Start:/local/templates/s1_copy/components/bitrix/news.list/main-brands_vol2/style.css?17533858185008*/
/* --- Brands Component --- */
.brands-component__show-all-btn {
    display: inline-block;
    padding: 14px 32px;
    background-color: var(--color-blue, #1a3e6c);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
}
.brands-component__show-all-btn:hover {
    background-color: #275a96;
}

/* --- Grid --- */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); 
    gap: 40px 30px;
}

/* --- Card --- */
.brand-card {
    position: relative;
    height: 174px; 
    padding: 0; 
    background-color: transparent; 
    transition: transform 0.3s ease;
}

.brand-card:hover {
    transform: translateY(-5px);
}

/* --- Фигура №2 (основная нижняя часть) --- */
.brand-card::before {
    content: '';
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    width: 100%; 
    height: 94px; 
    background-color: #fff;
    border-radius: 0 20px 20px 20px;
}

/* --- Фигура №1 (верхняя левая часть) --- */
.brand-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 80px); 
    height: 80px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
}

/* --- Содержимое карточки --- */
.brand-card__content {
    position: relative;
    z-index: 2; 
    height: 100%;
    display: flex;
    flex-direction: column;
}

.brand-card__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 200px;
    height: 60px;
    padding: 15px 15px 5px 15px;
}

.brand-card__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.brand-card__arrow-link {
position: absolute;
    top: -10px;
    right: -10px;
    width: 80px;
    height: 80px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 12px 12px 12px 0;
    color: var(--color-blue, #1a3e6c);
    z-index: 3;
    overflow: hidden;
}

/* --- Фигура №4 (псевдо-элемент кнопки) --- */
.brand-card__arrow-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F8F4F4; 
    border-radius: 12px 12px 0 24px;
    z-index: 1;
}

/* --- Иконка стрелки (Фигура №5) --- */
.brand-card__arrow-icon {
    position: relative;
    z-index: 2; /* Поверх фигуры 4 */
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 20px;
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.brand-card__arrow-link:hover .brand-card__arrow-icon {
    background-color: var(--color-blue, #1a3e6c);
    color: #fff;
}

/* --- Теги --- */
.brand-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    overflow: hidden;
    margin: 15px 15px 0 15px;
}

.brand-card__tag {
    display: inline-block;
    padding: 4px 12px;
    background: #e9ecef;
    color: #495057;

    border-radius: 20px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-decoration: none;

    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}

.brand-card__more {
    display: none;
    font-weight: 500;
    
    background-color: var(--color-blue, #1a3e6c);
    color: #fff;
    border: 1px solid transparent; 
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.brand-card__more:hover {
    background-color: #fff;
    color: var(--color-blue, #1a3e6c);
    border-color: var(--color-blue, #1a3e6c); 
}

/* --- Tooltip for "More" button --- */
#brands-tooltip {
    position: absolute;
    z-index: 1000;
    padding: 12px 16px;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-size: 0.875rem;
    line-height: 1.6;
    color: #495057;
    
    /* Изначально скрыт и не кликабелен */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#brands-tooltip.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Мобильные устройства (до 768px) */
@media (max-width: 768px) {
    .brands-grid {
        gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));         
    }

}

/* End */


/* Start:/local/templates/s1_copy/components/bitrix/news.list/features_grid_vol2/style.css?17549450845548*/
/* --- Features Grid Component --- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); 
    gap: 30px;
    margin-top: 80px;
}

.feature-card {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

/* --- Размеры блоков --- */
.feature-card--half {
    grid-column: span 3; /* Занимает 3 из 6 колонок (1/2) */
    height: 477px;
}

.feature-card--third {
    grid-column: span 2; /* Занимает 2 из 6 колонок (1/3) */
    height: 338px; /* Высота для маленьких блоков */
}

/* --- Видео блок --- */
.feature-card__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Текстовые блоки --- */
.feature-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.feature-card--half .feature-card__content {
    padding: 88px 0 40px 80px;
    max-width: 55%; 
}

.feature-card--third .feature-card__content {
    padding: 80px 0 0 60px;
    max-width: 250px;
}

.feature-card__title {
    font-size: 2.25rem;
    line-height: 36px;
}

.feature-card__title--large {
    font-size: var(--font-size-h2); 
}

.feature-card__title {
    font-weight: 700;
    margin: 0 0 20px;
}

.feature-card--third .feature-card__text {
    font-size: var(--font-size-small);
    line-height: normal;    
}

.feature-card__text {
    font-size: var(--font-size-normal);
    line-height: 24px;
}
.feature-card__text {
    color: var(--color-black);
    flex-grow: 1; 
    max-width: 350px;
}

.feature-card__button {
    display: inline-block;
    padding: 12px 28px;
    background-color: var(--color-blue, #1a3e6c);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    align-self: flex-start; 
    margin-top: 24px;
}

.feature-card__button:hover {
    background-color: #275a96;
}

.feature-card__image-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 90%;
    z-index: 1;
}

.feature-card--third .feature-card__image-wrapper {
    max-height: 400px;
}

.feature-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.feature-card__bg-circle {
    position: absolute;
    border: 100px solid #add1d9; 
    border-radius: 50%;
    z-index: 0;
    background-color: transparent; 
}

.feature-card--half .feature-card__bg-circle {
    top: -150px;
    right: -150px;
    width: 250px;
    height: 250px;
}

.feature-card--third .feature-card__bg-circle {
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
    width: 320px;
    height: 320px;
    border-width: 80px; /* Меньшая толщина для маленьких блоков */
}
@media (max-width: 1500px) {
    .feature-card--half {
        grid-column: span 6;
    }

    .feature-card__text {
        max-width: 750px;
    }
    .feature-card--third .feature-card__image-wrapper {
        display: none;
    }    
    .feature-card--third .feature-card__bg-circle {
        right: -90%;
    }        
}
/* --- Адаптивность --- */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: 1fr; /* Все блоки в одну колонку */
    }


    .feature-card--half,
    .feature-card--third {
        grid-column: span 1; /* Занимает 1 колонку */
        height: auto;
        min-height: 400px;
    }

    .feature-card--half .feature-card__content,
    .feature-card--third .feature-card__content {
        padding: 30px;
    }

    /* Адаптивная толщина кольца */
    .feature-card__bg-circle {
        border-width: 20px;
    }
}

@media (max-width: 768px) {
    .feature-card__title--large {
        font-size: 1.5rem;
        line-height: normal;
    }

    .feature-card--half .feature-card__content {
        padding: 30px 30px 250px 30px;
    }    

    .features-grid {
        margin-top: 60px;
        gap: 20px;
    }
    .feature-card__title {
        font-size: 1.5rem; 
        line-height: normal;
    }

    .feature-card__text {
        line-height: normal;
    }

    .feature-card--half .feature-card__content {
        max-width: 100%;
    }
    .feature-card--third .feature-card__content {
        max-width: 65%;    
    }
    .feature-card__image-wrapper {
        width: 30%;
    }

    .feature-card--half, .feature-card--third {
        height: max-content;
        min-height: 40px;
    }

    .feature-card--half .feature-card__image-wrapper {
        width: 249px;
        height: auto;    
        bottom: -80px;
    }

    .feature-card--half .feature-card__bg-circle {
        width: 180px;
        height: 180px;
        border-width: 90px;
        top: 300px;
        right: -140px;        
    }
    .feature-card--third .feature-card__bg-circle {
        right: -360px;
        width: 325px;
        height: 325px;
        border-width: 70px;
    }

    .feature-card--third .feature-card__image-wrapper {
        height: 100%;       
    }  
    
    .feature-card--third .feature-card__image {
        object-position: center;        
    }        

}
/* End */


/* Start:/local/templates/s1_copy/components/bitrix/news.list/main-ingredients_vol2/style.css?17567189433654*/
.ingredients-section {
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.ingredients-content {
    background: var(--color-white);
    border-radius: 20px;
    padding: 70px 100px 40px 100px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.ingredients-info {
    margin-bottom: 60px;
    max-width: 600px;
}

.ingredients-title {
    font-size: var(--font-size-h2);
    color: var(--color-black);
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-weight: 700;
}

.ingredients-description {
    font-size: var(--font-size-normal);
    color: var(--color-black);
    line-height: 1.4;
    margin: 0;
}

.ingredients-slider-container {
    position: relative;
    margin-left: 100px;
    flex: 1;
    max-width: calc(100% - 340px);
}

.ingredients-slider-nav {
    position: absolute;
    top: 79%;
    left: -4.5%;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.ingredients-slider-prev::after {
    content: 'prev';
}

.ingredients-slider-next::after {
    content: 'next';
}

.ingredients-slider {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    max-width: 100%;
}

.ingredients-slider-nav .slider-nav-btn {
    background-color: var(--color-blue);
}

.ingredients-slider-nav .slider-nav-btn::after {
    color: var(--color-white);
}

.ingredients-slider-nav .swiper-button-next {
    right: 270px;
}
.ingredients-slider-nav .swiper-button-prev {
    left: -350px;
}


.ingredients-slider .swiper-slide {
    width: 292px !important;
    flex-shrink: 0;
    min-height: 0px;    
}

.card.ingredient-card {
    background: #E8F4FD;
    border-radius: 16px;
    padding: 40px;
    height: 302px;
    justify-content: space-between;
    transition: transform 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ingredient-card:hover {
    transform: translateY(-5px);
}

.ingredient-image {
    position: absolute;
    bottom: -40px;
    right: -15px;
    height: 160px;
    max-width: 140px;
    z-index: 1;
}

.ingredient-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ingredient-content {
    position: relative;
    z-index: 2;
}

.ingredient-title {
    font-size: var(--font-size-h3);
    color: var(--color-black);
    margin: 0 0 20px 0;
    font-weight: 600;
    line-height: 1.3;
}

.ingredient-description {
    font-size: var(--font-size-small);
    color: var(--color-black);
    line-height: 1.4;
    margin: 0;
    opacity: 0.8;
}

.ingredient-check {
    bottom: 0;
    left: 0;
    width: 42px;
    height: 42px;
    background: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-blue);
}

@media (max-width: 768px) {
    .ingredients-content {
        padding: 40px 20px 20px 20px;
        flex-direction: column;
    }
    
    .ingredients-title {
        font-size: 1.5rem;
    }
    
    .ingredients-description {
        font-size: 1rem;
    }
    
    .ingredients-slider-container {
        margin-left: 0;
    }
    
    .ingredients-slider-nav {
        position: static;
        margin-bottom: 20px;
        justify-content: flex-start;
    }
    
    .ingredients-slider .swiper-slide {
        width: 260px;
    }
    
    .ingredient-card {
        padding: 30px;
        height: 320px;
    }

    .ingredients-info {
        margin-bottom: 0px;
    }
}
/* End */


/* Start:/local/templates/s1_copy/components/bitrix/news.list/main-news_vol2/style.css?17533889493330*/
/* --- Slider --- */
.news-slider-container {
    position: relative;
}

.news-slider {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

/* --- Card --- */
.news-card {
    padding: 30px;
    transition: transform 0.3s ease-out;
}

.news-card__image-link {
    display: block;
    margin-bottom: 40px;
}
.news-card__image {
    width: 348px;
    height: 348px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
}

.news-card__content {
    flex-grow: 1; 
    margin-bottom: 40px;
}

.swiper-slide{
    background-color:none;
}

.news-card__date {
    display: block;
    font-size: var(--font-size-small);
    color: var(--color-black);
    opacity: 0.6;
    margin-bottom: 20px;
}

.news-card__title {
    font-size: var(--font-size-normal);
    font-weight: 600;
    color: var(--color-black);
    line-height: normal;
    margin: 0;
    min-height: 63px;
}
.news-card__title a {
    color: inherit;
    text-decoration: none;
}
.news-card__title a:hover {
    text-decoration: underline;
}

.news-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: var(--color-bg);
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 500px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.news-card__button:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
}

.news-slider-prev { left: -30px; transform: translateY(-50%); }
.news-slider-prev:hover { transform: translateY(-50%) scale(1.1); }
.news-slider-next { right: -30px; transform: translateY(-50%); }
.news-slider-next:hover { transform: translateY(-50%) scale(1.1); }

/* Стили для псевдо-элемента стрелки */
.news-slider-nav-btn::after {
    font-family: swiper-icons;
    font-size: 18px;
    color: var(--color-black);
    font-weight: 700;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.news-slider-prev::after {
    content: 'prev';
}

.news-slider-next::after {
    content: 'next';
}

.news-slider-nav-btn.swiper-button-disabled::after {
    color: #aeaeae; 
}

.news-slider-nav-btn.swiper-button-disabled {
    cursor: not-allowed;
    pointer-events: none; /* Отключаем все события мыши */
}

/* --- Hover Animation Logic --- */
.news-card:hover {
    transform: translateY(-8px);
}

.news-card:hover .news-card__image {
    transform: scale(1.01);
}

.news-card:hover .news-card__button {
    transform: translateY(-2px);
}


/* --- Адаптивность --- */
@media (max-width: 1024px) {
    .news-slider-container {
        padding: 0;
    }
    .news-slider-nav-btn {
        display: none; /* Скрываем кнопки, свайп будет основным */
    }
}

@media (max-width:768px){
    .news-slider-prev{
        left: -10px;
    }
    .news-slider-next{
        right: -10px;
    }

}
@media (max-width:400px){
    .product-card__image {
        width: 100%;
        height: 250px;
    }
}
/* End */


/* Start:/local/templates/s1_copy/components/bitrix/catalog.section/top_vol2/style.css?17545872495850*/
.top-products-section .product-slider-prev { left: -30px; transform: translateY(-50%); }
.top-products-section .product-slider-prev:hover { transform: translateY(-50%) scale(1.1); }
.top-products-section .product-slider-next { right: -30px; transform: translateY(-50%); }
.top-products-section .product-slider-next:hover { transform: translateY(-50%) scale(1.1); }

.product-slider-next::after {
    content: 'next';
}

.product-slider-prev::after {
    content: 'prev';
}
.product-slider { overflow: hidden; }
.product-slider .swiper-slide { height: auto; }

.product-card {
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.product-card:hover {
    transform: translateY(-8px);
}

.product-card__image-wrapper {
    position: relative;
    margin-bottom: 40px;
    flex-shrink: 0;
}

.product-card__image {
    width: 260px;
    height: 260px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.product-card__fasovka-label {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 15px;
    background-color: var(--color-blue);
    color: var(--color-white);
    border-radius: 50px;
    font-size: 12px;
    z-index: 2;
}

.product-card__title {
    font-size: var(--font-size-small);
    font-weight: 700;
    color: var(--color-black);
    text-decoration: none;
    margin-bottom: 40px;
    height: 60px; /* Фиксированная высота */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    flex-shrink: 0;
}

.product-card__title a { 
    color: inherit; 
    text-decoration: none; 
}

.product-card__buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
}

.product-card__details-btn { 
    width: 100%;
    height: 60px; /* Фиксированная высота кнопки */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card__buy-markets-link {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 10px;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    font-size: var(--font-size-small);
    color: var(--color-blue);
    text-decoration: none;
    transition: color 0.2s ease-out;
    height: 40px; /* Фиксированная высота области маркетплейсов */
}

.product-card__buy-markets-link:hover {
    color: #0d335f; 
    font-weight: 600;
}

.product-card__buy-markets-link img {
    display: block;
}

/* --- Popup --- */
.product-card__markets-popup {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border: 1px solid #A9D6E5;
    border-radius: 16px 16px 0 0;
    z-index: 10;
    padding: 20px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    max-height: 80%;
    overflow: visible; /* Изменили с auto на visible */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.product-card.is-markets-open .product-card__markets-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    border-radius: 20px;
    transform: translateY(0);
}

.product-card__markets-close {
    position: absolute;
    top: -18px; /* Выносим выше popup'а */
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-blue);
    color: var(--color-white);
    border: none;
    font-size: 34px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
    z-index: 11; /* Поверх popup'а */
}

.product-card__markets-close:hover {
    background: #0d335f;
    transform: scale(1.1);
}

.product-card__markets-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 10px;
    max-height: 200px; /* Ограничиваем высоту списка */
    overflow-y: auto; /* Добавляем прокрутку только для списка */
}

.product-card__market-item a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: var(--color-black);
    font-weight: 600;
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: 12px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.product-card__market-item a:hover {
    background-color: #e9ecef;
}

.product-card__market-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 6px;
}

.product-card__market-item a span { 
    flex-grow: 1; 
}

.product-card__market-item a svg {
    color: var(--color-blue);
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.product-card__market-item a:hover svg {
    opacity: 1;
}

@media (max-width:768px){
    .top-products-section .product-slider-prev{
        display: none;        
        left: -10px;
    }
    .top-products-section .product-slider-next{
        display: none;
        right: -10px;
    }
    .product-card__image {
        width: 100%;
        height: 250px;
    }
}

@media (max-width:400px){
    .news-card__image {
        width: 100%;
        height: 250px;
    }
}
/* End */


/* Start:/local/templates/s1_copy/components/bitrix/news.list/faq_vol2/style.css?17531161872943*/
/* --- FAQ Section --- */
.faq-section {
    display: grid;
    grid-template-columns: 3fr 7fr; /* Делим на 2 колонки в пропорции 3:7 */
    gap: 60px;
    align-items: start;
}

.faq-section__left {
    position: sticky; /* "Прилипает" при скролле */
    top: 40px;
}

.faq-section__description {
    font-size: var(--font-size-normal);
    margin-top: 20px;
    margin-bottom: 40px;
}

/* --- Accordion --- */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.faq-item {
}

.faq-item:hover {
}

.faq-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.faq-item__title {
    font-size: var(--font-size-h3);
    font-weight: 600;
    margin: 0;
    transition: color 0.3s ease; 
}

.faq-item__header:hover .faq-item__title {
    color: var(--color-blue);
}


.faq-item__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #A9D6E5;
    color: var(--color-blue);
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s ease;
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: currentColor;
    border-radius: 1px;
    transform: translate(-50%, -50%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq-item__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* --- Accordion Content Animation (CSS Grid trick) --- */
.faq-item__content-wrapper {
    display: grid;
    grid-template-rows: 0fr; /* Изначально высота 0 */
    transition: grid-template-rows 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq-item__content {
    overflow: hidden;
    font-size: var(--font-size-normal);
    max-width: 90%;
}

/* --- Active State --- */
.faq-item.is-active .faq-item__icon {
    transform: rotate(45deg); /* Поворачиваем '+' в 'x' */
    background-color: var(--color-blue);
    color: var(--color-white);
}

.faq-item.is-active .faq-item__content-wrapper {
    grid-template-rows: 1fr; /* Раскрываем до полной высоты */
    padding-top: 20px; /* Отступ при раскрытии */
}

/* --- Адаптивность --- */
@media (max-width: 1024px) {
    .faq-section {
        grid-template-columns: 1fr; /* Все в одну колонку */
        gap: 40px;
    }
    .faq-section__left {
        position: static; /* Отключаем "прилипание" */
    }
}

@media (max-width: 768px) {
    .faq-item__title{
        font-size: var(--font-size-normal);
    }
}
/* End */


/* Start:/local/templates/s1_copy/components/bitrix/form.result.new/popup_form_vol2/style.css?17527870437953*/
/* --- Popup Form --- */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.popup-container {
    position: relative;
    background-color: var(--color-white);
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transform: scale(0.9) translateY(20px);
    transition: transform 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
}
.popup-overlay.is-visible .popup-container {
    transform: scale(1) translateY(0);
}

.popup-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border: none;
    background: none;
    font-size: 28px;
    line-height: 1;
    color: #aaa;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
    z-index: 10;
}
.popup-close-btn:hover {
    color: var(--color-black);
    transform: rotate(90deg);
}

.popup-title {
    font-size: var(--font-size-h3);
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px 0;
}
.popup-subtitle {
    font-size: var(--font-size-small);
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
}

/* Анимированные поля формы */
/* --- Animated Form Fields --- */
.popup-form__field {
    margin-bottom: 25px;
}

.popup-form__input-wrapper {
    position: relative;
}

.popup-form__input,
.popup-form__textarea {
    width: 100%;
    padding: 20px 20px 8px 20px; /* Сделали место для лейбла вверху */
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent; /* Обязательно для правильного отображения */
}
.popup-form__textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 25px; /* Чуть больше отступ для textarea */
}

.popup-form__label {
    position: absolute;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #999;
    pointer-events: none;
    transition: all 0.2s ease-out;
    background-color: var(--color-white); /* Для "разрезания" рамки */
    padding: 0 4px;
}

/* Для textarea лейбл изначально чуть выше */
.popup-form__textarea + .popup-form__label {
    top: 30px; 
}

/* --- МАГИЯ АНИМАЦИИ --- */
/* Стиль лейбла, когда поле в фокусе ИЛИ оно НЕ ПУСТОЕ */
.popup-form__input:focus + .popup-form__label,
.popup-form__input:not(:placeholder-shown) + .popup-form__label,
.popup-form__textarea:focus + .popup-form__label,
.popup-form__textarea:not(:placeholder-shown) + .popup-form__label {
    top: 0;
    transform: translateY(-50%);
    font-size: 0.8rem;
    color: var(--color-blue);
    font-weight: 500;
}

/* Стиль самого поля при фокусе */
.popup-form__input:focus,
.popup-form__textarea:focus {
    outline: none;
    border-color: var(--color-blue);
    box-shadow: 0 0 0 3px rgba(19, 64, 116, 0.2);
}

/* --- Checkbox for Policy Agreement --- */
.popup-form__checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 12px;
    justify-content: center;
}

/* Скрываем стандартный чекбокс */
.popup-form__checkbox {
    display: none;
}

.popup-form__checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    line-height: 1.4;
    
}
.popup-form__checkbox-label a {
    color: var(--color-blue);
    text-decoration: none;
}
.popup-form__checkbox-label a:hover {
    text-decoration: underline;
}

/* Рисуем наш кастомный чекбокс */
.popup-form__checkbox-custom {
    flex-shrink: 0; /* Чтобы не сжимался */
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Стили для галочки внутри */
.popup-form__checkbox-custom::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid var(--color-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0); /* Изначально скрыта */
    transition: transform 0.2s ease-in-out;
}

/* Стили для отмеченного состояния */
.popup-form__checkbox:checked + .popup-form__checkbox-label .popup-form__checkbox-custom {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}
.popup-form__checkbox:checked + .popup-form__checkbox-label .popup-form__checkbox-custom::after {
    transform: rotate(45deg) scale(1); /* Показываем галочку */
}


.popup-form__footer {
    margin-top: 30px;
    text-align: center;
}

.popup-form__submit-btn {
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.popup-form__submit-btn:hover {
    transform: translateY(-2px);
}

.popup-form__submit-btn:active {
    transform: translateY(0);
}

/* Messages */
.popup-error-message,
.popup-success-message {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4;
}

.popup-error-message {
    background-color: #f8d7da;
    color: #721c24;
}

.popup-success-message {
    background-color: #DDF1FF;
    color: #134074;
}

/* Кнопка в сообщении об успехе */
.popup-success-message .show-all-btn {
    background-color: #134074;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.popup-success-message .show-all-btn:hover {
    background-color: #174e8b;
}

/* Состояние загрузки кнопки */
.popup-form__submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* Валидация чекбокса */
.popup-form__checkbox:invalid + .popup-form__checkbox-label .popup-form__checkbox-custom {
    border-color: #dc3545;
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .popup-container {
        padding: 30px 20px;
        margin: 20px;
        max-width: calc(100% - 40px);
        border-radius: 15px;
    }
    
    .popup-title {
        font-size: 1.5rem;
    }
    
    .popup-form__input-animated,
    .popup-form__textarea {
        padding: 18px 16px 6px 16px;
    }
    
    .popup-form__label {
        left: 16px;
        font-size: 0.95rem;
    }
    
    .popup-form__textarea + .popup-form__label {
        top: 22px;
    }
    
    .popup-form__checkbox-wrapper {
        gap: 8px;
    }
    
    .popup-form__checkbox-label {
        font-size: 13px;
    }
}
/* End */
/* /local/templates/s1_copy/components/bitrix/news.list/banner_vol2/style.css?17533799892983 */
/* /local/templates/s1_copy/components/bitrix/catalog.section.list/main_vol2/style.css?17533853059548 */
/* /local/templates/s1_copy/components/bitrix/news.list/main-brands_vol2/style.css?17533858185008 */
/* /local/templates/s1_copy/components/bitrix/news.list/features_grid_vol2/style.css?17549450845548 */
/* /local/templates/s1_copy/components/bitrix/news.list/main-ingredients_vol2/style.css?17567189433654 */
/* /local/templates/s1_copy/components/bitrix/news.list/main-news_vol2/style.css?17533889493330 */
/* /local/templates/s1_copy/components/bitrix/catalog.section/top_vol2/style.css?17545872495850 */
/* /local/templates/s1_copy/components/bitrix/news.list/faq_vol2/style.css?17531161872943 */
/* /local/templates/s1_copy/components/bitrix/form.result.new/popup_form_vol2/style.css?17527870437953 */
