

/* Start:/bitrix/templates/business/components/bitrix/news.list/slider/style.css?17896610112385*/
.head-slide {
	padding-top: 150px;
	min-height: 380px;
	position: relative;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center;
	color: #212121;
	background-color: #dedede;
}
.slider_header {
    font-weight: bold;
    font-family: var(--prv_font_family);
    font-size: 2em;
	line-height: 1.1;font-weight: 400;
}
.slider_text_left {
    justify-content: flex-start;
    text-align: left;
}
.slider_text_right {
    justify-content: flex-end;
    text-align: right;
}
.slider_text_center {
    justify-content: center;
    text-align: center;
}
.slider_color_lite {
    color:white;
}
.slider_color_dark {
    color:#212121;
}
.slider_color_site {
    color:var(--prv_color);
}
.slider_description{
	font-size: 1em;
	line-height: 1.5;
	margin:20px 0 30px;
    font-family: var(--prv_font_family);
}
.item_video_block {
    overflow:hidden;
}
.video_background {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
}
.head-slide a.btn.slider_color_lite,
.head-slide a.btn.slider_color_lite:focus{
    color: #fff;
}
.head-slide a.btn.slider_color_dark,
.head-slide a.btn.slider_color_dark:focus{
    color: #212121;
}
@media(max-width: 992px){
    .slider_header{
        margin-top: 50px;
    }
    .head-slide {
        padding-bottom: 50px;
    }
}
@media(min-width: 768px){
    .slider_header{
        font-size: 2.642857em;
    }
    .slider_description{
        font-size: 1em;
    }
    .head-slide{
        max-height: 633px;
    }
}
@media(max-width: 460px){
	#head_owl .head-slide{
		background-position: 80%;
	}
}

/* 2026-09-17 (Фаза 2, шаг 1): первый слайд виден до инициализации owlCarousel.
   Раньше .owl-carousel{display:none} прятал весь hero до отработки JS-бандла (~576 КБ),
   что на мобильном выглядело как «слайдер не инициализируется» и отодвигало LCP.
   После init owl оборачивает .item в .owl-item — правила перестают действовать сами. */
#head_owl:not(.owl-loaded) {
	display: block;
}
#head_owl:not(.owl-loaded) > .item + .item {
	display: none;
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/main.include/heading/style.css?1621861661409*/
.heading {
	position: relative;
	font-size: 2.1428571em;
	padding-bottom: 19px;
	line-height: 1.066;
	margin-bottom: 26px;
}

.total_content .heading {
	margin-bottom: 48px;
}
.scroll_news .heading{
	margin-bottom: 18px;
}
div>.heading:after{
	content: "";
	background: var(--prv_color_bg);
	border-radius: 4px;
	width: 75px;
    height:6px;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* End */


/* Start:/bitrix/templates/business/components/bitrix/news.list/advantages_2/style.css?16218616612026*/


.adv-icon-cnt {
	width: 155px;
    height: 155px;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    border: 1px dashed #888888;
    align-items: center;
    border-radius: 200px;
}

.adv-icon-cnt img {
    max-width:100%;
    max-height:100%;
}
.adv-text-cnt {
	color: #757575;
        text-align: center;
}
.adv-heading{
	font-size: 1.2857142em;
	font-weight: 600;
	margin-bottom: 9px;
	line-height: 1.22;
        text-align: center;

}
.all-advantages .col-xs-12:first-child .advantage-cnt{
	margin-left: 72px;
}
.all-advantages{
	display: flex;
	justify-content: space-between;
}
.advantage-image{
	display: flex;
	justify-content: center;
	position: relative;
}
.advantage-image::after{
	content: '';
    width: 67px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -47px;
    background-color: #888888;
}
.advantage-cnt:last-child .advantage-image::after{
	content: unset;
}
@media (max-width: 991px) {
	.advantage-cnt:nth-child(2) .advantage-image::after{
		content: unset;
	}
	.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(min-width: 768px){
    .advantage-cnt:hover .adv-icon-cnt{
         border: 2px dashed var(--prv_interactive_color);

    }

    .advantage-cnt:hover .adv-heading{
         color:  var(--prv_btn_color);

    }
}
@media(max-width: 576px){
	.advantage-image::after{
		content: unset;
	}
}

@media(min-width: 1500px){
    .adv-icon-cnt {
		width: 140px;
		height: 140px;
	}
}

@media(max-width: 375px){
	.adv-icon-cnt {
    width: 120px;
    height: 120px;
	}
	.adv-text-cnt {
    font-size: 0.9em;
	}
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/catalog.sections.top/services_default/style.css?16218616611871*/
#services>.container{
    position: relative;
}
.sect_service_cnt{
    border: 1px solid #EEF1F4;
    background-color: #fff;
    display:flex;
    align-items:center;
}
.sect_service_cnt:hover{
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
}
.sect_service_block {
    margin-top:30px;
}
.sect_service_block:hover {
    z-index: 1;
}
.sect_service_block:first-child {
    margin-top:0px;
}
@media (min-width: 1200px) {
    .sect_service_block:nth-child(2) {
        margin-top:0px;
    }
}
.sect_service_img{
    width: 226px;
    min-height: 226px;
    margin-right: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-self:stretch;
    flex-grow: 0;
    flex-shrink: 0;
    display:block;
    cursor: pointer;
}
.sect_service_list{
    padding: 26px 26px 26px 0px;
    width: calc(100% - 266px);
    flex-grow: 5;
    flex-shrink: 5;
}
.sect_service_list>ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.sect_service_cnt a:focus{
    text-decoration: none;
}
.sect_service_cnt a:hover{
    color: var(--prv_btn_color);
}

.sect_service_link{
    font-size: 1.35714285em;
    margin-bottom: 8px;
    display: block;
}
.sect_service_link,
.sect_service_link:focus{
    color: #212121;
}
.sect_service_list ul a{
    color: #757575;
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .sect_service_img{
        margin-right: 20px;
    }
    .sect_service_list{
        padding: 16px 16px 16px 0px;
    }
}
@media (max-width: 576px) {
    .sect_service_cnt{
        display:block;
    }
    .sect_service_img{
        width:100%;
        margin-right:0px;        
    }
    .sect_service_list{
        width:100%;
        padding: 26px 26px 26px 26px;
    }
}
/* End */


/* Start:/bitrix/templates/business/components/bitrix/main.include/about_default/style.css?16218616602022*/
.about-section{
	position: relative;
	padding-bottom: 100px;
}
.img_wrapper{
	width: calc(50% - 30px);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-section__subheading{
	font-size: 1.7142em;
	margin-bottom: 10px;
	line-height: 1.58em;
	margin-top: -13px;
}
.about-section__button-container{
	margin-top: 30px;
}
.about-section__button-container .btn{
	display: inline-block;
	margin-right: 20px;
}
.about-section__button-container .btn:last-child{
	margin-right: 0;
}
.about-section__text{
	line-height: 22px;
	color: #757575;
	font-size: 1em;
	line-height: 1.7857em;
}
.about-section .heading{
	margin-top: 0;
}
.about-section__text ul{
	padding-left: 0;
	margin: 30px 0 36px;
}
.about-section__text ul li{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding-left: 12px;
	position: relative;
	margin-right: 16px;
}
.about-section__text ul li:before{
	content: "\2022 ";
	position: absolute;
	left: 0;
}
.about-section__text ul li:last-child{
	margin-right: 0;
}
@media(max-width: 1199px){
    .about-section{
        margin-top: 70px;
    }
}
@media (max-width: 991px) {
	.img_wrapper{
        min-height: 100%;
	}
	.total_content>div>section.about-section{
		padding-bottom: 0;
                margin-bottom: 0;
	}
	.about-section__button-container{
		margin: 30px 0;
	}
	.about-section__button-container .btn{
		margin-bottom: 12px;
	}
	.about-section__subheading br{
		display: none;
	}
	.about-section .heading{
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.img_wrapper{
        width: 100%;
        position:relative;
		padding-top: 66.6%;
		min-height: unset;
	}
	.about-section__text{
		font-size: 1em;
		line-height: 25px;
	}
	.about-section__subheading{
		font-size: 1.2857em;
	}
}

@media (max-width: 1199px){
	.about-section {
	    margin-top: 0px;
	}
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/news.list/reviews_main_2/style.css?16218616613585*/
.reviews-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.reviews-section__container{
    position: relative;
}
.reviews-section__person{
    margin-bottom: 30px;
    position: relative;
}
.stars_cnt{
    margin-bottom: 20px;
    width:100%;
}
.star{
    height: 18px;
    width: 18px;
    margin-right: 8px;
    display: inline-block;
}
.star .star_icon{
    fill: #E1E1E1;
}
.star.active .star_icon{
    fill: #EFCE4A;
}
.reviews-section__person-photo{
    height: 94px;
    width: 94px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 42px;
    border-radius: 100%;
}
.reviews-section__person-position{
    font-size: 0.8571em;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 4px;
    margin-top: 20px;
}
.reviews-section__person-name{
    font-size: 1.7142em;
    font-weight: 600;
}
.review-text{
    color: #757575;
    margin-bottom: 16px;
    font-size: 1em;
}
.review_more{
    font-size: 1.1428em;
    font-weight: 600;
}
.review_more,
.review_more:hover,
.review_more:focus{
    color: var(--prv_color);
}
.review_rating_value {
    display: none !important;
}
/*owl style*/
.owl-reviews .owl_btn-right a,
.owl-reviews .owl_btn-right a:focus,
.owl-reviews .owl_btn-left a,
.owl-reviews .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-reviews .owl-prev{
    left: -24px;
}
.owl-reviews .owl-next{
    right: -24px;
}
.owl-reviews .owl-next,
.owl-reviews .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-reviews .owl-dots{
    position: relative;
    margin-bottom: -31px;
}
@media(min-width: 768px){
    .owl-reviews .owl-dots{
        margin-bottom: -11px;
    }
}
.owl-reviews .owl-next a .carousel-arrow,
.owl-reviews .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-reviews .owl-next:not(.disabled):hover .carousel-arrow,
.owl-reviews .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
.morelink.review_more{
    margin-top: 16px;
    text-decoration: none!important;
    font-size: 1rem;
}
.reviews-file{
    margin-top: 20px;
}
.reviews-file__title{
    font-weight: 600;
    font-size: 1.2857em;
    padding-right: 20px;
    margin-bottom: 20px;
    display: block;
}
/* files */
.reviews-file__list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.reviews-file__files-item{
    display: flex;
    align-items: center;
    width: 180px;
    margin: 0 32px 20px 0;
    overflow: hidden;
}
.reviews-file__files-image-block{
    margin-right: 9px;
    height: 31.25px;
    width: 25px;
}

.reviews-file__files-item-link{
    font-size: 1.2857em;
}

.reviews-file__files-item-link,
.reviews-file__files-item-link:focus,
.reviews-file__files-item-link:hover,
.reviews-file__files-item-link:active,
.reviews-file__files-item-link:active:hover,
.reviews-file__files-item-link:active:focus{
    color: #212121;
}
@media(max-width: 767px){
    .reviews-section .review-text,
    .reviews-file__files-item-link,
    .reviews-file__title,
    .reviews-section .review_more{
        font-size: 1em;
    }
}
@media (min-width: 768px) {
    .stars_cnt{
        padding-top:18px;
    }
    .reviews-section__person{
        padding-left: 32px;
    }
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/news.list/news_default/style.css?16218616612826*/
.scroll_news .owl-theme .owl-nav.disabled+.owl-dots {
	bottom: -20px;
}
.carousel-news-mobile{
	display: none;
}
.news-item{
	display: block;
	text-decoration: none;
	margin-bottom: 30px;
	height: 166px;
	position: relative;
	padding-left: 166px;
	background-color: #fff;
}
.news-item > a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 7;
}
.news-item:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
}
.news-item:hover,
.news-item:focus{
	text-decoration: none;
}
.news-item__img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 166px;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
        display: block;
}
.news-item__preview{
	padding: 13px 16px 45px 31px;
	position: relative;
	height: 100%;
	border: 1px solid #EEF1F4;
	border-left: none;
}
.news-item:hover .news-item__preview{
	border-color: transparent;
}
.news-item__preview-text{
    color: #707070;
    margin-top: 10px;
}
.news-item__date{
	color: #707070;
	font-size: 0.8571em;
	text-transform: lowercase;
}
.news-item__bottom{
    position: absolute;
    bottom: 16px;
    left: 32px;
    right: 32px;
    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);
}
.news-item__name > a,
.news-item__name > a:focus{
    font-size: 1.4285em;
    color: #212121;
}
@media(max-width: 767px){
	.news-item__preview-text{
		line-height: 22px;
		font-size: 14px;
	}
	.news-item__img{
		width: 100%;
		position: unset;
		height: 158px;
	}
	.news-item__preview{
		padding: 16px 16px 60px 16px;
		height: auto;
		min-height: 140px;
	}
	.news-item{
		padding-left: 0;
		height: unset;
	}
  .news-item__bottom{
      left: 16px;
      right: 16px;
  }
  .news-item > a{
      position: static;
  }
	.carousel-news-mobile{
		display: block;
	}
	.carousel-news{
		display: none!important;
	}
	.news-item__preview {
		border-left: 1px solid #EEF1F4;
	}
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/catalog.sections.top/projects_1/style.css?16218616615596*/
.scroll_projects .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.projects-section__container{
    position: relative;
}
.block_details_link{
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display:block;
    margin-bottom:17px;
}
@media (min-width: 560px) {
    .block_details_link{
        position: absolute;
        right: 15px;
        margin-bottom:0px;
        top: 32px;
    }
}
.block_details_link:hover{
    color: #999;
}
.block_details_link:focus,
.block_details_link:hover{
    text-decoration: none;
}
.all_projects{
    margin-bottom: 60px;
}
.projects-section__project-wrapper{
    height: 237px;
    display: block;
    position: relative;
    overflow: hidden;
}
.projects-section__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;
}
.projects-section__project-wrapper:hover > .projects-section__project-background{
    transform: scale(1.1);
}
.projects-section__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)
}
.projects-section__project-heading-section{
    opacity: .7;
    font-size: 0.7142em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.projects-section__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: -24px;
}
.owl-projects .owl-next{
    right: -24px;
}
.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{
    position: relative;
    margin-bottom: -11px;
    bottom: auto!important;
}
.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);
}
.nav.projects-section__tabs-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.projects-section__tabs-list>li{
    margin-right: 6px;
}
.projects-section__tabs-list>li>a{
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
}
.projects-section__tabs-list>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.projects-section__tabs-list>li:hover>a:after,
.projects-section__tabs-list>li>a.active:after{
    background: var(--prv_interactive_color);
}
.projects-section__tabs-list>li>a.active{
    color: var(--prv_btn_color);
}
.projects-section__tabs-list>li>a:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}
.projects-section__dropdown-tabs-wrapper {
    padding-bottom:25px;
}
.projects-section__list-group {
    margin-bottom:0px;
}
.projects-section__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.projects-section__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.projects-section__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.projects-section__list-group-item.active:hover,
.projects-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;
}
.projects-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;
}
.projects-section__dropdown-tab-panel:hover,
.projects-section__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.projects-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;
}
.projects-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.projects-section__tab-panel-nav{
    margin-bottom: 30px;
}
@media(max-width: 991px){
    .total_content .projects-section__container{
        padding-bottom: 0px;
    }
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/main.include/feedback_default/style.css?1621861660213*/
.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;
}

/* End */
/* /bitrix/templates/business/components/bitrix/news.list/slider/style.css?17896610112385 */
/* /bitrix/templates/business/components/bitrix/main.include/heading/style.css?1621861661409 */
/* /bitrix/templates/business/components/bitrix/news.list/advantages_2/style.css?16218616612026 */
/* /bitrix/templates/business/components/bitrix/catalog.sections.top/services_default/style.css?16218616611871 */
/* /bitrix/templates/business/components/bitrix/main.include/about_default/style.css?16218616602022 */
/* /bitrix/templates/business/components/bitrix/news.list/reviews_main_2/style.css?16218616613585 */
/* /bitrix/templates/business/components/bitrix/news.list/news_default/style.css?16218616612826 */
/* /bitrix/templates/business/components/bitrix/catalog.sections.top/projects_1/style.css?16218616615596 */
/* /bitrix/templates/business/components/bitrix/main.include/feedback_default/style.css?1621861660213 */
