

/* Start:/local/templates/main/components/bitrix/news/press/bitrix/news.detail/.default/style.css?17895667421820*/
.news__detail {
    max-width: 1054px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
}

.gallery__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.news__detail .detail__img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 554px;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.news__detail .detail__img img {
    max-width: 100%;
    max-height: 554px;
}

.detail__info {
    max-width: 956px;
    display: flex;
}

@media (max-width: 768px) {
    .detail__info-date {
        width: 100%
    }

    .detail__info {
        flex-direction: column;
        gap: 24px;
    }
}

.detail__info-date {
    min-width: 250px;
}

.detail__info-date span {
    padding: 8px 16px;
    background: #1A4DAF;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    max-width: fit-content;
}

.detail__info-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.detail__info-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.back__button {
    width: fit-content;
}

.back__button img {
    margin-right: 10px;
}

.gallery__line {
    margin: 25px auto;
    max-width: 1440px;
}

.gallery__line .swiper-slide img {
    max-width: 100%;
}

.block-pleer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
}

.block-pleer iframe {
    width: 100%;
    max-width: 720px;
    aspect-ratio: 1.77 / 1;
}

@media (max-width: 1000px) {
    .block-pleer {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/press/bitrix/news.detail/.default/style.css?17895667421820 */
