

/* Start:/bitrix/templates/newwindows2/components/bitrix/catalog/services/style.css?174493911588*/
.sections_services,
.services-section{
    margin-bottom: 100px;
    margin-top: -1px;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/catalog/services/bitrix/catalog.element/service_1/style.css?17449391158334*/

.container.service-page__container{
    width: 100%;
    max-width: 100%;
}
@media(max-width: 768px) {
    .service-detail__preview{
        margin-top: 60px;
    }

    h1.service-detail__preview-title{
        font-size: 1.942857em !important;
        line-height: 1.3 !important;
    }
}

.wrap-preview-block{
    background: rgba(245,245,245,0.7);
    padding: 25px;
    margin-bottom: 35px;
}
.service-detail__preview{
    display: flex;
    align-items: center;
    min-height: 483px;
    background-color: #F9FCFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}
h1.service-detail__preview-title{
    color: #212121;
    font-size: 2.642857em;
    line-height: 1.5;
	margin: 0 0 17px;
	overflow-wrap: break-word;
}

.page-content .service-detail__preview-text p{
    color: #212121;
    line-height: 1.23;
    margin: 0 0 26px;
}
.service-detail__picture{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: relative;
}

.service-detail__content ul{
    list-style: none;
    padding: 0;
    margin: 26px 0 36px;
}
.service-detail__content ul li:before {
    content: "\2014";
    margin: 0 7px 0 -21px;
}
.service-detail__content ul li:first-of-type {
    margin-top: 0;
    line-height: 1.933em;
}
.service-detail__content ul li {
    margin: 8px 0 0 21px;
    list-style-type: none;
    position: relative;
}

.service-detail__consultation-btn{
    font-size: 0.8571em;
    text-transform: uppercase;
    color: #212121;
    padding: 19px;
    text-align: center;
    line-height: 1;
    display: block;
}
.service-detail__consultation{
    border: 1px solid #EFF1F5;
        position: sticky;
        top: 87px;
        background-color: #fff;
        z-index: 8;
}
.service-detail__consultation-inner .hr{
    height: 1px;
    background-color: #EFF1F5;
}
.service-detail__consultation-inner{
    padding: 40px 10px 0;
}
.service-detail__consultation-inner > svg{
    display: block;
    margin: 0 auto;
    width: 44.85px;
    height: 35.7px;
}
.service-detail__consultation-btn:hover, .service-detail__consultation-btn:focus {
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.page-content .service-detail__consultation-title{
    font-size: 1.2857em;
    text-align: center;
    margin: 31px 0 18px;
}
.page-content .service-detail__consultation-subtitle{
    font-size: 0.8571em;
    color: #212121;
    text-align: center;
    line-height: 1.33333em;
    margin: 0 0 32px
}
.service-detail__preview > .container > .row{
        padding: 20px 0;
}
.service-detail__preview .btn{
    margin-bottom: 10px;
}
.service-detail__advantages{
    margin-top: 50px;
}
@media(min-width: 768px){
    .service-detail__preview{
        background-color: #F9FCFF;
        margin-bottom: 47px;
    }
    .service-detail__preview_cont{

        margin-bottom: 47px;
    }
    .service-detail__preview .btn{
        margin-bottom: 0;
    }
}
@media(min-width: 992px){
    .service-detail__picture{
        top: 30px;
    }

}
@media(min-width: 1200px){
    .service-detail__picture{
        top: 62px;
    }
}


/*nav*/

.service-desc__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.service-desc__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.service-desc__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.service-desc__list-group-item.active:hover,
.service-desc__list-group-item.active:focus{
    text-shadow:none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color:#eff1f5;
    border-left-color: var(--prv_color);
    background-image:none;
}
.service-desc__dropdown-tab-panel {
    position:relative;
    display:block;
    width:100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}
.service-desc__dropdown-tab-panel:hover,
.service-desc__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.service-desc__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.service-desc__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.service-desc__tab-panel-nav{
    margin-bottom: 30px;
}

.nav.service-desc-tabs-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.service-desc-tabs-list>li{
    margin-right: 6px;
}
.service-desc-tabs-list>li>a,
.service-desc-tabs-list>li>a:focus{
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
    background-color: transparent;
}
.service-desc-tabs-list>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.service-desc-tabs-list>li:hover>a:after,
.service-desc-tabs-list>li>a.active:after{
    background: var(--prv_interactive_color);
}
.service-desc-tabs-list>li>a.active{
    color: var(--prv_btn_color);
}
.service-desc-tabs-list>li>a:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
    background-color: transparent;
}
.item_prop_container {
    margin-bottom:10px;
    display:flex;
    justify-content:stretch;
    align-items:center;
}
.item_prop_name {
    flex-grow:0;
    padding-right:12px;
}
.item_prop_border {
    flex-grow:100;
    height:1px;
    border-bottom:1px dotted #a9a9a9;
}
.item_prop_value {
    padding-left:12px;
    flex-grow:0;
    text-align: right;
}

/*table price-list*/

.service-detail__price-list{
    overflow: auto;
    max-width: 100%;
}

.service-detail__price-list > table{
    width: 100%;
}
.service-detail__price-list > table td,
.service-detail__price-list > table th{
    font-size: 1em;
    height: 60px;
    vertical-align: middle;
    padding: 0 20px;
    color: #212121;
    font-weight: normal;
}
.service-detail__price-list > table td:nth-child(n + 2),
.service-detail__price-list > table th:nth-child(n + 2){
    text-align: center;
}
.service-detail__price-list > table td:nth-child(n + 2){
    font-weight: bold;
}
.service-detail__price-list thead > tr{
    background: var(--prv_color_bg);
}

.service-detail__price-list thead > tr > th{
    color: #fff;
}

.service-detail__price-list tbody > tr:nth-child(2n + 1){
    background-color: #F8F9FB;
}
.page-content p.service-detail__prop-title{
    font-size: 1.8571em;
    color: #212121;
    line-height: 1;
    margin: 60px 0 48px;
}
@media(min-width: 768px){
    .service-detail__price-list > table td,
    .service-detail__price-list > table th{
        font-size: 1.1428em;
        padding: 0 40px 0 30px;
    }
}
.service-detail__preview-order-btn{
    margin-right: 38px;
}
.services-detail-steps{
    margin-top: 60px;
}
.adv-icon-cnt {
    height: 64px;
    display: flex;
    margin-bottom: 30px;
}
.adv-icon-cnt img {
    max-width:100%;
    max-height:100%;
}
.adv-text-cnt {
    color: #757575;
}
.adv-heading{
    font-size: 1.2857142em;
    font-weight: 600;
    margin-bottom: 9px;
    line-height: 1.22;
}
.all-advantages .col-xs-12:first-child .advantage-cnt{
    margin-left: 72px;
}
@media (max-width: 991px) {
    .all-advantages .col-xs-12:first-child .advantage-cnt{
        margin-left: 0;
    }
    .advantage-cnt{
        margin-bottom: 30px;
    }
    .all-advantages .col-*:last-child .advantage-cnt{
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    #advantages.section_grey{
        padding: 60px 0 20px;
    }
    .adv-icon-cnt,
    .adv-heading{
        margin-bottom: 8px;
    }
}
@media (max-width: 400px){
    .service-detail__preview{
        min-height: inherit;
    }
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/menu/page-sidebar-menu/style.css?17449391151358*/
.left_menu_ul{list-style: none; margin: 0; padding: 0; position: relative; background-color: #F8F9FB;}
ul.page-sidebar-left-menu{border:1px solid #EEF1F4; background-color: transparent;}
ul.page-sidebar-left-menu>li{
	border-bottom: 1px solid #EEF1F4;
}
ul.page-sidebar-left-menu>li:last-child{
	border: none;
}
.left_menu_ul a:hover{
    background-color: #F8F9FB;
    text-decoration: none;
    color: #212121;
}
.left_menu_ul.collapse a:hover{
	color:var(--prv_btn_color);
}
.left_menu_parent_link {
    display:flex;
    align-items:stretch;
}
.left_menu_item{
	padding: 20px 25px;
	display: block;
	color: #212121;
}
.left_menu_item, .left_menu_dropdown_btn{
    transition-duration:0s;
}
.left_menu_parent_link .left_menu_item {
    width: calc(100% - 50px);
    padding: 20px 0px 20px 25px;
}
.left_menu_item_selected {
    font-weight:bold;
}
.left_menu_dropdown_btn {
    width: 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration: none;
}
.left_menu_dropdown_btn .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 5px solid #707070;
    border-top: none;
}
.left_menu_dropdown_btn.collapsed .caret {
    border-top: 5px solid #707070;
    border-bottom: none;
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/main.include/detail-page-after-content/style.css?174493911511099*/
.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: 180px;
    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:/bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/detail-page-projects/style.css?17449391161922*/
.news-detail__projects{
    position: relative;
}

.news-detail__project-wrapper{
    height: 237px;
    display: block;
    position: relative;
    overflow: hidden;
}
.news-detail__project-background{
    background-size: cover!important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: transform .5s;
}
.news-detail__project-wrapper:hover > .news-detail__project-background{
    transform: scale(1.1);
}
.news-detail__project-heading{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 24px;
    z-index: 2;
    color: #fff;
    line-height: 20px;
    background-color: rgba(33, 33, 33, 0.6)
}
.news-detail__project-heading-section{
    opacity: .7;
    font-size: 0.7142em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.news-detail__project-heading-name{
    font-size: 1.1428em;
    line-height: 23px;
}
/*owl style*/
.owl-projects .owl_btn-right a,
.owl-projects .owl_btn-right a:focus,
.owl-projects .owl_btn-left a,
.owl-projects .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-projects .owl-prev{
    left: -48px;
}   
.owl-projects .owl-next{
    right: -48px;
}
.owl-projects .owl-next,
.owl-projects .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-projects .owl-dots{
    bottom: auto;
}
.owl-projects .owl-next a .carousel-arrow,
.owl-projects .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-projects .owl-next:not(.disabled):hover .carousel-arrow,
.owl-projects .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}

.owl-projects .owl-dots{
    position: static;
    margin-bottom: -11px;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/detail-page-products/style.css?17449391158889*/
#products {
    padding-bottom: 0px;
    margin-top: -30px;
    margin-bottom: -30px;
}
#products .row {
    margin-left:-30px;
    margin-right:-30px;
}
.products_slider_owl .owl-stage-outer {
    padding-top:30px;
    padding-bottom:30px;
}
.products_slider_item {
    background:#fff;
    border-radius:20px;
    padding: 25px 20px 0px 20px;
    transition: .2s ease;
    border: 1px solid #EEF1F4;
}
@media(min-width: 768px){
    .products_slider_item:hover {
        padding: 35px 30px 10px 30px;
        margin:-10px;
    }
}
.products_item_container {
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.products_info_block {
    display:block;
    position:relative;
    color:#212121;
}
.products_info_block:hover,
.products_info_block:focus {
    text-decoration:none;
    color:#212121;
}
#products .product_detail_btn {
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    width:135px;
    transform:translate(-50%,-50%);
}
#products .products_slider_item:hover .product_detail_btn {
    display:block;
}
#products .owl-carousel .products_img {
    max-width:100%;
    height:auto;
    width:auto;
}
.products_slider_item .marks_container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    max-height: 40px;
    min-height: 40px;
    z-index: 7;
}
.products_slider_item .marks_container .mark{
    font-size:0.857142em;
    line-height:16px;
    margin:0px 10px 10px 0px;
    padding:7px 11px 8px 11px;
    border-radius:27px;
    color:#fff;
}
.products_slider_item .marks_container .mark_HIT{
    background-color:#FF8800;
}
.products_slider_item .marks_container .mark_NEW{
    background-color:#008FEF;
}
.products_slider_item .marks_container .mark_RECOMMEND{
    background-color:#0A9200;
}
.products_slider_item .marks_container .mark_SALE{
    background-color:#FA0055;
}
.products_slider_item .products_item_name {
    font-size:1.142857em;
    font-weight:bold;
    margin-bottom:5px;
}
.products_slider_item .products_type_list {
    font-size:1.142857em;
    margin-bottom:17px;
}
.products_slider_item .item_price {
    margin-bottom:50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
@media(min-width: 992px){
    .products_slider_item .item_price {
        margin-bottom:30px;
    }
}
.products_slider_item .item_new_price {
    font-size:1.142857em;
    line-height:1;
    font-weight:bold;
    margin-right:10px;
    margin-bottom:8px;
}
.products_slider_item .item_old_price {
    color:#757575;
    font-size:1.142857em;
    line-height:1;
    text-decoration:line-through;
    margin-bottom:8px;
}
.products_slider_item .item_in_stock {
    font-size:0.857142em;
    color:#0A9200;
    text-transform:uppercase;
    margin-bottom:16px;
}
.products_slider_item .item_no_stock {
    font-size:0.857142em;
    color:#757575;
    text-transform:uppercase;
    margin-bottom:16px;
}
.products_slider_item .products_buy_btn {
    display:block;
    position:relative;
}
.products_slider_item .buy_btn_container {
    margin-bottom:8px;
    width:33px;
    height:30px;
    position: absolute;
    right: 0;
    bottom: 5px;
}
.products_svg_fill {
    fill:var(--prv_btn_color);
}
@media (min-width: 992px) {
    .products_slider_item .buy_btn_block {
        display:none;
    }
    .products_slider_item .buy_btn_container{
        bottom: -5px;
    }
}
#products .products_slider_item:hover .buy_btn_block {
    display:block;
}
.products_slider_item .in_cart {
    font-size:14px;
    color:#0A9200;
}
.products_slider_item .in_cart:hover {
    color:#0A9200;
}
.products_slider_item .in_cart .fa-check-circle{
    display:block;
    position:absolute;
    bottom:0;
    left:0;
}
.products_slider_item .nav-tabs.products-section__tabs-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.products_slider_item .nav-tabs.products-section__tabs-list{
    margin-right: 6px;
}
.products_slider_item .nav-tabs.products-section__tabs-list .nav-link{
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: none;
}
.products_slider_item .nav-tabs.products-section__tabs-list .nav-link:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.products_slider_item .nav-tabs.products-section__tabs-list .nav-link:hover:after,
.products_slider_item .nav-tabs.products-section__tabs-list .nav-link.active:after{
    background: var(--prv_button_bg);
}
.products_slider_item .nav-tabs.products-section__tabs-list .nav-link.active{
    color: var(--prv_btn_color);
    background: transparent;
}
.products_slider_item .nav-tabs.products-section__tabs-list .nav-link:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}
/*owl style*/
#products .owl_btn-right a,
#products .owl_btn-right a:focus,
#products .owl_btn-left a,
#products .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
#products .owl-prev{
    left: -18px;
}   
#products .owl-next{
    right: -18px;
}
#products .owl-next,
#products .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
#products .owl-dots{
    bottom: auto;
}
#products .owl-next a .carousel-arrow,
#products .owl-prev a .carousel-arrow{
    fill: #757575;
}
#products .owl-next:not(.disabled):hover .carousel-arrow,
#products .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
#products .products_buy_btn:hover{
    opacity: 0.7;
}
#products .products_buy_btn.in_cart {
    display:none;
}
#products .buy_block.in .products_buy_btn.in_cart {
    display:block;
}
#products .buy_block.in .products_buy_btn.to_cart,
#products .buy_block.loading .products_buy_btn.to_cart,
#products .buy_block.loading .products_buy_btn.in_cart {
    display:none;
}
#products .buy_block .buy_loader {
    font-size: 24px;
    text-align:center;
    display:none;
    outline: none;
    line-height: normal;
    margin: 0 auto;
    color: var(--prv_color);
}
#products .buy_block.loading .buy_loader {
    display:block;
}
#products .buy_block .buy_loader i{
    width:24px;
    height:24px;
    display:inline-block;
    animation: load 1.5s infinite linear;
}
@keyframes load {
    100% {
        transform: rotate(360deg);
    }
}
.products-section__dropdown-tabs-wrapper {
    padding-bottom:25px;
}
.products-section__list-group {
    margin-bottom:0px;
}
.products-section__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.products-section__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.products-section__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.products-section__list-group-item.active:hover,
.products-section__list-group-item.active:focus{
    text-shadow:none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color:#eff1f5;
    border-left-color: var(--prv_color);
    background-image:none;
}
.products-section__dropdown-tab-panel {
    position:relative;
    display:block;
    width:100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}
.products-section__dropdown-tab-panel:hover,
.products-section__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.products-section__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.products-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.products-section__tab-panel-nav{
    margin-bottom: 30px;
}
.products_img_block{
    height: 185px;
    width: 100%;
    position: relative;
    margin-bottom: 17px;
}
.products_img_block > img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

#products .owl-carousel .owl-dots{
    position: relative;
    margin-bottom: -21px;
    top: -19px;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/news-detail-read-more/style.css?17449391153068*/
.news-detail__more-posts-item{
	display: block;
	text-decoration: none;
        color: #212121;
        position: relative;
}
.news-detail__more-posts-item:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
    color: #212121;
}
.news-detail__more-posts-item:hover,
.news-detail__more-posts-item:focus{
	text-decoration: none;
        color: #212121;
}
.news-detail__more-posts-item__img{
	height: 158px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
        display: block;
}
.news-detail__more-posts-item__preview{
	padding: 27px 20px 40px;
	position: relative;
	min-height: 222px;
	background-color: #fff;
	border: 1px solid #EEF1F4;
}
.news-detail__more-posts-item__section{
	color: #707070;
	font-size: 0.8571em;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.2857em;
}
.news-detail__more-posts-item__preview-text{
    color: #707070;
    margin-top: 10px;
}
.news-detail__more-posts-item__name > a,
.news-detail__more-posts-item__name > a:focus{
    font-size: 1.4285em;
    color: #212121;
}
.news-item__bottom{
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item__likes-comments{
    display: flex;
}
.news-item__comments,
.news-item__comments:hover,
.news-item__comments:focus,
.news-item__comments:active{
    color: #707070;
    text-decoration: none;
    z-index: 8;
}

.news-item__comments > span,
.news-item__likes{
    color: #707070;
    font-size: 0.8571em;
    position: relative;
    display: block;
}
.news-item__likes{
    margin-left: 19px;
    cursor: pointer;
    position: relative;
    z-index: 8;
}
.news-item__comments .fas,
.news-item__likes > .fas{
    color: #C5C5C5;
    margin-left: 6px; 
}
.news-item__comments:hover > span,
.news-item__comments:hover > span > .fas,
.news-item__likes:hover,
.news-item__likes:hover > .fas{
    color: var(--prv_btn_color);
}
@media(max-width: 767px){
	.news-detail__more-posts-item__preview{
		min-height: 184px;
	}
}
#owl-news-detail .owl_btn-right a,#owl-news-detail .owl_btn-right a:focus,#owl-news-detail .owl_btn-left a,#owl-news-detail .owl_btn-left a:focus {
    border: 0;
    font-size: 32px;
    padding: 0
}

#owl-news-detail .owl-prev {
    left: -48px
}

#owl-news-detail .owl-next {
    right: -48px
}

#owl-news-detail .owl-next,#owl-news-detail .owl-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0;
    margin: 0;
    background: none!important;
    outline: none!important
}

#owl-news-detail .owl-dots {
    position: relative;
    margin-bottom: -31px;
}

#owl-news-detail .owl-next a .carousel-arrow,#owl-news-detail .owl-prev a .carousel-arrow {
    fill: #757575;
}

#owl-news-detail .owl-next:not(.disabled):hover .carousel-arrow,#owl-news-detail .owl-prev:not(.disabled):hover .carousel-arrow {
    fill: var(--prv_btn_color);
}

.news-item__date{
    color: #707070;
    font-size: 0.8571em;
    text-transform: lowercase;
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.comments/element-comment-form/style.css?17449391161521*/
.PRVUniversalComment{
    margin-bottom: 50px;
}
.PRVUniversalComment .error_text {
    font:16px sans-serif;
    color:red;
}
.PRVUniversalComment form{
    display: flex;
    flex-wrap: wrap;
}
.PRVUniversalComment p.input{
    margin: 0 0 47px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.PRVUniversalComment p.textarea{
    margin: 0 0 37px;
    width: 100%;
    position: relative;
}
.PRVUniversalComment p.input input{
    border: none;
    border-bottom: 1px solid #EFF1F5;
    color: #212121;
    font-size: 1em;
    height: 38px;
    outline: none;
    width: 100%;
}
.PRVUniversalComment p.textarea textarea{
    resize: none;
    width: 100%;
    outline: none;
    border: 1px solid #EFF1F5;
    border-radius: 5px;
    padding: 13px 11px;
    color: #212121;
}
.PRVUniversalComment p.input input:placeholder{
    color: #C5C5C5;
}
.PRVUniversalComment p.textarea textarea:placeholder{
    color: #C5C5C5;
}
.PRVUniversalComment .help-block{
    bottom: -32px;
}
.thanks_container.comment-thanks{
    padding-right: 0!important;
}
.thanks_container.comment-thanks h5{
    top: 50%;
    transform: translateY(-50%);
}
.thanks_container.comment-thanks h5 {
    margin:10px 0 10px;
    text-align: center;
}
@media(max-width: 575px){
    .thanks_container.comment-thanks .modal-dialog{
        max-width: 90%;
    }
}
@media(min-width: 768px){
    .PRVUniversalComment p.input input[name="NAME"]{
        width: 90%;
    }
    .PRVUniversalComment p.input{
        width: 50%;
    }
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/comments-list/style.css?1744939115706*/
.news-detail__comments-list-wrapper{
    margin-bottom: 60px;
}
.news-detail__comments-list-item{
    padding: 34px 0;
    border-bottom: 1px solid #EFF1F5; 
}
.news-detail__comments-list-item-title{
    display: flex;
    align-items: center;
}
.news-detail__comments-list-item-name{
    font-weight: 600;
    font-size: 1.2857em;
    line-height: 1.444444;
    margin-right: 30px;
    color: #212121;
}
.news-detail__comments-list-item-date{
    font-size: 0.9285em;
    color: #C5C5C5;
}
.news-detail__comments-list-item:first-child{
    border-top: 1px solid #EFF1F5; 
}
.news-detail__comments-list-item-text{
    font-size: 1.1428em;
    line-height: 1.625;
    color: #212121;
    margin-top: 28px;
}
/* End */
/* /bitrix/templates/newwindows2/components/bitrix/catalog/services/style.css?174493911588 */
/* /bitrix/templates/newwindows2/components/bitrix/catalog/services/bitrix/catalog.element/service_1/style.css?17449391158334 */
/* /bitrix/templates/newwindows2/components/bitrix/menu/page-sidebar-menu/style.css?17449391151358 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/detail-page-after-content/style.css?174493911511099 */
/* /bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/detail-page-projects/style.css?17449391161922 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/detail-page-products/style.css?17449391158889 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/news-detail-read-more/style.css?17449391153068 */
/* /bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.comments/element-comment-form/style.css?17449391161521 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/comments-list/style.css?1744939115706 */
