

/* Start:/local/templates/s1_copy/css/where_to_buy.css?1754488221918*/
.where-to-buy {
    width: 100%;
    margin-top: 40px;
}

.where-to-buy__tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.where-to-buy__tab {
    flex: 1;
    padding: 18px 30px;
    background: var(--color-white);
    border: none;
    border-radius: 20px;
    font-size: var(--font-size-normal);
    font-weight: 500;
    color: var(--color-black);
    cursor: pointer;
    transition: all 0.3s ease;
}

.where-to-buy__tab:hover {
    background: rgba(19, 64, 116, 0.05);
}

.where-to-buy__tab.is-active {
    background: var(--color-blue);
    color: var(--color-white);
}

.where-to-buy__panel {
    display: none;
}

.where-to-buy__panel.is-active {
    display: block;
}

@media (max-width: 768px) {
    .where-to-buy__tabs {
        flex-direction: column;
        gap: 10px;
    }
    
    .where-to-buy__tab {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1709753735666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/s1_copy/components/bitrix/news.list/where_to_buy_zoo/style.css?17549431523252*/
/* Zoo Stores */
.zoo-stores { display: grid; grid-template-columns: 400px 1fr; gap: 30px; height: 600px; }
.zoo-stores__sidebar { display: flex; flex-direction: column; gap: 20px; height: 600px; }
.zoo-stores__list-wrapper { flex: 1; overflow: hidden; position: relative; height: calc(100% - 70px); }
.zoo-stores__city-select { width: 100%; padding: 19px 50px 19px 20px; background: var(--color-white); border: 1px solid #e9ecef; border-radius: 12px; font-size: var(--font-size-normal); cursor: pointer; transition: border-color 0.3s ease; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L7.5 7L14 1' stroke='%23134074' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 20px center; background-size: 15px 7.5px; }
.zoo-stores__city-select:focus { outline: none; border-color: var(--color-blue); box-shadow: 0 0 0 3px rgba(19, 64, 116, 0.1); }
.zoo-stores__city-select:hover { border-color: rgba(19, 64, 116, 0.3); }
.zoo-stores__list { height: 100%; overflow-y: auto; display: flex; flex-direction: column; gap: 15px; padding-right: 10px; }
.zoo-stores__list::-webkit-scrollbar { width: 6px; }
.zoo-stores__list::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 3px; }
.zoo-stores__list::-webkit-scrollbar-thumb { background: var(--color-blue); border-radius: 3px; }
.zoo-store-item { background: var(--color-white); border-radius: 15px; padding: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.zoo-store-item:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.zoo-store-item.hidden { display: none; }
.zoo-store-item__name { font-size: var(--font-size-normal); font-weight: 600; color: var(--color-black); margin-bottom: 15px; cursor: pointer; transition: color 0.3s ease; }
.zoo-store-item__name:hover { color: var(--color-blue); }
.zoo-store-item__city, .zoo-store-item__phone, .zoo-store-item__address, .zoo-store-item__email { display: flex; align-items: flex-start; gap: 8px; font-size: var(--font-size-small); color: #6c757d; margin-bottom: 10px; }
.zoo-store-item__city:last-child, .zoo-store-item__phone:last-child, .zoo-store-item__address:last-child, .zoo-store-item__email:last-child { margin-bottom: 0; }
.zoo-store-item__address { cursor: pointer; transition: color 0.3s ease; }
.zoo-store-item__address:hover { color: var(--color-blue); }
.zoo-store-item__city svg, .zoo-store-item__phone svg, .zoo-store-item__address svg, .zoo-store-item__email svg { flex-shrink: 0; margin-top: 2px; }
.zoo-stores__map { width: 100%; height: 100%; background: #f0f0f0; border-radius: 20px; overflow: hidden; }

@media (max-width: 1200px) { .zoo-stores { grid-template-columns: 350px 1fr; } }
@media (max-width: 1024px) { .zoo-stores { grid-template-columns: 1fr; height: auto; } .zoo-stores__sidebar { order: 2; } .zoo-stores__map { order: 1; height: 400px; margin-bottom: 30px; } .zoo-stores__list { max-height: 600px; } }
@media (max-width: 480px) { .zoo-stores__map { height: 300px; } }
/* End */


/* Start:/local/templates/s1_copy/components/bitrix/news.list/where_to_buy_online_top/style.css?17549425421425*/
/* Online Stores */
.online-stores__top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 40px; }
.online-store-top { position: relative; height: 300px; border-radius: 20px; overflow: hidden; background: var(--color-white); }
.online-store-top__image, .online-store-top__placeholder { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.online-store-top__placeholder { background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%); }
.online-store-top__name { position: absolute; top: 40px; left: 40px; font-size: var(--font-size-h3); font-weight: 700; color: var(--color-white); z-index: 2; }
.online-store-top__link { position: absolute; bottom: 40px; left: 40px; padding: 14px 32px; background: var(--color-white); color: var(--color-blue); border-radius: 50px; font-size: var(--font-size-normal); font-weight: 500; text-decoration: none; transition: background-color 0.3s ease; z-index: 2; }
.online-store-top__link:hover { box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15), 0 0 0 4px rgba(26, 62, 108, 0.2);}
.online-store-top__link--disabled { background: rgba(255, 255, 255, 0.493); color: #929292; cursor: not-allowed; }

@media (max-width: 1024px) { .online-stores__top { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .online-stores__top { grid-template-columns: 1fr; gap: 20px; } .online-store-top { height: 300px; } }

/* End */


/* Start:/local/templates/s1_copy/components/bitrix/system.pagenavigation/brands_pagination/style.css?17544924331841*/
.brand-detail__pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.brands-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 0;
}

.brands-pagination__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.brands-pagination__item:not(.brands-pagination__item--current):not(.brands-pagination__item--prev):not(.brands-pagination__item--next) {
    background-color: #E9ECEF;
    color: var(--color-black);
}

.brands-pagination__item:not(.brands-pagination__item--current):not(.brands-pagination__item--prev):not(.brands-pagination__item--next):hover {
    background-color: var(--color-blue);
    color: var(--color-white);
    transform: translateY(-2px);
}

.brands-pagination__item--current {
    background-color: var(--color-blue);
    color: var(--color-white);
    cursor: default;
}

.brands-pagination__item--prev,
.brands-pagination__item--next {
    background-color: #e9ecef;
    color: var(--color-black);
    border-color: #E9ECEF;
    border-radius: 500px;
    padding: 0 35px;
}

.brands-pagination__item--prev:hover,
.brands-pagination__item--next:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
    border-color: var(--color-blue);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
        
    .brands-pagination__item {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .brands-pagination {
        gap: 8px;
        margin: 30px 0;
    }
}
/* End */


/* Start:/local/templates/s1_copy/components/bitrix/news.list/where_to_buy_online_list/style.css?17549442101740*/
/* Online Stores */
.online-stores__list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; margin-bottom: 40px; }
.online-store-item { background: var(--color-white); border-radius: 20px; padding: 30px 40px; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.online-store-item:hover { transform: translateY(-5px); }
.online-store-item__image, .online-store-item__placeholder { width: 240px; height: 130px; object-fit: contain; border-radius: 12px; margin: 0 auto 20px; }
.online-store-item__placeholder { background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%); }
.online-store-item__name { font-size: var(--font-size-normal); font-weight: 600; color: var(--color-black); margin-bottom: 20px; text-align: center; }
.online-store-item__link { padding: 12px 24px; background: var(--color-blue); color: var(--color-white); border-radius: 50px; font-size: var(--font-size-small); font-weight: 500; text-decoration: none; text-align: center; transition: background-color 0.3s ease; }
.online-store-item__link:hover { background: #275a96; }
.online-store-item__link--disabled { background: #e9ecef; color: #6c757d; cursor: not-allowed; }
.online-stores__pagination { margin-top: 40px; }

@media (max-width: 1800px) { .online-stores__list { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 1200px) { .online-stores__list { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) {  .online-stores__list { grid-template-columns: repeat(2, 1fr); gap: 20px; } .online-store-item { padding: 20px; } .online-store-item__image { width: 100%; height: 100px; } }
@media (max-width: 480px) { .online-stores__list { grid-template-columns: 1fr; } }
/* End */


/* Start:/local/templates/s1_copy/components/bitrix/news.list/where_to_buy_distributors/style.css?17544917431270*/
/* Distributors */
.distributors__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 40px; }
.distributor-item { background: var(--color-white); border-radius: 20px; padding: 30px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.distributor-item:hover { transform: translateY(-5px); }
.distributor-item__name { font-size: var(--font-size-normal); font-weight: 600; color: var(--color-black); margin-bottom: 20px; }
.distributor-item__address, .distributor-item__phone, .distributor-item__email { display: flex; align-items: flex-start; gap: 10px; font-size: var(--font-size-small); color: #6c757d; margin-bottom: 15px; }
.distributor-item__address:last-child, .distributor-item__phone:last-child, .distributor-item__email:last-child { margin-bottom: 0; }
.distributor-item__address svg, .distributor-item__phone svg, .distributor-item__email svg { flex-shrink: 0; margin-top: 2px; }
.distributors__pagination { margin-top: 40px; }

@media (max-width: 1200px) { .distributors__list { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1024px) { .distributors__list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .distributors__list { grid-template-columns: 1fr; gap: 20px; } }
/* 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/css/where_to_buy.css?1754488221918 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1709753735666 */
/* /local/templates/s1_copy/components/bitrix/news.list/where_to_buy_zoo/style.css?17549431523252 */
/* /local/templates/s1_copy/components/bitrix/news.list/where_to_buy_online_top/style.css?17549425421425 */
/* /local/templates/s1_copy/components/bitrix/system.pagenavigation/brands_pagination/style.css?17544924331841 */
/* /local/templates/s1_copy/components/bitrix/news.list/where_to_buy_online_list/style.css?17549442101740 */
/* /local/templates/s1_copy/components/bitrix/news.list/where_to_buy_distributors/style.css?17544917431270 */
/* /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 */
