

/* Start:/local/templates/main/components/bitrix/news/articles/bitrix/news.list/.default/style.css?178188608711030*/
.sales__title {font-family:'Russo One';color:#303030;}
.sales__title:hover {color:#2d8dbd;}
.sales__figure--disabled {pointer-events:none;}
/* ========================================================================== */
/* Обновлённое оформление каталога статей                                     */
/* ========================================================================== */

.articles-page {
    --articles-blue: #2d8dbd;
    --articles-turquoise: #3fb4bd;
    --articles-line: rgba(45, 141, 189, 0.18);
    --articles-soft: #f3fbff;
    --articles-shadow: 0 20px 40px rgba(2, 54, 127, 0.12);
    --articles-radius: 6px;
}

.articles-page__sidebar,
.articles-page__search,
.articles-page__item {
    border: 1px solid var(--articles-line);
    border-radius: var(--articles-radius);
    box-shadow: var(--articles-shadow);
}

.articles-page__sidebar {
    padding: 24px;
}

.articles-page__sidebar_title {
    color: #333;
    font-size: 16px;
    line-height: 1.55;
}

.articles-page__sidebar_title span {
    color: var(--articles-blue);
    background: none;
    -webkit-text-fill-color: currentColor;
}

.articles-page .article__tags_item {
    height: auto;
    padding: 7px 11px;
    border-color: rgba(45, 141, 189, 0.35);
    border-radius: 4px;
    background: #fff;
    color: var(--articles-blue);
    line-height: 1.2;
}

.articles-page .article__tags_item:hover,
.articles-page .article__tags_item.active {
    border-color: var(--articles-blue);
    background: var(--articles-soft);
    color: var(--articles-blue);
}

.articles-page__list {
    gap: 22px;
}

.articles-page__item {
    padding: 0;
    overflow: hidden;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.articles-page__item:hover {
    border-color: rgba(45, 141, 189, 0.36);
    background: #fff;
    box-shadow: 0 24px 46px rgba(2, 54, 127, 0.17);
    transform: translateY(-4px);
}

.articles-page__figure {
    margin: 0;
    border-radius: 0;
}

.articles-page__figure_pic {
    aspect-ratio: 1.35 / 1;
    transition: transform .35s ease;
}

.articles-page__item:hover .articles-page__figure_pic {
    transform: scale(1.035);
}

.articles-page__figure_desc {
    top: 12px;
    left: 12px;
}

.articles-page__figure_item {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 8px 20px rgba(2, 54, 127, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.articles-page__info {
    padding: 20px 20px 18px;
}

.articles-page__info_title {
    margin-bottom: 10px;
    color: #333;
    font-size: 19px;
    line-height: 1.3;
}

.articles-page__info_text {
    color: #68757c;
    font-size: 15px;
    line-height: 1.55;
}

.articles-page__bottom {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(45, 141, 189, 0.12);
}

.articles-page__bottom .article__tags_item {
    padding: 5px 8px;
    border: 0;
    background: var(--articles-soft);
    font-size: 12px;
}

.articles-page__more {
    border-radius: 4px;
}

@media (max-width: 1100px) {
    .articles-page__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .articles-page__sidebar {
        padding: 18px;
    }

    .articles-page__list {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .articles-page__figure_pic {
        aspect-ratio: 1.55 / 1;
    }

    .articles-page__info {
        padding: 17px;
    }
}

/* ========================================================================== */
/* V2: карточки и изображения как в блоке статей на главной, без рамок         */
/* ========================================================================== */
.articles-page {
    --articles-radius: 4px;
}

.articles-page__sidebar,
.articles-page__search,
.articles-page__item {
    border: 0 !important;
    border-radius: var(--articles-radius) !important;
}

.articles-page__item {
    overflow: hidden;
}

.articles-page__item:hover {
    border: 0 !important;
}

.articles-page__figure,
.articles-page__figure picture,
.articles-page__figure_pic {
    overflow: hidden;
    border: 0 !important;
    border-radius: var(--articles-radius) var(--articles-radius) 0 0 !important;
}

/* ========================================================================== */
/* V3: квадратные анонсы и статичная карточка без hover-эффектов               */
/* ========================================================================== */
.articles-page__item {
    padding: 0 !important;
}

.articles-page__figure_pic {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    transform: none !important;
    transition: none !important;
}

.articles-page__item:hover {
    border: 0 !important;
    background: #fff !important;
    box-shadow: var(--articles-shadow) !important;
    transform: none !important;
}

.articles-page__item:hover .articles-page__figure_pic {
    transform: none !important;
}

@media (max-width: 640px) {
    .articles-page__figure_pic {
        aspect-ratio: 1 / 1 !important;
    }
}

/* ========================================================================== */
/* V4: метки, одинаковая высота карточек и плавные hover-состояния             */
/* ========================================================================== */

.articles-page__figure_item {
    background-color: #9fdfff2b !important;
    border-radius: 10px;
    padding: 5px 10px;
    line-height: 18px;
    border: 0;
    transition: background-color .28s ease, color .28s ease;
}

.articles-page__item:hover .articles-page__figure_item {
    background-color: #9fdfff2b !important;
}

/* Все карточки внутри одной строки растягиваются до одинаковой высоты. */
.articles-page__list {
    align-items: stretch !important;
}

.articles-page__item {
    height: 100%;
    min-height: 100%;
    transition: opacity .28s ease, color .28s ease, box-shadow .28s ease !important;
}

.articles-page__info {
    height: 100%;
}

/* Hover остаётся спокойным: без смещения, новой тени и изменения фона. */
.articles-page__item:hover {
    border: 0 !important;
    background: #fff !important;
    box-shadow: var(--articles-shadow) !important;
    transform: none !important;
}

.articles-page__info_title {
    transition: color .28s ease;
}

.articles-page__item:hover .articles-page__info_title {
    color: var(--articles-blue);
}

.articles-page__figure_pic {
    transition: opacity .28s ease !important;
}

.articles-page__item:hover .articles-page__figure_pic {
    opacity: .96;
    transform: none !important;
}

/* ========================================================================== */
/* V5: квадратное изображение анонса и единый финальный стиль карточек         */
/* ========================================================================== */

.articles-page__list {
    align-items: stretch !important;
}

.articles-page__item {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: var(--articles-shadow) !important;
    transform: none !important;
    transition: color .28s ease, opacity .28s ease !important;
}

/* Квадрат задаётся контейнеру, поэтому глобальная высота изображения
   больше не сможет превратить анонс в прямоугольник. */
.articles-page__figure {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 4px 4px 0 0 !important;
    flex: 0 0 auto !important;
}

.articles-page__figure_pic {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border: 0 !important;
    border-radius: 4px 4px 0 0 !important;
    transform: none !important;
    transition: opacity .28s ease !important;
}

.articles-page__info {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    height: auto !important;
    padding: 20px 20px 18px !important;
}

.articles-page__bottom {
    margin-top: auto !important;
}

.articles-page__item:hover,
.articles-page__item:focus-visible {
    border: 0 !important;
    background: #fff !important;
    box-shadow: var(--articles-shadow) !important;
    transform: none !important;
}

.articles-page__item:hover .articles-page__figure_pic,
.articles-page__item:focus-visible .articles-page__figure_pic {
    opacity: .96;
    transform: none !important;
}

.articles-page__info_title {
    transition: color .28s ease !important;
}

.articles-page__item:hover .articles-page__info_title,
.articles-page__item:focus-visible .articles-page__info_title {
    color: var(--articles-blue) !important;
}

@media (max-width: 640px) {
    .articles-page__figure {
        aspect-ratio: 1 / 1 !important;
    }

    .articles-page__figure_pic {
        width: 100% !important;
        height: 100% !important;
    }
}

/* ========================================================================== */
/* V6: финальные параметры карточек списка статей                              */
/* ========================================================================== */

.articles-page__list {
    align-items: stretch !important;
}

.articles-page__item {
    height: 100% !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1) !important;
    transform: none !important;
    transition: box-shadow .28s ease, color .28s ease, opacity .28s ease !important;
}

.articles-page__figure,
.articles-page__figure picture,
.articles-page__figure_pic {
    border-radius: 10px 10px 0 0 !important;
}

.articles-page__figure_item {
    background-color: #9fdfff2b !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    line-height: 18px !important;
}

.articles-page__item:hover,
.articles-page__item:focus-visible {
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    transform: none !important;
}

/* End */
/* /local/templates/main/components/bitrix/news/articles/bitrix/news.list/.default/style.css?178188608711030 */
