

/* Start:/local/templates/main/components/bitrix/news/main/bitrix/news.detail/.default/style.css?17520605885279*/

.news-detail__header {
    background-color: #f4f4f4;
    padding-top: 32px;
    padding-bottom: 48px;
}

.news-detail__youtube {
    height: 560px;
    padding-bottom: 50px;
}

.news-detail__youtube iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1919px) {
    .news-detail__header {
        padding: 32px 0;
    }
}

@media (max-width: 1439px)

.news-detail__youtube {
    height: 440px;
}

@media (max-width: 1023px) {
    .news-detail__header {
        padding: 24px 0;
    }
}

@media (max-width: 767px) {
    .news-detail__header {
        padding-top: 8px;
    }
}

.news-detail__title {
    color: #e35310;
    font-weight: 700;
    font-size: 94px;
    line-height: 104px;
    margin-top: 48px;
}

@media (max-width: 1439px) {
    .news-detail__title {
        font-size: 70px;
        line-height: 82px;
    }
}

@media (max-width: 1023px) {
    .news-detail__title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (max-width: 767px) {
    .news-detail__title {
        font-size: 34px;
        line-height: 40px;
    }
}

.news-detail__title + * {
    margin-top: 32px;
}

@media (max-width: 1439px) {
    .news-detail__title + * {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .news-detail__title + * {
        margin-top: 16px;
    }
}

.news-detail__tag {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid #e35310;
    padding: 5px 9px;
    background-color: #ffffff;
    color: #616161;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1439px) {
    .news-detail__tag {
        line-height: 22px;
    }
}

@media (max-width: 1023px) {
    .news-detail__tag {
        font-size: 16px;
    }
}

.news-detail__img {
    width: 100%;
    height: 100%;
    position: relative;
}

.news-detail__img img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-detail__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 381px;
    background-color: #f4f4f4;
}

.news-detail__text {
    margin-top: 64px;
    position: relative;
}

.news-detail__text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -49px;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

@media (max-width: 1023px) {
    .news-detail__text::after {
        bottom: -33px;
    }
}

.news-detail__text + * {
    margin-top: 96px;
}

@media (max-width: 1023px) {
    .news-detail__text + * {
        margin-top: 64px;
    }
}

.news-detail__subtitle {
    position: relative;
}

.news-detail__subtitle::after {
    content: "";
    position: absolute;
    bottom: -49px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
}

.news-detail__subtitle + * {
    margin-top: 96px;
}

.news-detail__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-detail__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    position: relative;
}

.news-detail__btn a {
    color: #e35310;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 1919px) {
    .news-detail__btn > span {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .news-detail__btn > span {
        display: none;
    }
}

.news-detail__btn > span::after {
    display: none;
}

.news-detail__btn > svg > circle {
    stroke: #e35310;
}

.news-detail__btn > svg > path {
    fill: #e35310;
}

.news-detail__btn-left > span::before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    height: 1px;
    width: 0;
    background-color: #e35310;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.news-detail__btn-left:hover > span::before {
    width: 100%;
}

.news-detail__btn-right > span::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #e35310;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.news-detail__btn-right:hover > span::before {
    width: 100%;
}

.news-detail__content {
    margin-bottom: 120px;
}

@media (max-width: 1919px) {
    .news-detail__content {
        margin-bottom: 152px;
    }
}

@media (max-width: 1439px) {
    .news-detail__content {
        margin-bottom: 67px;
    }
}

@media (max-width: 1023px) {
    .news-detail__content {
        margin-bottom: 64px;
    }
}

.typography img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* End */
/* /local/templates/main/components/bitrix/news/main/bitrix/news.detail/.default/style.css?17520605885279 */
