

/* Start:/bitrix/templates/buildmaterials/components/bitrix/news/promotion-page/bitrix/news.detail/.default/style.css?17065960126894*/
.news-detail__main-column{
	margin-bottom: 30px
}
.small-banner{
	max-width: 100%;
	margin-bottom: 40px;
}

@media(max-width: 768px) {
    .promotion-detail__preview{
        margin-top: 60px;
    }

    h1.promotion-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;
}
.container.promotion-page__container{
    width: 100%;
    max-width: 100%;
}
.promotion-detail__preview{
    background-color: #F9FCFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}
h1.promotion-detail__preview-title{
    color: #212121;
    font-size: 2.642857em;
    line-height: 1.5;
    margin: 0 0 17px;
}

.page-content .promotion-detail__preview-text p{
    color: #212121;
    line-height: 1.23;
    margin: 0 0 26px;
}
.promotion-detail__picture{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: relative;
}

.promotion-detail__content ul{
	list-style: none;
	padding: 0;
    margin: 26px 0 36px;
}
.promotion-detail__content ul li:before {
    content: "\2014";
    margin: 0 7px 0 -21px;
}
.promotion-detail__content ul li:first-of-type {
	margin-top: 0;
	line-height: 1.933em;
}
.promotion-detail__content ul li {
    margin: 8px 0 0 21px;
    list-style-type: none;
    position: relative;
}
.promotion-detail__consultation-btn{
    font-size: 0.8571em;
    text-transform: uppercase;
    color: #212121;
    padding: 19px;
    text-align: center;
    line-height: 1;
    display: block;
}
.promotion-detail__consultation{
    border: 1px solid #EFF1F5;
    position: sticky;
    top: 80px;
	background-color: #fff;
	margin-bottom: 20px;
}
.promotion-detail__consultation-inner .hr{
	height: 1px;
    background-color: #EFF1F5;
}
.promotion-detail__consultation-inner{
	padding: 40px 10px 0;
        background-color: #fff;
}
.promotion-detail__consultation-inner > svg{
	display: block;
	margin: 0 auto;
	width: 44.85px;
	height: 35.7px;
}
.promotion-detail__consultation-btn:hover, .promotion-detail__consultation-btn:focus {
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.page-content .promotion-detail__consultation-title{
	font-size: 1.2857em;
	text-align: center;
	margin: 31px 0 18px;
}
.page-content .promotion-detail__consultation-subtitle{
	font-size: 1em;
	color: #212121;
	text-align: center;
	line-height: 1.33333em;
	margin: 0 0 32px
}
.promotion-detail__preview > .container > .row{
        min-height: 483px;
        padding: 20px 0;
}
.promotion-detail__preview .btn{
    margin-bottom: 10px;
}
.promotion-detail__advantages{
    margin-top: 50px;
}
@media(min-width: 768px){
    .promotion-detail__preview{
        background-color: #F9FCFF;
        margin-bottom: 47px;
    }
    .promotion-detail__preview .btn{
        margin-bottom: 0;
    }
}
@media(min-width: 992px){
    .promotion-detail__picture{
        top: 30px;
    }

}
@media(min-width: 1200px){
    .promotion-detail__picture{
        top: 62px;
    }
}


/*nav*/

.promotion-desc__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.promotion-desc__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.promotion-desc__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.promotion-desc__list-group-item.active:hover,
.promotion-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;
}
.promotion-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;
}
.promotion-desc__dropdown-tab-panel:hover,
.promotion-desc__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.promotion-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;
}
.promotion-desc__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.promotion-desc__tab-panel-nav{
    margin-bottom: 30px;
}
.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;
}

/*table price-list*/

.promotion-detail__price-list{
    overflow: auto;
    max-width: 100%;
}

.promotion-detail__price-list > table{
    width: 100%;
}
.promotion-detail__price-list > table td,
.promotion-detail__price-list > table th{
    font-size: 1em;
    height: 60px;
    vertical-align: middle;
    padding: 0 20px;
    color: #212121;
    font-weight: normal;
}
.promotion-detail__price-list > table td:nth-child(n + 2),
.promotion-detail__price-list > table th:nth-child(n + 2){
    text-align: center;
}
.promotion-detail__price-list > table td:nth-child(n + 2){
    font-weight: bold;
}
.promotion-detail__price-list thead > tr{
    background: var(--prv_color_bg);
}

.promotion-detail__price-list thead > tr > th{
    color: #fff;
}

.promotion-detail__price-list tbody > tr:nth-child(2n + 1){
    background-color: #F8F9FB;
}
.page-content p.promotion-detail__prop-title{
    font-size: 1.8571em;
    color: #212121;
    line-height: 1;
    margin: 55px 0 35px;
}
.promotion-detail__preview + .container{
    margin-bottom: 100px;
}
.promotion-detail__consultation-btn-back{
    margin-top: 35px;
}
@media(min-width: 768px){
    .promotion-detail__price-list > table td,
    .promotion-detail__price-list > table th{
        font-size: 1.1428em;
        padding: 0 40px 0 30px;
    }
}
.promotion-detail__preview-order-btn{
    margin-right: 38px;
}

/* End */


/* Start:/bitrix/templates/buildmaterials/components/bitrix/main.include/detail-page-after-content/style.css?170659601111541*/
.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/buildmaterials/components/bitrix/main.include/feedback_2/style.css?17065960115951*/
.total_content .page-footer-buttons-block a:not(:last-of-type) {
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.total_content .page-footer-buttons-block a {
  margin: 0;
}

.main-page__section.scroll_feedback {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.main-page__section.scroll_feedback .feedback-form__header h4 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 3em;
  line-height: 120%;
  margin-bottom: 4px;
}
.main-page__section.scroll_feedback .feedback-form__header p {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 35px;
}
.main-page__section.scroll_feedback .feedback-block-main {
  display: flex;
}
.main-page__section.scroll_feedback .feedback-block-main .feedback-form {
  padding: 106px 0 78px;
  position: relative;
  z-index: 2;
}
.main-page__section.scroll_feedback .feedback-block-main .feedback-image {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: flex;
  align-items: flex-end;
}
.main-page__section.scroll_feedback .feedback-block-main .feedback-image .page-footer-img {
  height: fit-content;
  margin: 0;
}
.main-page__section.scroll_feedback .feedback-block-main .input-group {
  margin-bottom: 10px;
}
.main-page__section.scroll_feedback .feedback-block-main .input-group .prv_from_group {
  margin-right: 24px;
}
.main-page__section.scroll_feedback .feedback-block-main .input-group .prv_from_group .label_text {
  background: #FFFFFF;
  border-radius: 2px;
  width: 360px;
  height: 80px;
}
.main-page__section.scroll_feedback .feedback-block-main .btn-submit-counter .btn {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.16;
  text-align: center;
  color: #FFFFFF;
  background: #000000;
  border-radius: 2px;
  border-color: #000000;
  height: 80px;
}
.main-page__section.scroll_feedback .feedback-block-main .custom-control-label:after {
  background-color: #444444;
}
.main-page__section.scroll_feedback .feedback-block-main .agree-checkbox-block {
  color: #212121;
}
.main-page__section.scroll_feedback .feedback-block-main .agree-checkbox-block a {
  color: #212121;
}
.main-page__section.scroll_feedback .feedback-block-main .thanks_container {
  color: #FFFFFF;
}
.main-page__section.scroll_feedback .feedback-block-main .thanks_container .modal_heading h3 {
  color: #FFFFFF;
}
.main-page__section.scroll_feedback .feedback-block-main .thanks_container .modal_description .clsp-1, .main-page__section.scroll_feedback .feedback-block-main .thanks_container .modal_description .clsp-2 {
  fill: #ffffff;
  fill-rule: evenodd;
}
.main-page__section.scroll_feedback .feedback-block-main .thanks_container .thanks_container-close-btn-block .btn {
  background: #000000;
  border: #000000;
}
.main-page__section.scroll_feedback .page-footer-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.main-page__section.scroll_feedback .page-footer-img img:last-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-page__section.scroll_feedback .page-footer-img img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@media (max-width: 992px) {
  .feedback-block-main .feedback-image {
    display: none;
  }
  .feedback-block-main .feedback-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .feedback-block-main .feedback-image {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main-page__section.scroll_feedback .feedback-form__header h4 {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .main-page__section.scroll_feedback .feedback-form__header p {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .main-page__section.scroll_feedback .feedback-block-main {
    position: relative;
    z-index: 3;
  }
  .main-page__section.scroll_feedback .feedback-block-main .feedback-form {
    padding: 30px 0 0;
  }
  .main-page__section.scroll_feedback .feedback-block-main .feedback-form .feedback-form__content {
    margin: 0;
  }
  .main-page__section.scroll_feedback .feedback-block-main .input-group .prv_from_group {
    width: 100%;
    margin-right: 0;
  }
  .main-page__section.scroll_feedback .feedback-block-main .input-group .prv_from_group .label_text {
    width: 100%;
  }
  .main-page__section.scroll_feedback .feedback-block-main .btn-submit-counter {
    width: 100%;
  }
  .main-page__section.scroll_feedback .feedback-block-main .btn-submit-counter .btn {
    width: 100%;
  }
  .main-page__section.scroll_feedback .page-footer-img {
    position: relative;
    top: 0;
    right: 0;
    height: 0;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 116%;
  }
  .main-page__section.scroll_feedback .page-footer-img img:last-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
  .main-page__section.scroll_feedback .page-footer-img img:first-child {
    display: none;
  }
  .main-page__section.scroll_feedback .page-footer-img img:nth-child(2) {
    position: absolute;
    width: 100%;
    bottom: 50%;
    z-index: 2;
    display: block;
  }
}
@media (max-width: 576px) {
  .feedback-block-main {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .feedback-block-main .feedback-image {
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .feedback-block-main .feedback-form .feedback-form__content {
    margin: 0 5% 0 5%;
  }
  .feedback-block-main .feedback-form .feedback-form__content .feedback-form__header h4 {
    font-size: 2.5em;
  }
  .feedback-block-main .feedback-form .feedback-form__content .feedback-form__header p {
    font-size: 1em;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/buildmaterials/components/prvolga.buildmaterials/universal.feedback/callback_counter_feedback_new/style.css?17065960127932*/
@media(max-width: 768px){
  .captcha-block{
    overflow: hidden;
    margin-bottom: 25px;
  }
}
.btn-submit-counter .btn,
.thanks_container-close-btn-block .btn {
    width: 100%;
}

.feedback_block .feedback_modal {
    padding-bottom: 0px;
}

.feedback_block .PRVUniversalFeedback .error_text {
    color: red;
}

.feedback_block .prv_from_group {
    margin-bottom: 14px;
    position: relative;
}

.feedback_block .prv_from_group label {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #555555;
    font-size: 1em;
}

.feedback_block .prv_from_group .label_text {
    height: 53px;
    border-radius: 10px;
    border: none;
    background: #DCE9FF;
    padding: 15px 26px;
    width: 100%;
    resize: none;
}

.feedback_block .prv_from_group .label_text.error {
    color: #FF636C;
    border: 1px solid #FF636C;
    background: #FFF7F7;
}

.feedback_block .custom-control-input.error + .custom-control-label,
.feedback_block .custom-control-input.error + .custom-control-label a {
    color: #FF636C;
}

.feedback_block .prv_from_group .label_text:focus {
    color: var(--prv_btn_color);
    border: 1px solid var(--prv_btn_color);
    background: #EFF5FF;

}

.feedback_block .label_text:focus + label,
.feedback_block .label_text:not(:placeholder-shown) + label {
    top: -16px;
    font-size: .8em;
}

.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus {
    border-color: var(--prv_color);
}

.feedback_block .thanks_container .modal_heading,
.feedback_block .feedback_modal .modal_heading {
    margin: 0px 0 20px;
}

.feedback_block .thanks_container .modal_heading h3,
.feedback_block .feedback_modal .modal_heading h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
	font-size: 23px;
	font-weight: 600;
	line-height: normal;
	color: var(--prv_color);
}

.feedback_block .feedback_modal .modal_heading h3 span {
    color: var(--prv_interactive_color);
}

.thanks_container h5 {
    margin: 10px 0 10px;
}

.feedback_block .feedback_modal .checkbox_cnt {
    margin: 4px 0px 0px;
}

.feedback_block .feedback_modal .help-block {
    display: none !important;
}

.feedback_block .agree-checkbox-block {
    margin-bottom: 32px;
}

.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}

.close_modal_btn {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .feedback_block .feedback_modal .modal-heading {
        margin: 12px 0;
    }

    .feedback_block .feedback_modal .checkbox_cnt {
        margin: 0 0 5px;
    }
    .feedback_block .agree-checkbox-block.custom-checkbox {
        padding-bottom: 16px;
    }
}

.feedback_block .feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_block .feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_block .feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_block .feedback_modal textarea::-webkit-input-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]::-moz-placeholder,
.feedback_block .feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_block .feedback_modal input[type="email"]::-moz-placeholder,
.feedback_block .feedback_modal textarea::-moz-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]:-moz-placeholder,
.feedback_block .feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_block .feedback_modal input[type="email"]:-moz-placeholder,
.feedback_block .feedback_modal textarea:-moz-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_block .feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_block .feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_block .feedback_modal textarea:-ms-input-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_block .feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_block .feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_block .feedback_modal textarea:focus::-webkit-input-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_block .feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_block .feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_block .feedback_modal textarea:focus::-moz-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_block .feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_block .feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_block .feedback_modal textarea:focus:-moz-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_block .feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_block .feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_block .feedback_modal textarea:focus:-ms-input-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input.error[type="text"]::-webkit-input-placeholder,
.feedback_block .feedback_modal input.error[type="tel"]::-webkit-input-placeholder,
.feedback_block .feedback_modal input.error[type="email"]::-webkit-input-placeholder,
.feedback_block .feedback_modal textarea.error::-webkit-input-placeholder {
    color: #FF636C;
}

.feedback_block .feedback_modal input.error[type="text"]::-moz-placeholder,
.feedback_block .feedback_modal input.error[type="tel"]::-moz-placeholder,
.feedback_block .feedback_modal input.error[type="email"]::-moz-placeholder,
.feedback_block .feedback_modal textarea::-moz-placeholder {
    color: #FF636C;
}

.feedback_block .feedback_modal input.error[type="text"]:-moz-placeholder,
.feedback_block .feedback_modal input.error[type="tel"]:-moz-placeholder,
.feedback_block .feedback_modal input.error[type="email"]:-moz-placeholder,
.feedback_block .feedback_modal textarea.error:-moz-placeholder {
    color: #FF636C;
}

.feedback_block .feedback_modal input.error[type="text"]:-ms-input-placeholder,
.feedback_block .feedback_modal input.error[type="tel"]:-ms-input-placeholder,
.feedback_block .feedback_modal input.error[type="email"]:-ms-input-placeholder,
.feedback_block .feedback_modal textarea.error:-ms-input-placeholder {
    color: #FF636C;
}


.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}

.modal_description .clsp-2 {
    opacity: 0.1;
}

.feedback_block .checkbox_cnt {
    display: flex;
}

@media (min-width: 500px) {
    .api-star-rating {
        float: left;
        margin-right: 15px;
    }
}

.api-star-rating-label {
    line-height: 32px;
}

.api-star-rating i {
    display: inline-block;
    height: 28px;
    width: 29px;
    cursor: pointer
}

.api-star-rating i {
    background: url("/bitrix/templates/buildmaterials/components/prvolga.buildmaterials/universal.feedback/callback_counter_feedback_new/./sprite.png") no-repeat 0 -57px;
}

.api-star-rating i.active {
    background-position: -29px -57px;
}

.rounded{
    margin-top: 20px;
}

.btn-submit-counter{
    text-align: center;
}
.feedback-submit-wrapper button, .feedback-submit-wrapper button:focus{
    padding: 16px 52px;
}
.feedback-submit-wrapper button svg{
    margin-left: 5px;
}

/* End */


/* Start:/bitrix/templates/buildmaterials/components/bitrix/news.list/work.stage/style.css?17065960111760*/
.work_stage .heading h2 {
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  color: #000000;
}
.work_stage .heading h2:before {
  content: "";
  border-bottom: 4px solid var(--prv_interactive_color);
  box-shadow: 0px 1px 5px rgba(238, 0, 14, 0.2);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -9px;
}

.work-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
}
.work-stage .item {
  width: 20%;
  padding: 0 23px;
  margin-bottom: 28px;
}
.work-stage .item:first-child {
  padding-left: 15px;
}
.work-stage .item:last-child {
  padding-right: 15px;
}
.work-stage .item .work-stage_wrapper {
  background: #FFF5F5;
  border-radius: 4px;
  padding: 22px 22px 17px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: stretch;
  height: 183px;
  justify-content: space-between;
}
.work-stage .item .work-stage_wrapper .icon {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.work-stage .item .work-stage_wrapper .icon svg path {
  fill: var(--prv_color_bg);
}
.work-stage .item .work-stage_wrapper .title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #000000;
}
.work-stage .item .work-stage_wrapper img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.work-stage .item:first-child .work-stage_wrapper img {
  right: 25px;
}

@media (max-width: 992px) {
  .work-stage .item {
    width: 33.333%;
  }
}
@media (max-width: 576px) {
  .work-stage .item {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .work-stage .item {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/buildmaterials/components/bitrix/main.include/heading/style.css?1712901748772*/
.block-header {
  position: relative;
}

.heading {
  position: relative;
  font-size: 2.1428571em;
  line-height: 1.066;
  margin-bottom: 6px;
  color: #000000;
}

.total_content .heading {
  margin-bottom: 48px;
}

.about-section .heading {
  margin-bottom: 30px;
}

.scroll_news .heading {
  margin-bottom: 18px;
}

.partners-section .heading {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .heading h2 {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .total_content .all_services_link,
  .total_content .block_details_link,
  .total_content .block-header .block-header__right,
  .total_content .block-header .all_services_link,
  .total_content .block-header .block_details_link {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/buildmaterials/components/bitrix/news.list/day.product/style.css?17065960119942*/
.products_slider_owl .owl-stage{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.products_slider_owl .owl-item{
    height:auto!important;
}

.day_product-wrapper .left img{
    max-height: 475px !important;
    height: 100% !important;
    width: 100% !important;
}

.day_product-wrapper .row {
    margin-left:-30px;
    margin-right:-30px;
}
.products_slider_owl .owl-stage-outer {
    padding-top:30px;
}
.products_slider_item {
    background:#fff;
    border-radius:20px;
    padding: 25px 20px 20px 20px;
    height: 100%;
    position: relative;
    transition: all .2s ease;
}
.products_slider_item__bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    transition: .2s ease;
    border: 1px solid #EEF1F4;
}
@media(min-width: 768px){

}

.products_item_container {
    position: relative;;
    display:flex;
    flex-direction:column;
    height: 100%;
}
.products_info_block {
    display:block;
    position:relative;
    color:#212121;
}
.products_info_block:hover,
.products_info_block:focus {
    text-decoration:none;
    color:#212121;
}
.day_product-wrapper .product_detail_btn {
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    width:135px;
    transform:translate(-50%,-50%);
}
.day_product-wrapper .products_slider_item:hover .product_detail_btn {
    display:block;
}
.day_product-wrapper .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;
    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 {
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
.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;
}
.buy_btn_container {
    /*display: none;*/
}
.products_svg_fill {
    fill:var(--prv_btn_color);
}
@media (min-width: 992px) {
    .buy_btn_block {
        display:none;
    }
    .buy_btn_container {
        bottom: -5px;
    }
}
.day_product-wrapper .products_slider_item:hover .buy_btn_container {
    display:block;
    position: relative;
}
.day_product-wrapper .products_slider_item:hover .buy_btn_block {
    display:block;
    position: absolute;
    right: 0;
}
.day_product-wrapper .products_slider_item:hover .products_slider_item__bg{
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -30px;
    top: -10px;
}

.in_cart {
    font-size:14px;
    color:#0A9200;
}
.in_cart:hover {
    color:#0A9200;
}
.in_cart .fa-check-circle{
    display:block;
    position:absolute;
    bottom:0;
    left:0;
}
.nav-tabs.products-section__tabs-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.nav-tabs.products-section__tabs-list{
    margin-right: 6px;
}
.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;
}
.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;
}
.nav-tabs.products-section__tabs-list .nav-link:hover:after,
.nav-tabs.products-section__tabs-list .nav-link.active:after{
    background: var(--prv_interactive_color);
}
.nav-tabs.products-section__tabs-list .nav-link.active{
    color: var(--prv_btn_color);
    background: transparent;
}
.nav-tabs.products-section__tabs-list .nav-link:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}
/*owl style*/
.day_product-wrapper .owl_btn-right a,
.day_product-wrapper .owl_btn-right a:focus,
.day_product-wrapper .owl_btn-left a,
.day_product-wrapper .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.day_product-wrapper .owl-prev{
    left: -18px;
}
.day_product-wrapper .owl-next{
    right: -18px;
}
.day_product-wrapper .owl-next,
.day_product-wrapper .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.day_product-wrapper .owl-dots{
    bottom: auto;
}
.day_product-wrapper .owl-next a .carousel-arrow,
.day_product-wrapper .owl-prev a .carousel-arrow{
    fill: #757575;
}
.day_product-wrapper .owl-next:not(.disabled):hover .carousel-arrow,
.day_product-wrapper .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
.day_product-wrapper .products_buy_btn:hover{
    opacity: 0.7;
}
.day_product-wrapper .products_buy_btn.in_cart {
    display:none;
}
.day_product-wrapper .buy_block.in .products_buy_btn.in_cart {
    display:block;
}
.buy_block{
    margin-top: auto;
}
.buy_block .btn{
    width: 100%;
}
.day_product-wrapper .buy_block.in .products_buy_btn.to_cart,
.day_product-wrapper .buy_block.loading .products_buy_btn.to_cart,
.day_product-wrapper .buy_block.loading .products_buy_btn.in_cart {
    display:none;
}
.day_product-wrapper .buy_block .buy_loader {
    font-size: 24px;
    text-align:center;
    display:none;
    outline: none;
    line-height: normal;
    margin: 0 auto;
    color: var(--prv_color);
}
.day_product-wrapper .buy_block.loading .buy_loader {
    display:block;
}
.day_product-wrapper .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%;
}
@media (max-width: 768px) {
    .buy_btn_block {
        display: flex;
        justify-content: flex-end;
    }
    .day_product-wrapper .products_slider_item:hover .buy_btn_block {
        display: flex;
        justify-content: flex-end;
        position: relative;

    }
    .buy_btn_container{
        display: block;
    }
}
/* End */
/* /bitrix/templates/buildmaterials/components/bitrix/news/promotion-page/bitrix/news.detail/.default/style.css?17065960126894 */
/* /bitrix/templates/buildmaterials/components/bitrix/main.include/detail-page-after-content/style.css?170659601111541 */
/* /bitrix/templates/buildmaterials/components/bitrix/main.include/feedback_2/style.css?17065960115951 */
/* /bitrix/templates/buildmaterials/components/prvolga.buildmaterials/universal.feedback/callback_counter_feedback_new/style.css?17065960127932 */
/* /bitrix/templates/buildmaterials/components/bitrix/news.list/work.stage/style.css?17065960111760 */
/* /bitrix/templates/buildmaterials/components/bitrix/main.include/heading/style.css?1712901748772 */
/* /bitrix/templates/buildmaterials/components/bitrix/news.list/day.product/style.css?17065960119942 */
