

/* Start:/local/templates/airline/components/bitrix/news/main/bitrix/news.detail/.default/style.css?17748758763863*/
.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 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
}

.date-news {
    font-size: 13px;
    line-height: 19px;
    color: #828E9B;
}

.doc-news,
.news-text {
    font-size: 19px;
    line-height: 29px;
}

.doc-news a {
    word-break: break-all;
}

.news-text h2 {
    font-size: 27px;
    line-height: 29px;
    font-weight: 700;
}

.news-text h3 {
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
}

.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;
}

.news-text .detail_picture {
    margin-top: 24px;
    margin-bottom: 30px;
    width: 65%;
    display: block;
}

.news-text-detail img {
    max-width: 100%;
    height: auto;
    /*max-height: 500px;*/
    margin: auto;
    display: block;
}
.news-text-detail iframe {
    max-width: 100%;
}
.doc-news .set-icon:before {
    bottom: unset;
    top: 3px;
}
.news-text-detail table {
    max-width: 100%;
    height: auto;
}

.news-text-detail table p {
    font-size: 16px;
    line-height: 1.3;
    margin: 5px;
}
.news-text-detail a {
    border-bottom: 1px solid #EA5B0C;
}
.news-text-detail a:hover {
    color: #EA5B0C;
    border-bottom: 1px solid #828E9B;
}
@media only screen and (max-width: 768px) {
    .news-detail {
        width: 100%;
    }

    .title-news h1 {
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        color: #272C2E;
    }

    .news-detail img.detail_picture {
        margin: auto;
        max-width: calc(100% + 24px);
    }

    .news-text-detail img {
        width: 100%;
    }

    .news-text {
        font-size: 17px;
        line-height: 1.35;
    }

    .news-detail-share {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 -12px;
        padding: 11px 16px;
    }

    .news-detail-share .share-title {
        margin-bottom: 10px;
    }

}
/* End */


/* Start:/local/templates/airline/components/asd/subscribe.quick.form/news/style.css?17748758761276*/
.detail-subscribe-form {
    padding: 30px 0px;
}

.asd-subs-block {
    display: flex;
    align-items: center;
}

.asd-subs-title {
    font-size: 15px;
    line-height: 20px;
    color: #828E9B;
    margin-right: 20px;
    width: 200px;
}

.asd_subs-form form {
    display: flex;
}

.asd_subs-form input {
    background: #FFFFFF;
    border: 2px solid #EA5B0C;
    box-sizing: border-box;
    border-radius: 3px 0px 0px 3px;
    font-size: 15px;
    line-height: 20px;

    color: #828E9B;
    padding: 8px 16px;
    width: 100%;
    outline: none;
}

.asd_subs-form input.btn {
    border-radius: 0px 3px 3px 0px;
    border-left: none;
    background-color: #EA5B0C;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-weight: 500;
    width: max-content;
}

.asd_subs-form {
    width: calc(100% - 200px);
}

div#asd_subscribe_res {
    background: #F9F9F9;
    padding: 20px;
}

@media only screen and (max-width: 768px) {
    .asd-subs-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .asd_subs-form {
        width: 100%;
    }

    .asd-subs-title {
        margin-bottom: 10px;
    }
}
/* End */
/* /local/templates/airline/components/bitrix/news/main/bitrix/news.detail/.default/style.css?17748758763863 */
/* /local/templates/airline/components/asd/subscribe.quick.form/news/style.css?17748758761276 */
