

/* Start:/local/templates/main/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17513600983810*/
.preview-text {
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

.news__date-time {
    color: #A1A5A7;
    margin-bottom: 1rem;
    font-family: DrukTextWideCyr;
    font-size: 24px;
    font-weight: 1000;
}


.s-news-page {
    padding: 0 0 60px;
}

.s-news-page .news-title {
    font-family: "Wix Madefor Display";
    text-transform: none;
    font-size: 32px;
    margin-bottom: 3rem;
}

.s-news-page .text-content {
    font-size: 1.125rem;
}

.s-news-page .text-content > * {
    max-width: 696px;
}

.s-news-page .text-content > *:last-child {
    margin-bottom: 0 !important;
}

.s-news-page .text-content > *:first-child {
    margin-top: 0 !important;
}

.s-news-page .text-content h2 {
    margin-bottom: 30px;
    margin-top: 50px;
}

.s-news-page .text-content h3 {
    margin-bottom: 26px;
    margin-top: 50px;
}

.s-news-page .text-content h4 {
    margin-bottom: 26px;
}

.s-news-page .text-content h5 {
    margin-bottom: 20px;
}

.s-news-page .text-content h6 {
    margin-bottom: 15px;
}

.s-news-page .text-content .news-date-time {
    margin-bottom: 2rem;
    color: #7B7C7E;
}

/* Gallery */

.s-news-page .flickity-viewport {
    margin-bottom: 3rem;

}

.s-news-page .news-gallery__item  {
    width: 100%;
    height: auto;
}

.news__image-wrapper {
    width: 100%;
    padding-bottom: 35%;
    position: relative;
}

.news__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    max-width: 70%;
}

.news__image-text {
    position: absolute;
    top: 0;
    left: 73%;
    font-size: 14px;
    max-width: 25%;
}

.s-news-page .news-gallery .flickity-prev-next-button {
    z-index: 4;
    top: 0;
    bottom: 0;
    transform: none;
    height: 100%;
    width: 35px;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .3);
}

.s-news-page .news-gallery .flickity-prev-next-button:hover {
    background: rgba(255, 255, 255, .5);
}

.s-news-page .news-gallery .flickity-prev-next-button.next {
    right: 30%;
}

.s-news-page .news-gallery .flickity-prev-next-button.previous {
    left: 0;
}

.s-news-page .news-gallery .flickity-prev-next-button svg path {
    fill: #c4c4c4 !important;
}

.s-news-page .news-gallery .flickity-prev-next-button svg {
    position: relative;
    left: auto;
    width: 25px;
}



.s-news-page .news-gallery .flickity-page-dots .dot {
    margin: 0 6px;
}

.s-news-page .news-gallery .flickity-page-dots .dot.is-selected {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

@media(max-width: 767px) {
    .news__image {
        max-width: 100%;
    }

    .news__image-text {
        position: relative;
        top: auto;
        left: auto;
        max-width: 100%;
        margin-top: 1rem;
    }

    .s-news-page .flickity-viewport {
        margin-bottom: 2rem;
    }

    .s-news-page .news-gallery .flickity-prev-next-button.next {
        right: 0%;
    }
}



/* Related news */
.s-related-news {
    padding: 60px 0 99px;
    overflow: hidden;
}

.s-related-news .news {
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .s-news-page {
        padding-top: 50px;
    }

    .s-news-page .text-content h2, .s-news-page .text-content .h2 {
        margin-top: 30px;
    }
    .s-news-page .text-content h3, .s-news-page .text-content .h3 {
        margin-top: 30px;
    }
    .s-news-page {
        padding-bottom: 30px;
    }
    .s-related-news {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media(max-width: 480px) {
    .news-header-title .btn {
        min-width: 0;
        padding-left: 22px;
        padding-right: 22px;
        margin-top: 15px;
    }
    .news-header-title .btn i {
        display: none;
    }
}



/* End */


/* Start:/local/templates/main/components/bitrix/news.list/related_news/style.css?17434298571802*/
.related-news {
    display: flex;
    gap: 1rem;
}

.related-news-article {
    position: relative;
    padding-bottom: 2.5rem;
    position: relative;
}


.related-news-article__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.related-news-article__img-wrapper {
    position: relative;
    padding-bottom: 60%;
    background: #A3A7AA;
    margin-bottom: 1rem;
}

.related-news-article__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-news-article .play-icon {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 3;
}

.related-news-article__time {
    display: block;
    color: #7B7C7E;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.related-news-article__title {
    margin-bottom: 1.5em;
    font-weight: 500;
}

.related-news-article:hover .related-news-article__title {
    color: var(--color-primary);
}

.related-news-article__link {
    text-decoration: underline;
    color: #7B7C7E;
}


@media (max-width: 1024px) {
    .s-related-news-news {
        padding: 30px 0;
    }
}

@media (max-width: 991px) {
    .related-news-news__grid {
        grid-gap: 2rem;
    }
}

@media (max-width: 768px) {
    .related-news-news-title {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .related-news-news-title .h1 {
        margin-bottom: 20px;
    }

    .related-news-news__grid {
        grid-template-columns: 1fr;
    }

}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1747901534783*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
    margin: 3rem 0;
}

.pagination-arrow {
    line-height: 1;
    display: inline-block;
    padding: .1rem .25rem;
    border: 1px solid var(--color-black);
}

.pagination-arrow:hover {
    background: var(--color-primary);
}

.pagination-arrow.prev img {
    transform: rotate(180deg);
}

.pagination-link {
    transition: all .3s ease;
    font-size: .75rem;
    color: var(--color-black);
    font-weight: 800;
    padding: .45rem .75rem;
    display: inline-block;
}

.pagination-link.active {
    background: var(--color-primary);
}

.pagination-link:hover {
    color: var(--color-primary);
}

@media(max-width: 480px) {
    .pagination-arrow {
        display: none;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17513600983810 */
/* /local/templates/main/components/bitrix/news.list/related_news/style.css?17434298571802 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1747901534783 */
