

/* Start:/local/templates/polmira/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17526748612576*/
.article-detail__img{
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    margin-top: 40px;
}
.article-detail__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.article-detail{
    margin-top: 80px;
}

.article-detail__text{
    margin: 40px auto 0;
    width: 60%;
    font-size: 18px;
}
.article-detail__text ol,
.article-detail__text ul{
    list-style: auto;
}

.article-detail__text ol li,
.article-detail__text ul li{
    margin-top: 16px;
}
.article-detail__text a{
    color: inherit;
    text-decoration: underline;
    transition: .3s;
}
.article-detail__text a:hover{
    text-decoration: none;
}


.article-detail__stats{
    display: flex;
    align-items: center;
}

.article-detail__stats__like{
    margin-left: 24px;
    cursor: pointer;
}
.article-detail__stats__like *{
    transition: .3s;
}
.article-detail__stats__like:hover{
    color: #922F27;
}
.article-detail__stats__like:hover path{
    fill: #922F27;
}

.article-detail__stats__date{
    font-weight: 600;
}
.bxhtmled-quote{
    padding: 16px;
    font-size: 21px;
    background: #eee;
    border-radius: 16px;
    text-align: center;
    position: relative;
}
.bxhtmled-quote:after,
.bxhtmled-quote:before{
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background: url("/local/templates/polmira/components/bitrix/news/articles/images/quote.svg")no-repeat;
    background-position: center;
    background-size: cover;
}
.bxhtmled-quote:after{
    bottom: -15px;
    right: -10px;
    transform: rotate(180deg);
}
.bxhtmled-quote:before{
    left: -10px;
    top: -15px;
}


@media (max-width: 768px) {
    .article-detail__text{
        width: 100%;
    }
}

.product_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    height: 85px;
    width: 24px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
    cursor: pointer;
    transition: .3s;
}
.product_arrow:hover{
    opacity: 1;
}
.product_arrow.next{
    right: 0;
}
.product_arrow.next svg{
    transform: rotate(90deg);
}
.product_arrow.prev svg{
    transform: rotate(-90deg);
}
.article-detail_galery{
    margin-top: 40px;
}
.article-detail_galery .article-detail__img{
    margin-top: 0;
}
@media (max-width: 768px) {
    .article-detail_galery,
    .article-detail_galery *:not(.product_arrow){
        height: 250px;
    }
    .article-detail__text{
        font-size: 16px;
    }
}
/* End */
/* /local/templates/polmira/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17526748612576 */
