

/* Start:/local/components/spll/journal.index/templates/.default/style.css?17850718048193*/
@media (max-width: 768px) {
    .journal-order--adaptive {
        position: relative;
        z-index: 10;
    }
}
.journal-filter-mobile-selects {
    display: none;
}
@media (max-width: 768px) {
    .journal-filter-mobile-selects {
        position: absolute;
        left: -200px !important;
        right: auto;
        top: 100%;
        min-width: 180px;
        max-width: calc(100vw - 16px);
        background: #fff;
        z-index: 1002;
        box-shadow: 0 4px 24px rgba(0,0,0,0.12);
        border-radius: 0 0 12px 12px;
        padding: 4px 0;
        margin-top: 2px;
        white-space: normal;
        overflow-x: visible;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 4px;
    }
    .journal-filter-mobile-selects.open-mobile {
        display: flex !important;
        animation: fadeIn .2s;
    }
    .journal-filter-select-desktop {
        display: none !important;
    }
    .journal-filter-mobile-selects .custom-option {
        display: block;
        min-width: 120px;
        max-width: 220px;
        width: 100%;
        padding: 8px 18px;
        font-size: 16px;
        cursor: pointer;
        text-align: left;
        background: none;
        border: none;
        color: #1C1B1D;
        margin: 0;
        border-radius: 8px;
        transition: background 0.15s, color 0.15s;
        white-space: normal;
        word-break: break-word;
    }
    .journal-filter-mobile-selects .custom-option.active,
    .journal-filter-mobile-selects .custom-option.selected,
    .journal-filter-mobile-selects .custom-option:hover {
        background: #F7F5FF !important;
        color: var(--q-primary) !important;
        text-decoration: none;
    }
    .journal-filter-btn-mobile.active svg path {
        fill: var(--q-primary) !important;
        stroke: var(--q-primary) !important;
    }
}
@media (max-width: 768px) {
    .journal-filter-select-desktop.open-mobile {
        display: block !important;
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        z-index: 1001;
        background: #fff;
        box-shadow: 0 4px 24px rgba(0,0,0,0.12);
        padding: 16px 12px 12px 12px;
        border-radius: 0 0 12px 12px;
        animation: fadeIn .2s;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }
}
/* --- Journal filter adaptive styles --- */
.journal-filter-btn-mobile {
    display: none;
    position: relative;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 40px;
}

.journal-filter-select-desktop {
    display: block;
}

@media (max-width: 768px) {
    .journal-filter-btn-mobile {
        display: flex !important;
    }
    .journal-filter-select-desktop {
        display: none !important;
    }
}
/* Контейнер для центрирования */
.journal-grid__footer {
    display: flex;
    justify-content: center;
    margin: 2rem 0 4rem;
}

/* Базовые стили кнопки */
.journal-grid__footer .button--primary-accent {
    display: inline-block;
    background: #8654cc;
    /* Основной цвет кнопки */
    border: 2px solid #8654cc;
    border-radius: 8px;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #ffffff;
    /* Белый текст */
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    /* box-shadow: 0 4px 15px rgba(134, 84, 204, 0.4); */
    position: relative;
    overflow: hidden;
    font-family: inherit;
    line-height: 1.2;
    min-width: 200px;
    text-align: center;
}

/* Стили для белой кнопки */
.journal-grid__footer .button--primary-accent.button--white {
    background: #ffffff;
    border: 1px solid #8654cc;
    color: #8654cc;
    /* box-shadow: 0 4px 15px rgba(134, 84, 204, 0.2); */
}

/* Эффект при наведении - зелёный цвет (для первой кнопки) */
.journal-grid__footer .button--primary-accent:hover {
    background: #24d292;
    border-color: #24d292;
    transform: translateY(-2px);
    /* box-shadow: 0 6px 20px rgba(36, 210, 146, 0.5); */
    color: #ffffff;
    text-decoration: none;
}

/* Эффект при наведении для белой кнопки */
.journal-grid__footer .button--primary-accent.button--white:hover {
    background: #8654cc;
    border-color: #8654cc;
    color: #ffffff;
    /* box-shadow: 0 6px 20px rgba(134, 84, 204, 0.5); */
}

/* Эффект при нажатии (для первой кнопки) */
.journal-grid__footer .button--primary-accent:active {
    transform: translateY(0);
    /* box-shadow: 0 2px 10px rgba(36, 210, 146, 0.3); */
    background: #1db07c;
    border-color: #1db07c;
    color: #ffffff;
}

/* Эффект при нажатии для белой кнопки */
.journal-grid__footer .button--primary-accent.button--white:active {
    background: #6a3fa3;
    /* Более тёмный фиолетовый */
    border-color: #6a3fa3;
    color: #ffffff;
    /* box-shadow: 0 2px 10px rgba(134, 84, 204, 0.3); */
}

/* Обёртка для текста */
.journal-grid__footer .button__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Эффектный слой (появляется при наведении) */
.journal-grid__footer .button__effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: #24d292;
    /* Зелёный для эффектного слоя */
    border-radius: 6px;
    /* Чуть меньше, чтобы не перекрывать границу */
    color: #ffffff;
    pointer-events: none;
}

/* Эффектный слой для белой кнопки */
.journal-grid__footer .button--primary-accent.button--white .button__effect {
    background: #8654cc;
    /* Фиолетовый фон для эффектного слоя */
    color: #ffffff;
}

/* Появление эффектного слоя при наведении */
.journal-grid__footer .button--primary-accent:hover .button__effect {
    opacity: 1;
}

/* Прячем основной текст при наведении */
.journal-grid__footer .button--primary-accent:hover .button__native {
    opacity: 0;
}

/* Основной текст */
.journal-grid__footer .button__native {
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Текст внутри эффектного слоя */
.journal-grid__footer .button__effect .eye-no-styles {
    color: inherit;
}

/* Класс для отмены глобальных стилей (если нужен) */
.journal-grid__footer .eye-no-styles {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.journal-heading a svg {
    height: 0.875rem;
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .journal-grid__footer .button--primary-accent {
        padding: 10px 24px;
        font-size: 14px;
        min-width: 160px;
    }
}

.journal-tourism-tours-redirect__mobile {
    display: none;
}

.journal-show-more-mobile {
    display: none;
}

@media (max-width: 480px) {
    /* .journal-grid__footer-interesting-btn {
        width: 100% !important;
    } */

    .journal-tourism-tours-redirect {
        display: none !important;
    }

    .journal-tourism-tours-redirect__mobile {
        display: block !important;
    }

    .journal-show-more {
        display: none !important;
    }

    .journal-show-more-mobile {
        display: flex !important;
    }

    .journal-show-more-mobile span {
        fosize: 14px;
    }
}
/* End */


/* Start:/local/templates/main_b2c/components/bitrix/system.pagenavigation/pagenav/style.css?17840390712052*/


.b2c-pagination {
    margin: 2.5rem 0 0;
    .b2c-pagination__more:not(:hover) {
        background-color: var(--q-primary-light);
        border-color: var(--q-primary-light);
        color: var(--t-color-1);
    }

    .b2c-pagination__btn-move {
        min-width: 30px;
        height: 30px;
        margin: 0;
        padding: 0;
        border: none !important;
        outline: none !important;
        background: none !important;
        line-height: 1;

        svg {
            height: 16px;
            width: 16px;
        }
    }
    .b2c-pagination__btn-move:disabled {
        opacity: 0.6;
    }
    .b2c-pagination__btn-move:last-child svg {
        margin-left: auto;
    }

    .b2c-pagination__btn-page {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none !important;
        outline: none !important;
        border-radius: 100%;
        background: none;
        line-height: 1;
        transition: var(--animate-duration);
    }
    .b2c-pagination__btn-page:hover {
        background-color: #E6E4EC !important;
    }
    /* Многоточие — не кнопка: без hover-фона и без текстового курсора (как на B2B) */
    .b2c-pagination__btn-page.b2c-pagination__btn-page_dot,
    .b2c-pagination__btn-page.b2c-pagination__btn-page_dot:hover {
        background-color: transparent !important;
        cursor: default;
        user-select: none;
        pointer-events: none;
    }
    .b2c-pagination__btn-page.b2c-pagination__btn-page_active {
        background-color: var(--q-secondary-light);
        color: var(--t-color-1);
        pointer-events: none;
    }
}

.b2c-pagination .b2c-pagination__side {
    display: flex;
    align-items: center;
    min-width: 128px;
    flex-shrink: 0;
}

.b2c-pagination .b2c-pagination__side--next {
    justify-content: flex-end;
}

@media (max-width: 950px) {
    .b2c-pagination .b2c-pagination__side {
        min-width: 30px;
    }
}

/* End */


/* Start:/local/templates/main_b2c/components/bitrix/news.list/journal/style.css?17768485293255*/
/* Сетка журнала */
.paginate-journal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 20px;
    margin: 0;
    max-width: 1200px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Карточка */
.paginate-journal-grid .journal-card {
    text-decoration: none;
    color: inherit;
    display: block;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #f0f0f0;
}

.paginate-journal-grid .journal-card__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Изображение */
.paginate-journal-grid .journal-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #f5f5f5;
}

.paginate-journal-grid .journal-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Список чипсов (меток) */
.journal-card__chips-list {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Элемент чипса */
.journal-card__chips-item {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.5rem;
    height: 1.5rem;
    background-color: rgba(228, 219, 219, 0.9); /* Цвет будет переопределен в атрибуте style, это запасной */
    border-radius: 0.75rem;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: var(--q-dark);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

/* Контентная часть */
.paginate-journal-grid .journal-card__content {
    padding: 16px 16px 20px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #fff;
}

.paginate-journal-grid .journal-card__content-top {
    flex-grow: 1;
    margin-bottom: 16px;
}

/* Заголовок */
.paginate-journal-grid .journal-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px 0;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

/* Описание */
.paginate-journal-grid .journal-card__description {
    font-size: 14px;
    line-height: 1.5;
    color: #5a5a5a;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Дата */
.paginate-journal-grid .journal-card__date {
    font-size: 13px;
    color: #8a8a8a;
    margin: 0;
    padding-top: 12px;
    border-top: 1px solid #eaeaea;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Адаптивность */
@media (max-width: 900px) {
    .paginate-journal-grid  {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 16px;
    }
}

@media (max-width: 600px) {
    .paginate-journal-grid  {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 12px;
    }

    .paginate-journal-grid .journal-card__title {
        font-size: 18px;
    }
}
/* End */


/* Start:/local/templates/main_b2c/components/bitrix/news.list/journal_banners/style.css?17775546623336*/
.slider-container {
    position: relative;
    width: 100%;
    /* Максимальная ширина под ваше изображение */
    /* max-width: 1225px;  */
    margin: 0 auto 0.5rem;
    overflow: hidden;
    border-radius: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
}

.slider-wrapper {
    position: relative;
    width: 100%;
    /* Высота под ваше изображение */
    /* min-height: 440px;  */
    min-height: clamp(25rem, 50vh, 27.5rem);
}

.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.slider-item.active {
    opacity: 1;
    visibility: visible;
    /* position: relative; */
}

.slider-item a {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.preview_picture {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.slide-content {
    padding: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* border-radius: 0 0 8px 8px; */
}

.slide-content h2 {
    margin: 0 0 10px 0;
    font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
    color: white;
}

.preview-text {
    font-size: 1.25rem;
    line-height: 1.5;
    color: white;
    margin-top: 1rem;
}

/* Кнопки навигации */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    padding: 0;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1.25rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 20;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.slider-btn:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}


.slider-btn.prev {
    left: 0.5rem;
}

.slider-btn.next {
    right: 0.5rem;
}

@media (max-width: 480px) {

    .slider-btn.prev,
    .slider-btn.next {
        display: none !important;
    }
}

.slider-btn svg {
    height: 1.25rem;
}

/* Точки навигации */
.slider-dots {
    display: none !important;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    /* z-index: 20; */
}

.dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.dot.active {
    background: white;
    transform: scale(1.2);
    border-color: rgba(0, 0, 0, 0.3);
}

.dot:hover {
    background: white;
}

/* Адаптивность */
@media (max-width: 768px) {
    /* .slider-wrapper {
        min-height: 300px;
    } */

    .slider-btn {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1rem;
    }

    .preview-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    /* .slider-wrapper {
        min-height: 250px;
    } */
}
/* End */


/* Start:/local/templates/main_b2c/components/bitrix/news.list/journal_without_pagination/style.css?17768485292531*/
.journal-header-margin {
    margin-top: 70px;
}

.look-all {
    svg {
        width: 14px !important;
        height: 14px !important;
    }
    span {

        white-space: nowrap;
    }
}

/* Сетка журнала */
.journal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    /* max-width: 1200px; */
}

/* Карточка */
.journal-card {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
    border-radius: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    overflow: hidden;
    background: #fff;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.journal-card .journal-card__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f5f5f5;
}

/* Изображение */
.journal-card .journal-card__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.journal-card .journal-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Контентная часть */
.journal-card .journal-card__content {
    padding: clamp(1rem, 0.85rem + 0.75vw, 1.75rem);
    border-radius: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: var(--q-secondary-light);
    color: var(--q-dark);
    margin-top: -1.5rem;
}

.journal-card .journal-card__content-top {
    flex-grow: 1;
    margin-bottom: 16px;
}

/* Заголовок */
.journal-card .journal-card__title {
    font-size: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 8px 0;
    letter-spacing: -1%;
}

/* Описание */
.journal-card .journal-card__description {
    font-size: 1rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.75rem !important;
}

/* Дата */
.journal-card .journal-card__date {
    font-size: 0.75rem;
    margin: 0;
    padding-top:  0.75rem;
}

/* Адаптивность */
@media (max-width: 900px) {
    .journal-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .journal-card .journal-card__image {
        aspect-ratio: 2 / 1;
        aspect-ratio: 2 / 1;
    }
}

@media (max-width: 600px) {
    .journal-grid {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/components/b2c/ui.form/templates/select/style.css?17768485282572*/
/* Custom Select Styles */
.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    box-sizing: border-box;
}

.custom-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    height: var(--form-field-height);
    padding: 0 var(--space-3);
    background-color: transparent;
    border: 1px solid var(--q-primary);
    border-radius: var(--form-field-br);
    cursor: pointer;
    transition: all var(--animate-delay);
    font-size: inherit;
    color: var(--q-dark);
}
.custom-select-trigger > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-select-trigger:hover {
    border-color: var(--q-primary);
}

.custom-select-wrapper.open .custom-select-trigger {
    border: 1px solid var(--q-primary);
    padding: 0 11px;
}

.custom-arrow {
    width: 24px;
    height: 24px;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gray'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center; */
    stroke: var(--q-primary);
    transition: transform var(--animate-delay);
}
.custom-arrow svg {
    width: 100%;
    height: 100%;
}

.custom-select-wrapper.open .custom-arrow {
    transform: rotate(180deg);
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-page);
    border: 1px solid var(--border-color-2);
    border-radius: var(--form-field-br);
    margin-top: 4px;
    /* Slight gap */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 100;
    transform: translateY(-10px);
    transition: all var(--animate-delay) ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    padding: var(--space-2) 0;
}

.custom-select-wrapper.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.custom-option {
    padding: var(--space-2) var(--space-4);
    color: var(--t-color-1);
    cursor: pointer;
    transition: background var(--animate-duration), color var(--animate-duration);
    min-height: 26px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.custom-option:hover {
    /* color: var(--q-primary); */
    background-color: var(--q-secondary-light);
}

.custom-option.selected {
    background-color: var(--q-secondary-light);
}

/* End */


/* Start:/local/components/spll/catalog.section.list/templates/journal/style.css?17850720451614*/
.journal-grid__head-tab-list {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem 1.5rem;
	list-style: none;
	margin: 0 0 1.5rem 0;
	padding: 0;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.journal-grid__head-tab-list::-webkit-scrollbar {
	display: none;
}

.journal-grid__head-tab-list .journal-grid__head-tab-item {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

.journal-grid__head-tab-list .journal-grid__head-tab-button {
	display: inline-block;
	background: none;
	border: none;
	padding: 0.5rem 0;
	margin: 0;
	font-family: var(--font-family-1);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	color: var(--q-dark);
	text-decoration: none;
	cursor: pointer;
	transition: color 0.2s ease;
	white-space: nowrap;
	position: relative;
	letter-spacing: -1%;
}

/* Активное состояние */
.journal-grid__head-tab-list .journal-grid__head-tab-button.active {
	color: var(--q-primary);
}

/* Подчеркивание активного таба */
.journal-grid__head-tab-list .journal-grid__head-tab-button.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--q-primary);
	border-radius: 2px 2px 0 0;
}

/* Ховер эффект */
.journal-grid__head-tab-list .journal-grid__head-tab-button:hover {
	color: var(--q-primary);
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
	.journal-grid__head-tab-list {
		gap: 8px 16px;
	}

	.journal-grid__head-tab-list .journal-grid__head-tab-button {
		font-size: 0.875rem;
	}
}
/* End */


/* Start:/local/components/b2b/notification/templates/.default/style.css?17850059875175*/
.notification-container {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    width: 100%;
    padding: 16px;
}

/* Позиции */
.notification-container--top-right {
    top: 0;
    right: 0;
}

.notification-container--top-left {
    top: 0;
    left: 0;
}

.notification-container--bottom-right {
    bottom: 0;
    right: 0;
}

.notification-container--bottom-left {
    bottom: 0;
    left: 0;
}

.notification-container--top-center {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.notification-container--bottom-center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Уведомление */
.notification {
    /* Базовый цвет — фирменный, per-site: --q-primary (B2B #2f8eed / B2C #8654cc),
       фолбэк на --b2b-primary и хардкод. Семантика для success/warning/error. */
    --n-primary: var(--q-primary, var(--b2b-primary, #2f8eed));
    --n-success: #23a26d;
    --n-warning: #ff9800;
    --n-error: #e53935;

    position: relative;
    padding: 16px 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    pointer-events: auto;
    overflow: hidden;
    min-width: 300px;
    width: 100%;
    /* Базовая (info/дефолт) подсветка — фирменный цвет */
    border-left: 4px solid var(--n-primary);
    transition: all 0.3s ease;
}

.notification--error {
    border-left-color: var(--n-error);
}

.notification--success {
    border-left-color: var(--n-success);
}

.notification--warning {
    border-left-color: var(--n-warning);
}

.notification--info {
    border-left-color: var(--n-primary);
}

.notification__icon {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    /* Дефолт — фирменный цвет */
    color: var(--n-primary);
    background: color-mix(in srgb, var(--n-primary) 12%, transparent);
}

.notification--error .notification__icon {
    color: var(--n-error);
    background: color-mix(in srgb, var(--n-error) 12%, transparent);
}

.notification--success .notification__icon {
    color: var(--n-success);
    background: color-mix(in srgb, var(--n-success) 12%, transparent);
}

.notification--warning .notification__icon {
    color: var(--n-warning);
    background: color-mix(in srgb, var(--n-warning) 12%, transparent);
}

.notification--info .notification__icon {
    color: var(--n-primary);
    background: color-mix(in srgb, var(--n-primary) 12%, transparent);
}

.notification__content {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    word-break: break-word;
}

.notification__close {
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    padding: 0 5px;
    transition: all 0.2s;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.notification__close:hover {
    color: #333;
    background: rgba(0, 0, 0, 0.05);
}

.notification__timer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.08);
}

.notification__timer-bar {
    height: 100%;
    width: 0;
    background: rgba(0, 0, 0, 0.15);
    animation: timer linear forwards;
}

/* Анимации */
@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleOut {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.8);
        opacity: 0;
    }
}

@keyframes timer {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

.notification--slide {
    animation: slideIn 0.3s ease forwards;
}

.notification--fade {
    animation: fadeIn 0.3s ease forwards;
}

.notification--scale {
    animation: scaleIn 0.3s ease forwards;
}

/* Адаптивность */
@media (max-width: 768px) {
    .notification-container {
        padding: 10px;
        max-width: 100%;
    }

    .notification {
        min-width: auto;
        padding: 12px 16px;
    }

    .notification-container--top-center,
    .notification-container--bottom-center {
        width: 100%;
    }
}
/* End */
/* /local/components/spll/journal.index/templates/.default/style.css?17850718048193 */
/* /local/templates/main_b2c/components/bitrix/system.pagenavigation/pagenav/style.css?17840390712052 */
/* /local/templates/main_b2c/components/bitrix/news.list/journal/style.css?17768485293255 */
/* /local/templates/main_b2c/components/bitrix/news.list/journal_banners/style.css?17775546623336 */
/* /local/templates/main_b2c/components/bitrix/news.list/journal_without_pagination/style.css?17768485292531 */
/* /local/components/b2c/ui.form/templates/select/style.css?17768485282572 */
/* /local/components/spll/catalog.section.list/templates/journal/style.css?17850720451614 */
/* /local/components/b2b/notification/templates/.default/style.css?17850059875175 */
