

/* Start:/local/templates/airline/components/bitrix/news.detail/video/style.css?17748758762321*/
.news-detail {
    width: calc(100% - 500px);
}

.news-detail img {
    max-width: 100%;
}

.news-detail-share {
    background: #F9F9F9;
    display: flex;
    padding: 12px;
    align-items: center;
}

.share-title {
    color: #828E9B;
    margin-right: 15px;
}

.share-links li {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 7px !important;
}

.detail-back-link a {
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #272C2E;
}

.detail-back-link {
    margin-bottom: 15px;
    margin-top: 10px;
}

.detail-back-link a {
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #272C2E;
}

.title-news h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
}

.date-news {
    font-size: 13px;
    line-height: 19px;
    color: #828E9B;
}

.news-similar {
    max-width: 360px;
    margin-right: 23px;
    margin-top: 22px;
}

.news-similar .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 29px;
}

.similar-news-list {
    display: flex;
    flex-direction: column;
}

.similar-box a {
    display: flex;
}

.similar-box {
    padding: 8px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    margin-bottom: 15px;
    transition: all 400ms;

}

.similar-box:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}

.similar-name {
    font-weight: 500;
    margin-bottom: 7px;
}

.similar-date {
    font-size: 13px;
    line-height: 19px;
    color: #828E9B;
    margin-bottom: 8px;
}

.similar-section {
    background: #FFE7DA;
    border-radius: 4px;
    padding: 3px 4px;
    width: max-content;
    color: #272C2E;
    font-size: 13px;
    line-height: 19px;
}

.similar-img {
    margin-right: 15px;
}

@media only screen and (max-width: 768px) {
    .news-detail {
        width: 100%;
    }
    .news-video-block iframe {
        height: 400px;
        width: 100% !important;
    }
}

/* End */
/* /local/templates/airline/components/bitrix/news.detail/video/style.css?17748758762321 */
