

/* Start:/bitrix/templates/mib_v2_boevoi2/components/bitrix/news/mibele_v2_statii/bitrix/news.detail/.default/style.css?1742052077763*/
.detail-news {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 370px;
    grid-template-columns: 1fr 370px;
    gap: 40px;
    padding-top: 50px;
}

.detail-news__content {}
.detail-news__image,
.detail-news__image img {
    width: 100%;
    border-radius: 15px;
    display: block;
}
.detail-news__image {
    padding-bottom: 30px;
}

.detail-news__other-news {
    border-radius: 15px;
    background: #F9F9F9;
    padding: 30px;
}

.detail-news__other-news .sub-title {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

@media (max-width: 1000px) {
    .detail-news {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
/* End */


/* Start:/bitrix/templates/mib_v2_boevoi2/components/bitrix/news.list/drugie-statii/style.css?17481864762285*/
.news-other {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 15px;
}
.news-other__item {}

.news-other__item-image {
    position: relative;
    width: 100%;
    height: 210px;
}

.news-other__item-image img {
    width: 100%;
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 10px;
    display: block;

}
.news-other__item-image .news-other__item-date {
    border-radius: 0px 10px;
    background: #20846A;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.news-other__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
}
.news-other__item-name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
    padding: 0;
}
.news-other__item-name a {
    color: #000;
}

.news-other__item-name a:hover {
    text-decoration: none;
    color: #FB7A5E;
}

.news-other__item-description {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 6px 0 0;
    margin: 0;
    overflow: hidden;
    max-height: 72px;

}

@media (max-width: 1000px) {
    .news-other {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .news-other {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
/* End */
/* /bitrix/templates/mib_v2_boevoi2/components/bitrix/news/mibele_v2_statii/bitrix/news.detail/.default/style.css?1742052077763 */
/* /bitrix/templates/mib_v2_boevoi2/components/bitrix/news.list/drugie-statii/style.css?17481864762285 */
