

/* Start:/bitrix/templates/business/components/bitrix/news.list/slider-modal/style.css?17695789052697*/

.head-slide {
	padding-top: 100px;
	min-height: 380px;
	position: relative;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	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;
}
.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:24px 0 55px;
    font-family: var(--prv_font_family);
    max-width: 580px;
}
.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{
		min-height: 633px;
    }
}

.counter_block{
	margin-right: 15px;
    width: 100%;
    max-width: 460px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    border-radius: 10px;
    z-index: 10;
    padding: 20px 25px 25px 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,245,245,1)), to(rgba(234,235,243,1)));
    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(234,235,243,1) 100%);
    background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(234,235,243,1) 100%);
}
.counter-wrapper{
	position: relative;
}
.counter-container{
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto
}
.counter-container .row{
	height: 100%;
}

@media(max-width: 1199.98px){
    .counter_block{
        display: none;
	}

}
@media(min-width: 1199.98px){
	.slider_text_left {
		max-width: calc(100% - 500px);
	}
}

@media(max-width: 460px){
	#head_owl .head-slide{
		background-position: 80%;
	}
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/main.include/heading/style.css?1769578905386*/
.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?17695789052244*/

.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;
}

@media(max-width: 500px) {
    .advantage-cnt{
        margin: 0 auto;
    }
}

.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: -25%;
    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;
	}
}


.all-advantages{
margin: 0;
    display: grid !important;
    justify-content: normal;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    grid-gap: 30px;
}

.all-advantages .advantage-cnt{
    flex: none;
    max-width: 250px;
}
/* End */


/* Start:/bitrix/templates/business/components/bitrix/catalog.sections.top/services_2/style.css?17695789051641*/
.sect_service_cnt{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.sections_services [class*="col-"]{
    padding: 15px 15px 0;
}
.sections_services [class*="col-"]:nth-child(-n+3){
    padding: 15px;
}
.services_subheading{
    font-size: 2em;
    margin-bottom: 38px;
    line-height: 1.3571428;
}
.services_desc{
    color: #757575;
    font-size: 1em;
    line-height: 1.7857142;
    margin-bottom: 32px;
}

.sect_service_cnt{
    height: 230px;
}
.sect_service_cnt:hover .sect_service_heading{
    display: none;
}
.sect_service_cnt:hover .sect_service_bg{
    display: block;
}
.sect_service_cnt:hover .sect_service_desc{
    display: flex;
}
.sect_service_heading{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--prv_interactive_color);
    font-size: 1.0714285em;
    line-height: 1.2857142;
    color: #fff;
    padding: 16px 20px;
}
.sect_service_bg{
    display: none;
    background: var(--prv_interactive_color);
    opacity: .8;
    height: 100%;
    z-index: 1;
}
.sect_service_desc{
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    color: #fff;
    align-items: center;
}

@media (max-width: 991px) {
    .services_subheading {
        font-size: 1.714285em;
        line-height: normal;
    }
    .services_desc {
        line-height: 1.42857;
    }
}
@media (max-width: 767px) {
    .sections_services{
        margin-top: 40px;
    }
    .services_subheading{
        margin-bottom: 30px;
    }
}
/* End */


/* Start:/bitrix/templates/business/components/bitrix/catalog.section/services_2_main/style.css?17695789041696*/
.services-sections>.container{
    position: relative;
}
.sect_service_cnt{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 230px;
    overflow: hidden;
}

.sect_service_block {
    margin-bottom: 22px;
}

.sect_service_heading{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--prv_interactive_color);
    font-size: 1.0714285em;
    line-height: 1.2857142;
    color: #fff;
    padding: 16px 20px;
    transition: 0.9s;
}
.sect_service_bg{
    visibility: hidden;
    opacity: 0;
    background: var(--prv_interactive_color);
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 182px;
    transition: top .3s, visibility .3s, opacity 10s;
    left: 0; 
    right: 0;
    bottom: 0;
}
.sect_service_desc{
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    color: #fff;
    align-items: center;
}
@media (max-width: 767px) {
    .sections_services{
        margin-top: 40px;
    }
    .services_subheading{
        margin-bottom: 30px;
    }
}
@media (max-width: 479px) {
    .sections_services [class*="col-"]{
        width: 100%;
    }
}
@media(min-width: 768px){
    .sect_service_cnt:hover .sect_service_heading{
        visibility: none;
        opacity: 0;
        transition: 0s;
    }
    .sect_service_cnt:hover .sect_service_bg{
        visibility: visible;
        opacity: .8;
        top: 0px;
        transition: top .3s, visibility .3s, opacity .3s;
    }
    .sect_service_cnt:hover .sect_service_desc{
        display: flex;
    }
}
/* End */


/* Start:/bitrix/templates/business/components/bitrix/catalog.sections.top/video_about_us/style.css?17695789053569*/
.scroll_video_about_us .owl-theme .owl-nav.disabled+.owl-dots {
  bottom: -30px;
}
.video-about-us .owl-item{
  height: auto;
}
.video-about-us .owl-stage{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.video-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;
}
.video-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.video-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;
}
.video-section__dropdown-tab-panel:focus, .video-section__dropdown-tab-panel:active {
	color: #000;
	text-decoration: none;
}


.video{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.video__video{
	position: relative;
  min-height: 248px;
  overflow: hidden;
}
.video__video .fancybox{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	z-index: 10;
  transition: .3s;
}
.video__video svg{
	position: absolute;
    top: calc(50% - 7px);
    right: calc(50% - 7px);
}

.video__video .fancybox::before{
  content:url('/bitrix/templates/business/local/img/play-button.svg');
  position: absolute;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%) rotate(0);
  width: 83px;
  z-index: 11;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  transition: .5s;
  transform-origin: 45% 47%;
}
.video__video .fancybox::after{
  content: "";
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 83px;
  height: 83px;
  background: var(--prv_interactive_color);
  border-radius: 50%;
  cursor:pointer;
  transition: .5s;
  z-index: 10;
}

.video__title{
	font-size: 1.2814285em;
	font-weight: 600;
  margin-bottom: 15px;
}
.video__price{
	background: var(--prv_interactive_color);
	color: #fff;
	margin-top: auto;
	align-self: flex-start;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 2px;
	margin-top: auto;
  margin-bottom: 25px;
  font-size: 1em;
}
.video__desc{
	font-size: 1em;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.video-about-us .item{
	height: 100%;
}

.owl-item .item .video .video__video img{
  height: 100%;
  transition: .3s;
}
.video__video .fancybox:hover{
  transition: .3s;
}
.video__video .fancybox:hover::before{
      transform: translate(-50%, -50%) rotate(360deg);
      transition: .5s;
}
.video__video .fancybox:hover img{
  transform:scale(1.1);
  transition: .3s;
}
.video__video .bg-shadow{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .3s;
}

.video__wrapper{
  background: #F8F9FB;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 40px;
  position: relative;
  height: 100%;
}
.video__desc::before{
  content: url(/bitrix/templates/business/local/img/left-quote.svg);
  position: absolute;
  left: -10px;
  top: -5px;
  z-index: -1;
}
@media(max-width: 390px){
  .video__video .fancybox::before {
      top: 51%;
      left: 51%;
  }
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/news.list/reviews_main_2/style.css?17695789053417*/
.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/team_block/style.css?17695789053613*/
.total_content .scroll_team{
  padding-bottom: 0;
}
@media(max-width: 768px){
  .total_content .scroll_team{
    padding-bottom: 60px;
  }
}
.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;
}
.worker-list__header{
	padding-bottom: 15px;
}
.worker-list__picture{
	width: 100%;
}
.worker-list__info > *,
.worker-list__image{
	margin: 0 auto;
}
.worker-list__info-block-title{
	margin: 0;
	text-transform: uppercase;
	font-size: 0.8571em;
	line-height: 22px;
}
.worker-list__info-block-value{
	margin: 0;
	line-height: 25px;
	font-weight: bold;
	font-size: 1em;
}
.worker-list__info > *{
	margin-bottom: 28px;
}
.worker-list__description{
	padding-top: 5px;
	line-height: 25px;
	color: #757575;
	margin-bottom: 0;
	font-size: 1em;
}
.worker-list__info-block-inline{
	margin-right: 15px;
	margin-bottom: 8px;
	display: inline-block;
}
.worker-list__info-block-value.name{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5714em;
}
.worker-list_info-block-grey{
	background-color: #EEF1F4;
	border-radius: 10px;
	padding: 13px 57px 13px 31px;
	display: inline-block;
}
.worker-list__image{
	margin-bottom: 36px;
}
.worker-list__image > div{
	border-radius: 100%;
	overflow: hidden;
    max-width: 330px;
    max-height: 330px;
}
.worker-list__section-description{
	color: #757575;
}
.worker-list__description + a.btn{
	margin: 20px 0 0;
}
@media(min-width: 560px){
    #team .block_details_link{
        top: 32px;
    }
}
@media(min-width: 576px){
	.worker-list__image > div{
		max-width: 150px;
		max-height: 150px;
	}
}
@media(min-width: 599px) and (max-width: 767px){
	.worker-list__block .col-xs-12:first-child{
		width: 40%;
	}
	.worker-list__block .col-xs-12:last-child{
		width: 60%;
	}
	.worker-list__image{
		margin-bottom: 0px;
	}
}
@media(min-width:768px){
	.worker-list__block{
		text-align: left;
                padding: 0;
	}
	.worker-list__block > *{
		margin: 0 64px 0 0;
	}
	.worker-list__description{
		margin-bottom: 0;
		font-size: 1em;
	}
	.worker-list__info-block-inline{
		margin-right: 70px;
	}
	.worker-list__info-block-inline + .worker-list__info-block-inline{
		margin-right: 0;
	}
	.worker-list__image > div{
		margin: 24px auto 0;
		max-width: 160px;
                max-height: 160px;
	}
	.worker-list__info-block-value{
		font-size: 1.1428em;
	}
}
@media(min-width: 992px){
	.worker-list__info-block-inline{
		margin: 0 83px 0 0;
	}
	.worker-list__image > div{
		max-width: 250px;
		max-height: 250px;
	}
}

/*owl style*/
#team_owl .owl_btn-right a,
#team_owl .owl_btn-right a:focus,
#team_owl .owl_btn-left a,
#team_owl .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
#team_owl .owl-prev{
    left: -24px;
}
#team_owl .owl-next{
    right: -24px;
}
#team_owl .owl-next,
#team_owl .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
#team_owl .owl-dots{
    bottom: auto;
}
#team_owl .owl-next a .carousel-arrow,
#team_owl .owl-prev a .carousel-arrow{
    fill: #757575;
}
#team_owl .owl-next:not(.disabled):hover .carousel-arrow,
#team_owl .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/catalog.sections.top/projects_2/style.css?17695789054486*/
.total_content .scroll_projects{
  padding-bottom: 20px;
}
@media(max-width: 991px){
  .scroll_projects .projects-section__container{
    padding:0 40px;
  }
}
.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;
}

.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;
}
.projects-section__project-block{
    margin-bottom: 30px;
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/news.list/news_3/style.css?17695789052971*/
.str-title {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.str-desc {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.scroll_news .owl-theme .owl-nav.disabled+.owl-dots {
	bottom: -35px;
}
.carousel-news-mobile{
	display: none;
}
.news-item{
	display: block;
	text-decoration: none;
	margin-top: 30px;
        color: #212121;
        position: relative;
}
.news-item:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
    color: #212121;
}
.news-item:hover,
.news-item:focus{
	text-decoration: none;
        color: #212121;
}
.news-item__img{
	height: 158px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
        position: relative;
        display: block;
}
.news-item__body{
	padding: 27px 20px 40px;
	position: relative;
	min-height: 180px;
	background-color: #fff;
	border: 1px solid #EEF1F4;
        z-index: 2;
}
.news_section{
	color: #212121;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.2857em;
}
.news-item__preview-text{
    color: #707070;
    margin-top: 10px;
}
.news-item__name > a,
.news-item__name > a:focus{
    font-size: 1.4285em;
    color: #212121;
}
.news-item__date{
	color: #707070;
	font-size: 0.8571em;
	text-transform: lowercase;
}
.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-item-first .news-item__body{
		width: 100%;
	}
	.news-item__body{
		min-height: 140px;
	}
	.carousel-news-mobile{
		display: block;
	}
	.carousel-news{
		display: none!important;
	}
	.news-item__preview {
		border-left: 1px solid #EEF1F4;
	}
}
@media(min-width: 768px){
	.news-item-first{
		height: 338px;
		position: relative;
	}
	.news-item-first .news-item__img{
		height: 100%;
	}
	.news-item-first .news-item__body{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
	}
        .news-item__body{
            height: calc(100% - 158px);
        }
}
@media(min-width: 992px){
	.news-item-first .news-item__body{
		max-width: 262px;
	}
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/news.list/partners/style.css?17695789051723*/
.total_content .partners-section .partners-section{
    padding-bottom: 40px;
}
.partners-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.partners-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;
    }
}
.block_details_link:hover{
    color: #999;
}
.block_details_link:focus,
.block_details_link:hover{
    text-decoration: none;
}
.partners-section__partner-block{
    height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    margin: 0 auto;
}
.partners-section__partner-block > img{
    max-width: 100%;
    width: auto!important;
}
/*owl style*/
.owl-partners .owl_btn-right a,
.owl-partners .owl_btn-right a:focus,
.owl-partners .owl_btn-left a,
.owl-partners .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-partners .owl-prev{
    left: -24px;
}
.owl-partners .owl-next{
    right: -24px;
}
.owl-partners .owl-next,
.owl-partners .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-partners .owl-dots{
    bottom: auto;
}
.owl-partners .owl-next a .carousel-arrow,
.owl-partners .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-partners .owl-next:not(.disabled):hover .carousel-arrow,
.owl-partners .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/main.include/feedback_default/style.css?1769578905204*/
.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-modal/style.css?17695789052697 */
/* /bitrix/templates/business/components/bitrix/main.include/heading/style.css?1769578905386 */
/* /bitrix/templates/business/components/bitrix/news.list/advantages_2/style.css?17695789052244 */
/* /bitrix/templates/business/components/bitrix/catalog.sections.top/services_2/style.css?17695789051641 */
/* /bitrix/templates/business/components/bitrix/catalog.section/services_2_main/style.css?17695789041696 */
/* /bitrix/templates/business/components/bitrix/catalog.sections.top/video_about_us/style.css?17695789053569 */
/* /bitrix/templates/business/components/bitrix/news.list/reviews_main_2/style.css?17695789053417 */
/* /bitrix/templates/business/components/bitrix/news.list/team_block/style.css?17695789053613 */
/* /bitrix/templates/business/components/bitrix/catalog.sections.top/projects_2/style.css?17695789054486 */
/* /bitrix/templates/business/components/bitrix/news.list/news_3/style.css?17695789052971 */
/* /bitrix/templates/business/components/bitrix/news.list/partners/style.css?17695789051723 */
/* /bitrix/templates/business/components/bitrix/main.include/feedback_default/style.css?1769578905204 */
