/*  Reset styles
	------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none;}

@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("FuturaPT"), url(../fonts/FuturaPT-Light.woff2) format("woff2"),
		url('../fonts/FuturaPT-Light.ttf') format('truetype');
}

@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("FuturaPT"), url(../fonts/FuturaPT-Book.woff2) format("woff2"),
		url('../fonts/FuturaPT-Book.ttf') format('truetype');
}

@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("FuturaPT"), url(../fonts/FuturaPT-Medium.woff2) format("woff2"),
		url('../fonts/FuturaPT-Medium.ttf') format('truetype');
}

@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("FuturaPT"), url(../fonts/FuturaPT-Demi.woff2) format("woff2"),
		url('../fonts/FuturaPT-Demi.ttf') format('truetype');
}

@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("FuturaPT"), url(../fonts/FuturaPT-Bold.woff2) format("woff2"),
		url('../fonts/FuturaPT-Bold.ttf') format('truetype');
}

@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local("FuturaPT"), url(../fonts/FuturaPT-ExtraBold.woff2) format("woff2"),
		url('../fonts/FuturaPT-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("FuturaPT"), url(../fonts/FuturaPT-Heavy.woff2) format("woff2"),
		url('../fonts/FuturaPT-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: Junegull;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Junegull"), url(../fonts/Junegull.woff2) format("woff2"),
		url('../fonts/Junegull.ttf') format('truetype');
}

@font-face {
    font-family: PTSansPro;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("PTSansPro"), url(../fonts/PTSansPro-Bold.woff2) format("woff2"),
		url('../fonts/PTSansPro-Bold.ttf') format('truetype');
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
a {
	color: var(--color-black);
	outline: none;
	-webkit-transition: 0.3s;
			transition: 0.3s;
	text-decoration:none;
}
a:hover{text-decoration:none;}
svg {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
}
img {
	max-width: 100%;
}
video {
	max-width: 100%;
}
ol{ counter-reset: myCounter;}
ol li{ list-style: none;}
ol li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: var(--color-green);
	display: inline-block;
	text-align: center;
	font-weight: 700;
	font-size: calc(20px + 6*var(--respon));
	line-height: calc(30px + 9*var(--respon));
	letter-spacing: 0.02em;
	vertical-align:middle;
}
ul li { list-style-type: none; }
ul li::before {
	color: var(--color-green);
	content: "•";
	font-size: 16px;
	vertical-align: text-bottom;
	margin-right: 8px;
}
ul li > span {
	display: inline-block;
	width: calc(100% - 18px);
	vertical-align: top;
}
p {
	margin-bottom: 20px;
	line-height: 28px;
}
@media (min-width:1280px) {
	body {
		--respon:1px;
		--respon-banner:1px;
	}
}
@media (min-width:768px) and (max-width:1279px) {
	body {
		--respon: calc((100vw - 768px)/511);
	}
}
@media (max-width:768px) {
	body {
		--respon: 0px;
	}
}
@media (min-width:391px) and (max-width:1279px) {
	body {
		--respon-banner: calc((100vw - 391px)/888);
	}
}
@media (max-width:390px) {
	body {
		--respon-banner: 0px;
	}
}

/*  body
	------------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
	--color-basic:#151515;
	--color-black:#000;
	--color-white:#fff;
	--color-lightgreen:#ace2c9;
	--color-darkgreen:#05864A;
	--color-gray:#f5f5f5;
	--color-green:#01b763;
}
html,
body {
	/* height: 100%; */
}
body {
	position: relative;
	color: var(--color-basic);
	background-color: var(--color-white);
	font-size:16px;
	line-height: 25px;
	font-weight:500;
    font-family: 'PT Sans', sans-serif;
}
.h1, .h2,
h1, h2{
	font-weight:700;
	font-size:calc(28px + 10*var(--respon)); 
	line-height: calc(32px + 11*var(--respon));
	color: var(--color-black);
	margin:0;
	font-family: 'FuturaPT', sans-serif;
}
.h1, h1{
	text-transform: uppercase;
	margin-bottom: 23px;
}
.h2, h2 {
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.fnt14{font-size:14px;line-height:19px;}
.fnt20{font-size:20px;line-height:27px;}
.fnt24{font-size:24px;line-height:32px;}
.fnt30{font-size:30px;line-height:40px;}

.btn {
	border-radius: 6px;
	background-color: var(--color-green);
	height: 60px;
	font-size: 20px;
	text-align: center;
	color: var(--color-white);
	font-weight: 500;
	line-height: 60px;
	font-family: 'PT Sans', sans-serif;
	display: inline-block;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	cursor: pointer;
	padding: 0 22px;
	/* letter-spacing: 1.6px; */
}
.btn:hover{background-color: var(--color-darkgreen);}
.wrapper {
	overflow: hidden;
	margin: 0 auto;
	height: 100%;
}
.row {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
			align-items: flex-start;
}
.row_space_between {
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.row_justify_center {
	-webkit-justify-content: center;
			justify-content: center;
}
.wrap-items {
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}
.row_center{
	-webkit-align-items: center;
			align-items: center;
}
.row_end{
	-webkit-align-items: flex-end;
			align-items: flex-end;
}
.row_justify_end{
	-webkit-justify-content: flex-end;
			justify-content: flex-end;
}
.row_reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.stretch{align-items: stretch;}
.margin_auto{margin-left:auto;margin-right:auto;}
.container{
	max-width:1232px;
	margin:0 auto;
	position: relative;
	padding:1px;
}
.owl-theme .owl-nav [class*="owl-"] {
	border-radius: 0;
	position: absolute;
	width: 32px;
	height: 32px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	top: 50%;
	transform: translateY(-50%);
	background:transparent;
}
.owl-theme .owl-nav [class*="owl-"]:hover {background:transparent;}
.owl-theme .owl-nav [class*="owl-"] svg{height: 32px;}
.owl-theme .owl-nav [class*="owl-"]:hover svg{}
.owl-carousel .owl-nav .owl-prev {left:10px;}
.owl-carousel .owl-nav .owl-next {right:10px;}
.owl-carousel .owl-nav .owl-prev svg {transform: rotate(180deg);}
.fw500{font-weight:500;}
.bold{font-weight:700;}
.normal{font-weight:400;}
.txt_uppercase{text-transform: uppercase;}
.txt_no_uppercase{text-transform: none;}
.txt_right{text-align:right;}
.txt_center{text-align:center;}
.txt_left{text-align:left;}
.d_block{display:block;}
.d_ib{display:inline-block;}
.d_flex{display:flex;}
/*  form UI	------------------------------------------------------- */
.form_block {
	border-radius: 50px;
	background-color: var(--color-gray);
	padding: 35px 60px 60px;
}
.form_block_ttl {
	font-size: calc(17px + 9*var(--respon));
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #71b8db;
	padding-bottom: 13px;
	margin-bottom: calc(15px + 3*var(--respon));
}
.form_sub_ttl {
	line-height: 1.5;
	text-align: center;
	margin: 0 auto calc(7px + 13*var(--respon));
	font-size: calc(12px + 10*var(--respon));
	letter-spacing: calc(0.1px + 0.2*var(--respon));
}
.form_block_ttl:after{
	content:'';
	display:block;
	background-color: #71b8db;
	position: absolute;
	left: 50%;
	top: 100%;
	transform:translateX(-50%);
	width: 200px;
	height: 3px;
}
input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
select, input, textarea {
	font-family: 'FuturaPT', sans-serif;
	border: 1px solid #262626;
	border-radius: 4px;
	background-color: var(--color-white);
	margin: 0 0 10px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 50px;
	text-transform: none;
	padding: 0 0px 0 15px;
	font-size: 21px;
	font-weight: 500;
	color: var(--color-basic);
}
input.focus,
select:focus,
input:focus,
textarea:focus {}
.error select,
.error input,
.error textarea {
	border-color: var(--color-green);
}
.error label{color:var(--color-green);}
.error label:after{
	content:'!';
	color:var(--color-green);
}
textarea {
	height: 100px;
	padding-top: 15px;
	margin-bottom: 20px;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: #bdbdbd;
	opacity: 1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: #bdbdbd;
}
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder {
	color: #bdbdbd;
}
select {
	padding-left: 15px;
	background-image: url('../img/down-chevron.png'); 
	background-repeat: no-repeat;
	background-position: right 20px center;
}
label {
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 8px;
	display: block;
	font-weight: 600;
}
input[type="submit"], 
button[type="submit"], 
.submit {
	font-size: 23px;
	cursor: pointer;
	padding: 0;
	border: none;
}
.radiobox_block input,
.checkbox_block input{display:none;}
.checkbox_block label {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
	color:var(--color-basic);
	font-weight:400;
}
.checkbox_block label::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background-color: var(--color-green);
	border-radius: 2px;
	width: 22px;
	height: 22px;
	transition: none;
	/* border: solid 1px var(--color-basic); */
}
.checkbox_block input:checked + label:before {
	background-image: url('../img/checked.svg');
	background-repeat: no-repeat;
	background-position: center center;
	border-color:var(--color-green);
}
.radiobox_block label span, 
.checkbox_block label span {
	display: inline-block;
	width: calc(100% - 33px);
	vertical-align: middle;
}
/* .form_block .checkbox_block label span {white-space: nowrap;} */
.radiobox_block label span{vertical-align: middle;}
.radiobox_block label {
	line-height: 20px;
	margin-bottom: 13px;
	font-size:16px
}
.radiobox_block label::before {
	content: ' ';
	display: inline-block;
	border-width: 1px;
	border-color: var(--color-gray);
	border-style: solid;
	border-radius: 50%;
	background-color: var(--color-white);
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 10px;
	transition: none;
}
.radiobox_block input:checked + label::before {
	border: 4px solid var(--color-green);
}
.form_block_inside .row .checkbox_block {
	padding-top: 8px;
	width: 100%;
	flex: auto 0 0;
}
input[type="file"] {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor:pointer;
}
.file_upload{position:relative;}
.file_upload svg{
	fill:var(--color-blue);
	width:15px;
}
.file_upload span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.form_block .btn {
	max-width: 285px;
}
.btn_block {margin-top: 10px;}
/* ------------------------------------------------------- */
.breadcrumbs {
	width: 100%;
	font-size: 12px;
	color: var(--color-gray);
	margin-top: 0;
	margin-bottom: 0;
	line-height: 16px;
}
.separator,
.breadcrumbs a{
	color:var(--color-gray);
}
.separator {
	display:inline-block;
	background:url('../img/arrow_left_s.svg') no-repeat 0 0;
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-right: 3px;
}
.header {
	padding-top: 10px;
	position: relative;
	padding-bottom: 5px;
}
.menu li::before,
.li_no_marker li::before{content:none;}
.menu_block {
	width: 615px;
	padding-top: 13px;
	font-size: 17px;
}
.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	letter-spacing: 0.8px;
}
.menu a{color:var(--color-basic);}
.menu a:hover{color:var(--color-green);}
.top_phone {
	text-align: right;
	font-family: 'FuturaPT', sans-serif;
	font-size:22px;
}
.callback{
	color: var(--color-green);
	cursor:pointer;
	font-weight:700;
	margin-top: 3px;
	font-size:18px;
}
.txt_green{color: var(--color-green);}
.top_banner {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	color: var(--color-white);
}
.top_banner_txt {
	position: absolute;
	top: calc(35px + 35*var(--respon-banner));
	left: calc(15px + 90*var(--respon-banner));
}
.banner_subttl{
	font-weight: 700;
	font-size:calc(24px + 4*var(--respon-banner));
	line-height:32px;
	font-family: 'FuturaPT', sans-serif;
}
.banner_subttl2 {
	font-weight: 700;
	font-size: calc(14px + 4*var(--respon-banner));
	font-family: 'FuturaPT', sans-serif;
	margin-top: calc(0px + 10*var(--respon-banner));
	letter-spacing: 1.3px;
}
.banner_ttl {
	font-weight: 700;
	font-size: calc(26px + 24*var(--respon-banner));
	font-family: 'FuturaPT', sans-serif;
	margin-top: calc(3px  + 22*var(--respon-banner));
}
.banner_ttl + .banner_subttl {
	letter-spacing: 0.1px;
	font-size:calc(21px + 7*var(--respon-banner));
}
.banner_list {
	font-size: 18px;
	line-height: calc(21px + 3*var(--respon-banner));
	letter-spacing: calc(0.2px + 1.1*var(--respon-banner));
	margin-top: calc(10px + 18*var(--respon-banner));
}
.collaborate_txt li::before,
.banner_list li::before {
	color: var(--color-green);
	content: "▪";
	font-size: 28px;
	vertical-align: text-bottom;
	margin-right: 8px;
}
.h_line::before {
	content: '';
	display: inline-block;
	width: 35px;
	height: calc(24px + 16*var(--respon));
	vertical-align: middle;
	background: url('../img/greenline.svg') no-repeat 0 0;
	margin-right: calc(0px + 10*var(--respon));
}
.banner_subttl.h_line::before {
	margin-right: 0px;
	height: calc(20px + 5*var(--respon-banner));
	width: calc(29px + 6*var(--respon-banner));
	margin-bottom: 3px;
}

.banner_list li + li {
	margin-top: 5px;
}
.banner_list li > span {
	display: inline-block;
	width: calc(100% - 21px);
	vertical-align: top;
}
.top_banner .btn {letter-spacing: 1.6px;}
.fnt_futura{font-family: 'FuturaPT', sans-serif;}
.service_item {
	font-size: calc(25px + 7*var(--respon));
	margin-bottom:  calc(8px + 12*var(--respon));
	letter-spacing: 1px;
}
.service_item > span {
	display: inline-block;
	width: calc(100% - 43px);
	vertical-align: baseline;
}
.service_item svg {transform: translateY(5px);}
.tarif_item {
	background: var(--color-gray);
	text-align: center;
	padding: 25px;
	border-radius: 24px;
	margin-bottom: 35px;
}
.tarif_tarif {
	font-size: 26px;
	letter-spacing: 0.8px;
}
.tarif_name {
	color: var(--color-green);
	font-family: 'FuturaPT', sans-serif;
	font-weight: 700;
	font-size: 28px;
	margin-top: 13px;
}
.tarif_desc {
	margin-top: 15px;
	line-height: 1.1;
}
.tarif_nalog {
	display: flex;
	align-items: flex-start;
	margin-top: 25px;
	justify-content: center;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 100%;
	background: var(--color-white);
	border-radius: 6px;
	height: 40px;
	line-height: 40px;
	padding: 0 3px 0 18px;
}
.ui-selectmenu-icon.ui-icon {
	width: 24px;
	height: 100%;
	background: url('../img/select.svg') no-repeat center center;
}
.ui-selectmenu-menu {
	transition: none;
	background: var(--color-white);
	border-radius: 0 0 6px 6px;
	padding: 0 0 10px;
}
.ui-menu .ui-menu-item::before,
.tarif_nalog .radiobox_block label::before {
	content: none;
}
.ui-menu .ui-menu-item {
	list-style: none;
	margin-top: 10px;
	padding: 0 18px 0px;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 0;
}
.tarif_nalog .radiobox_block{
	width: 29.3%;
}
.tarif_nalog .radiobox_block label {
	width: 100%;
	border-radius: 6px 0 0 6px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: 400;
	background-color:var(--color-white);
	color:var(--color-basic);	
}
.tarif_nalog .radiobox_block:last-child label {
	border-radius: 0 6px 6px 0;
}
.tarif_nalog .radiobox_block input[type="radio"]:checked + label {
	color: var(--color-white);
	background-color: var(--color-green);	
}
.tarif_operation {
	font-size: 18px;
	margin-top: 15px;
	letter-spacing: 0.5px;
	line-height: 1.3;
	clear: both;
	min-height: 71px;
}
.tarif_people {
	font-size: 18px;
	margin-top: 30px;
}
.tarif_price {
	font-family: 'FuturaPT', sans-serif;
	font-size: 26px;
	font-weight: 700;
	margin-top: 32px;
	letter-spacing: 0.5px;
}
.tarif_btn {
	margin-top: 25px;
	width: 83%;
	font-size: 22px;
	line-height: 55px;
	letter-spacing: 0px;
}
.ui-slider.ui-widget-content {
	height: 2px;
	background-color: var(--color-lightgreen);
	position:relative;
}
.ui-slider.ui-widget-content::after,
.ui-slider.ui-widget-content::before {
	content: '';
	width: 2px;
	height: 10px;
	display: block;
	position: relative;
	background-color: var(--color-green);
	top: -4px;
	position: absolute;
}
.ui-slider.ui-widget-content::after{right:0;background-color: var(--color-lightgreen);}
.ui-slider.ui-widget-content::before {left:0;}
.ui-slider .ui-slider-handle{
	border-radius:50%;
	width:10px;
	height:10px;
}
.ui-state-disabled.ui-slider.ui-widget-content::after,
.ui-state-disabled.ui-slider.ui-widget-content{
	background-color: var(--color-green);
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
	background: var(--color-green);
	border: none !important;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	margin-left: -4px;
	border: none !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, .ui-state-focus, 
.ui-widget-content .ui-state-focus, .ui-widget-header 
.ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: none !important;
}
.ui-slider .ui-slider-range {
	background-color: var(--color-green);
	height: 4px;
	top: -1px;
}
.ui-slider-handle-txt {
	font-family: 'FuturaPT', sans-serif;
	font-size: 20px;
	font-weight: 700;
	transform: translate(-50%, 10px);
	display: inline-block;
	position: relative;
	left: 50%;
	background-color: var(--color-gray);
	padding: 0 15px;
	border: none !important;
}
.tarif_operation_line {
	margin-top: 23px;
	margin-left: 10px;
	margin-right: 10px;
}
.min_oper {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.max_oper {
	float: right;
	margin-right: 10px;
	font-weight: 700;
	font-family: 'FuturaPT', sans-serif;
	margin-top: 5px;
}
.ui-slider.ui-state-disabled .ui-slider-handle {
	display: none;
}
.form_ttl{
	font-size:calc(28px + 10*var(--respon));
	margin-bottom: 16px;
}
.form_ttl > span {font-size: calc(21px + 5*var(--respon));}
.advantages_item {
	border: 2px solid var(--color-green);
	border-radius: 24px;
	padding: 20px 21px 20px 28px;
	min-height: 191px;
	margin-bottom: 30px;
	line-height: 19px;
	font-size:16px;
}
.advantages_name{
	font-family: 'FuturaPT', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	margin-bottom:8px;
}
.collaborate_name {
	font-family: 'FuturaPT', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	margin-top: 20px;
}
.collaborate_txt{
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}
.collaborate_icon{
	width: 60px;
	height: 60px;
	background: var(--color-green);
	border: 1px solid #151515;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.collaborate_txt li {margin-bottom: 8px;}
.collaborate_txt li span {
	display: inline-block;
	width: calc(100% - 20px);
	vertical-align: top;
}
.faq_item {
	border: 1px solid var(--color-green);
	border-radius: 24px;
	padding:calc(15px + 3*var(--respon)) calc(15px + 5*var(--respon)) calc(5px + 7*var(--respon)) calc(13px + 27*var(--respon));
	margin-bottom: calc(20px - 8*var(--respon));
}
.faq_name {
	font-family: 'FuturaPT', sans-serif;
	font-weight: 700;
	font-size: 23.2px;
	line-height: 27px;
	margin-bottom: calc(10px + 13*var(--respon));
	margin-top: calc(0px + 16*var(--respon));
	cursor:pointer;
}
.faq_txt {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	max-height: 0;
}
.faq_icon{
	width: calc(40px + 20*var(--respon));
	height: calc(40px + 20*var(--respon));
	background: var(--color-green);
	border: 1px solid var(--color-green);
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;	
	cursor:pointer;
}
.faq_item.open {padding-bottom:calc(20px + 20*var(--respon));;}
.faq_item.open .faq_txt {max-height: 999px;}
.faq_item.open .faq_icon svg{transform:scaleY(-1);transition:none;}
.map_block{
	border-radius: 50px;
	overflow:hidden;
}
.phone {
	font-family: 'FuturaPT', sans-serif;
	font-weight: 700;
	font-size: calc(28px + 9*var(--respon));
	line-height: 43px;
	text-transform: uppercase;
	color: var(--color-green);
	margin-bottom: calc(18px - 10*var(--respon));
}
.email{
	font-family: 'FuturaPT', sans-serif;
	font-weight: 700;
	font-size: 23px;
	line-height: 27px;
	color: var(--color-green);
}
.address {
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	margin-top:calc(20px + 13*var(--respon));
}
.route {
	font-family: 'FuturaPT', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	margin-top: 10px;
}

.footer {
	padding-top: calc(33px + 17*var(--respon));
	padding-bottom: 50px;
	background: var(--color-basic);
	color: var(--color-white);
	margin-top: calc(58px + 30*var(--respon));
}
.footer a:hover{}
.copyr a{color:var(--color-white);}
.copyr {
	margin-top: 26px;
	font-size: 14px;
	line-height: 16px;
}
.footer_right {
	width: 300px;
}
.footer .address{margin-top:0;}
.footer .email{font-size:20px;}

.top_banner img {
	max-width: none;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.overlay{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom:0;
	background: var(--color-basic);
	opacity: 0.3;
	z-index:9;
	display:none;	
}
.callback_popup {
	position: absolute;
	max-width: 390px;
	min-height: 350px;
	left: 50%;
	top: 155px;
	transform: translateX(-50%);
	background: var(--color-gray);
	border-radius: 24px;
	z-index: 10;
	width: 90%;
	padding: 25px 30px;
	display:none;
}
.callback_popup .h_line::before {
	width: 28px;
	height: 24px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.thanx_popup {
	font-size: 18px;
	display: none;
}






.w5{width: 5%;}
.w13{width: 13%;}
.w15{width: 15%;}
.w16{width: 16%;}
.w17{width: 17%;}
.w18{width: 18%;}
.w20{width: 20%;}	
.w22{width: 22%;}
.w23{width: 23%;}	
.w24{width: 24%;}	
.w25{width: 25%;}	
.w26{width: 26%;}	
.w30{width: 30%;}
.w31{width: 31%;}
.w31_5{width: 31.5%;}
.w32{width: 32%;}
.w33{width: 33%;}
.w34{width: 34%;}
.w35{width: 35%;}
.w40{width: 40%;}
.w42{width: 42%;}
.w43{width: 43%;}
.w44{width: 44%;}
.w46{width: 46%;}
.w47{width: 47%;}
.w48{width: 48%;}
.w49{width: 49%;}
.w50{width: 50%;}
.w51{width: 51%;}
.w52{width: 52%;}
.w54{width: 54%;}
.w55{width: 55%;}
.w56{width: 56%;}
.w57{width: 57%;}
.w58{width: 58%;}
.w60{width: 60%;}
.w64{width: 64%;}
.w65{width: 65%;}
.w66{width: 66%;}
.w70{width: 70%;}
.w71{width: 71%;}
.w73{width: 73%;}
.w74{width: 74%;}
.w74_5{width: 74.5%;}
.w75{width: 75%;}
.w76{width: 76%;}
.w77{width: 77%;}
.w80{width: 80%;}
.w84{width: 84%;}
.w88{width: 88%;}
.w95{width: 95%;}
.w100{width: 100%;}

.pr_xl_6p {padding-right: 6%;}

.ph_xl_22 {
	padding-left:22px;
	padding-right:22px;
}

.pl_xl_1_5p {padding-left: 1.5%;}
.pl_xl_3p {padding-left: 3%;}
.pl_xl_5 {padding-left: 5px;}
.pl_10 {padding-left:10px;}

.pt_xl_50 {padding-top:50px;}

.pb_xl_43 {padding-bottom: 43px;}
.pb_xl_60 {padding-bottom: 60px;}
.pb_xl_73 {padding-bottom: 73px;}

.mr_xl_17 {margin-right: 17px;}
.mr_xl_25 {margin-right:25px;}

.ml_xl_3p{margin-left: 5%;}
.ml_xl_10 {margin-left:10px;}

.mb_xl_8 {margin-bottom:8px;}
.mb_xl_10 {margin-bottom:10px;}
.mb_xl_15 {margin-bottom:15px;}
.mb_xl_20 {margin-bottom:20px;}
.mb_xl_28 {margin-bottom:28px;}
.mb_xl_30 {margin-bottom:30px;}
.mb_xl_32 {margin-bottom:32px;}
.mb_xl_36 {margin-bottom:36px;}
.mb_xl_100 {margin-bottom:100px;}

.mt_xl_0{margin-top: 0;}
.mt_xl_3 {margin-top: 3px;}
.mt_xl_5 {margin-top: 5px;}
.mt_xl_6 {margin-top: 6px;}
.mt_xl_8 {margin-top: 8px;}
.mt_xl_10 {margin-top: 10px;}
.mt_xl_12 {margin-top: 12px;}
.mt_xl_13 {margin-top: 13px;}
.mt_xl_15 {margin-top: 15px;}
.mt_xl_18 {margin-top: 18px;}
.mt_xl_20 {margin-top: 20px;}
.mt_xl_23 {margin-top: 23px;}
.mt_xl_25 {margin-top: 25px;}
.mt_xl_28 {margin-top: 28px;}
.mt_xl_30 {margin-top: 30px;}
.mt_xl_32 {margin-top: 32px;}
.mt_xl_33 {margin-top: 33px;}
.mt_xl_35 {margin-top: 35px;}
.mt_xl_38 {margin-top: 38px;}
.mt_xl_40 {margin-top: 40px;}
.mt_xl_45 {margin-top: 45px;}
.mt_xl_48 {margin-top: 48px;}
.mt_xl_50 {margin-top: 50px;}
.mt_xl_55 {margin-top: 55px;}
.mt_xl_58 {margin-top: 58px;}
.mt_xl_60 {margin-top: 60px;}
.mt_xl_63 {margin-top: 63px;}
.mt_xl_65 {margin-top: 65px;}
.mt_xl_70 {margin-top: 70px;}
.mt_xl_75 {margin-top: 75px;}
.mt_xl_78 {margin-top: 78px;}
.mt_xl_80 {margin-top: 80px;}
.mt_xl_85 {margin-top: 85px;}
.mt_xl_90 {margin-top: 90px;}
.mt_xl_95 {margin-top: 95px;}
.mt_xl_100 {margin-top: 100px;}
.mt_xl_105 {margin-top: 105px;}
.mt_xl_110 {margin-top: 110px;}
.mt_xl_118 {margin-top: 118px;}
.mt_xl_120 {margin-top: 120px;}
.mt_xl_125 {margin-top: 125px;}
.mt_xl_130 {margin-top: 130px;}
.mt_xl_135 {margin-top: 135px;}
.mt_xl_195 {margin-top: 195px;}
.hidden {display:none;}

@media screen and (max-width: 1389px) {
	.main_top_img,
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
} /*1389*/
@media screen and (max-width: 1279px) {
	.hidden_lg{display:none;}
	.d_block_lg{display:block;}
	.d_ib_lg{display:inline-block;}
	.d_flex_lg{display:flex;}

	.pr_lg_0 {padding-right:0;}
	
	.w14_lg {width:14%;}
	.w16_lg {width:16%;}
	.w20_lg {width:20.6%;}
	.w22_lg {width:22.5%;}
	.w25_lg {width:25.5%;}
	.w31_lg {width:31%;}
	.w39_lg {width:39%;}
	.w40_lg {width:40%;}
	.w46_lg {width:46%;}
	.w48_lg {width:48%;}
	.w50_lg {width:50%;}
	.w51_lg {width:51%;}
	.w57_lg {width:57%;}
	.w60_lg {width:60%;}
	.w65_lg {width:65.5%;}
	.w80_lg {width:80%;}
	.w83_lg {width:83%;}
	.w98_lg {width:98%;}
	.w100_lg {width:100%;}
	.w173_lg {width: 173px;}

	.mt_lg_0{margin-top: 0;}
	.mt_lg_5 {margin-top: 5px;}
	.mt_lg_8 {margin-top: 8px;}
	.mt_lg_10 {margin-top: 10px;}
	.mt_lg_12 {margin-top: 12px;}
	.mt_lg_13 {margin-top: 13px;}
	.mt_lg_15 {margin-top: 15px;}
	.mt_lg_16 {margin-top: 16px;}
	.mt_lg_17 {margin-top: 17px;}
	.mt_lg_18 {margin-top: 18px;}
	.mt_lg_20 {margin-top: 20px;}
	.mt_lg_22 {margin-top: 22px;}
	.mt_lg_23 {margin-top: 23px;}
	.mt_lg_25 {margin-top: 25px;}
	.mt_lg_28 {margin-top: 28px;}
	.mt_lg_30 {margin-top: 30px;}
	.mt_lg_33 {margin-top: 33px;}
	.mt_lg_35 {margin-top: 35px;}
	.mt_lg_40 {margin-top: 40px;}
	.mt_lg_45 {margin-top: 45px;}
	.mt_lg_48 {margin-top: 48px;}
	.mt_lg_50 {margin-top: 50px;}
	.mt_lg_55 {margin-top: 55px;}
	.mt_lg_60 {margin-top: 60px;}
	.mt_lg_63 {margin-top: 63px;}
	.mt_lg_65 {margin-top: 65px;}
	.mt_lg_70 {margin-top: 70px;}
	.mt_lg_75 {margin-top: 75px;}
	.mt_lg_78 {margin-top: 78px;}
	.mt_lg_80 {margin-top: 80px;}
	.mt_lg_85 {margin-top: 85px;}
	.mt_lg_90 {margin-top: 90px;}
	.mt_lg_95 {margin-top: 95px;}
	.mt_lg_100 {margin-top: 100px;}
	.mt_lg_255 {margin-top: 255px;}
	
	.mr_xl_25 {margin-right:25px;}
} /*1280*/
@media screen and (max-width: 1262px) {
	.form_block {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 1256px) {
	.article_owl .owl-nav .owl-prev {transform: translate(-30%, -50%);}	
	.article_owl .owl-nav .owl-next {transform: translate(30%, -50%);}
}
@media screen and (max-width: 991px) {
	.hidden_md{display:none;}
	.d_block_md{display:block;}
	.d_ib_md{display:inline-block;}
	.d_flex_md{display:flex;}
	.txt_left_md{text-align:left;}
	.txt_center_md{text-align:center;}
	.txt_right_md{text-align:right;}
	.header {
		padding-top: 12px;
		padding-bottom: 5px;
	}	
	.top_logo {width: 120px;}
	.top_phone {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		width: 36%;
		min-width:88px;
	}
	.callback {
		font-size: 16px;
		line-height: 19px;
		margin-right: 18px;
		margin-top: 0;
	}
	.h_line::before{	margin-bottom: 5px;}
	.banner_subttl.h_line::before {	margin-bottom: 3px;}
	.service_item {line-height: 30px;}
	.tarif_btn {width: 85%;}
	.tarif_item {margin-bottom: 25px;padding: 25px 15px;}
	.tarif_operation_line {
		margin-top: 23px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.form_block {
		margin-left: 15px;
		margin-right: 15px;
		padding-top: 30px;
		border-radius: 24px;
		padding-bottom: 20px;
	}
	.form_ttl {margin-bottom: 18px;}
	.advantages_item {
		padding: 13px 13px 15px 13px;
		min-height: 0;
		margin-bottom: 20px;
	}
	.advantages_icon{width:81px;}
	.collaborate_item {margin-bottom: 30px;}
	.map_block {
		border-radius: 24px;
		width: 100%;
		text-align:center;
	}
	.footer_right {
		width: 300px;
		order: 1;
		margin: 0 auto;
	}
	.footer_left {order: 2;width: 100%;}
	.copyr {margin-top: 33px;}
	.service_item > span {vertical-align: top;}
	.accordion{position:relative;}	
	.accordion .tarif_tarif{display:none;}
	.accordion .tarif_name {
		color: var(--color-basic);
		text-align: left;
		margin-top: 3px;
		padding-left: 8px;
		width: calc(100% - 50px);
		line-height: 30px;
		cursor: pointer;
	}
	.accordion .tarif_accord{
		overflow:hidden;
		max-height:0;
	}
	.accordion_icon {
		width: 40px;
		height: 40px;
		background: var(--color-green);
		border: 1px solid var(--color-green);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		position: absolute;
		top: 18px;
		right: 15px;
		transition:none;
	}
	.accordion.open .tarif_tarif{display:block;}
	.accordion.open .tarif_name {
		color: var(--color-green);
		text-align: center;
		margin-top: 13px;
		padding-left: 0;
		width: 100% ;
		line-height: 30px;
		cursor: pointer;
	}
	.accordion.open .tarif_accord{
		max-height:999px;
	}
	.open .accordion_icon svg{
		transform:scaleY(-1);
		transition:none;
	}
	.accordion_up {
		font-size: 22px;
		line-height: 20px;
		margin-top: 25px;
		letter-spacing: 0.3px;
		color: var(--color-green);
		cursor: pointer;
		display:block;
	}
	.accordion_up svg {transform: translateY(4px);}




	.w40_md {width:40%;}	
	.w44_md {width:44%;}	
	.w45_md {width:45%;}
	.w48_md {width:48%;}
	.w49_md {width:49%;}
	.w50_md {width:50%;}
	.w52_md {width:52%;}
	.w55_md {width:55%;}
	.w94_md {width:94%;}
	.w98_md {width:98%;}
	.w100_md {width:100%;}
	
	.mr_md_20{margin-right:20px;}
	
	.mb_md_10{margin-bottom:10px;}
	.mb_md_13{margin-bottom:13px;}
	.mb_md_18{margin-bottom:18px;}
	.mb_md_20{margin-bottom:20px;}
	.mb_md_30{margin-bottom:30px;}
	.mb_md_60{margin-bottom:60px;}
	
	.pt_md_0 {padding-top: 0px;}
	
	.pr_md_0 {padding-left: 0px;}
	
	.pl_md_0 {padding-left: 0px;}
	.pl_md_7 {padding-left: 7px;}
	
	.pb_md_38 {padding-bottom: 38px;}
	.pb_md_40 {padding-bottom: 40px;}
	
	.mt_md_m5 {margin-top: -5px;}
	.mt_md_m10 {margin-top: -10px;}
	.mt_md_0 {margin-top: 0px;}
	.mt_md_3 {margin-top: 3px;}
	.mt_md_5 {margin-top: 5px;}
	.mt_md_6 {margin-top: 6px;}
	.mt_md_8 {margin-top: 8px;}	
	.mt_md_9 {margin-top: 9px;}	
	.mt_md_10 {margin-top: 10px;}
	.mt_md_12 {margin-top: 12px;}
	.mt_md_13 {margin-top: 13px;}
	.mt_md_14 {margin-top: 14px;}
	.mt_md_15 {margin-top: 15px;}
	.mt_md_18 {margin-top: 18px;}
	.mt_md_19 {margin-top: 19px;}
	.mt_md_20 {margin-top: 20px;}
	.mt_md_23 {margin-top: 23px;}
	.mt_md_25 {margin-top: 25px;}
	.mt_md_27 {margin-top: 27px;}
	.mt_md_28 {margin-top: 28px;}
	.mt_md_30 {margin-top: 30px;}
	.mt_md_33 {margin-top: 33px;}
	.mt_md_35 {margin-top: 35px;}
	.mt_md_38 {margin-top: 38px;}
	.mt_md_40 {margin-top: 40px;}
	.mt_md_45 {margin-top: 45px;}
	.mt_md_48 {margin-top: 48px;}
	.mt_md_50 {margin-top: 50px;}
	.mt_md_53 {margin-top: 53px;}
	.mt_md_55 {margin-top: 55px;}
	.mt_md_58 {margin-top: 58px;}
	.mt_md_60 {margin-top: 60px;}
	.mt_md_70 {margin-top: 70px;}
} /*992*/	

@media screen and (max-width: 768px) {
	.hidden_sm{display:none;}
	.d_block_sm{display:block;}
	.d_ib_sm{display:inline-block;}
	.d_flex_sm{display:flex;}
/* .top_banner img {max-width: 100%;} */

	.w100_sm {width: 100%;}		
	
	.mt_sm_0{margin-top: 0;}
	.mt_sm_5 {margin-top: 5px;}
	.mt_sm_8 {margin-top: 8px;}
	.mt_sm_10 {margin-top: 10px;}
	.mt_sm_12 {margin-top: 12px;}
	.mt_sm_13 {margin-top: 13px;}
	.mt_sm_15 {margin-top: 15px;}
	.mt_sm_18 {margin-top: 18px;}
	.mt_sm_20 {margin-top: 20px;}
	.mt_sm_23 {margin-top: 23px;}
	.mt_sm_25 {margin-top: 25px;}
	.mt_sm_30 {margin-top: 30px;}
	.mt_sm_33 {margin-top: 33px;}
	.mt_sm_35 {margin-top: 35px;}
	.mt_sm_40 {margin-top: 40px;}
	.mt_sm_45 {margin-top: 45px;}
	.mt_sm_50 {margin-top: 50px;}
	.mt_sm_55 {margin-top: 55px;}
	.mt_sm_60 {margin-top: 60px;}
	.mt_sm_63 {margin-top: 63px;}
	.mt_sm_65 {margin-top: 65px;}
	.mt_sm_70 {margin-top: 70px;}
	.mt_sm_75 {margin-top: 75px;}
	.mt_sm_78 {margin-top: 78px;}
	.mt_sm_80 {margin-top: 80px;}
	.mt_sm_85 {margin-top: 85px;}
	.mt_sm_90 {margin-top: 90px;}
	.mt_sm_95 {margin-top: 95px;}
	.mt_sm_100 {margin-top: 100px;}	
}/*768*/
