

/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/style.css?163041508116904*/
.ns-section-maxwidth{
	padding: 0 15px;
	box-sizing: border-box;
}

/* top section */
.ns-top-section{
	background: url("/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/background_top.jpg") no-repeat;
	background-size: cover;
}
.ns-top-section__breadcrumbs{
	padding: 26px 24px 41px 24px;
}

/* title block */
.ns-top-section__title-block{
	padding: 10px 0;
}
.ns-top-section__title-block__h1{
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #222222;
}

/* list item in title block */
.body .ns-list{

}
.body ul.ns-list li{
	position: relative;
	padding: 0 0 0 40px;
	margin-bottom: 25px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	color: #222222;
}
.body ul.ns-list li b{
	font-weight: 400;
}
.body ul.ns-list li:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 24px;
	background: url('/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/icon_item.png');
}

/* note in title block */
.ns-top-section__title-block__note{
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	color: #7c7c7c;
}

/* form */
.ns-form-callback-price{
	background: #5e7fa3aa;
	padding: 10px;
}
.ns-form-callback-price__wrap{
	padding: 50px;
	border: 1px solid #ffffff27;
}

.ns-form-callback-price__title{
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin-bottom: 25px;
}

.ns-form-callback-price__input{
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

.ns-form-callback-price__input label{
	font-size: 15px;
	line-height: 27px;
	font-weight: 300;
	color: #ffffff;
}

.ns-form-callback-price__input input{
	height: 45px;
	background-color: #ffffff;
	border-radius: 2px;
	border: 0;
	padding: 0 15px;
}

.ns-form-callback-price__button{
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 2px;
	color: #fff;
	text-align: center;
}

.ns-form-callback-price__button:hover,
.ns-form-callback-price__button:active{
	background-color: #fff;
	color: #5e7fa3aa;
}

/* banner */
.ns-banner-map{
	height: 200px;
	background-color: #53b586;
	box-shadow: 0px 1px 50px 0px rgba(32,68,51,0.05);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
	margin: 0 0 40px 0;
}

@media (max-width: 991px) {
	.ns-banner-map{
		display: none;
	}
}

.ns-banner-map__img{
	background: url('/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/map.png') center no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}
.ns-banner-map__text{
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	padding: 20px 0 0 0;
}

/* sidebar */
.ns-wrap-sidebar{
	padding: 0 48px 0 0;
}

@media (max-width: 991px) {
	.ns-wrap-sidebar{
		padding: 0;
	}
}


/* tizers */
.ns-tizers{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 40px -12px;
}

@media (max-width: 991px) {
	.ns-tizers{
		display: none;
	}
}

.ns-tizers__item{
	background-color: #ffffff;
	box-shadow: 0px 1px 50px 0px rgba(0,0,0,0.05);
	border-radius: 5px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	flex-grow: 1;
	flex-basis: 0;
	margin: 0 12px;
}

/* .ns-tizers__item_map{
	background-color: transparent;
	box-shadow: none;
} */

.ns-tizers__item__img{
	background-size: contain;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.ns-tizers__item__img_map{
	background-image: url('/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/icon_map.png');
}

.ns-tizers__item__img_call{
	background-image: url('/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/icon_call.png');
}

.ns-tizers__item__img_gerb{
	background-image: url('/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/icon_gerb.png');
}

.ns-tizers__item__text{
	text-align: center;
	padding: 20px 0 0 0;
	font-family: Roboto;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #222222;
}

/* section list */
.ns-section-list-section{
	padding: 90px 0 40px 0;
}

.ns-section-list__title{
    font-family: Roboto;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #222222;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ns-section-list__title:before,
.ns-section-list__title:after{
    content: "";
    display: block;
    width: 39px;
    height: 1px;
    background-color: #53b586;
    top: 50%;
    margin: 0 15px;
}

.ns-section-list__title:before{
    left: 0;
}
.ns-section-list__title:after{
    right: 0;
}

.ns-section-list__items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

@media (max-width: 991px) {
	.ns-section-list__items{
		display: flex;
		flex-direction: column;
	}
}

.ns-section-list__items__item__img{
    text-align: center;
}

.ns-section-list__items__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ns-section-list__items__item__name{
    font-family: Roboto;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #222222;
    padding: 20px 0 0 0;
    text-align: center;
    margin-top: auto;
}

.ns-section-list__items__item__button{
    margin-top: 20px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #53b586;
    border-radius: 2px;
    font-family: Roboto;
    font-size: 15px;
    line-height: 45px;
    font-weight: 400;
    color: #1e744b;
    padding: 0 30px;
}

.ns-section-list__items__item__button:hover,
.ns-section-list__items__item__button:active{
    color: #fff;
    background-color: #1e744b;
}

/* ask a question */
.ns-ask-question{
    width: 100%;
	height: 340px;
    background-color: #53b586;
    box-shadow: 0px 1px 50px 0px rgba(32,68,51,0.05);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	padding: 40px;
}

.ns-ask-quetion__img{
	background-size: contain;
	width: 57px;
	height: 57px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/icon_call_white.png");
}

.ns-ask-quetion__text{
	font-family: Roboto;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin: auto 0;
}

.ns-ask-quetion__button{
	line-height: 45px;
	background-color: #ffffff;
	border-radius: 2px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 400;
	color: #1e744b;
	padding: 0 30px;
	border: 1px solid #fff;
}

.ns-ask-quetion__button:hover,
.ns-ask-quetion__button:active{
	color: #fff;
	background-color: transparent;
}


/* price */
.ns-price-section{
	background: url("/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/background_price.jpg") no-repeat;
	background-size: cover;
	padding: 80px;
}

@media (max-width: 991px) {
	.ns-price-section{
		padding: 80px 15px;
	}
}

.ns-price-section__title{
	font-family: Roboto;
	font-size: 28px;
	line-height: 40px;
	font-weight: 400;
	color: #222222;
	text-align: center;
}

.ns-price-table-wrap{
	overflow-x: auto;
}

.ns-price-table{
	margin: 20px auto;
	border-radius: 2px;
	max-width: 990px;
	width: 100%;
}

.ns-price-table thead{
	background-color: #53b586;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #ffffff;
}

.ns-price-table tr{
	height: 50px;
}

.ns-price-table th,
.ns-price-table td{
	padding: 10px 17px;
}

.ns-price-table td{
	font-size: 15px;
	line-height: 20px;
	color: #222222;
}

.ns-price-table tbody tr{
	background-color: #fbfbfb;
}

.ns-price-table tbody tr:nth-child(2n){
	
	background-color: #f2f6f4;
}

.ns-price-table__price-name{
	position: relative;
	width: 60%;
}

.ns-price-table__price-name__text{
	font-weight: 300;
	text-decoration: underline;
	display: inline-block;
}

.ns-price-table__price-name__text:hover,
.ns-price-table__price-name__text:active{
	color: #1e744b;
}

.ns-price-table__price-name__note{
	font-size: 14px;
	font-weight: 400;
	color: #828282;
	width: 22px;
	height: 22px;
	background-color: #e7e7e7;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
	text-align: center;
	margin: 0 0 0 20px;
}

.ns-price-table__price-name__note:hover,
.ns-price-table__price-name__note:active{
	background-color: #53b586;
	color: #fff;
}

.ns-price-table__price-name__note-text{
	display: none;
}

.ns-price-table__price-name__note:hover + .ns-price-table__price-name__note-text{
	display: inline-block;
}

.ns-price-table__price-value{
	font-weight: 400;
	width: 15%;
	white-space: nowrap;
}

.ns-price-table__price-button{
	cursor: pointer;
	font-weight: 400;
	text-decoration: underline;
	color: #1e744b;
}

/* step by step */
.ns-step-by-step-section{
	padding: 85px 0 60px 0;
}

.ns-step-by-step-block{
	border: 1px solid #53b586;
	border-radius: 2px;
}

.ns-step-by-step-block__title{
	height: 88px;
	line-height: 88px;
	background-color: #53b586;
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	color: #ffffff;
}

.ns-step-by-step-block__info{
	padding: 80px 45px;
}

.ns-step-by-step-block__info__text-block__icons_block{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.ns-step-by-step-block__info__text-block__icons_block__icon{
	width: 100px;
	height: 100px;
	background-color: #53b586;
	border-radius: 2px;
	border: 1px solid #53b586;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin: 36px 0;
}

.ns-step-by-step-block__info__text-block__icons_block__icon_calc{
	background-image: url("/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/icon_calc.png");
}

.ns-step-by-step-block__info__text-block__icons_block__icon_doc{
	background-image: url("/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/icon_doc.png");
}

.ns-step-by-step-block__info__text-block__icons_block__icon_car{
	background-image: url("/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/icon_car.png");
	background-color: transparent;
}

.ns-step-by-step-block__info__text-block__icons_block__icon_pen{
	background-image: url("/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/icon_pen.png");
}

.ns-step-by-step-block__info__text-block__icons_block__icon_doc2{
	background-image: url("/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/icon_doc2.png");
}

.ns-step-by-step-block__info__text-block__icons_block__icon__number{
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	color: #53b586;
	text-align: center;
	position: absolute;
	left: 0;
	width: 50%;
	border-right: 1px solid #61c193;
}

.ns-step-by-step-block__info__text-block__icons_block__icon__number_top{
	top: -36px;
}

.ns-step-by-step-block__info__text-block__icons_block__icon__number_bottom{
	bottom: -36px;
}

.ns-step-by-step-block__info__text-block__icons_block__line{
	height: 1px;
	background-color: #61c193;
	flex: 1;
}

.ns-step-by-step-block__info__text-block{
	display: flex;
}
.ns-step-by-step-block__info__text-block__text{
	flex: 1;
	display: flex;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	flex-direction: column;
    justify-content: flex-end;
}

.ns-step-by-step-block__info__text-block__text__title{
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #222222;
	padding: 10px 0;
}

.ns-step-by-step-block__info__text-block__text__title_green{
	color: #53b586;
}


.ns-step-by-step-block__info__text-block__text_01{
	flex: 1.3;
}
.ns-step-by-step-block__info__text-block__text_02{
	flex: 1;
}
.ns-step-by-step-block__info__text-block__text_03{
	flex: 2;
}
.ns-step-by-step-block__info__text-block__text_04{
	flex: 1;
}
.ns-step-by-step-block__info__text-block__text_05{
	flex: 1.3;
}

.ns-step-by-step-block__info__text-block__text_top{
	justify-content: flex-start;
}

@media (max-width: 660px) {
/* 	.ns-step-by-step-block__info__text-block__text__title{
		font-size: 16px;
		line-height: 18px;
	}
	.ns-step-by-step-block__info__text-block__text{
		font-size: 14px;
		line-height: 18px;
	} */
	.ns-step-by-step-block__info__text-block{
		flex-direction: column;
	}
	.ns-step-by-step-block__info__text-block__text__title:before{
		color: #53b586;
		font-weight: 600;
		padding: 0 5px 0 0;
	}
	.ns-step-by-step-block__info__text-block__text_01 .ns-step-by-step-block__info__text-block__text__title:before{
		content: "01";
	}
	.ns-step-by-step-block__info__text-block__text_02 .ns-step-by-step-block__info__text-block__text__title:before{
		content: "02";
	}
	.ns-step-by-step-block__info__text-block__text_03 .ns-step-by-step-block__info__text-block__text__title:before{
		content: "03";
	}
	.ns-step-by-step-block__info__text-block__text_04 .ns-step-by-step-block__info__text-block__text__title:before{
		content: "04";
	}
	.ns-step-by-step-block__info__text-block__text_05 .ns-step-by-step-block__info__text-block__text__title:before{
		content: "05";
	}
}

/* help to */

.ns-help-to-section{
	max-width: 1000px;
	margin: 0 auto;
}


/* free cons */
.ns-free-cons-section{
	background: url("/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/background_free_cons.jpg") no-repeat;
	background-size: cover;
	padding: 80px;
}

.ns-free-cons-form-wrap{
	max-width: 1000px;
	margin: 0 auto;
}

.ns-free-cons-title{
	font-size: 25px;
	line-height: 27px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 35px;
}

.ns-free-cons-form{
	display: flex;
	margin: 0 -7px
}

.ns-free-cons-form__block{
	display: flex;
	flex-direction: column;
	flex: 1;
	flex-grow: 1;
    flex-basis: 0;
    margin: 0 7px;
	max-width: 300px;
	justify-content: flex-end;
}


@media (max-width: 991px) {
	.ns-free-cons-form{
		flex-direction: column;
	}
	.ns-free-cons-form__block{
		margin-top: 20px;
	}
}

.ns-free-cons-form__block label{
	font-size: 16px;
	line-height: 27px;
	font-weight: 300;
	color: #ffffff;
}

.ns-free-cons-form__block input{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #ffffff;
	border: 1px solid rgba(217,217,217,0.56);
	border-radius: 2px;
	padding: 0 15px;
}

.ns-free-cons-form__button{
	height: 45px;
	line-height: 45px;
	background-color: #53b586;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	display: block;
	width: 100%;
	border: 0;
	text-align: center;
	max-width: 220px;
}

.ns-free-cons-form__button:hover,
.ns-free-cons-form__button:active{
	background-color: #3cd089;
}

/* our clients */
.ns-our-clients-section{
	padding: 100px 0 70px 0;
}

/* seo text */

.ns-seo-text-section{
	background-image:  url("/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/text_img.jpg"), url("/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/background_text.jpg");
	background-repeat: no-repeat;
	background-position: right, left;
	background-size: 45%, 55%;
	padding: 120px 0;
}

.ns-seo-text-block{
	width: 55%;
	margin: 0 auto 0 0;
}

@media (max-width: 991px) {
	.ns-seo-text-section{
		background-size: 0, cover;
	}
	.ns-seo-text-block{
		width: 100%;
		margin: 0;
	}
}

.ns-seo-text-block__title{
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
	color: #222222;
}

.ns-seo-text-block__text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #4b4b4b;
}

/* text */

.ns-text-section{
	padding: 70px 0 90px 0;
	border-bottom: 1px solid #ececec;
}

/* questions */

.ns-question-section{
	padding: 70px 0 90px 0;
}

.ns-question-section .item-accordion-wrapper{
	border: 0;
}

.ns-question-section .item-accordion-wrapper .accordion-head{
	min-height: 60px;
	background-color: #fbfbfb;
	border: 1px solid #ebedec;
	border-radius: 2px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #222222;
	padding: 17px 15px;
}

.ns-question-section .accordion-type-1 .accordion-head .fa{
	background: none;
	color: #53b586;
	top: auto;
	right: 23px;
	font-size: 22px;
}

.ns-question-section .accordion-head.accordion-open + .panel-collapse,
.ns-question-section .item-accordion-wrapper.opened{
	background: none;
}

.ns-question-section .panel-collapse .accordion-body{
	padding: 23px 0;
}

.ns-question-section .accordion-head.accordion-open{
	background: #53b586;
	color: #fff;
}

.ns-question-section .accordion-type-1 .accordion-head.accordion-open .fa{
	color: #fff;
}

.ns-question-section .accordion-type-1{
	column-count:2;
	column-gap: 30px;
}

@media (max-width: 991px) {
	.ns-question-section .accordion-type-1{
		column-count:1;
	}
}

.ns-question-section .item-accordion-wrapper{
	page-break-inside: avoid;
}

/* form */

.ns-form-section{
	background: url("/bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/img/background_form.jpg") no-repeat;
	background-size: cover;
	padding: 100px 0;
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/menu/left_new_services/style.css?1627667990134*/
.ns-top-section .side-menu>li.active>a {
    background: #53b586;
}

.ns-top-section .side-menu{
    background-color: #fff;
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.list/service_new_our_clients_slider/style.css?16298579413200*/
.ns-help-to-title{
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #222222;
    text-align: center;
    margin: 0 0 60px 0;
}

.ns-our-clients-item{
    display: flex;
    max-width: 241px;
    max-height: 157px;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #ebedec;
    align-items: center;
    justify-content: center;
}

.ns-our-clients-item img{
    width: auto !important;
}


.ns-help-to-nav-slider .flex-control-nav li a {
    background: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4px;
    height: 4px;
}

.ns-help-to-nav-slider .flex-control-nav li a:before {
    content: "";
    background: #d8d8d8;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 2px);
    top: calc(50% - 2px);
}

.ns-help-to-nav-slider .flex-control-paging li a:hover,
.ns-help-to-nav-slider .flex-control-paging li a.flex-active{
    border: 1px solid #53b586;
    background: none;
}

.ns-help-to-nav-slider .flex-control-nav li a:before:hover,
.ns-help-to-nav-slider .flex-control-paging li a.flex-active:before{
    background-color: #c0e6d4;
}

.ns-our-clients-section .flex-control-nav{
    bottom: -60px;
}

.ns-our-clients-section .flexslider{
    margin-bottom: 70px;
}

.ns-help-to-nav-slider .flex-direction-nav a{
    font-size: 0;
}
.ns-help-to-nav-slider .flex-direction-nav a.flex-prev:before,
.ns-help-to-nav-slider .flex-direction-nav a.flex-next:before,
.ns-help-to-nav-slider .flex-direction-nav a:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: url('data:image/svg+xml;utf8,<svg height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(224, 224, 224)" d="M14.83 16.42l9.17 9.17 9.17-9.17 2.83 2.83-12 12-12-12z"/><path d="M0-.75h48v48h-48z" fill="none"/></svg>');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    margin: 0;
    transition: opacity 0.3s ease;
    background-size: contain;
    transform: rotate(90deg);
}

.ns-help-to-nav-slider .flex-direction-nav a.flex-next:before{
    transform: rotate(-90deg);
}

.ns-help-to-nav-slider .flex-direction-nav a{
    opacity: 1 !important;
    visibility: visible !important;
}

.ns-help-to-nav-slider .flex-direction-nav .flex-prev{
    left: -45px !important;
}

.ns-help-to-nav-slider .flex-direction-nav .flex-next{
    right: -45px !important;
}

.ns-help-to-nav-slider .flex-direction-nav a:hover:before,
.ns-help-to-nav-slider .flex-direction-nav a:active:before{
    background: url('data:image/svg+xml;utf8,<svg height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(83, 181, 133)" d="M14.83 16.42l9.17 9.17 9.17-9.17 2.83 2.83-12 12-12-12z"/><path d="M0-.75h48v48h-48z" fill="none"/></svg>');
}

@media (max-width: 991px) {
    .ns-help-to-nav-slider .flex-direction-nav{
        display: none;
    }

}
/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.list/service_new_review_doc_slider/style.css?16289084563084*/
.ns-help-to-title{
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #222222;
    text-align: center;
    margin: 0 0 60px 0;
}

.ns-our-clients-item{
    display: flex;
    max-width: 241px;
    max-height: 157px;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #ebedec;
    align-items: center;
    justify-content: center;
}

.ns-our-clients-item img{
    width: auto !important;
}


.ns-help-to-nav-slider .flex-control-nav li a {
    background: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4px;
    height: 4px;
}

.ns-help-to-nav-slider .flex-control-nav li a:before {
    content: "";
    background: #d8d8d8;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 2px);
    top: calc(50% - 2px);
}

.ns-help-to-nav-slider .flex-control-paging li a:hover,
.ns-help-to-nav-slider .flex-control-paging li a.flex-active{
    border: 1px solid #53b586;
    background: none;
}

.ns-help-to-nav-slider .flex-control-nav li a:before:hover,
.ns-help-to-nav-slider .flex-control-paging li a.flex-active:before{
    background-color: #c0e6d4;
}

.ns-our-clients-section .flex-control-nav{
    bottom: -60px;
}

.ns-our-clients-section .flexslider{
    margin-bottom: 70px;
}

.ns-help-to-nav-slider .flex-direction-nav a{
    font-size: 0;
}
.ns-help-to-nav-slider .flex-direction-nav a.flex-prev:before,
.ns-help-to-nav-slider .flex-direction-nav a.flex-next:before,
.ns-help-to-nav-slider .flex-direction-nav a:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: url('data:image/svg+xml;utf8,<svg height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(224, 224, 224)" d="M14.83 16.42l9.17 9.17 9.17-9.17 2.83 2.83-12 12-12-12z"/><path d="M0-.75h48v48h-48z" fill="none"/></svg>');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    margin: 0;
    transition: opacity 0.3s ease;
    background-size: contain;
    transform: rotate(90deg);
}

.ns-help-to-nav-slider .flex-direction-nav a.flex-next:before{
    transform: rotate(-90deg);
}

.ns-help-to-nav-slider .flex-direction-nav a{
    opacity: 1 !important;
    visibility: visible !important;
}

.ns-help-to-nav-slider .flex-direction-nav .flex-prev{
    left: -45px !important;
}

.ns-help-to-nav-slider .flex-direction-nav .flex-next{
    right: -45px !important;
}

.ns-help-to-nav-slider .flex-direction-nav a:hover:before,
.ns-help-to-nav-slider .flex-direction-nav a:active:before{
    background: url('data:image/svg+xml;utf8,<svg height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(83, 181, 133)" d="M14.83 16.42l9.17 9.17 9.17-9.17 2.83 2.83-12 12-12-12z"/><path d="M0-.75h48v48h-48z" fill="none"/></svg>');
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp2/vendor/fancybox4/fancybox.css?163087829915296*/
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:10050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:4px}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:4px}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/aspro/form.allcorp2/service_new_form/style.css?16297424162133*/
.styled-block{margin:4px 0 -25px !important;background:#eef2f4 !important;padding: 29px 0 53px !important;border:none !important;}
*[id^=comp] > .row{margin-left:0;margin-right:0;}

.ns-form-section .form.contacts .title{
    font-size: 28px;
    line-height: 27px;
    font-weight: 400;
    color: #ffffff;
}

.ns-form-section .form label{
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 3px;
}

.ns-form-section .form .form-group{
    margin-bottom: 15px;
}

.ns-form-section form .row .form-group.animated-labels label:not(.error){
    position: relative;
    top:0;
    left:0;
    right:0;
    bottom:0;
}


.ns-form-section .bx_filter input[type="checkbox"]+label:after,
.ns-form-section .filter input[type="checkbox"]+label:after,
.ns-form-section .bx_filter input[type="checkbox"]:checked+label:after,
.ns-form-section .filter input[type="checkbox"]:checked+label:after{
    background-color: transparent;
    border-color: #fff;
}

.ns-form-section .bx_filter input[type="checkbox"]+label:before,
.ns-form-section .filter input[type="radio"]+label:before,
.ns-form-section .bx_filter .bx_filter_select_arrow,
.ns-form-section .common_select .common_select-link .trigger {
    background: none;
}

.ns-form-section .bx_filter input[type="checkbox"] + label,
.ns-form-section .bx_filter input[type="radio"] + label,
.ns-form-section .bx_filter input[type="checkbox"]:checked + label,
.ns-form-section .bx_filter input[type="radio"]:checked + label{
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #ffffff;
}

.ns-form-section .bx_filter input[type="checkbox"] + label a,
.ns-form-section .bx_filter input[type="radio"] + label a,
.ns-form-section .bx_filter input[type="checkbox"]:checked + label a,
.ns-form-section .bx_filter input[type="radio"]:checked + label a{
    text-decoration: underline;
    color: #b4b4b4;
}

.ns-form-section .form-control{
    height: 45px;
}

@media (max-width: 991px) {
	.ns-form-section .bx_filter{
		background: none !important;
	}
}
/* End */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news/services_new/style.css?163041508116904 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/menu/left_new_services/style.css?1627667990134 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.list/service_new_our_clients_slider/style.css?16298579413200 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.list/service_new_review_doc_slider/style.css?16289084563084 */
/* /bitrix/templates/aspro-allcorp2/vendor/fancybox4/fancybox.css?163087829915296 */
/* /bitrix/templates/aspro-allcorp2/components/aspro/form.allcorp2/service_new_form/style.css?16297424162133 */
