

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?159700368051*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/cube/components/bitrix/main.include/detail-page-after-content/style.css?170228551511539*/
.news-detail__comments-form-button-show{
    text-align: right;
    margin-bottom: 30px;
}
.news-detail__comments-form-button-show a.collapsed .news-detail__comments-hide{
    display: none;
}
.news-detail__comments-form-button-show a:not(.collapsed) .news-detail__comments-show{
    display: none;
}
.news-detail__main-column{
    position: static!important;
}
.page-content p.news-detail__more-posts-title,
.page-content p.news-detail__comments-form-title,
.page-content p.news-detail__actions-title,
.page-content p.news-detail__prop-title{
    font-size: 1.8571em;
    color: #212121;
    line-height: 1;
    margin: 60px 0 48px;
    
}
.news-detail__actions-items{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news-detail__actions-items > div{
    margin: 0 10px 10px 0;
}
@media(min-width: 1200px){
    .news-detail__actions-items{
        justify-content: space-between;
    }
    .news-detail__actions-items > div{
        margin: 0;
    }
}
.news-detail__actions-comment{
    max-width: 100%;
}
.news-detail__actions-like .prv-elem-like__button,
.news-detail__actions-share .share-block__button,
.news-detail__actions-comment a,
.news-detail__actions-comment a:focus{
    background: #EFF1F5;
    border-radius: 10px;
    padding: 24px 0;
    transition: all .3s linear;
    color: #AFAFAF;
    cursor: pointer;
    text-align: center;
}
.news-detail__actions-like .prv-elem-like__label{
   color: #AFAFAF;
}
.news-detail__actions-like .prv-elem-like__label > span{
    cursor: pointer;
}
.news-detail__actions-comment a{
    width: 558px;
    max-width: 100%;
    display: block;
    text-align: center;
}
.news-detail__actions-share .share-block__button{
    width: 68px;
}
.news-detail__actions-like .prv-elem-like__button{
    width: 166px;
    outline: none;
    border: none;
}
.news-detail__actions-share:hover .share-block__button,
.news-detail__actions-comment a:hover,
.news-detail__actions-comment a:active,
.news-detail__actions-comment a:active:hover,
.news-detail__actions-comment a:active:focus,
.news-detail__actions-like .prv-elem-like__label:hover .prv-elem-like__button{
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.news-detail__actions-like .prv-elem-like__label:hover{
    color: #fff;
}
.news-detail__actions-share:hover .share-block__button > svg > path{
    fill: transparent;
    stroke: #fff;
}
.share-block{
    position: relative;
}
.share-block .ya-share2__list{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: height 0.3s linear;
    z-index: 8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2 );
    padding-top: 20px;  
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.share-block .ya-share2__list .ya-share2__link{
    width: 100%;
    height: 68px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.share-block .ya-share2__icon{
    position: relative;
    text-align: center;
}
.share-block .ya-share2__icon:before{
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    font-size: 16px;
    color: #757575;
}
.share-block .ya-share2__container_size_m .ya-share2__item{
    margin: 0;
    border-bottom: 1px solid #F2F2F2;
}
.share-block .ya-share2__container_size_m .ya-share2__item:last-child{
    border: none;
}
.share-block .ya-share2__container_size_m .ya-share2__item:last-child a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.share-block .ya-share2__item:hover,
.share-block .ya-share2__item a:hover{
    opacity: 1;
}
.news-detail__actions-share .share-block .ya-share2__item:hover .ya-share2__icon:before{
    color: var(--prv_btn_color);
}
.share-block .ya-share2__item_service_vkontakte .ya-share2__icon:before{
    content: "\f189";
}
.share-block .ya-share2__item_service_facebook .ya-share2__icon:before{
    content: "\f39e";
}
.share-block .ya-share2__item_service_twitter .ya-share2__icon:before{
    content: "\f099";
}
.share-block .ya-share2__item_service_odnoklassniki .ya-share2__icon:before{
    content: "\f263";
}
.share-block .ya-share2__item_service_viber .ya-share2__icon:before{
    content: "\f409";
}
.share-block .ya-share2__item_service_whatsapp .ya-share2__icon:before{
    content: "\f232";
}
.share-block .ya-share2__item_service_telegram .ya-share2__icon:before{
    content: "\f3fe";
}
.share-block .ya-share2__badge{
    background-color: transparent!important;
}
.news-detail__actions-share:hover .share-block .ya-share2__list{
    height: auto;
    visibility: visible;
    opacity: 1;
}
.news-detail__photogallery-image-block-wrapper{
    width: 265px;
    height: 265px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
@media(min-width: 575px){
    .news-detail__photogallery-image-block-wrapper{
        width: 243px;
        height: 243px;
    }
}
@media(min-width: 768px){
    .news-detail__photogallery-image-block-wrapper{
        width: 330px;
        height: 330px;
    }
}
@media(min-width: 1200px){
    .news-detail__photogallery-image-block-wrapper{
        width: 265px;
        height: 265px;
    }
}
.news-detail__photogallery-image-block{
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 2s;
}
.news-detail__photogallery-image-block:hover{
    transform: scale(1.1);  
    opacity: 0.8;
}
.news-detail__photogallery-image-block > a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.news-detail__photogallery-image-block-col{
    padding: 0 10px 0 0!important;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}

.news-detail__videogallery .owl_btn-right a,.news-detail__videogallery .owl_btn-right a:focus,.news-detail__videogallery .owl_btn-left a,.news-detail__videogallery .owl_btn-left a:focus,
.news-detail__photogallery .owl_btn-right a,.news-detail__photogallery.owl_btn-right a:focus,.news-detail__photogallery .owl_btn-left a,.news-detail__photogallery .owl_btn-left a:focus{
    border: 0;
    font-size: 32px;
    padding: 0
}

.news-detail__videogallery .owl-prev,
.news-detail__photogallery .owl-prev{
    left: -48px
}

.news-detail__videogallery .owl-next,
.news-detail__photogallery .owl-next{
    right: -48px
}

.news-detail__videogallery .owl-next,.news-detail__videogallery .owl-prev,
.news-detail__photogallery .owl-next,.news-detail__photogallery .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0;
    margin: 0;
    background: none!important;
    outline: none!important
}

.news-detail__videogallery .owl-dots,
.news-detail__photogallery .owl-dots{
    position: relative;
    margin-bottom: -21px;
}

.news-detail__videogallery .owl-next a .carousel-arrow,.news-detail__videogallery .owl-prev a .carousel-arrow,
.news-detail__photogallery .owl-next a .carousel-arrow,.news-detail__photogallery .owl-prev a .carousel-arrow{
    fill: #757575
}

.news-detail__videogallery .owl-next:not(.disabled):hover .carousel-arrow,.news-detail__videogallery .owl-prev:not(.disabled):hover .carousel-arrow,
.news-detail__photogallery .owl-next:not(.disabled):hover .carousel-arrow,.news-detail__photogallery .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
.news-detail__videogallery-item-inner{
    height: 173px;
    width: 277px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.news-detail__videogallery .owl-dots,
.news-detail__photogallery .owl-dots{
    position: static;
    margin-bottom: -11px;
}

@media(min-width: 768px){
   .news-detail__videogallery-item-inner{
        height: 190px;
        min-width: 277px;
        width: auto;
   }   
}
@media(min-width: 1200px){
   .news-detail__videogallery-item-inner{
        height: 173px;
   }
}
.news-detail__videogallery-image-block{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    transition: 2s;
}
.news-detail__videogallery-image-block > a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.news-detail__videogallery-shadow-block{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(33, 33, 33, 0.3);
}
.news-detail__videogallery-play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
}
.news-detail__videogallery-item:hover .news-detail__videogallery-image-block{
    transform: scale(1.1);
}
.news-detail__videogallery-item:hover .news-detail__videogallery-play{
    transform: rotate(360deg);
}
.news-detail__files{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.news-detail__files-item{
    width: 80%;
    margin: 0 32px 20px 0;
}
.news-detail__files-item{
    display: flex;
    align-items: center;
}
.news-detail__files-image-block{
    margin-right: 9px;
    height: 31.25px;
    width: 25px; 
}
.news-detail__files-item-link,
.news-detail__files-item-link:focus,
.news-detail__files-item-link:hover,
.news-detail__files-item-link:active,
.news-detail__files-item-link:active:hover,
.news-detail__files-item-link:active:focus{
    color: #212121;
}
.commercial-block__wrapper{
    height: 638px;
    margin-top: 50px;
}
.commercial-block{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px 60px; 
        min-height: 443px;
}
.page-content .commercial-block-text h4{
    margin: 0;
}
.page-content .commercial-block-text p{
    font-size: 0.93333em;
        margin: 3px 0 0;
        
}
.commercial-block-img img{
    margin: 0 auto;
}
.commercial-block-buttons-block > *{
    margin: 20px 10px 15px 0;
}
.commercial-block__wrapper > .commercial-block{
    position: absolute;
    left: 0;
    right: 0;
}
.commercial-block-text{
    margin: 35px 0;
}
@media (min-width: 560px) {
    .commercial-block{
        padding: 44px 0 95px;
    }
    .commercial-block-text h4{
        margin-top:10px;
    }
    .commercial-block__wrapper{
        height: 635px;
    }
}
@media(min-width: 768px){
     .commercial-block__wrapper{
        height: 457px;
    }   
    .commercial-block-buttons-block > *{
        margin: 0px 10px 15px 0;
    }
}
@media(min-width: 992px){
     .commercial-block__wrapper{
        height: 443px;
    }   
}
/* End */


/* Start:/local/templates/cube/components/prvolga.business/elem.like/like/style.css?1600700724261*/
.prv-elem-like__label{
    position: relative;
    margin: 0;
}
.prv-elem-like__label > span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.prv-elem-like__label > span > i.fas{
    margin-right: 9px;
}
/* End */


/* Start:/local/templates/cube/components/bitrix/news.list/news-detail-popular-news/style.css?16007007221824*/
.news-detail__popular-news{
    border: 1px solid #EEF1F4;
    padding: 23px 20px 0;
    margin-top: 59px;
}
.news-detail__popular-news-title{
    font-weight: 600;
    color: #212121;
    font-size: 1.2857em;
    line-height: 1.2222;
}
.news-detail__popular-news-item{
    border-bottom: 1px solid #EEF1F4;
    padding: 22px 0;
}
.news-detail__popular-news-item:last-child{
    borde: none;
}
.news-detail__popular-news-item-below{
    display: flex;
    align-items: center;
}

.news-detail__more-posts-item__comments,
.news-detail__more-posts-item__comments:hover,
.news-detail__more-posts-item__comments:focus,
.news-detail__more-posts-item__comments:active{
    color: #707070;
    text-decoration: none;
    z-index: 8;
}

.news-detail__more-posts-item__comments > span,
.news-detail__more-posts-item__likes{
    color: #707070;
    font-size: 0.8571em;
    position: relative;
    display: block;
}
.news-detail__more-posts-item__likes{
    margin-left: 19px;
    cursor: pointer;
    position: relative;
    z-index: 8;
}
.news-detail__more-posts-item__comments .fas,
.news-detail__more-posts-item__likes > .fas{
    color: #C5C5C5;
    margin-left: 6px;
}
.news-detail__more-posts-item__comments:hover > span,
.news-detail__more-posts-item__comments:hover > span > .fas,
.news-detail__more-posts-item__likes:hover,
.news-detail__more-posts-item__likes:hover > .fas{
    color: var(--prv_btn_color);
}


.news-detail__popular-news-item-type{
    text-transform: uppercase;
    font-size: 0.7142em;
    margin: 12px 0 15px;
}
.news-detail__popular-news-item-name a,
.news-detail__popular-news-item-name a:focus,
.news-detail__popular-news-item-name a:hover,
.news-detail__popular-news-item-name a:active{
    font-size: 1em;
    color: #212121;
}

/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?159700368051 */
/* /local/templates/cube/components/bitrix/main.include/detail-page-after-content/style.css?170228551511539 */
/* /local/templates/cube/components/prvolga.business/elem.like/like/style.css?1600700724261 */
/* /local/templates/cube/components/bitrix/news.list/news-detail-popular-news/style.css?16007007221824 */
