

/* Start:/local/templates/main_catalog/components/bitrix/news.detail/news_template_1_new/style.css?17125816311692*/
.news-detail-block-text {
    position: relative;
}

.news-detail-block-text > .adv_block_wrap.top_right {
    padding: 0;
    margin-top: -10px;
}

.news-detail-block-image {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 300px;
    margin-bottom: 40px;
}

.news-detail-block-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-detail-block-wrap {
    position: absolute;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px;
    max-width: 50%;
    background: rgba(237,237,237,.2);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 25px;
}

.news-detail-block-desc {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.news-detail-block-btn {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 12px;
    background: #3b4d9a;
    display: inline-flex;
    justify-content: center;
    padding: 8px 26px;
    box-shadow: none;
    line-height: 26px;
}

.news-detail-block-btn:hover {
    background: #6f7fc9;
}

@media (max-width: 767px) {
    .news-detail-block-wrap {
        max-width: 100%;
        padding: 16px;
    }
}

.news-detail-block-image .adv_block_tooltip {
    max-width: calc(100% - 10px);
}

.news-detail-block-date {
    font-size: 0.9rem;
    color: #B9BDC4;
    margin-bottom: 1rem;
}

.news-detail-block-back a {
    color: #B9BDC4;
    font-size: 0.7rem;
}

.news-detail-block-follow {
    color: #B9BDC4;
    font-size: 0.7rem;
}
/* End */
/* /local/templates/main_catalog/components/bitrix/news.detail/news_template_1_new/style.css?17125816311692 */
