

/* Start:/local/templates/solution-redesign/components/bitrix/news/tsz-news/bitrix/news.detail/.default/style.css?17518667049247*/
.news-detail__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

@media (max-width: 1919px) {
    .news-detail__title {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
}

@media (max-width: 1439px) {
    .news-detail__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
}

@media (max-width: 1023px) {
    .news-detail__title {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
    }
}

.news-detail__title + * {
    margin-top: 16px;
}

.news-detail__back + * {
    margin-top: 24px;
}

.news-detail__img {
    width: 100%;
}

.news-detail__img img {
    width: 100%;
    height: 480px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1919px) {
    .news-detail__img img {
        height: 420px;
    }
}

@media (max-width: 1439px) {
    .news-detail__img img {
        height: 370px;
    }
}

@media (max-width: 1023px) {
    .news-detail__img img {
        height: 240px;
    }
}

.typography .gallery img {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 16px;
}

@media (max-width: 1919px) {
    .typography .gallery img {
        height: 420px;
    }
}

@media (max-width: 1439px) {
    .typography .gallery img {
        height: 370px;
    }
}

@media (max-width: 1023px) {
    .typography .gallery img {
        height: 240px;
    }
}

.news-detail__img + * {
    margin-top: 24px;
}

.news-detail__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.news-detail__aside + * {
    margin-top: 24px;
}

.news-detail__aside-date {
    color: var(--c-gray-60);
}

.news-detail__aside-date {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1919px) {
    .news-detail__aside-date {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (max-width: 1439px) {
    .news-detail__aside-date {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    .news-detail__aside-date {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .news-detail__aside {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}

.news-source {
    width: 100%;
    text-align: end;
    margin-top: 15px;
}


.gallery__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.gallery:hover .gallery__icon {
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
    opacity: 1;
}

.gallery a {
    display: block;
    position: relative;
}

.gallery img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    height: 600px;
    width: 100%;
    border-radius: 4px;
}

@media (max-width: 1439px) {
    .gallery img {
        height: 560px;
    }
}

@media (max-width: 1023px) {
    .gallery img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .gallery img {
        height: 220px;
    }
}

.news-detail__img img {
    border-radius: 16px;
}

.tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.tags__item {
    border-radius: 100px;
    background: var(--c-gray-30);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--c-gray-100);
    text-align: center;
    padding: 8px 16px;
}

.typography {
    color: var(--c-gray-100);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    overflow: scroll;
    position: relative;
}

@media (max-width: 1919px) {
    .typography {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (max-width: 1439px) {
    .typography {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    .typography {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

.typography ul, .typography ol {
    margin-left: 18px;
}

.typography ul li::marker {
    color: var(--c-primary);
    width: 6px;
    height: 6px;
}

.typography ol li::marker {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--c-gray-100);
}

.typography blockquote {
    display: flex;
    padding: 24px 24px 24px 100px;
    align-items: flex-start;
    gap: 55px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--c-primary-light);
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 500;
}

.typography blockquote:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 24px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='20' viewBox='0 0 25 20' fill='none'%3E%3Cpath d='M21.168 19.8H12.24L18.216 0H24.48L21.168 19.8ZM8.928 19.8H0L5.976 0H12.24L8.928 19.8Z' fill='%231488E2'/%3E%3C/svg%3E");
}

.typography iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 16px;
}


.nav-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-arrow__prev + .nav-arrow__next {
    margin-left: 8px;
}

.nav-arrow__progress {
    position: relative;
    width: 100%;
    height: 2px;
    margin-left: 16px;
    background: #f0f8ff;
}

.nav-arrow__progress .swiper-pagination-progressbar-fill {
    background: #0872c5;
}

.nav-arrow .button {
    border-radius: 44px;
    border: 1px solid var(--c-primary);
    display: flex;
    padding: 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.swiper-button-disabled svg {
    fill: var(--c-gray-60);
}

.typography .swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: relative;
    height: 2px;
}

.typography .nav-arrow__progress .swiper-pagination-progressbar-fill {
    background: var(--c-primary);
}

.typography .gallery {
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (max-width: 1023px) {
    .typography blockquote {
        padding: 55px 24px 24px 24px;
    }
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.scroll-arrow {
    position: absolute;
    right: 30px; /* Позиционируем стрелочку слева */
    top: 50%; /* Центрируем по вертикали */
    transform: translateY(-50%); /* Центрируем по вертикали */
    background: white; /* Фон для стрелочки (можно изменить) */
    border-radius: 50%; /* Закругляем углы */
    padding: 20px; /* Отступы для стрелочки */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Тень для стрелочки */
    z-index: 10; /* Убедитесь, что стрелочка поверх содержимого */
    transition: opacity 0.3s ease; /* Плавный переход для изменения прозрачности */
    animation: shake 2s ease-in-out 3 forwards; /* Анимация покачивания, 2 секунды, 1 цикл */
    opacity: 0; /* Начальное состояние - скрыто */
    cursor: pointer;
}

.scroll-arrow svg {
    fill: var(--c-primary); /* Цвет стрелочки */
    width: 30px; /* Ширина стрелочки */
    height: 30px; /* Высота стрелочки */
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/news.list/tsz-another-news/style.css?17405742122376*/
.news-list--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.news-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    padding: 32px 48px;
    border-radius: 16px;
    border: 1px solid var(--c-gray-50);
    color: var(--c-gray-100);
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.news-list--grid .news-card {
    min-height: 308px;
}

.news-list--grid .news-card--first {
    grid-row-start: 1;
    grid-row-end: 3;
    min-height: 664px;
}

.news-list--grid .news-card--second {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    height: 332px;
}

.news-list--grid .news-card--third {
    grid-column-start: 2;
    grid-column-end: 4;
}

.news-card:hover {
    border-color: var(--c-primary);
}

.news-card p {
    color: var(--c-gray-80);
}

.news-card h3 + p {
    margin: 0 0 20px 0;
}

.news-card p:last-child {
    margin: auto 0 0 0;
}

@media (max-width: 1919px) {
    .news-card:not(.news-card--first) {
        padding: 24px 32px;
    }

    .news-list--grid .news-card {
        min-height: 364px;
    }

    .news-list--grid .news-card--second {
        min-height: 332px;
    }
}

@media (max-width: 1439px) {
    .news-list--grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-card {
        padding: 24px 32px;
    }

    .news-list--grid .news-card--first,
    .news-list--grid .news-card--second,
    .news-list--grid .news-card--third {
        grid-row-start: unset;
        grid-row-end: unset;
        grid-column-start: unset;
        grid-column-end: unset;
        min-height: unset;
        height: 100%;
    }

    .news-list--grid .news-card {
        min-height: 200px;
        height: 100%;
        padding: 24px;
    }

    .news-card p {
        margin: auto 0 0 0;
    }

    .news-card:nth-child(3){
        display: none;
    }
}

@media (max-width: 1023px) {
    .news-list--grid {
        grid-template-columns: 1fr;
    }
}

.section--last{
    margin: 32px 0!important;
}

.section--news{
   padding-bottom: 80px;
}

.section__footer{
    display: none;
}

@media (max-width: 1023px) {
    .section__footer{
        margin-top: 24px;
        display: flex;
    }

    .section__footer a{
        width: 100%;
    }
}

/* End */
/* /local/templates/solution-redesign/components/bitrix/news/tsz-news/bitrix/news.detail/.default/style.css?17518667049247 */
/* /local/templates/solution-redesign/components/bitrix/news.list/tsz-another-news/style.css?17405742122376 */
