/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./css/style.css ***!
  \***************************************************************************************************************************************/
/*  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,strong,sub,sup,tt,var,b,u,i,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{-webkit-text-decoration:none;text-decoration:none;}

*,
*:before,
*:after {
	box-sizing: border-box;
	transition: all 0.5s ease-out 0s;
}

ymaps,
ymaps:before,
ymaps:after {
	box-sizing: content-box;
	box-sizing: initial;
	transition: none 0s ease 0s;
	transition: initial;
}

a {
	color: #262728;
	color: var(--color-basic);
	outline: none;
	transition: 0.3s;
	-webkit-text-decoration:none;
	text-decoration:none;
}
a:hover{
	color:#808182;
	-webkit-text-decoration:none;
	text-decoration:none;
}
svg {
	flex-shrink: 0;
}
img {
	max-width: 100%;
}
video {
	max-width: 100%;
}
p {
	line-height: 1.5;
	margin-bottom: 25px;
	letter-spacing: 0.3px;
}
@font-face {
	font-family: 'Gilroy';
	src: url(/templates/dvsr/dist/dev/fonts/Gilroy-ExtraBold.eot);
	src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
		url(/templates/dvsr/dist/dev/fonts/Gilroy-ExtraBold.eot?#iefix) format('embedded-opentype'),
		url(/templates/dvsr/dist/dev/fonts/Gilroy-ExtraBold.woff) format('woff'),
		url(/templates/dvsr/dist/dev/fonts/Gilroy-ExtraBold.ttf) format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url(/templates/dvsr/dist/dev/fonts/Gilroy-Heavy.eot);
	src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
		url(/templates/dvsr/dist/dev/fonts/Gilroy-Heavy.eot?#iefix) format('embedded-opentype'),
		url(/templates/dvsr/dist/dev/fonts/Gilroy-Heavy.woff) format('woff'),
		url(/templates/dvsr/dist/dev/fonts/Gilroy-Heavy.ttf) format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url(/templates/dvsr/dist/dev/fonts/Gilroy-Regular.eot);
	src: local('Gilroy Regular'), local('Gilroy-Regular'),
		url(/templates/dvsr/dist/dev/fonts/Gilroy-Regular.eot?#iefix) format('embedded-opentype'),
		url(/templates/dvsr/dist/dev/fonts/Gilroy-Regular.woff) format('woff'),
		url(/templates/dvsr/dist/dev/fonts/Gilroy-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
	
/*  body
	------------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
	--color-black:#000;
	--color-white:#fff;
	--color-basic:#262728;
	--color-orange:#f89b3b;
	--color-gray:#374045;
	--color-blue:#0087d5;
	--color-red:#cd594c;
	--color-gray-txt:#636a6e;
	--color-hr:#dadbdc;
	--color-lightgray:#a8a9aa;
}
html,
body {
	/* height: 100%; */
}
body {
	position: relative;
	color: #262728;
	color: var(--color-basic);
	background-color: #fff;
	background-color: var(--color-white);
	font-size: 18px;
	font-family: 'Gilroy', sans-serif;
}
.h1, .h2, .h3, .h4, .h5,
h1, h2, h3, h4, h5{
	text-transform:uppercase;
	font-weight:800;
	margin-bottom: 0;
	line-height: 1.5;
}
.h1, h1 {
	letter-spacing: 1.2px;
	font-size: 40px;
	margin-top: 21px;
}
.h2, h2 {
	font-size: 24px;
	font-weight: 800;
	text-transform: none;
	letter-spacing: 0.3px;
}
.h2 {font-weight: 500;}
.h3, h3 {
	font-size:20px;
}

p {
	font-size:18px;
}

.content li {
	font-size:18px;
}

.btn{
	background-color: transparent;
	/* max-width: 230px; */
	height: 50px;
	font-size: 18px;
	text-align: center;
	color: #f89b3b;
	color: var(--color-orange);
	font-weight: 800;
	text-transform: uppercase;
	line-height: 50px;
	font-family: "Gilroy";
	display: inline-block;
	letter-spacing: 0.5px;
	transition: all 0.5s ease-out 0s;	
	cursor:pointer;
	width: 100%;
	letter-spacing: 0.6px;
	border: 1px solid #f89b3b;
	border: 1px solid var(--color-orange);
}
.btn:hover {
	color: #e9bb8b;
	border-color: #e9bb8b;
}
.btn.active{
	background-color: #f89b3b;
	background-color: var(--color-orange);
	color: #fff;
	color: var(--color-white);
	-webkit-text-decoration:none;
	text-decoration:none;
}
.white_btn {
	color: #fff;
	color: var(--color-white);
	border-color: #fff;
	border-color: var(--color-white);
}
.white_btn:hover {
	color: #fff;
	color: var(--color-white);
	border-color: #f9a54f;
	background-color: #f9a54f;
}
.orange_btn {
	background-color: #f89b3b;
	background-color: var(--color-orange);
	color: #fff;
	color: var(--color-white);
}
.orange_btn:hover {
	background-color: #f9af62;
	color: #fcd7b1;
}
.black_btn{
	background-color: #374045;
	background-color: var(--color-gray);
	color: #fff;
	color: var(--color-white);
	border-color: #374045;
	border-color: var(--color-gray);
}
.black_btn:hover{
	background-color: #4b5358;
	border-color: #4b5358;
	color: #a5a9ac;	
}
.wrapper {
	overflow: hidden;
	margin: 0 auto;
	height: 100%;
}
.row {
	display: flex;
}
.row_space_between {
	display: flex;
	justify-content: space-between;
}
.row_justify_center {
	display: flex;
	justify-content: center;
}
.wrap-items {
	display: flex;
	flex-wrap: wrap;
}
.row_center{
	align-items: center;
}
.row_end{
	align-items: flex-end;
}
.row_revert {
	align-items: revert;
}
.row_justify_end{
	display: flex;
	justify-content: flex-end;
}
.stretch{align-items: stretch;}
.margin_auto{margin-left:auto;margin-right:auto;}
.container{
	margin:0 auto;
	position: relative;
}
.inside{
	max-width:1640px;
/* 	max-width:1570px;
 */	margin:0 auto;
	position:relative;
}
b, strong, .exbold { font-weight:800; }
em, i {font-style: italic}
.txt_right{text-align:right;}
.txt_left{text-align:left;}
.txt_center{text-align:center;}
/*  form UI	------------------------------------------------------- */
.form_block {
	border-radius: 5px;
	background-color: var(--color-lightblue);
	/* max-width: 870px; */
	width: 100%;
	/* min-height: 539px; */
	padding: 33px 30px 10px;
	color: #fff;
	color: var(--color-white);
	margin-bottom: 65px;
}
.form_block_ttl {
	font-size: calc(17px + 9*var(--respon));
	font-family: "Gilroy";
	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],
input[type=number],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
.number_input_block{position:relative;}
.number_minus, .number_plus {
	background-color: #f89b3b;
	background-color: var(--color-orange);
	position: absolute;
	width: 20px;
	height: 14px;
	border: none;
	right: 18px;
	line-height: 10px;
	cursor: pointer;
}
.number_minus{bottom: 10px;}
.number_plus {bottom: 28px;}
.number_minus svg, .number_plus svg{
	height:10px;
	fill:#fff;
	fill:var(--color-white);
	transform:rotate(90deg);
}
.number_minus svg{transform:rotate(-90deg);;}
select,
input,
textarea {
	font-family: "Gilroy";
	border: none;
	background-color: #fff;
	background-color: var(--color-white);
	margin: 0;
	outline: none;
	box-shadow: none;
	width:100%;
	height:50px;
	text-transform:none;
	font-weight: normal;
	padding: 0 0px 0 20px;
	font-size: 18px;
	color: #262728;
	color: var(--color-basic);
}
input.focus,
select:focus,
input:focus,
textarea:focus {
	
	border-color: #0087d5;
	
	border-color: var(--color-blue);
}
.error select,
.error input,
.error textarea {
	border-color: #cd594c;
	border-color: var(--color-red);
}
.error label{color:#cd594c;color:var(--color-red);}
.error label:after{
	content:'!';
	color:#cd594c;
	color:var(--color-red);
}
textarea {
	height: 83px;
	padding-top:12px;
	margin-bottom: 18px;
}
select {
	background-image: url(/templates/dvsr/dist/dev/assets/down-chevron.cee4602e.png); 
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding: 0 0px 0 15px;
}
label{
	font-size: 14px;
	font-family: "Gilroy";
	line-height: normal;
	text-align: left;
	margin-bottom: 5px;	
	display:block;
	letter-spacing: 0.3px;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #262728;
  color: var(--color-basic);
  opacity: 1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #262728;
  color: var(--color-basic);
}
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder {
  color: #262728;
  color: var(--color-basic);
}
input[type=submit], 
button[type=submit],
.submit{
	font-size: 18px;
	cursor:pointer;
	padding: 0;
	/* border: none; */
}
.radiobox_block input,
.checkbox_block input{display:none;}
.checkbox_block label {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: 0.3px;
}
.checkbox_block label::before {
	content: '';
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 11px;
	background-color: #f89b3b;
	background-color: var(--color-orange);
	width: 20px;
	height: 20px;
	transition: none;
}
.checkbox_block input:checked + label:before {
	background-image: url(/templates/dvsr/dist/dev/assets/checking-mark.6fa9fec7.png);
	/* background-size: 8px auto; */
	background-repeat: no-repeat;
	background-position: center center;
}
.radiobox_block label span,
.checkbox_block label span {
	display: inline-block;
	width: calc(100% - 32px);
	vertical-align: top;
}
.radiobox_block label span{
	vertical-align: middle;
	max-width: calc(100% - 32px);
	width:auto;
	line-height: 1.2;
}
.radiobox_block label {
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: 0.2px;
}
.radiobox_block label::before {
	content: '';
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	background-color: #fff;
	background-color: var(--color-white);
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 4px;
	transition: none;
	border-color: #dadbdc;
	border-color: var(--color-hr);
	background-color: var(--color-white);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23dadbdc%27/%3e%3c/svg%3e");
}
.radiobox_block input:checked + label::before {
	border-color: #f89b3b;
	border-color: var(--color-orange);	
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23f89b3b%27/%3e%3c/svg%3e");
}
.form_block_inside .row .checkbox_block {
	padding-top: 8px;
	width: 100%;
	flex: auto 0 0;
}
/*
.phone, .email, .name {
	background-image: url('../img/svg/man-user.svg');
	background-repeat: no-repeat;
	background-position: 18px center;
	background-size: 16px auto;
}
.phone {background-image: url('../img/svg/telephone.svg');}
.email {background-image: url('../img/svg/email.svg');}
 */
input[type="file"] {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	cursor:pointer;
}

.file_upload{position:relative;}
.file_upload svg{
	fill:#0087d5;
	fill:var(--color-blue);
	width:15px;
}
.file_upload span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.form_block .btn {
	border-radius: 5px;
	max-width: 255px;
}
.btn_block {margin-top: 10px;}
.form_info{
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 0px;
	color:var(--color-lightblue-text)
}
/* ------------------------------------------------------- */
.breadcrumbs{
	width: 100%;
	font-size:12px;
	color:#262728;
	color:var(--color-basic);
	margin-top: 23px;
	margin-bottom:5px;
	letter-spacing: 0.3px;
}
.separator,
.breadcrumbs a{
	color:#a8a9aa;
	color:var(--color-lightgray);
}
.separator {margin: 0 3px;}
.header {
	background-color: #374045;
	background-color: var(--color-gray);
	font-weight: 800;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header,
.header a{	
	color:#fff;	
	color:var(--color-white);
}
.search_btn_block svg,
.phone_top svg,
.email_top svg{
	fill:#fff;
	fill:var(--color-white);
	height:12px;
	margin-right:6px;
}
.phone_top, .email_top {
	letter-spacing: 0.2px;
	margin-right: 0px;
	white-space: nowrap;
}
.email_top {
	margin-left: 4.6%;
	margin-right: 2.3%;
}
.phone_top a, .email_top a {
	border-bottom: 1px dashed #fff;
	border-bottom: 1px dashed var(--color-white);
}
.search_btn_block svg{height:16px;margin: 0;}
.station_top svg {
	height: 26px;
	margin-right: 7px;
	display: inline-block;
	margin-left: 0;
	vertical-align: text-bottom;
}
.station_top {
	height: 40px;
	padding: 0 20px;
	letter-spacing: 0.2px;
	margin-left: 2.1%;
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #fff;
	color: var(--color-white);
	background: #f89b3b;
	background: var(--color-orange);
	font-size: 13px;
}
.station_top:hover {
	border-color:#f9a54f;
	background-color:#f9a54f;
}
.station_top > span{
	display: flex;
	align-items: center;
	color: #fff;
	color: var(--color-white);
}
.search_btn_block {
	border: 1px solid rgb(218, 219, 220);
	width: 40px;
	height: 40px;
	line-height:40px;
	text-align:center;
	margin-left: 4.5%;
	cursor:pointer;
}
.menu_row{position:relative;}
.search_block.hidden980 {
	height: 42px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	max-width: 0;
	width: 785px;
	z-index: 2;
}
.search_block.hidden980.active {max-width: 999px;}
.search_block.hidden980 .search_input {
	height: 42px;
	line-height: 42px;
	font-size: 18px;
}
input.search_input::-moz-placeholder {
	color: #a8a9aa;
	color: var(--color-lightgray);
	opacity: 1;
}
input.search_input:-ms-input-placeholder {
	color: #a8a9aa;
	color: var(--color-lightgray);
}
input.search_input::-webkit-input-placeholder {
	color: #a8a9aa;
	color: var(--color-lightgray);
}
.search_submit {
	background: transparent;
	border: none;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-58%);
}
.search_submit svg{
	fill:#f89b3b;
	fill:var(--color-orange);
	height:16px;
}
.menu {
	display: flex;
	justify-content: space-between;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li a{
	color:#fff;
	color:var(--color-white);
	border-right: 1px solid rgba(218, 219, 220, 0.2);
	padding: 10px 30px;
	display: inline-block;
}
.menu li.active a,
.menu li a:hover{color: #636a6e;color: var(--color-gray-txt);-webkit-text-decoration:none;text-decoration:none;}
.menu li {
	font-size: 18px;
	line-height: normal;
	text-align: center;
	font-weight: 800;
	margin: 0;
	position:relative;
	padding: 0;
	letter-spacing: 0.2px;
}
.menu li.last a{border-right: none;padding-right: 0;}
.submenu_block {
	background-color: #fff;
	background-color: var(--color-white);
	position: absolute;
	top: 90%;
	left: 39px;
	white-space: nowrap;
	z-index: 9;
	min-width: 380px;
	max-height:0;
	overflow:hidden;
}
.menu li:hover .submenu_block {max-height:999px;}
.submenu {
	list-style:none;
	margin:0;
	padding:0;
}
.submenu li a{
	color:#262728;
	color:var(--color-basic);
	border:none;
	padding: 13px 18px 15px;
}
.submenu li.active a,
.submenu li a:hover{
	color: #fff;
	color: var(--color-white);
	-webkit-text-decoration:none;
	text-decoration:none;
}
.submenu li {
	font-size: 18px;
	line-height: normal;
	text-align: left;
	font-weight: 500;
	margin: 0;
	position:relative;
	padding: 0;
	border-bottom: 1px solid #dadbdc;
	border-bottom: 1px solid var(--color-hr);
	letter-spacing:0.3px;
}
.submenu li:hover{
	background-color:#f89b3b;
	background-color:var(--color-orange);
}
.submenu li.last a{border-bottom: none;}
.close_menu {display:none;}
.close_menu svg{fill:#f89b3b;fill:var(--color-orange);}
.top_main, .top_img {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.video_text_block {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.text_ttl {
	font-size: 70px;
	color: #f89b3b;
	color: var(--color-orange);
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 2.8px;
}
.text_subttl {
	font-size: 40px;
	color: #fff;
	color: var(--color-white);
	line-height: 1.2;
	text-align: center;
	margin-top: 35px;
	letter-spacing: 0.5px;
}
.top_key_block {
	width: 21%;
	max-width: 270px;
	background-color: #f89b3b;
	background-color: var(--color-orange);
	color: #fff;
	color: var(--color-white);
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 18px;
	opacity: 0.9;
}
.top_key_block a {
	color: #fff;
	color: var(--color-white);
}
.top_key_block a:hover,
.top_key_block:hover a {
	color: #262728;
	color: var(--color-basic);
}
.top_key_icon svg{
	height:77px;
	fill:#fff;
	fill:var(--color-white);
}
.top_key_block:hover{
	background-color:#fff;
	background-color:var(--color-white);
	color:#262728;
	color:var(--color-basic);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}

.top_key_block:hover .top_key_icon svg{
	fill:#f89b3b;
	fill:var(--color-orange);
}
.top_key_txt {margin-top: 5px;}
.text_subttl + .row_space_between{
	margin-bottom: 25px;
	max-width: 1320px;
}
.oborudovanie {
	background-color: #CD594C;
	justify-content: center;
}
.oborudovanie:hover {
	background-color: #CD594C;
}
.ttl_block {
	font-size: 70px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 2px;
	padding-left: 20px;
	position: relative;
}
.ttl_block::before {
	content: '';
	display: inline-block;
	background-color: #f89b3b;
	background-color: var(--color-orange);
	width: 5px;
	height: 69px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.text_main {
	font-size: 24px;
	line-height: 1.5;
	margin-top: 5px;
	letter-spacing: 0.3px;
}
.exbold_orange {
	font-size: 40px;
	color: #f89b3b;
	color: var(--color-orange);
	font-weight: 800;
	line-height: 1.35;
	margin-top: 53px;
	letter-spacing: 0.6px;
	display: flex;
	align-items: center;
}
.flash_icon {
	fill: #f89b3b;
	fill: var(--color-orange);
	height: 40px;
	width: 25px;
	vertical-align: middle;
	margin-right: 8px;
}
.bg_orange{background-color:#f89b3b;background-color:var(--color-orange);}
.section_shema {
	padding-top: 38px;
	padding-bottom: 40px;
}
.shema_block {
	background-color: #fff;
	background-color: var(--color-white);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	max-width: 800px;
	padding-top: 20px;
	padding-bottom: 21px;
	position:relative;
}
.shema_block:last-child {
	padding-left: 40px;
	padding-right: 40px;
}
.shema_on{
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
.shema_block.active,
.shema_block:hover .shema_on{opacity:1;}
.shema_work {
	width: 47.4%;
	max-width: 360px;
	text-align: center;
	position:relative;
	display:block;
}
.shema_work.active .shema_name::before,
.shema_work.active .shema_name::after,
.shema_work.active::before,
.shema_work.active::after,
.shema_work:hover .shema_name::before,
.shema_work:hover .shema_name::after,
.shema_work:hover::before,
.shema_work:hover::after{
	content:'';
	display:block;
	position:absolute;
	width:38px;
	height:63px;
	background:url(/templates/dvsr/dist/dev/assets/bg-line.cf52e9de.svg) no-repeat 0 0 / cover;
}
.shema_work.active::before,
.shema_work:hover::before{
	top:0;
	left:0;}
.shema_work.active::after,
.shema_work:hover::after {
	right: 0;
	top:0;
	transform: scaleX(-1);
}
.shema_work.active .shema_name::before,
.shema_work:hover .shema_name::before{
	bottom:0; 
	left:0;
	transform: scaleY(-1);
}
.shema_work.active .shema_name::after,
.shema_work:hover .shema_name::after{
	bottom:0;
	right:0;
	transform: scale(-1);
}
.shema_ttl {
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	margin-top: 7px;
	letter-spacing: 0.6px;
	border-bottom: 1px solid #dadbdc;
	border-bottom: 1px solid var(--color-hr);
	padding-bottom: 15px;
	margin-bottom: 18px;
}
.shema_name {
	font-size: 24px;
	font-weight: 800;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 30px;
	letter-spacing: 0.3px;
	display: block;
}
.shema_txt {
	margin-top: 11px;
	padding-left: 39px;
	line-height: 1.5;
	margin-bottom: 13px;
	letter-spacing: 0.3px;
	text-align: left;
	display: block;
}
.shema_row {
	margin-left: -20px;
	margin-right: -20px;
}
.shema_work:first-child .shema_name {
	padding-right: 38px;
}
.shema_work:first-child .shema_txt {
	padding-left: 20px;
	width: 90%;
}
.tab_block {
	margin: 0 auto;
	overflow: hidden;
}
/*Схема Электростанции*/
.station_block{position: relative;padding-bottom: 160px;}
.station_img {
	height: 605px;
	width: 820px;
	margin: 0 auto;
	position: relative;
}
.select_img,
.station_img svg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 605px;
	width: 820px;
	fill: transparent;
}
.select_img {opacity: 0;}
.select_img.active {opacity: 1;}
.name_tab {
	width: 520px;
	height: 50px;
	line-height:50px;
	max-width: none;
	letter-spacing: 0.6px;
	margin: 0 20px;
}

.scheme-item {
	display: none;
}
.station_info_block{
	background-color: #fff;
	background-color: var(--color-white);	
	position: absolute;
	width: 380px;
	z-index: 9;
	padding: 15px 0px 20px;
}
.station_info_block.active{
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	z-index: 10;
}
.station_info_name {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.3px;
	line-height: 1.5;
	padding: 0 30px;
	/* background: var(--color-white); */
}
.active .station_info_name{
	color:#f89b3b;
	color:var(--color-orange);
	padding-bottom: 20px;
	background: #fff;
	background: var(--color-white);
}
.station_info_txt {
	overflow: hidden;
	max-height: 0;
	line-height: 1.5;
	letter-spacing: 0.3px;
	padding: 0 30px;
}
.active .station_info_txt{
	max-height:999px;
}
.block-1 {
	top: -110px;
	left: -20px;
}
.station_info_block::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 458px;
	z-index: -1;
	transition: none;
}
.station_info_block::after{
	content: '';
	display: block;
	position: absolute;
	background-color: #f89b3b;
	background-color: var(--color-orange);
	width: 11px;
	height: 11px;
	transform: translate(50%, -50%);
	transition: none;
}
.station_info_name::before {
	content: '';
	display: block;
	width: 1px;
	height: 150px;
	position: absolute;
	background-color: #f89b3b;
	background-color: var(--color-orange);
	top: 87px;
	left: 458px;
}
.block-1::before {
	width: 458px;
	height: 1px;
	border-top: 1px solid #f89b3b;
	border-top: 1px solid var(--color-orange);
	border-right: 1px solid #f89b3b;
	border-right: 1px solid var(--color-orange);
	top: 87px;
	z-index: -1;
}
.block-1 .station_info_name::before {
	height: 320px;
	left: 458px;
}
.block-1.active .station_info_name::before {height: 260px;}
.block-1::after {
	right: -78px;
	top: 400px;
}
.block-1.active::after {
	right: 0;
	top: 87px;
}
.block-2 {
	top: -110px;
	right: 245px;
	z-index: 10;
}
.block-2 .station_info_name::before {
	height: 220px;
	left: -50px;
}
.block-2 .station_info_name {padding-right: 40px;}
.block-2::before {
	left: -50px;
	width: 328px;
	height: 1px;
	border-top: 1px solid #f89b3b;
	border-top: 1px solid var(--color-orange);
	border-left: 1px solid #f89b3b;
	border-left: 1px solid var(--color-orange);
	top: 87px;
}
.block-2.active .station_info_name::before {height: 165px;}
.block-2::after {
	left: -61px;
	top: 308px;
}
.block-2.active::after {
	left: -11px;
	top: 87px;
}
.block-3 {
	top: 19px;
	right: 0px;
}
.block-3::before {
	left: -90px;
	width: 440px;
	height: 1px;
	border-top: 1px solid #f89b3b;
	border-top: 1px solid var(--color-orange);
	border-left: 1px solid #f89b3b;
	border-left: 1px solid var(--color-orange);
	top: 50px;
}
.block-3 .station_info_name::before {
	height: 270px;
	left: -90px;
	top: 50px;
}
.block-3.active .station_info_name::before {height: 245px;}
.block-3::after {
	left: -100px;
	top: 315px;
}
.block-3.active::after {
	left: -11px;
	top: 50px;
}
.block-4 {
	right: 295px;
	bottom: 43px;
}
.block-4::before {
	left: -50px;
	width: 378px;
	height: 1px;
	border-bottom: 1px solid #f89b3b;
	border-bottom: 1px solid var(--color-orange);
	border-left: 1px solid #f89b3b;
	border-left: 1px solid var(--color-orange);
	top: 53px;
}
.block-4 .station_info_name::before {
	height: 345px;
	left: -50px;
	top: -291px;
	transition: none;
}
.block-4.active .station_info_name::before {
	height: 18px;
	top: 35px;
}
.block-4::after {
	left: -60px;
	top: -290px;
}
.block-4.active::after {
	left: -11px;
	top: 52px;
}
.block-5 {
	left: 350px;
	bottom: 95px;
}
.block-5::before {
	left: 30px;
	width: 353px;
	height: 1px;
	border-bottom: 1px solid #f89b3b;
	border-bottom: 1px solid var(--color-orange);
	border-right: 1px solid #f89b3b;
	border-right: 1px solid var(--color-orange);
	top: 53px;
}
.block-5 .station_info_name::before {
	height: 304px;
	left: 383px;
	top: -250px;
	transition: none;
}
.block-5.active .station_info_name::before {
	height: 220px;
	top: -160px;
}
.block-5::after {
	right: -2px;
	top: -250px;
}
.block-5.active::after {
	right: -2px;
	top: 53px;
}
/* --- */
.ekonom_ttl {
	font-size: 40px;
	color: #fff;
	color: var(--color-white);
	letter-spacing: 1.3px;
	text-transform: uppercase;
	font-weight: 800;
	padding-top: 40px;
}
.ekonom_ttl svg {
	fill: #fff;
	fill: var(--color-white);
	vertical-align: baseline;
}
.orange_form{
	color:#fff;
	color:var(--color-white);
	margin-top: 28px;
	padding-bottom: 43px;
}
/* 3d карусель*/
.cascade-slider_container {
	position: relative;
	margin-top: 30px;
}
.cascade-slider_slides{
	position: relative;
	width: 1160px;
	height: 700px;
	margin: 0 auto;	
}
.cascade-slider_item.pre_prev {
	position: absolute;
	top: 28%;
	left: 75%;
	transform: translateY(-50%) translateX(-50%) scale(0.66);
	z-index: -1;
}
.cascade-slider_item.pre_next{
	top: 28%;
	left: 25%;
	transform: translateY(-50%) translateX(-50%) scale(0.66);
}
.cascade-slider_item.next {
	left: 13.5%;
	transform: translateY(-50%) translateX(-50%) scale(0.95);
	z-index: 1;
	top: 59%;
}
.cascade-slider_item {
	position: absolute;
	transform: translateY(-40px) translateX(-50%) scale(0.45);
	top: 0px;
	left: 50%;
	transition: all 1s ease;
	z-index: -1;
	text-align:center;
}
.cascade-slider_item.prev {
	left: 56%;
	transform: translateY(-50%) translateX(50%) scale(0.95);
	z-index: 1;
	top: 59%;
}
.cascade-slider_item.now {
	top: 50%;
	left: 50%;
	transform: translateY(-10px) translateX(-50%) scale(1.0);
	opacity: 1;
	z-index: 5;
}
.cascade-slider_item.now:hover {
	transform: scale(1.25);
	left: 37%;
}
.cascade-slider_arrow {
	display: flex;
	position: absolute;
	top: 43%;
	cursor: pointer;
	z-index: 5;
	background-color: #f89b3b;
	background-color: var(--color-orange);
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	justify-content: center;
	align-items: center;
}
.cascade-slider_arrow:hover {background-color: #f9af62;}
.cascade-slider_arrow svg{
	height:16px;
	fill:#fff;
	fill:var(--color-white);
}
.cascade-slider_arrow:hover svg{fill:#fcd7b1;}
.cascade-slider_arrow-left { left: 0; }
.cascade-slider_arrow-right { right: 0; }
.cascade-slider_arrow-right svg{ transform:scaleX(-1); }
.cascade-slider_name{
	opacity:0;
	font-size:24px;
	font-weight:900;
	color:#f89b3b;
	color:var(--color-orange);
	text-align:center;
	text-transform: uppercase;
	transition: all 1s ease;
}
.now .cascade-slider_name {
	opacity: 1;
	font-size: 24px;
	letter-spacing: 1.3px;
	margin-top: 35px;
}
/* --- */
.filter_item_block input[type="checkbox"]{display:none;}
.filter_item {
	border: 1px solid rgb(168, 169, 170);
	height: 40px;
	line-height:36px;
	border-radius:97px;
	padding:0 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	cursor: pointer;
	font-size:18px;
	text-align:center;
}
.filter_item_block input[type="checkbox"]:checked + .filter_item {
	border-color:#f89b3b;
	border-color:var(--color-orange);
	background-color:#f89b3b;
	background-color:var(--color-orange);
	color:#fff;
	color:var(--color-white);
}
.filter_name{
	font-size:24px;
	font-weight:800;
}
.proj_name {
	text-transform: uppercase;
	border-bottom: 1px solid #dadbdc;
	border-bottom: 1px solid var(--color-hr);
	padding-bottom: 17px;
	margin-top: 25px;
	letter-spacing: 0.8px;
}
.proj_item {
	text-align: center;
	max-width: 520px;
	margin-bottom: 35px;
}
.proj_info {
	font-weight: 800;
	margin-top: 15px;
	letter-spacing: 0.3px;
}
.in_proj{
	width: 380px;
	margin: 23px auto;
}
.banner_txt {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.banner_section{position:relative;}
.banner_txt1 {
	position: absolute;
	top: 12%;
	left: 0;
}
.banner_txt1_ttl {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	color: var(--color-white);
	text-transform: uppercase;
	letter-spacing: 1.1px;
}
.banner_txt1 ul {
	margin: 45px 0 0;
	padding: 0;
	list-style: none;
	font-size: 24px;
	color: #fff;
	color: var(--color-white);
	letter-spacing: 0.3px;
}
.banner_txt1 li {
	margin-bottom: 11px;
}
.banner_txt1 li::before {
	content: '';
	background-color: #fff;
	background-color: var(--color-white);
	opacity: 0.502;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
.banner_txt2 {
	position: absolute;
	bottom: 12%;
	right: 0;
	color: #fff;
	color: var(--color-white);
	font-size:24px;
	letter-spacing:0.3px;
	text-align: right;
}
.banner_phone {
	font-weight: 800;
	font-size: 40px;
	letter-spacing: 0.9px;
	margin-top: 20px;
}
.calc_form_block{
	background-color:#374045;
	background-color:var(--color-gray);
	padding:35px;
	color:#fff;
	color:var(--color-white);
	letter-spacing: 0.4px;
}
.calc_form_ttl {
	color: #f89b3b;
	color: var(--color-orange);
	font-weight: 800;
	font-size: 40px;
	letter-spacing: 1.3px;
	text-align: center;
	text-transform: uppercase;
}
.calc_form_ttl span{text-transform:lowercase;}
.bttm_hr {
	border-bottom: 1px solid #737a7d;
	padding-bottom: 18px;
	margin-top: 28px;
}
.row_form {
	width: 78%;
	margin: 33px auto 0;
	max-width: 1221px;
}
.row_form label {color: #8e9396;}
.tariff {
	font-weight: 800;
	font-size: 40px;
	color: #f89b3b;
	color: var(--color-orange);
	margin-top: 28px;
}
.footer{
	background-color:#374045;
	background-color:var(--color-gray);
	font-size:14px;
	letter-spacing:0.3px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.footer,
.footer a{
	color:#fff;
	color:var(--color-white);
}
.footer svg{
	height:16px;
	fill:#fff;
	fill:var(--color-white);
	margin-right: 10px;
}
.small_txt{
	font-size:10px;
	color: #8e9396;
}
.footer_copiryght ul,
.footer_menu{
	list-style:none;
	padding:0;
	margin:0;
}
.footer_menu li{margin-bottom: 13px;}
.footer_phone {
	margin-bottom: 25px;
	line-height: 1.3;
}
.footer_address {
	line-height: 1.45;
	margin-bottom: 20px;
}
.footer_copiryght {
	padding-left: 3.4%;
	width: 15.7%;
	font-size: 12px;
	letter-spacing: 0.2px;
}
.footer_copiryght li{margin-bottom: 23px;}
.info svg{
	height:12px;
	fill:#f89b3b;
	fill:var(--color-orange);
}
.info {
	margin-left: 15%;
	cursor: pointer;
}
.pagination {
	display: inline-block;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 800;
}
.pagin_link{
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	cursor:pointer;
	margin: 0 5px;
}
.curr_page{
	background-color:#f89b3b;
	background-color:var(--color-orange);
	color:#fff;
	color:var(--color-white);
	cursor:inherit;
}
.pagin_link svg{
	height:16px;
	fill:#262728;
	fill:var(--color-basic);
}
.next_page svg{transform:scaleX(-1);}
.pagination li {
	display: block;
	float: left;
	
}
.pagin_link.prev_page {margin-right: 15px;}
.pagin_link.next_page {margin-left: 15px;}
.search_input_block,
.archiv_block{
	background-color: #fff;
	background-color: var(--color-white);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	height: 80px;
	align-items:center;
	padding: 0 30px;
}
.archiv_block div {margin-right: 20px;}
.archiv_block a{-webkit-text-decoration:underline;text-decoration:underline;}
.news_name {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0.4px;
	margin-top: 15px;
}
.news_date {
	color: #a8a9aa;
	color: var(--color-lightgray);
	margin-top: 17px;
	letter-spacing: 0.3px;
}
.news_item {
	width: 32%;
	max-width: 520px;
	margin-bottom: 55px;
}
.news_item:hover {opacity: 0.5;}
.banner_img img,
.video {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.service_item {
	width: 49%;
	background: url(/templates/dvsr/dist/dev/assets/service-1.8671e38c.jpg) no-repeat center 0;
	height: 500px;
	max-width: 800px;
}
.service_item:nth-child(2) {background: url(/templates/dvsr/dist/dev/assets/service-2.355948b9.jpg) no-repeat center 0;}
.service_lnk {
	display: block;
	margin: 20px;
	border: 5px solid #f89b3b;
	border: 5px solid var(--color-orange);
	color: #f89b3b;
	color: var(--color-orange);
	font-size: 40px;
	font-weight: 800;
	height: 460px;
}
.service_lnk:hover{
	/*opacity:0.5;*/
	color: #f89b3b;
	color: var(--color-orange);
}
.service_icon {
	background-color: #f89b3b;
	background-color: var(--color-orange);
	opacity: 0.7;
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 80px auto 0;
}
.service_lnk:hover .service_icon {
	opacity: 1;
}
.service_icon svg{
	fill:#fff;
	fill:var(--color-white);
	height:117px;
}
.service_txt {
	display: block;
	width: 65%;
	text-align: center;
	text-transform: uppercase;
	margin: 25px auto 0;
	letter-spacing: 0.8px;
	line-height: 1.5;
}
.search_input_block {
	height: 90px;
	padding:20px 30px;
}
.search_input_block .btn {
	width: 190px;
}
.search_input_block input {
	border: 1px solid rgb(218, 219, 220);
	background-color: rgb(243, 244, 245);
}
.orange_txt, .orange_txt:hover{color:#f89b3b;color:var(--color-orange);}
.saerch_result {
	border-top: 1px solid #dadbdc;
	border-top: 1px solid var(--color-hr);
	padding-top: 25px;
	padding-bottom: 32px;
}
.saerch_result.last {border-bottom: 1px solid #dadbdc;border-bottom: 1px solid var(--color-hr);}
.intro_txt {
	margin-top: 10px;
	letter-spacing: 0.3px;
	line-height: 1.5;
}
.owl-theme .owl-nav [class*="owl-"] {
	background-color: #f89b3b;
	background-color: var(--color-orange);
	position: absolute;
	width: 50px;
	height: 50px;
	transition: all 0.5s ease-out 0s;
	top: 47%;
	transform: translateY(-50%);
}
.owl-theme .owl-nav [class*="owl-"]:hover {background-color: #f9af62;}
.owl-theme .owl-nav [class*="owl-"] svg{
	fill:#fff;
	fill:var(--color-white);
	height:16px;
}
.owl-theme .owl-nav [class*="owl-"]:hover svg{fill:#fcd7b1;}
.owl-carousel .owl-nav .owl-next svg{transform:scaleX(-1);}
.owl-carousel .owl-nav .owl-prev{left:20px;}
.owl-carousel .owl-nav .owl-next{right:20px;}
.owl-theme .owl-dots .owl-dot span {
	background-color: #dadbdc;
	background-color: var(--color-hr);
	width: 30px;
	height: 4px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #a8a9aa;
	background: var(--color-lightgray);
}
.owl-theme .owl-nav {margin-top: 0;}
.owl-theme .owl-dots {margin-top: 23px;}
.sert_block {
	background-color: #fff;
	background-color: var(--color-white);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	padding:12px;
	margin: 20px;
}
.sert_owl {
	margin-left: -20px;
	margin-right: -20px;
	width: auto;
}
.sert_owl .owl-nav [class*="owl-"] {top: 48.5%;}
.sert_owl .owl-nav .owl-prev{left:40px;}
.sert_owl .owl-nav .owl-next{right:40px;}
.sert_owl .owl-dots {margin-top: 8px;}
.no_txt_trsnfrm{text-transform:none;}
.letter06{letter-spacing: 0.6px;}
.play_btn {
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #f89b3b;
	background-color: var(--color-orange);
	width: 140px;
	height: 140px;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	padding: 5px 0 0 8px;
}

.play_btn svg{
	fill:#fff;
	fill:var(--color-white);
	height:50px;
}
.video_block {
	position: relative;
	line-height: 0;
}
.contacts_block {
	background-color: #fff;
	background-color: var(--color-white);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}
.contacts_block svg {
	height: 20px;
	fill: #f89b3b;
	fill: var(--color-orange);
	margin-right: 20px;
	vertical-align: middle;
}
.contacts_block h2, .contacts_block .h2{
	text-transform:uppercase;
	letter-spacing: 0.7px;
}
.contacts_block .small_txt {
	font-size: 14px;
	color: #f89b3b;
	color: var(--color-orange);
	letter-spacing: 0.4px;
}
.contacts_block > div:first-child{padding:30px;}
.contacts_block a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	letter-spacing: 0.3px;
	border-bottom: none;
}
.contacts_block .footer_phone {margin-bottom: 0;}
.contacts_map {
	line-height: 0;
	text-align: right;
	overflow: hidden;
}
.contacts_map .map_block,
.contacts_map img {
	max-width: none;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	min-height: 100%;
}
.contacts_map .map_block.with_place_mark {
	margin-bottom: 20px;
	min-height: calc(100% - 75px);
}
.contacts_block .email_top {
	margin-left:0;
	margin-right: 0;
	margin-top: 33px;
	font-weight: 800;
}
.contacts_block .email_top svg {margin-right: 15px;}
.service_block{
	background-color: #fff;
	background-color: var(--color-white);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}
.service_header {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.6px;
	height: 79px;
	text-transform: uppercase;
	cursor: pointer;
}
.active .service_header{
	background-color:#f89b3b;
	background-color:var(--color-orange);
	color:#fff;
	color:var(--color-white);
	border-bottom: 1px solid #dadbdc;
	border-bottom: 1px solid var(--color-hr);
}
.service_logo {
	background-color: #fff;
	background-color: var(--color-white);
	text-align: center;
	width: 140px;
	margin-right: 20px;
}
.service_logo,
.service_name{
	display:flex;
	justify-content:center;
	align-items:center;
}
.service_arrow{
	height:10px;
	fill:#262728;
	fill:var(--color-basic);
	margin-right: 30px;
}
.active .service_arrow{
	fill:#fff;
	fill:var(--color-white);
	transform:scaleY(-1);
}
.service_list {
	position: relative;
	max-height:0;
	overflow:hidden;
}
.active .service_list {max-height:999px;}
.service_list > ul {
	width: 600px;
}
.service_sublist ul,
.service_list > ul {
	list-style:none;
	margin:0;
	padding:0;
}
.service_list > ul > li {
	font-size: 24px;
	font-weight: 800;
	padding: 23px 30px 25px;
}
.service_list > ul > li.active,
.service_list > ul > li:hover {
	background-color:#f89b3b;
	background-color:var(--color-orange);
}
.service_sublist ul li {
	font-size: 18px;
	font-weight: 400;
	padding: 25px 30px 27px 30px;
	border-bottom: 2px solid #dadbdc;
	border-bottom: 2px solid var(--color-hr);
	letter-spacing: 0.3px;
	border-left: 2px solid #f89b3b;
	border-left: 2px solid var(--color-orange);
}
.service_sublist ul li:last-child {border-bottom: none;}
.service_sublist ul li::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #f89b3b;
	background: var(--color-orange);
	vertical-align: middle;
	margin-right: 20px;
}
.service_sublist {
	background-color: #fff;
	background-color: var(--color-white);
	width: 100%;
	max-height: 0;
	overflow: hidden;
	border-top: 1px solid rgba(218, 219, 220, 0.2);
	transition: all 0.5s linear 0s;	
}
.service_sublist.active {max-height: 999px;}
.service_sublist_block{width:calc(100% - 600px);}
.top_service_logo {
	/*width: 70px;*/
	margin-top: 40px;
}
.underline {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.tbl{
	display:table;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	width: 100%;
	background-color:#fff;
	background-color:var(--color-white);
}
.tbl_row{
	display:table-row;
}
.tbl_td,
.tbl_th{
	display:table-cell;
	vertical-align: middle;
}
.tbl_th {
	padding: 0 29px;
	letter-spacing: 0.4px;
}
.tbl_row.tbl_header {
	background-color: #374045;
	background-color: var(--color-gray);
	color: #f89b3b;
	color: var(--color-orange);
	text-transform: uppercase;
	font-weight: 800;
	vertical-align:middle;
	height:70px;
}
.tbl_td {
	padding: 0px 30px;
	letter-spacing: 0.3px;
	border-right: 1px solid #dadbdc;
	border-right: 1px solid var(--color-hr);
	border-bottom: 1px solid #dadbdc;
	border-bottom: 1px solid var(--color-hr);
	color: #262728;
	color: var(--color-basic);
	height: 70px;
	position:relative;
}
.tbl_td input {
	border: 1px solid #dadbdc;
	border: 1px solid var(--color-hr);
}
.price_btn {
	height: 30px;
	display: inline-block;
	width: 120px;
	font-size: 14px;
	line-height: 30px;
}
.tbl_th + .tbl_th{border-left:1px solid #252b2e;}
.check_tbl{height:16px;}
.orange_tbl .tbl_row.even {background-color: #fffbf6;}
.orange_tbl .tbl_row.even .tbl_td:first-child {background-color: #fff4e8;}
/*
.orange_tbl .tbl_row:nth-child(2n+1) {background-color: #fffbf6;}
.orange_tbl .tbl_row:nth-child(2n+1) .tbl_td:first-child {background-color: #fff4e8;}
*/
.orange_tbl .tbl_row.tbl_header{
	background-color:#f89b3b;
	background-color:var(--color-orange);
	color:#fff;
	color:var(--color-white);
	height:120px;
	text-transform: none;
}
.orange_tbl .check_tbl{fill:#f89b3b;fill:var(--color-orange);}
.orange_tbl .tbl_td:first-child,
.orange_tbl .tbl_th:first-child{width:578px;}
.orange_tbl .tbl_td:nth-child(n+2){
	color:#f89b3b;
	color:var(--color-orange);
	font-weight:800;
	text-align:center;
	font-size:24px;
}
.orange_tbl .tbl_th {
	padding: 0px 30px;
	letter-spacing: 0.1px;
	line-height: 1.1;
}
.orange_tbl .tbl_th + .tbl_th{border-left:1px solid #e68f36;}
.orange_tbl .tbl_td {
	padding: 10px 30px 13px;
	line-height: 1.5;
	letter-spacing: 0.3px;
	border-right: 1px solid #f3f4f5;
	border-bottom: 1px solid #f3f4f5;
	height: auto;
}
.tbl_btn {
	width: 520px;
	margin: 38px auto 0;
}
.bg_lightorange{
	background:#fff4e8;
	padding-top: 1px;
	padding-bottom: 40px;
}
.photo_icon {
	height: 12px;
	fill: #f89b3b;
	fill: var(--color-orange);
	margin: 0 0 0px 5px;
	cursor: pointer;
	
}
.mini_photo_block{
	display:inline-block;
	vertical-align: super;
	position:relative;
}
.mini_photo {
	position: absolute;
	padding: 10px;
	background-color: #fff;
	background-color: var(--color-white);
	top: 8px;
	left: 11px;
	border-radius: 5px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	width: 250px;
	height: 200px;
	z-index: 9;
	display:none;
}
.photo_td {padding-bottom: 5px;}
.mini_photo_lnk:hover + .mini_photo_block .mini_photo,
.mini_photo_block:hover .mini_photo {display:block;}
.mini_photo_lnk:hover{color:#f89b3b;color:var(--color-orange);-webkit-text-decoration:underline;text-decoration:underline;}

.text_bg_color{
	margin-top: 65px;
	padding: 35px 0 40px;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0.8px;	
}

.text_bg_color > div:last-child {
	margin-top: 25px;
	padding-bottom: 6px;
	display: inline-block;
}
.text_bg_color > div:first-child {
	color: #fff;
	color: var(--color-white);
}


.sale_phone {
	margin-top: 93px;
	padding: 35px 0 40px;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0.8px;	
}
.sale_phone > div:first-child {color: #fff;color: var(--color-white);}
.sale_phone > div:last-child {
	margin-top: 25px;
	border-bottom: 1px dashed;
	padding-bottom: 6px;
	display: inline-block;
}
.small_tbl .tbl_row.tbl_header {height: 60px;}
.small_tbl .tbl_td:first-child, 
.small_tbl .tbl_th:first-child {
	width: 280px;
}
.small_tbl .tbl_td {padding: 15px 30px 18px;}
.small_tbl .tbl_td:nth-child(n+2) {
	text-align: left;
	font-size: 18px;
}
.orange_tbl .tbl_td:nth-child(n+2) a:hover,
.small_tbl .tbl_td:nth-child(n+2) a{
	color: #f89b3b;
	color: var(--color-orange);
	-webkit-text-decoration:underline;
	text-decoration:underline;
}
.orange_tbl .tbl_td:nth-child(n+2) a:hover,
.small_tbl .tbl_td:nth-child(n+2) a:hover{
	color: #fbcd9d;
	-webkit-text-decoration:underline;
	text-decoration:underline;
}
.preim_row .top_key_block {
	width: 23.2%;
	max-width: 380px;
	padding: 28px 90px 25px;
	font-size: inherit;
}
.preim_row .top_key_icon svg {
	height: 57px;
	fill: #262728;
	fill: var(--color-basic);
}
.preim_row .top_key_icon{
	border-radius: 50%;
	background-color: #fff;
	background-color: var(--color-white);
	width: 100px;
	height: 100px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin: 0 auto;
}
.preim_row .top_key_txt {margin-top: 18px;}
.preim_row .exbold {font-size: 24px;}
.normalcase {text-transform: none;} 
.white_block{
	background-color: #fff;
	background-color: var(--color-white);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}
.orange_header {
	background-color: #f89b3b;
	background-color: var(--color-orange);
	color: #fff;
	color: var(--color-white);
	font-size: 24px;
	font-weight: 800;
	padding: 30px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}
.white_block_txt {
	padding: 18px 30px 23px;
}
.marker{
	list-style:none;
	margin:0;
	padding:0;
}
.white_block_txt ul li,
.marker li {
	line-height: 1.5;
	letter-spacing: 0.28px;
	padding-left: 30px;
}
.tbl_td ul li + li,
.white_block_txt ul li + li,
.marker li + li {
	margin-top: 15px;
}
.tbl_td ul li::before,
.white_block_txt ul li::before,
.marker li::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #f89b3b;
	background: var(--color-orange);
	vertical-align: top;
	margin-right: 20px;
	margin-top: 8px;
}
.tbl_td ul li span,
.white_block_txt ul li span,
.marker li span {
	display: inline-block;
	width: calc(100% - 30px);
	vertical-align: baseline;
}
.compare{
	fill:#f89b3b;
	fill:var(--color-orange);
	height:45px;
	transform:scaleX(-1);
	margin: 10px 20px 0;
}
.lightgray_txt{color: #a8a9aa;color: var(--color-lightgray);}
.econom {
	letter-spacing: 0.7px;
	line-height: 1.1;
	padding-top: 15px;

}
.uppercase{text-transform:uppercase;}
.econom_line2 {
	font-size:24px;
	font-weight:800;
	text-align:center;
	letter-spacing: 0.7px;
	border-top: 1px solid #dadbdc;
	border-top: 1px solid var(--color-hr);
	margin-top: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
	line-height: 1.5;
}
.effect {
	margin-left: 30px;
	letter-spacing: 0.6px;
}
.effect + .effect {letter-spacing: 0.3px;}
.product_img,
.prod_name{
	display:block;
}
.prod_name{
	font-weight:800;
	letter-spacing:0.3px;
	padding:18px 30px 23px 20px;
	line-height:1.5;
}
.prod_block {margin-bottom: 38px;}
.prod_block:hover {opacity:0.5;}
.prod_section {padding-bottom: 60px;}
.razdel_form_block {
	border-top: 1px solid #dadbdc;
	border-top: 1px solid var(--color-hr);
	margin-top: 20px;
	padding-top: 25px;
	letter-spacing: 0.1px;
}
.frm_block {padding:20px 30px 18px;}
.razdel_form_block input,
.razdel_form_block select {
	background-color: #f3f4f5;
	border: 1px solid #dadbdc;
	border: 1px solid var(--color-hr);
	margin-bottom:10px;
}
.w31.w_md_49.radiobox_block + .w31.w_md_49.radiobox_block {
	margin-left: 23px;
}
.w31.w_md_49.radiobox_block + .w31.w_md_49.radiobox_block:nth-child(3n+1) {
	margin-left: 0;
}
.frm_block + .frm_block {margin-top: 10px;}
.radiobox_block label svg {
	height: 30px;
	fill: #a8a9aa;
	fill: var(--color-lightgray);
	vertical-align: middle;
	margin-right: 5px;
}
.radiobox_block input:checked + label svg {
	fill: #f89b3b;
	fill: var(--color-orange);
}
.kgchas {
	padding-bottom: 10px;
	padding-left: 20px;
}
.radiobox_block label.no_box::before{content:inherit;}
.frm_block .btn {
	width: 51%;
	margin-right: -30px;
}
.config_row {
	margin-top: 35px;
	border-bottom: 1px solid #dadbdc;
	border-bottom: 1px solid var(--color-hr);
	padding-bottom: 16px;
}
.row_rtl {flex-direction: row-reverse;}
.time_line {
	border-bottom:4px solid #f89b3b;
	border-bottom:4px solid var(--color-orange);
}
.start_time_line_block,
.start_time_line {
	width:89px;
}
.start_time_line {
	border-left:2px solid #f89b3b;
	border-left:2px solid var(--color-orange);
	position: relative;	
}
.start_time_line::before {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 40px solid #f89b3b;
	border-left: 40px solid var(--color-orange);
	border-bottom: 20px solid transparent;
	content:'';
	display:block;	
	position: absolute;
	top:0;
	left:3px;
}
.time_line_dot{
	font-size:40px;
	font-weight:800;
	text-align:center;
	padding-bottom:33px;
	padding-top: 6px;
	position: relative;	
}
.time_line_dot::before {
	background-color: #f89b3b;
	background-color: var(--color-orange);
	position: absolute;
	width: 2px;
	height: 30px;
	content:'';
	display:block;
	left:50%;
	transform:translateX(-50%);
	bottom:0;
}
.time_line_dot_block{
	padding-top: 22px;
	position: relative;		
}
.time_line_dot_block::before {
	width: 2px;
	height: 10px;
	background-color: #f89b3b;
	background-color: var(--color-orange);
	position: absolute;
	content:'';
	display:block;
	left:50%;
	transform:translateX(-50%);
	top:9px;
}
.time_line_img {
	margin-top: 8px;
	margin-bottom: 15px;
}
.time_line_txt {
	line-height: 1.5;
}
.fact_section {
	padding-top: 63px;
	padding-bottom: 55px;
}
.fact_icon svg {
	fill:#f89b3b;
	fill:var(--color-orange);
	height:80px;
}
.fact_block {
	background-color: #374045;
	background-color: var(--color-gray);
	color: #fff;
	color: var(--color-white);
	text-align: center;
	max-width: 520px;
	min-height: 233px;
	padding: 30px 40px;
	margin-bottom: 38px;
}
.fact_txt {
	margin-top: 20px;
	letter-spacing: 0.3px;
	line-height: 1.2;
}
.fact_txt .exbold {
	font-size: 24px;
	display:inline-block;
}
.oneslide  .owl-nav [class*="owl-"] {top: 50%;}
.product_mini_img {
	margin-top: 30px;
}
.product_mini {
	border: 3px solid transparent;
	background-color: #f3f4f6;
}
.product_mini.active img {opacity: 0.5;}
.product_mini.active {border-color: #f89b3b;border-color: var(--color-orange);}
.product_mini + .product_mini {
	margin-left: 30px;
}
.card_btn_txt,
.card_btn_icon{
	display:flex;
	justify-content:center;
	align-items:center;
}
.card_btn_icon{
	background-color:#f89b3b;
	background-color:var(--color-orange);
	height:80px;
	width:99px;
}
.card_btn_icon svg{
	fill:#fff;
	fill:var(--color-white);
	height:50px;
}
.card_btn_txt svg{
	fill:#f89b3b;
	fill:var(--color-orange);
	height:20px;	
	transform:scaleX(-1);
	margin-left: 15px;
}
.card_btn{
	background-color:#374045;
	background-color:var(--color-gray);
	font-size:24px;
	font-weight:800;
	color:#f89b3b;
	color:var(--color-orange);
	padding-right: 27px;
	letter-spacing: 0.3px;
	cursor:pointer;
}
.card_btn:hover{
	background-color:#4b5358;
	color:#a27749;
}
.card_btn:hover .card_btn_icon{background-color:#f9af62;}
.card_btn:hover .card_btn_icon svg{fill:#fcd7b1;}
.card_btn:hover .card_btn_txt svg{fill:#a27749;}
.product_tabs {
	font-weight: 800;
	text-transform: uppercase;
	padding-left: 0;
	margin-top: 100px;
}
.product_tabs li {
	display: inline-block;
	margin-right: 16px;
	border: 1px solid #a8a9aa;
	border: 1px solid var(--color-lightgray);
	padding: 15px 28px;
	cursor: pointer;
	color: #262728;
	color: var(--color-basic);
	letter-spacing: 0.6px;
}
.product_tabs li.active {
	color: #fff;
	color: var(--color-white);
	border-color: #f89b3b;
	border-color: var(--color-orange);
	background-color: #f89b3b;
	background-color: var(--color-orange);
}
.ttx_header {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 1px solid #dadbdc;
	border-bottom: 1px solid var(--color-hr);
	padding-bottom: 6px;
}
.active .ttx_header {
	color: #f89b3b;
	color: var(--color-orange);
	border-bottom-color:#f89b3b;
	border-bottom-color:var(--color-orange);
}
.inside .content ul, .inside .content ol {
	margin: 10px 0 20px 10px;
}
.ttx_name {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	cursor: pointer;
	padding-bottom: 6px;
	color: #f89b3b;
	color: var(--color-orange);
	border-bottom-color:#f89b3b;
	border-bottom-color:var(--color-orange);
}
.ttx_arrow {
	height: 10px;
	fill: #262728;
	fill: var(--color-basic);
	margin-right: 0;
}
.active .ttx_arrow {
	fill: #f89b3b;
	fill: var(--color-orange);
	transform: scaleY(-1);
}
.ttx_list {
	position: relative;
	max-height: 0;
	overflow: hidden;
}
.active .ttx_list {
	max-height: 1299px;
}
.ttx_tbl .tbl_row.tbl_header {height: 60px;}
.ttx_tbl .tbl_td:first-child, 
.ttx_tbl .tbl_th:first-child {
	width: 56%;
	font-weight: 800;
}
.ttx_tbl .tbl_td:nth-child(n+2) {
	color: #262728;
	color: var(--color-basic);
	font-weight: 400;
	text-align: left;
	font-size: inherit;
}
.ttx_tbl .tbl_td {
	padding: 0px 30px 0px;
	height: 61px;
}
.var_name {
	padding-bottom: 11px;
	letter-spacing: 0.8px;
	margin-top: 20px;
	position: relative;
	margin-bottom: 10px;
}
.var_name::before{
	background-color: #f89b3b;
	background-color: var(--color-orange);
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100px;
	height: 1px;
	content:'';
	display:block;
	transform:translateX(-50%);
}
.var_txt{
	padding:11px 0;
	line-height:1.5;
}
.var_txt + .var_txt{border-top:1px solid #dadbdc;border-top:1px solid var(--color-hr);}
.var_icon_block {
	background-color: #f3f4f5;
	height: 80px;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 20px 30px 20px 20px;
}
.var_icon_block svg{
	height:30px;
	fill:#f89b3b;
	fill:var(--color-orange);
	margin-right: 10px;
}
.var_icon_block > div:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
}
.var_txt_block {
	padding: 0 30px 10px;
}
.sale_phone div.callback_form {
	width: 56.5%;
	margin-top: 28px;
	border: none;
	padding-bottom: 0;
}
.callback_form form {
	display: flex;
	align-items: center;
	justify-content: center;
}
.callback_form input::-moz-placeholder {
	color: #a8a9aa;
	color: var(--color-lightgray);
	opacity: 1;
}
.callback_form input:-ms-input-placeholder {
	color: #a8a9aa;
	color: var(--color-lightgray);
}
.callback_form input::-webkit-input-placeholder {
	color: #a8a9aa;
	color: var(--color-lightgray);
}


































.w13{width: 13.4%;}
.w16{width: 16.5%;}
.w17{width: 17.55%;}
.w18{width: 18%;}
.w20{width: 20%;}	
.w22{width: 22%;}
.w23{width: 23.2%;}	
.w24{width: 24%;}	
.w26{width: 26%;}	
.w30{width: 30%;}
.w31{width: 31%;}
.w32{width: 32%;}
.w33{width: 33%;}
.w40{width: 40.5%;}
.w42{width: 42%;}
.w43{width: 43%;}
.w44{width: 44%;}
.w46{width: 46%;}
.w47{width: 47%;}
.w48{width: 48%;}
.w49{width: 49%;}
.w50{width: 50%;}
.w52{width: 52%;}
.w55{width: 55%;}
.w57{width: 57.3%;}
.w60{width: 60%;}
.w64{width: 64%;}
.w66{width: 66%;}
.w70{width: 70%;}
.w71{width: 71%;}
.w74{width: 74%;}
.w75{width: 75%;}
.w76{width: 76%;}
.w77{width: 77%;}
.w80{width: 80%;}
.w83{width: 83%;}
.w84{width: 84%;}
.w85{width: 85%;}
.w86{width: 86%;}
.w87{width: 87%;}
.w88{width: 88%;}
.w89{width: 89%;}
.w90{width: 90%;}
.w100{width: 100%;}

.offset_xl_top_0{margin-top: 0;}
.offset_xl_top_3 {margin-top: 3px;}
.offset_xl_top_5 {margin-top: 5px;}
.offset_xl_top_6 {margin-top: 6px;}
.offset_xl_top_8 {margin-top: 8px;}
.offset_xl_top_10 {margin-top: 10px;}
.offset_xl_top_12 {margin-top: 12px;}
.offset_xl_top_13 {margin-top: 13px;}
.offset_xl_top_15 {margin-top: 15px;}
.offset_xl_top_18 {margin-top: 18px;}
.offset_xl_top_20 {margin-top: 20px;}
.offset_xl_top_23 {margin-top: 23px;}
.offset_xl_top_25 {margin-top: 25px;}
.offset_xl_top_28 {margin-top: 28px;}
.offset_xl_top_30{margin-top: 30px;}
.offset_xl_top_33{margin-top: 33px;}
.offset_xl_top_35{margin-top: 35px;}
.offset_xl_top_38{margin-top: 38px;}
.offset_xl_top_40 {margin-top: 40px;}
.offset_xl_top_45 {margin-top: 45px;}
.offset_xl_top_50 {margin-top: 50px;}
.offset_xl_top_55 {margin-top: 55px;}
.offset_xl_top_60 {margin-top: 60px;}
.offset_xl_top_63 {margin-top: 63px;}
.offset_xl_top_65 {margin-top: 65px;}
.offset_xl_top_70 {margin-top: 70px;}
.offset_xl_top_75 {margin-top: 75px;}
.offset_xl_top_78 {margin-top: 78px;}
.offset_xl_top_80 {margin-top: 80px;}
.offset_xl_top_85 {margin-top: 85px;}
.offset_xl_top_90 {margin-top: 90px;}
.offset_xl_top_95 {margin-top: 95px;}
.offset_xl_top_100 {margin-top: 100px;}
.offset_xl_top_110 {margin-top: 110px;}
.offset_xl_top_118 {margin-top: 118px;}
.offset_xl_top_120 {margin-top: 120px;}
.offset_xl_top_125 {margin-top: 125px;}
.offset_xl_top_130 {margin-top: 130px;}
.offset_xl_top_135 {margin-top: 135px;}
.offset_xl_top_155 {margin-top: 155px;}
.offset_xl_top_195 {margin-top: 195px;}
.hidden {display: none;}

.row_space_between.wrap-items .card_btn {
	font-size: 16px;
	padding-right: 0;
}
.row_space_between.wrap-items .card_btn_txt {
	min-width: 90%;
	display: grid;
	justify-content: center;
	padding: 5px 15px;
	text-align: center;
}

.shema_manuf {
	display: inline-block;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	padding: 15px;
	background-color: white;
	min-width: 150px;
	text-wrap: none;
}
.text-padding {
	padding: 0 300px;
}

.mlogo {
	max-height: 50px;
}
.mt_20 {
	margin-top: 20px;
}
@media screen and (max-width: 1680px) {
	.inside{max-width:1570px;}
}
@media screen and (max-width: 1610px) {
	.hidden1680{display:none;}
	.view1680{display:block;}
	body {font-size: 14px;}
	.breadcrumbs {margin-top: 26px;}
	.h1, h1 {
		letter-spacing: 1.1px;
		font-size: 30px;
		margin-top: 17px;
	}
	.h2, h2 {font-size: 18px;}
	p {
		line-height: 1.5;
		margin-bottom: 20px;
		letter-spacing: 0.4px;
	}
	.inside{max-width:1570px;}
	.inside980{
		max-width:980px;
		margin:0 auto;
	}
	.search_block.hidden980 {width: 700px;}
	.station_top > span {line-height: 1.2;}
	.station_top svg {
		height: 16px;
		margin-right: 0px;
		margin-left: 5px;
	}
	.station_top {
		padding-right: 8px;
		padding-left: 8px;
		max-width: 222px;
		margin-left: 20px;
		font-size: 14px;
	}
	.station_top.gaz {max-width: 181px;}
	.station_img svg {height: 432px;}
	.email_top {
		margin-left: 38px;
		margin-right: 23px;
	}
	.phone_top svg, .email_top svg {
		height: 12px;
		margin-right: 6px;
	}	
	.search_btn_block {margin-left: 30px;}
	.menu li a {padding: 10px 22px;}
	.menu > li:first-child > a {padding-left:0px;}
	.menu li {font-size: 14px;}
	.text_ttl {
		font-size: 50px;
		width: 80%;
		margin: 0 auto;
		line-height: 1.2;
		letter-spacing: 1.5px;
		margin-top: 6%;
	}
	.text_subttl {
		font-size: 30px;
		line-height: 1.2;
		margin-top: 13px;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.top_key_block {
		width: 22.5%;
		font-size: 14px;
		line-height: 1.3;
		padding-top: 32px;
		padding-bottom: 23px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.top_key_txt {margin-top: 20px;}
	.top_key_txt .exbold {font-size: 18px;}
	.ttl_block {
		font-size: 50px;
		line-height: 1.2;
		letter-spacing: 1.4px;
	}
	.ttl_block::before {
		width: 2px;
		height: 55px;
	}
	.text_main {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 20px;
	}
	.exbold_orange {
		font-size: 30px;
		color: #f89b3b;
		color: var(--color-orange);
		font-weight: 800;
		line-height: 1.35;
		margin-top: 23px;
		letter-spacing: 0.5px;

	}
	.flash_icon {margin-right: 20px;}
	.section_shema {
		padding-top: 33px;
		padding-bottom: 30px;
	}
	.shema_block {padding-bottom: 28px;}
	.shema_block {
		text-align: center;
		max-width: none;
	}
	.shema_block + .shema_block {margin-top: 33px;}
	.shema_ttl {
		font-size: 30px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.shema_row {
		margin-left: 0;
		margin-right: 0;
	}
	.shema_work {
		width: 48.2%;
		max-width: none;
	}
	.shema_name {
		font-size: 18px;
		margin-top: 28px;
		margin-bottom: 25px;
		padding-right: 32px;
	}
	.shema_txt {
		margin-top: 18px;
		padding-left: 33px;
		margin-bottom: 28px;
		width: 95%;
	}
	.shema_work:first-child .shema_name {padding-right: 32px;}
	.shema_work:first-child .shema_txt {
		padding-left: 33px;
		width: 95%;
	}
	.shema_block:last-child {
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 30px;
	}
	.station_block {padding-bottom: 80px;}
	.select_img,
	.station_img svg,
	.station_img img,
	.station_img {
		/* height: 436px; */
		width: 581px;

	}
	.station_info_block {
		width: 210px;
		padding: 13px 0px 15px;
	}
	.station_info_txt ,
	.station_info_name {
		font-size: 14px;
		padding: 0 10px;
	}
	.active .station_info_name {padding-bottom: 5px;}
	.station_info_block::before {
		left: 8px;
		width: 250px;
	}
	.block-1 {
		top: -52px;
		left: 0;
	}
	.block-1::before {
		width: 210px;
		height: 1px;
		top: 57px;
	}
	.block-1 .station_info_name::before {
		height: 250px;
		left: 217px;
		top: 57px;
	}
	.block-1.active .station_info_name::before {height: 165px;}
	.block-1.active::after {top: 57px;}
	.block-1::after {
		right: -7px;
		top: 305px;
	}
	.block-2 {
		top: -70px;
		right: 111px;
	}
	.block-2::before {
		left: -55px;
		width: 210px;
		height: 1px;
		top: 57px;
	}
	.block-2 .station_info_name::before {
		height: 160px;
		left: -55px;
		top: 57px;
	}
	.block-2::after {
		left: -66px;
		top: 218px;
	}
	.block-2.active::after {top: 57px;}
	.block-2.active .station_info_name::before {height: 118px;}
	.block-3 {
		top: 48px;
		right: -10px;
	}
	.block-3::before {
		left: -18px;
		width: 180px;
		height: 1px;
		border-top: 1px solid #f89b3b;
		border-top: 1px solid var(--color-orange);
		border-left: 1px solid #f89b3b;
		border-left: 1px solid var(--color-orange);
		top: 37px;
	}
	.block-3 .station_info_name::before {
		height: 150px;
		left: -18px;
		top: 39px;
	}
	.block-3::after {
		left: -29px;
		top: 186px;
	}
	.block-3.active .station_info_name::before {height: 133px}
	.block-3.active::after {top: 37px;}
	.block-4 {
		bottom: 80px;
		right: 120px;
	}
	.block-4::before {
		left: -73px;
		width: 278px;
		height: 1px;
		border-bottom: 1px solid #f89b3b;
		border-bottom: 1px solid var(--color-orange);
		border-left: 1px solid #f89b3b;
		border-left: 1px solid var(--color-orange);
		top: 37px;
	}
	.block-4 .station_info_name::before {
		height: 330px;
		left: -73px;
		top: -292px;
	}
	.block-4::after {
		left: -84px;
		top: -298px;
	}
	.block-4.active .station_info_name::before {
		height: 15px;
		top: 37px;
	}
	.block-4.active::after {top: 37px;}
	.block-5 {
		bottom: 200px;
		left: 220px;
	}
	.block-5::before {
		left: 10px;
		width: 211px;
		height: 1px;
		top: 37px;
	}
	.block-5 .station_info_name::before {
		height: 285px;
		left: 221px;
		top: -247px;
	}
	.block-5::after {
		right: -10px;
		top: -235px;
	}
	.block-5.active .station_info_name::before {
		height: 99px;
		top: -60px;
	}
	.block-5.active::after {
		right: -0px;
		top: 37px;
	}
	.name_tab {
		width: 450px;
		height: 40px;
		line-height: 40px;
		margin: 0 0px;
	}
	.name_tab + .name_tab {margin-left:28px;}
	.btn {
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.ekonom_ttl svg {margin-right: 10px;}
	.ekonom_ttl {
		font-size: 30px;
		letter-spacing: 1.1px;
		padding-top: 25px;
	}
	.orange_form {
		margin-top: 25px;
		padding-bottom: 33px;
	}
	label {font-size: 12px;}
	select, input, textarea {
		height: 40px;
		padding: 0 0px 0 10px;
		font-size: 14px;
	}
	select {
		background-position: right 10px center;
		padding-left: 5px;
		background-size: 10px auto;
	}
	input[type="submit"], button[type="submit"], .submit {font-size: 14px;}
	.now .cascade-slider_name {
		font-size: 18px;
		letter-spacing: 1px;
		margin-top: 0px;
	}
	.cascade-slider_item img{max-height:189px}
	.cascade-slider_arrow {
		top: 37%;
		width: 30px;
		height: 30px;
	}
	.cascade-slider_arrow svg {height: 10px;}
	.cascade-slider_slides {
		width: 830px;
		height: 328px;
	}
	.cascade-slider_item.now {transform: translateY(-63px) translateX(-50%) scale(1);}
	.cascade-slider_item.next {left: 11%;}
	.cascade-slider_item.pre_next {
		top: 23%;
		left: 23%;
	}
	.cascade-slider_item {top: -35px;}
	.cascade-slider_item.pre_prev {
		top: 25%;
		left: 74%;
	}
	.cascade-slider_item.prev {
		right: 10%;
		left: auto;
		left: initial;
		top: 58%;
	}
	.filter_name {font-size: 18px;}
	.filter_item {
		height: 30px;
		line-height: 28px;
		font-size: 14px;
	}
	.proj_item {margin-bottom: 30px;}
	.proj_name {
		padding-bottom: 15px;
		margin-top: 10px;
		letter-spacing: 0.6px;
		line-height: 1.5;
	}
	.in_proj {
		width: 380px;
		margin: 20px auto;
	}
	.banner_txt1_ttl {
		font-size: 20px;
		letter-spacing: 0.6px;
	}
	.banner_txt1 {top: 14%;}
	.banner_txt1 ul {
		margin: 23px 0 0;
		font-size: 18px;
	}
	.banner_txt1 li {margin-bottom: 9px;}
	.banner_txt1 li::before {
		width: 5px;
		height: 5px;
		margin-right: 10px;
	}
	.banner_txt2 {
		bottom: 14%;
		font-size: 18px;
	}
	.banner_phone {
		font-size: 30px;
		margin-top: 13px;
	}
	.calc_form_block {
		padding: 25px 30px 30px;
		letter-spacing: 0.3px;
	}
	.calc_form_ttl {
		font-size: 30px;
		letter-spacing: 1px;
	}
	.bttm_hr {
		padding-bottom: 28px;
		margin-top: 21px;
	}
	.checkbox_block label::before {
		margin-right: 10px;
		width: 16px;
		height: 16px;
	}
	.row_form {
		width: 100%;
		margin: 17px auto 0;
	}
	.row_form label {
		letter-spacing: 0.2px;
		margin-bottom: 8px;
	}
	.number_minus, .number_plus {right: 10px;}
	.number_minus {bottom: 5px;}
	.number_plus {bottom: 20px;}
	.tariff {
		font-size: 30px;
		margin-top: 18px;
	}
	.checkbox_block label {
		font-size: 14px;
		letter-spacing: 0.3px;
	}
	.footer {
		font-size: 12px;
		letter-spacing: 0.2px;
		padding-bottom: 40px;
	}
	.footer .lg_w14 img{width: 53%;}
	.footer_menu li {margin-bottom: 14.5px;}
	.footer_phone {
		margin-bottom: 27px;
		line-height: 1.2;
		font-size: 14px;
	}
	.footer_address {
		line-height: 1.38;
		margin-bottom: 23px;
		font-size: 14px;
	}
	.footer_copiryght {
		padding-left: 14%;
		width: 100%;
		margin-top: 53px;
	}
	.footer_copiryght li {
		margin-bottom: 0;
		display: inline-block;
		margin-right: 27px;
	}
	.info {margin-left: 5px;}
	.pagination {font-size: 18px;}
	.pagin_link {
		width: 40px;
		height: 40px;
		margin: 0 0px;
	}
	.archiv_block {
		height: 50px;
		padding: 0 20px;
	}
	.news_item {
		width: 31%;
		margin-bottom: 40px;
	}
	.news_name {
		font-size: 18px;
		letter-spacing: 0.2px;
		margin-top: 8px;
	}
	.news_date {
		margin-top: 10px;
		letter-spacing: 0.2px;
	}
	.service_item {
		width: 48.5%;
		height: 350px;
		background-size: cover;
	}
	.service_icon svg {height: 90px;}
	.service_lnk {
		border-width: 3px;
		font-size: 30px;
		height: 310px;
	}
	.service_icon {
		width: 120px;
		height: 120px;
		margin: 48px auto 0;
	}
	.service_txt {
		margin: 23px auto 0;
		line-height: 1.2;
	}
	.search_input_block {height: 80px;}
	.saerch_result {
		padding-top: 10px;
		padding-bottom: 14px;
	}
	.intro_txt {margin-top: 3px;}
	.search_input_block .btn {width: 210px;}
	.owl-theme .owl-nav [class*="owl-"] {
		width: 30px;
		height: 30px;
		top: 47%;
	}
	.owl-theme .owl-nav [class*="owl-"] svg{height:10px;}
	.owl-carousel .owl-nav .owl-prev{left:10px;}
	.owl-carousel .owl-nav .owl-next{right:10px;}
	.owl-theme .owl-dots {margin-top: 15px;}
	.sert_block {
		padding:5px;
		margin: 20px;
	}
	.sert_owl {
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
	}
	.sert_owl .owl-nav .owl-prev{left:30px;}
	.sert_owl .owl-nav .owl-next{right:30px;}
	.sert_owl .owl-dots {margin-top: 8px;}
	.letter06 {
		letter-spacing: 0.4px;
		line-height: 1.2;
	}

	.play_btn {
	  width: 100px;
	  height: 100px;
	  padding: 5px 0 0 3px;
	}
	.play_btn svg {height: 30px;}
	.contacts_block > div:first-child {padding: 25px 28px;}
	.contacts_block .footer_address {line-height: 1.5;margin-bottom:0}
	.contacts_block .small_txt {font-size: 12px;}
	.contacts_block .footer_phone a {letter-spacing: 0.5px;}
	.contacts_map img {max-height: 447px;}
	.contacts_block .email_top {margin-top: 23px;}
	.contacts_map.map2 img {max-height: 219px;}
	.contacts_block .email_top svg {margin-right: 20px;}
	.service_header {
		font-size: 18px;
		height: 53px;
	}
	.service_logo {
		width: 90px;
		padding: 0 15px;
	}
	.service_list > ul > li {
		font-size: 18px;
		padding: 15px 18px 18px;
		letter-spacing: 0.3px;
	}
	.service_list > ul {width: 290px;}
	.service_sublist_block {width: calc(100% - 290px);}
	.service_sublist ul li {
		font-size: 14px;
		padding: 17px 19px 18px 19px;
		border-bottom-width: 1px;
		letter-spacing: 0.3px;
		border-left-width: 1px;
	}
	.service_sublist ul li::before {
		width: 6px;
		height: 6px;
		margin-right: 10px;
	}
	.service_arrow {
		height: 8px;
		margin-right: 21px;
	}
	.top_service_logo {
		width: 50px;
		margin-top: 28px;
	}
	.tbl_row.tbl_header {height: 50px;}	
	.tbl_th {padding: 0 19px;}
	.tbl_td {
		padding-right: 20px;
		padding-left: 20px;
		height: 53px;
	}
	.price_btn {
		height: 25px;
		font-size: 14px;
		line-height: 23px;
	}
	.orange_tbl .tbl_row.tbl_header {height: 70px;}
	.orange_tbl .tbl_td:first-child, 
	.orange_tbl .tbl_th:first-child {
		width: 361px;
	}
	.orange_tbl .tbl_th {padding: 0px 20px;}
	.orange_tbl .tbl_td {padding: 11px 20px 15px;}
	.orange_tbl .tbl_td:nth-child(n+2) {font-size: 18px;}
	.tbl_btn {
		width: 370px;
		margin: 30px auto 0;
	}
	.tbl_td.txt_center {padding: 0px 20px;}
	.bg_lightorange {padding-bottom: 30px;}
	.sale_phone {
		margin-top: 53px;
		padding: 30px 0 30px;
		font-size: 18px;
	}
	.sale_phone > div:last-child {padding-bottom: 2px;}
	.small_tbl .tbl_td:first-child, 
	.small_tbl .tbl_th:first-child {
		width: 161px;
		padding-right: 10px;
	}
	.mlogo, 
	.small_tbl .tbl_row.tbl_header{height: 50px;}
	.small_tbl .tbl_td {padding: 15px 20px 14px;}
	.small_tbl .tbl_td:nth-child(n+2) {font-size: 14px;}
	.preim_row .top_key_block {
		width: 22.5%;
		padding: 30px 20px 25px;
		font-size: inherit;
	}
	.preim_row .top_key_icon {
		width: 80px;
		height: 80px;
	}
	.preim_row .top_key_icon svg {height: 40px;}
	.preim_row .top_key_txt {margin-top: 25px;}
	.orange_header {
		font-size: 18px;
		padding: 18px 20px 15px;
	}
	.marker li::before {
		width: 6px;
		height: 6px;
		margin-right: 10px;
	}
	.marker li + li {
		margin-top: 12px;
	}
	.white_block_txt {padding: 18px 20px 23px;}
	.econom {
		letter-spacing: 0.6px;
		padding-top: 8px;
	}
	.compare {
		height: 30px;
		margin: 8px 25px 0;
	}
	.econom_line2 {
		font-size: 18px;
		letter-spacing: 0.6px;
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 5px;
	}
	.effect {
		margin-left: 20px;
		letter-spacing: 0.6px;
	}
	.prod_name {padding: 13px 30px 15px 20px;}
	.prod_block {margin-bottom: 33px;}
	.razdel_form_block {
		margin-top: 16px;
		padding-top: 15px;
	}
	.w31.w_md_49.radiobox_block + .w31.w_md_49.radiobox_block {
		margin-left: 18px;
	}
	.frm_block {padding: 30px 30px 18px;}
	.radiobox_block label {	font-size: 14px;}
	.radiobox_block label.no_box {
		margin-bottom: 0;
		line-height: 0;
	}
	.frm_block.offset_lg_top_0{margin-top: 0;}
	.frm_block .btn {width: 38%;}
	.config_row {
		margin-top: 15px;
		padding-bottom: 7px;
	}
	.time_line {border-bottom-width: 2px;}	
	.start_time_line_block, 
	.start_time_line {width: 50px;}
	.time_line_dot {
		font-size: 30px;
		padding-top: 15px;
	}
	.time_line_dot_block {padding-top: 28px;}
	.time_line_img {
		margin-top: 3px;
		margin-bottom: 10px;
	}
	.fact_section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.fact_block {
		min-height: 230px;
		padding: 30px 25px;
		margin-bottom: 30px;
	}
	.fact_txt {margin-top: 12px;}
	.fact_txt .exbold {font-size: 18px;}
	.product_mini_img {margin-top: 18px;}
	.product_mini {
		width: 129px;
		border-width: 2px;
	}
	.product_mini + .product_mini {
		margin-left: 20px;
	}
	.card_btn {
		font-size: 18px;
		padding-right: 17px;
		letter-spacing: 0.2px;
	}
	.card_btn_icon {
		height: 70px;
		width: 80px;
	}
	.card_btn_icon svg {height: 40px;}
	.card_btn_txt {
		width: 220px;
		text-align: right;
		line-height: 1.5;
	}
	.card_btn_txt svg {
		height: 16px;
		margin-left: 18px;
	}
	.product_tabs {margin-top: 59px;}
	.product_tabs li {
		margin-right: 28px;
		padding: 12px 19px;
		letter-spacing: 0.4px;
	}
	.ttx_header {
		font-size: 18px;
		letter-spacing: 0.6px;
		padding-bottom: 7px;
	}
	.ttx_arrow {height: 7px;}
	.ttx_tbl .tbl_row.tbl_header {height: 50px;}
	.ttx_tbl .tbl_td:first-child, 
	.ttx_tbl .tbl_th:first-child {
		width: 51%;
		font-weight: 800;
	}
	.ttx_tbl .tbl_td {
		padding: 0px 20px 0px;
		height: 51.5px;
	}
	.var_txt_block {padding: 0 20px 10px;}
	.var_name {
		padding-bottom: 2px;
		letter-spacing: 0.8px;
		margin-top: 25px;
		margin-bottom: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.var_name::before {	width: 80px;}
	.var_txt {padding: 11px 0 15px;}
	.var_icon_block {
		height: 40px;
		margin-bottom: 10px;
		padding: 0px 10px;
		align-items: center;
	}
	.var_icon_block p {
		line-height: 1;
		margin: 0;
	}
	.var_icon_block svg {height: 20px;}
	.sale_phone div.callback_form {
		width: 81.5%;
		margin-top: 25px;
	}
	.oneslide .owl-nav [class*="owl-"] {top: 50%;}
	.oborudovanie {
		/* width: 236px; */
		/* top: 20px; */
		/* right: 48px; */
		/* right: 4.6%; */
		/* margin: 0; */
		/* max-width: none; */
	}
	.oborudovanie svg {
		/* margin-right: 5px; */
		/* margin-left: 0; */
	}
	
	.lg_w14 {width:14%;}
	.lg_w16 {width:16%;}
	.lg_w20 {width:20.6%;}
	.lg_w22 {width:22.5%;}
	.lg_w25 {width:25.5%;}
	.lg_w31 {width:31%;}
	.lg_w39 {width:39%;}
	.lg_w40 {width:40%;}
	.lg_w44 {width:44%;}
	.lg_w46 {width:46%;}
	.lg_w48 {width:48%;}
	.lg_w50 {width:50%;}
	.lg_w51 {width:51%;}
	.lg_w57 {width:57%;}
	.lg_w65 {width:65.5%;}
	.lg_w80 {width:80%;}
	.lg_w83 {width:83%;}
	.lg_w86 {width:86%;}
	.lg_w98 {width:98%;}
	.lg_w100 {width:100%;}
	.lg_w173 {width: 173px;}

	.offset_lg_top_0{margin-top: 0;}
	.offset_lg_top_5 {margin-top: 5px;}
	.offset_lg_top_8 {margin-top: 8px;}
	.offset_lg_top_10 {margin-top: 10px;}
	.offset_lg_top_12 {margin-top: 12px;}
	.offset_lg_top_13 {margin-top: 13px;}
	.offset_lg_top_15 {margin-top: 15px;}
	.offset_lg_top_16 {margin-top: 16px;}
	.offset_lg_top_17 {margin-top: 17px;}
	.offset_lg_top_18 {margin-top: 18px;}
	.offset_lg_top_20 {margin-top: 20px;}
	.offset_lg_top_22 {margin-top: 22px;}
	.offset_lg_top_23 {margin-top: 23px;}
	.offset_lg_top_25 {margin-top: 25px;}
	.offset_lg_top_28 {margin-top: 28px;}
	.offset_lg_top_30 {margin-top: 30px;}
	.offset_lg_top_33 {margin-top: 33px;}
	.offset_lg_top_35 {margin-top: 35px;}
	.offset_lg_top_40 {margin-top: 40px;}
	.offset_lg_top_45 {margin-top: 45px;}
	.offset_lg_top_48 {margin-top: 48px;}
	.offset_lg_top_50 {margin-top: 50px;}
	.offset_lg_top_55 {margin-top: 55px;}
	.offset_lg_top_60 {margin-top: 60px;}
	.offset_lg_top_63 {margin-top: 63px;}
	.offset_lg_top_65 {margin-top: 65px;}
	.offset_lg_top_70 {margin-top: 70px;}
	.offset_lg_top_75 {margin-top: 75px;}
	.offset_lg_top_78 {margin-top: 78px;}
	.offset_lg_top_80 {margin-top: 80px;}
	.offset_lg_top_85 {margin-top: 85px;}
	.offset_lg_top_90 {margin-top: 90px;}
	.offset_lg_top_95 {margin-top: 95px;}
	.offset_lg_top_100 {margin-top: 100px;}
	.offset_lg_top_255 {margin-top: 255px;}
} /*1610*/

@media screen and (max-width: 1610px) {
	.inside980 {max-width: 980px;}
	.inside {max-width: 1200px;}
}

@media screen and (max-width: 1280px) {
	.inside {max-width: 91vw;}
	.mob_phone{margin-left: 4%;}
	.view1280{display:block;}
	.row_space_between.wrap-items .card_btn_txt {
		min-width: 80%;
	}
}

@media screen and (max-width: 969px) {
	.hidden980{display:none;}
	.view980{display:block;}
	body {font-size: 13px;}
	.row_space_between.wrap-items .card_btn_txt {
		min-width: 90%;
	}
	.breadcrumbs {
		font-size: 10px;
		margin-top: 15px;
		letter-spacing: 0.2px;
	}
	.separator {margin: 0 2px;}
	.h1, h1 {
		letter-spacing: 0.6px;
		font-size: 20px;
		margin-top: 18px;
	}
	.h2, h2 {
		font-size: 13px;
		letter-spacing: 0.33px;
		line-height: 1.4;
	}
	.h2 {letter-spacing: 0.1px;}
	p {
		margin-bottom: 10px;
		letter-spacing: 0.1px;
	}
	.inside {padding: 0 20px; max-width: 100%; margin-bottom: 20px;}
	.logo {width: 58px;margin-top: 6px;}
	.header {
		padding-top: 8px;
		padding-bottom: 15px;
	}
	.mob_menu{
		border: 1px solid rgb(218, 219, 220);
		width: 30px;
		height: 30px;
		display:flex;
		align-items:center;
		justify-content:center;
		margin-top: 11px;
		cursor:pointer;
	}
	.mob_menu.open {border-color:#f89b3b;border-color:var(--color-orange);}
	.burger, .close_menu{
		width:20px;
		height:auto;
		fill:#f89b3b;
		fill:var(--color-orange);
	}
	.close_menu{display:none;}
	.open .close_menu{display:inline;}
	.open .burger{display:none;}
	.header .w_md_83 {
		width: auto;
		display: flex;
		justify-content: flex-end;
		/* padding-top: 10px; */
		font-size: 10px;
	}
	.mob_phone {
		display: flex;
		margin-right: 23px;
		margin-left: 0;
	}
	.station_top {
		width: 30px;
		height: 30px;
		padding: 0;
		justify-content: center;
		align-items: center;
		margin-left: 25px;
		margin-bottom: 6px;
		position:relative;
	}	
	.station_top::after {
		content: attr(data-ttl);
		font-size: 10px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -13px;
	}	
	.station_top svg {
		margin-right: 0;
		margin-left: 0;
	}
	.phone_top svg, .email_top svg {
		height: 8px;
		margin-right: 3px;
		vertical-align: middle;
	}
	.email_top {
		margin-left: 0;
		margin-right: 0;
		text-align: right;
		margin-top: 15px;
	}
	.menu_row {position: inherit;}
	.menu_block {
		position: absolute;
		left: -999px;
		width: 100%;
		top: 74px;
		bottom: 0;
		background-color: #374045;
		background-color: var(--color-gray);
		color: #fff;
		color: var(--color-white);
		z-index: 99;
		height: 100vh;
		padding:28px 20px;
		border-top: 1px solid rgba(218, 219, 220, 0.2);
		transition: all 0.5s linear 0s;
	}
	.menu_block.open {left: 0;}
	.menu_block .station_top {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: none !important;
		font-size: 12px;
		display: flex;
		height: 30px;
		
		padding-left: 5px;
		letter-spacing: 0.26px;
	}	
	.menu_block .station_top +  .station_top{
		margin-top: 20px;
	}
	.menu {
		display: block;
		width: auto;
		margin-left: -20px;
		margin-right: -20px;
		border-top: 1px solid rgba(218, 219, 220, 0.2);
		margin-top: 20px;
	}	
	.menu li {
		font-size: 14px;
		text-align: left;
		border-bottom: 1px solid rgba(218, 219, 220, 0.2);
	}
	.menu li.active a, .menu li a:hover, .menu li:hover > a {color: #777d80;}
	.menu li:hover, .menu li.active,
	.submenu li:hover {background: #414a4e;}
	.menu li a {
		padding: 10px 20px 13px;
		border-right: none;
		width: 100%;
	}	
	.submenu_block {
		display: none;
		position: relative;
		top: auto;
		left: auto;
		min-width: 0;
		max-height: none;
		background: #414a4e;
		font-size: 12px;
		padding-bottom: 8px;
	}
	.submenu li a {
		color: #fff;
		color: var(--color-white);
		padding: 0px 20px 12px;
	}
	.submenu li a:hover {color:#f89b3b;color:var(--color-orange);}
	.submenu li {
		font-size: 12px;
		text-align: left;
		border-bottom: none;
	}	
	.search_block {
		margin-top: 31px;
		position: relative;
	}	
	.search_input {
		color: #fff;
		color: var(--color-white);
		font-size: 12px;
		border: none;
		border-bottom: 1px solid #fff;
		border-bottom: 1px solid var(--color-white);
		background: transparent;
		height: 30px;
	}
	input.search_input::-moz-placeholder {
		color: #fff;
		color: var(--color-white);
		opacity: 1;
	}
	input.search_input:-ms-input-placeholder {
		color: #fff;
		color: var(--color-white);
	}
	input.search_input::-webkit-input-placeholder {
		color: #fff;
		color: var(--color-white);
	}
	.search_submit {
		background: transparent;
		border: none;
		width: 12px;
		height: 12px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-58%);
	}
	.search_submit svg{
		fill:#f89b3b;
		fill:var(--color-orange);
		height:12px;
	}
	.video {
		max-width: inherit;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		max-height: 100vh;
	}
	.text_ttl {
		font-size: 20px;
		width: 100%;
		line-height: 1.4;
		letter-spacing: 0.6px;
		margin-top: 0;
	}
	.text_subttl {
		font-size: 16px;
		line-height: 1.5;
		width: 100%;
		letter-spacing: 0.3px;
	}
	.top_key_block {
		width: 100%;
		font-size: 13px;
		line-height: 1.3;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 20px;
		padding-right: 20px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		max-width: none;
		min-height: 93px;
		margin-bottom: 10px;
	}
	.top_key_block:hover {box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);}
	.top_key_icon svg {height: 50px;}
	.top_key_txt {
		margin-top: 0;
		text-align: left;
		margin-left: 20px;
		letter-spacing: 0.2px;
	}
	.top_key_txt .exbold {font-size: 16px;}
	.top_key_block:last-child,
	.text_subttl + .row_space_between {
		margin-bottom: 0px;
	}
	.ttl_block {
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 0.6px;
		text-align: center;
		padding-left: 0;
		padding-bottom: 15px;
	}
	.ttl_block::before {
		width: 40px;
		height: 2px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		top: auto;
	}
	.text_main {
		font-size: 13px;
		line-height: 1.5;
		margin-top: 13px;
	}
	.exbold_orange {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 30px;
		letter-spacing: 0.3px;
		width: 95%;
		align-items: flex-start;
	}
	.flash_icon {
		margin-right: 22px;
		margin-top: 5px;
		height: 30px;
		width: auto;	
	}
	.section_shema {
		padding-top: 20px;
		padding-bottom: 20px;
	}	
	.shema_manuf {
		font-size: 13px;
		font-weight: 800;
		text-align: center;
		display: block;
		margin-top: 25px;
		letter-spacing: 0.3px;
		padding-bottom: 10px;
		position: relative;
	}
	.shema_manuf::before {
		width: 40px;
		height: 2px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		top: auto;
		content: '';
		display: block;
		position: absolute;
		background-color: #f89b3b;
		background-color: var(--color-orange);
	}
	.shema_block + .shema_block {margin-top: 20px;}
	.shema_block:last-child {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 13px;
	}
	.shema_ttl {
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 10px;
		letter-spacing: 0.3px;
		padding-bottom: 8px;
	}
	.shema_name {
		font-size: 13px;
		margin-top: 8px;
		margin-bottom: 18px;
		padding-right: 32px;
	}	
	.shema_work:first-child .shema_name {
		padding-right: 20px;
	}
	.shema_txt {
		margin-top: 8px;
		padding-left: 21px;
		margin-bottom: 6px;
		width: 95%;
		line-height: 1.5;
		letter-spacing: 0.2px;
	}
	.shema_work:first-child .shema_txt {
		padding-left: 23px;
		width: 95%;
	}
	.shema_work:hover .shema_name::before, .shema_work:hover .shema_name::after, .shema_work:hover::before, .shema_work:hover::after {
		width: 21px;
		height: 41px;
		background: url(/templates/dvsr/dist/dev/assets/bg-line-mob.3d475def.svg) no-repeat 0 0 / cover;
	}
	.shema_work + .shema_work {margin-top: 10px;}
	.shema_work {width: 100%;}
	.content_block {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 20px;
	}	
	.station_info_name::before,
	.station_info_block::after,	
	.station_info_block::before {
		display:none;
	}
	.station_info_block {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding: 0;
		width:100%;
		overflow:hidden;
		max-height:0;
	}
	.station_info_block.active {max-height:999px;box-shadow: none;}
	.select_img, .station_img svg, .station_img img, .station_img {
		height: 184px;
		width: 280px;
	}
	.btn {
		font-size: 13px;
		letter-spacing: 0.4px;
	}
	.name_tab {
		width: 85%;
		max-width: none;
		line-height: 1.2;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.name_tab + .name_tab {
		margin-left: 0;
		margin-top: 10px;
	}
	.tabs_block {margin-top: 20px;}
	.station_info_txt {
		font-size: 13px;
		padding: 0;
		letter-spacing: 0.2px;
		padding: 0;
	}
	.station_info_name {
		font-size: 16px;
		letter-spacing: 0.1px;
		padding: 10px 0 5px;
	}
	.station_block {padding-bottom: 0px;}
	.scheme-item {
		display: block;
		height: 31px;
		width: 20px;
		background: url(/templates/dvsr/dist/dev/assets/map-pin.5323d0f9.svg) no-repeat 0 0 / cover;
		position: absolute;
		top: 0;
		color: #fff;
		color: var(--color-white);
		text-align: center;
		font-weight: 800;
		padding-top: 3px;
	}
	.scheme-item.active {background-image: url(/templates/dvsr/dist/dev/assets/map-pin-on.c95ec413.svg);}
	.ekonom_ttl {
		font-size: 20px;
		letter-spacing: 0.6px;
		padding-top: 10px;
		display: flex;
		align-items: flex-start;
		line-height: 1.5;
		width: 90%;
	}
	.ekonom_ttl svg {
		margin-right: 20px;
		margin-top: 8px;
	}
	.orange_form {
		margin-top: 10px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.cascade-slider_container {margin-top: 25px;}	
	.cascade-slider_slides {
		width: 90%;
		height: 180px;
	}
	.cascade-slider_item.next, 
	.cascade-slider_item.pre_next, 
	.cascade-slider_item.pre_prev, 
	.cascade-slider_item.prev, 
	.cascade-slider_item.now, 
	.cascade-slider_item {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
		width:100%;
	}	
	.cascade-slider_item.now {opacity: 1;}
	.cascade-slider_item img {
		max-height: 155px;
		max-width: 96%;
	}
	.now .cascade-slider_name,
	.cascade-slider_name {
		font-size: 13px;
		letter-spacing: 0.6px;
		margin-top: 3px;
	}
	.cascade-slider_arrow {top: 35%;}
	.filter_name {font-size: 16px;}	
	.filter_item {
		padding: 0 19px;
		margin-bottom: 10px;
		margin-right: 10px;
		font-size: 13px;
	}	
	.proj_name {
		padding-bottom: 4px;
		margin-top: 13px;
		letter-spacing: 0.3px;
	}	
	.proj_info {margin-top: 5px;}	
	.in_proj {width: 240px;}	
	.proj_item {
		margin-left: auto;
		margin-right: auto;
	}
	.banner_txt1 {
		top: 6%;
		text-align: center;
		width: 80%;
		left: 50%;
		transform: translateX(-50%);
	}
	.banner_txt1_ttl {line-height: 1.5;}
	.banner_txt1 ul {
		margin: 15px 0 0;
		font-size: 16px;
	}
	.banner_txt1 li::before {display:none;}
	.banner_txt1 li {margin-bottom: 7px;}
	.banner_txt2 {
		bottom: 7%;
		font-size: 16px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		right: inherit;
		width: 100%;
	}
	.banner_phone {
		font-size: 20px;
		margin-top: 18px;
		letter-spacing: 0.6px;
	}
	.calc_form_block {
		padding: 23px 20px 25px;
		letter-spacing: 0.3px;
		line-height: 1.5;
	}
	.calc_form_ttl {
		font-size: 20px;
		letter-spacing: 0.6px;
		line-height: 1.5;
	}
	.bttm_hr {
		padding-bottom: 13px;
		margin-top: 5px;
		line-height: 1.5;
	}
	.checkbox_block label::before {margin-right: 8px;}
	.checkbox_block label {
		font-size: 13px;
		letter-spacing: 0.1px;
		display: flex;
		align-items: center;
		line-height: 1.5;
	}
	.row_form label {font-size: 11px;}
	.row_form {margin: 8px auto 0;}
	.number_minus, .number_plus {
		right: 5px;
		width: 16px;
	}
	input[type="submit"], 
	button[type="submit"], 
	.submit {
		font-size: 13px;
	}
	.txt_line1 {
		margin-top: 25px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: 0.1px;
	}
	.tariff {
		font-size: 20px;
		margin-top: 13px;
	}
	.footer {
		font-size: 13px;
		letter-spacing: 0.2px;
	}
	.footer .lg_w14 img {width: 63%;max-width: 78px;}
	.footer_copiryght {
		width: 56%;
		order: 2;
		padding: 0;
		margin-top: 5px;
		font-size: 10px;
		letter-spacing: 0.1px;
	}
	.footer_copiryght li {
		margin-bottom: 15px;
		display: block;
		margin-right: 0;
	}
	.footer_copiryght, .footer_copiryght a {color:#8e9396;}
	.footer_menu li {margin-bottom: 14px;}
	.footer .row div:nth-child(2){order:3;}
	.footer .row div:nth-child(3){order:4;}
	.footer .row div:nth-child(4){order:5;}
	.footer_phone {
		margin-bottom: 33px;
		line-height: 1.4;
		font-size: 13px;
		align-items: flex-start;
	}
	.footer svg {height: 10px;}
	.footer_address {
		line-height: 1.4;
		margin-bottom: 35px;
		font-size: 13px;
		align-items: flex-start;
	}
	.info {margin-left: 3px;}
	.pagin_more {
		display: block;
		width: 240px;
		margin: 0 auto;
		border-color: #a8a9aa;
		border-color: var(--color-lightgray);
		color: #262728;
		color: var(--color-basic);
	}
	.archiv_block {
		display: block;
		height: 181px;
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
		padding: 20px;
	}
	.column{display: block;	-moz-column-count: 2;	column-count: 2;}
	.archiv_block div {
		margin-right: 0;
		margin-bottom: 21px;
	}
	.archiv_block > div:first-child {margin-bottom: 15px;}
	.news_name {
		font-size: 13px;
		letter-spacing: 0.25px;
		margin-top: 10px;
	}
	.news_date {
		margin-top: 13px;
		letter-spacing: 0.1px;
	}
	.news_item {
		width: 100%;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.service_item {
		width: 100%;
		height: 240px;
		background-size: cover;
		margin-left: auto;
		margin-right: auto;
	}	
	.service_lnk {
		border-width: 2px;
		font-size: 20px;
		height: 220px;
		margin: 10px;
	}
	.service_icon {
		width: 80px;
		height: 80px;
		margin: 35px auto 0;
	}
	.service_txt {
		margin: 13px auto 0;
		line-height: 1.5;
		letter-spacing: 0.4px;
	}
	.service_icon svg {height: 49px;}
	.service_item + .service_item{margin-top: 20px;}
	.search_input_block {
		padding: 23px 10px;
		position: relative;
	}
	.search_input_block .btn {
		background-color: transparent;
		border: none;
		width: 30px;
		position: absolute;
		top: 22px;
		right: 10px;
		line-height: 47px;
	}
	.search_input_block .btn svg {
		height: 12px;
		fill: #f89b3b;
		fill: var(--color-orange);
	}
	.saerch_result {
		padding-top: 14px;
		padding-bottom: 18px;
	}
	.intro_txt {
		margin-top: 8px;
		letter-spacing: 0.2px;
		line-height: 1.4;
	}
	.saerch_result.last {border-bottom: none;}
	.owl-theme .owl-nav [class*="owl-"] {top: 45%;	}
	.owl-carousel .owl-nav .owl-prev{left:0px;}
	.owl-carousel .owl-nav .owl-next{right:0px;}
	.sert_block {
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
		margin: 10px;
	}
	.sert_owl {
		margin-left: -10px;
		margin-right: -10px;
	}
	.sert_owl .owl-nav .owl-prev{left:10px;}
	.sert_owl .owl-nav .owl-next{right:10px;}
	.sert_owl .owl-dots {margin-top: 4px;}	
	.owl-theme .owl-dots .owl-dot span {
		width: 20px;
		height: 2px;
	}
	.letter06 {
		letter-spacing: 0.2px;
		line-height: 1.5;
		font-size: 16px;
	}
	.play_btn {
		width: 50px;
		height: 50px;
		padding: 0px 0 0 3px;
	}
	.play_btn svg {height: 20px;}	
	.contacts_block > div:first-child {padding: 15px 20px;}
	.contacts_block svg {
		height: 10px;
		margin-right: 8px;
		margin-top: 5px;
	}
	.contacts_block .footer_phone a {letter-spacing: 0.1px;}
	.contacts_block .small_txt {font-size: 10px;}
	.contacts_map.map2 img,
	.contacts_map img {	max-height: 150px;width: 100%;}
	.contacts_block { box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);}
	.contacts_block .email_top {
		margin-top: 15px;
		text-align: left;
	}
	.contacts_block .email_top svg {
		margin-right: 5px;
		margin-top: 0;
	}
	.service_header {
		font-size: 13px;
		min-height: 51px;
		height:auto;
		letter-spacing: 0.4px;
	}
	.service_header .row.stretch {width: calc(100% - 30px);}
	.service_logo {
		width: 60px;
		padding: 0 5px;
		margin-right: 13px;
	}
	.service_name {
		line-height: 1.5;
		width: calc(100% - 60px);
		padding: 5px 0;
	}
	.service_arrow {
		height: 6px;
		margin-right: 11px;
	}
	.service_list > ul > li {
		font-size: 13px;
		padding: 13px 10px 15px;
		border-bottom: 1px solid #dadbdc;
		border-bottom: 1px solid var(--color-hr);
		transition: none;
	}
	.service_sublist {
		margin-left: -10px;
		margin-right: -10px;
		width: auto;
		background-color: transparent;
	}
	.service_sublist ul li {
		font-size: 13px;
		padding: 3px 10px 6px 10px;
		border-bottom-width: 1px;
		letter-spacing: 0.2px;
		border-left: none;
		background-color: #fff;
		background-color: var(--color-white);
		line-height: 1.4;
		display: flex;
		align-items: center;
	}
	.service_sublist ul li::before {
		width: 8px;
		height: 8px;
		margin-right: 10px;
	}
	.service_sublist ul li span,
	.service_sublist ul li a {
		width: calc(100% - 20px);
	}
	.service_sublist ul {margin-top: 13px;}
	.service_list > ul > li.active, 
	.service_list > ul > li:hover {
		padding-bottom: 0;
	}
	.service_sublist_block {display: none;}
	.service_list > ul {width: 100%;}
	.service_block,
	.tbl {box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);}
	.top_service_logo {width: 38px;}
	.tbl_row.tbl_header,
	.orange_tbl .tbl_row.tbl_header {display: none;}
	.tbl_row,
	.tbl_td, 
	.tbl_th {display: block;}
	.tbl_row {
		border-bottom: 1px solid #dadbdc;
		border-bottom: 1px solid var(--color-hr);
		padding-bottom: 20px;
	}
	.tbl_td::before {
		content: attr(data-name);
		color: #f89b3b;
		color: var(--color-orange);
		margin-right: 4px;
		font-weight:800;
		display:block;
		text-transform:uppercase;
	}
	.tbl_td {
		padding-top: 20px;
		border: none;
		height: auto;
		line-height: 1.3;
	}	
	.tbl_td:nth-child(n+2) {padding-top: 16px;}
	.price_btn {
		height: 21px;
		line-height: 20px;
		width: 100px;
	}
	.tbl_td.txt_center{text-align: right;}
	.photo_td {font-weight: 400;padding-bottom: 0;}
	.mini_photo_block {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.mini_photo {
		right: 5px;
		left: auto;
	}
	.orange_tbl .tbl_td {
		line-height: 1.4;
		letter-spacing: 0.1px;
	}
	.orange_tbl .tbl_row {
		border-bottom: none;
		padding-bottom: 0px;
	}
	.orange_tbl .tbl_td:first-child, 
	.orange_tbl .tbl_th:first-child {
		width: 100%;
		padding: 15px 20px 17px;
		margin-bottom: 10px;
		border-right: none;
		border-bottom-color: #dadbdc;
		border-bottom-color: var(--color-hr);
	}
	.orange_tbl .tbl_td:first-child::before {display:none;}
	.orange_tbl .tbl_td:nth-child(n+2)::before {
		content: attr(data-name);
		color: #262728;
		color: var(--color-basic);
		margin-right: 4px;
		display:inline-block;
		text-transform:none;
	}
	.orange_tbl .tbl_td:nth-child(n+2) {
		font-size: 13px;
		text-align: left;
		padding: 4px 20px 6px;
		border: none;
		letter-spacing: 0.3px;
	}
	.orange_tbl .tbl_td:last-child {padding-bottom: 15px;}
	.tbl_btn {
		width: 240px;
		margin: 20px auto 0;
	}
	.tbl_btn .brn {
		padding: 5px 10px;
		line-height: 1.1;
	}
	.check_tbl {height: 10px;}
	.bg_lightorange {padding-bottom: 18px;}
	.sale_phone > div:last-child {margin-top: 15px;}
	.sale_phone {
		margin-top: 35px;
		padding: 18px 0 20px;
		font-size: 16px;
		margin-left: -20px;
		margin-right: -20px;
		letter-spacing: 0.6px;
	}
	.mlogo {height: 30px;}	
	.orange_tbl.small_tbl .tbl_td::before {
		content: attr(data-name);
		color: #262728;
		color: var(--color-basic);
		display:block;
		text-transform: none;
	}
	.small_tbl .tbl_td:first-child {
		padding: 13px 20px 0;
		margin-bottom: 6px;
		border-bottom: none;
	}
	.small_tbl .tbl_td:last-child {	padding-bottom: 20px;}
	.small_tbl .tbl_row:nth-child(2n+1) .tbl_td:first-child {
		background-color: transparent;
	}
	.preim_row .top_key_icon svg {
		height: 48px;
		fill: #fff;
		fill: var(--color-white);
	}
	.preim_row .top_key_icon {
		width: auto;
		height: auto;
		background-color: transparent;
		margin: 0;
	}
	.preim_row .top_key_txt {margin-top: 0;}
	.preim_row .top_key_block {
		width: 100%;
		padding: 8px 20px 8px;
		font-size: inherit;
		max-width: none;
	}
	.orange_header {
		font-size: 16px;
		padding: 8px 13px 10px 20px;
		line-height: 1.5;
	}
	.marker li::before {
		width: 8px;
		height: 8px;
		margin-right: 10px;
	}
	.marker li + li {margin-top: 8px;}
	.marker li {letter-spacing: 0.2px;}
	.white_block_txt {padding: 10px 20px 13px;}
	.w_md_100.white_block + .w_md_100.white_block {margin-top: 20px;}
	.econom:first-child {order: 3;}
	.econom:last-child {order: 1;}
	.econom:first-child + div {
		order: 2;
		margin-top: 13px;
		margin-bottom: 5px;
	}
	.econom {
		text-align: center;
		width: 200px;
		margin: 0 auto;
		line-height: 1.1;
		letter-spacing: 0.4px;
	}
	.compare {
		height: 20px;
		margin: 0px auto 0;
		transform: rotate(90deg);
		display: block;
	}
	.econom_line2 {
		font-size: 13px;
		letter-spacing: 0.4px;
		margin-top: 12px;
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.effect {letter-spacing: 0.4px;}
	.effect + .effect {
		letter-spacing: 0.2px;
		margin-top: 3px;
		line-height: 1.5;
	}
	.white_block {box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);}
	.prod_block {
		margin-bottom: 0;
		/* max-width: 380px; */
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.prod_section {padding-bottom: 40px;}
	.frm_block {
		padding: 15px 20px 13px;
	}
	.frm_block h2 {
		font-size: 13px;
		letter-spacing: 0.3px;
	}
	.radiobox_block label::before {
		width: 16px;
		height: 16px;
		background-size: 12px 12px;
		margin-right: 6px;
	}
	.w31.w_md_49.radiobox_block + .w31.w_md_49.radiobox_block {
		margin-left: 0;
	}
	.radiobox_block label {
		font-size: 13px;
		margin-top: 8px;
	}
	.radiobox_block label span.hidden980 {
		display: none;
	}
	.radiobox_block input:checked ~ .no_box svg {
		fill: #f89b3b;
		fill: var(--color-orange);
	}
	.radiobox_block label.order2 {
		order: 2;
		margin-top: 3px;
		margin-bottom: 0px;
	}
	.radiobox_block label.order2 span,
	.radiobox_block label.order2::before {
		vertical-align: top;
	}
	.radiobox_block label.order1 {order: 1;}
	.radio_flex{
		display: flex;
		flex-direction: column;
	}
	.radiobox_block label svg {
		height: 20px;
	}
	.md_flex_start{align-items:flex-start;}
	.razdel_form_block .exbold,
	.md_lh14 {
		line-height: 1.4;
	}
	.razdel_form_block input, 
	.razdel_form_block select {
		margin-bottom: 8px;
	}
	.frm_block + .frm_block {margin-top: 20px;}
	.no_box.w_md_45{margin-top:0}
	.md_flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.md_flex + .md_flex {margin-top:13px}
	.frm_block .btn {
		width: 100%;
		margin-right: 0;
	}
	.frm_block.offset_md_top_5 {margin-top: 5px;}
	.row_time_line {
		flex-wrap: wrap;
		flex-direction: column;
		height: 685px;
		justify-content: flex-start;
		align-items: flex-end;
		position:relative;
	}
	.time_line_dot_block {
		width: 44%;
		max-width:289px;
	}
	.time_line_img img{width:100%}
	.time_line_dot_block::before {
		content: attr(data-year);
		background: no-repeat;
		font-size: 20px;
		font-weight: 800;
		position: relative;
		top: auto;
		left: auto;
		display: block;
		height: auto;
		margin-bottom: 8px;
		transform: none;
		width: 100%;
	}
	.text-padding {
		padding: 0 20px;
	}
	.time_line_txt {line-height: 1.46;}
	.time_line_dot_block[data-year="2021"] {
		order: 1;
		margin-right: 5%;
	}
	.time_line_dot_block[data-year="2020"] {
		order: 3;
		margin-top: 43px;
		align-self: flex-start;
		margin-left: 5%;
	}
	.time_line_dot_block[data-year="2015"] {
		order: 4;
		align-self: flex-start;
		margin-left: 5%;
	}
	.time_line_dot_block[data-year="2012"] {
		order: 5;
		margin-left: 5%;
		align-self: flex-start;
	}
	.time_line_dot_block[data-year="2010"] {
		order: 2;
		margin-right: 5%;
	}
	.row_time_line::before {
		background-color: #f89b3b;
		background-color: var(--color-orange);
		position: absolute;
		left: 50%;
		top: 12px;
		width: 2px;
		height: 100%;
		content: '';
		display: block;
	}
	.fact_section {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.fact_block {
		display: flex;
		align-items: center;
		min-height: 0;
		margin-bottom: 10px;
		padding: 18px 20px 15px;
		max-width: none;
	}
	.fact_icon {height: 40px;}
	.fact_icon svg {
		height: 100%;
	}
	.fact_txt {
		margin-top: 0;
		text-align: left;
		padding-left: 20px;
		line-height: 1.5;
	}
	.fact_txt .exbold {
		font-size: 16px;
		line-height: 1.1;
		display: inline;
	}
	.product_mini_img {margin-top: 11px;}	
	.product_mini + .product_mini {margin-left: 10px;}
	.product_mini {width: 85px;}
	.card_btn_icon svg {height: 30px;}
	.card_btn_txt svg {
		height: 12px;
		margin-left: 5px;
	}
	.card_btn {
		font-size: 16px;
		padding-right: 10px;
		letter-spacing: 0.3px;
	}
	.card_btn_txt {width: 180px;}
	.card_btn_icon {
		height: 60px;
		width: 60px;
	}
	.sale_phone_card {
		padding-left: 50px;
		padding-right: 50px;
		line-height: 1.5;
		padding-top: 15px;
	}
	.sale_phone_card > div:last-child {margin-top: 5px;}
	.product_tabs {margin-top: 38px;}
	.product_tabs li {
		margin-right: auto;
		padding: 12px 0px;
		width: 86%;
		text-align: center;
		margin-left: auto;
		display: block;
		margin-bottom: 11px;
	}
	.ttx_header {
		font-size: 13px;
		letter-spacing: 0.4px;
		padding-bottom: 8px;
	}
	.ttx_list {margin: 0 -10px;}
	.ttx_tbl {margin: 20px 10px 10px;}
	.ttx_tbl .tbl_td:first-child, 
	.ttx_tbl .tbl_th:first-child {
		padding: 13px 20px 0;
		margin-bottom: 6px;
		border-right: none;
		border-bottom: none;
		height: auto;
	}
	.ttx_tbl .tbl_td:nth-child(n+2) {
		font-size: 13px;
		padding: 4px 20px 17px;
		width: 32%;
		display: inline-block;
		vertical-align: top;
		height: auto;
	}
	.ttx_tbl .tbl_td:nth-child(n+2)::before {
		color: #f89b3b;
		color: var(--color-orange);
		margin-right: 0px;
		display: block;
		margin-bottom: 2px;
	}
	.var_name::before {width: 42px;}
	.var_name {
		padding-bottom: 6px;
		letter-spacing: 0.6px;
		margin-top: 13px;
		margin-bottom: 0px;
		padding-left: 0;
		padding-right: 0;
	}
	.var_txt {padding: 11px 0 16px;}
	.var_txt_block {padding: 0 20px 8px;}
	.w_md_100.white_block + .w_md_100.white_block {margin-top: 30px;}
	.product_tab_content .h2,
	.product_tab_content h2 {
		font-size: 16px;
		letter-spacing: 0.2px;
		line-height: 1.2;
	}
	.callback_form_block {
		padding: 15px 20px 20px;
		margin-left: 0;
		margin-right: 0;
		line-height: 1.5;
	}
	.callback_form_block > div:first-child {
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.sale_phone div.callback_form {
		width: 100%;
		margin-top: 13px;
	}
	.callback_form form {display: block;}
	.video {
		min-height: 200vh;
	}
	.oborudovanie {
/* 		width: 76%;
		top: 28px;
		right: 50%;
		max-width: 240px;
		transform: translateX(50%);
		height: 30px;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		animation: none !important; */
	}
	.menu li:first-child a{padding-left:20px;}
.station_top > span {
	display: none;
	align-items: center;
	color: #fff;
	color: var(--color-white);
}	
	
	
	
	
	
	
	
	
	.w_md_40{width:40%;}	
	.w_md_44{width:44%;}	
	.w_md_45{width:45%;}
	.w_md_46{width:46%;}
	.w_md_48{width:48%;}
	.w_md_49{width:49%;}
	.w_md_50{width:50%;}
	.w_md_52{width:52%;}
	.w_md_55{width:55%;}
	.w_md_83{width:83%;}
	.w_md_98{width:98%;}
	.w_md_100{width:100%;}
	.offset_md_top_m5 {margin-top: -5px;}
	.offset_md_top_0 {margin-top: 0px;}
	.offset_md_top_3 {margin-top: 3px;}
	.offset_md_top_5 {margin-top: 5px;}
	.offset_md_top_6 {margin-top: 6px;}
	.offset_md_top_8 {margin-top: 8px;}	
	.offset_md_top_9 {margin-top: 9px;}	
	.offset_md_top_10 {margin-top: 10px;}
	.offset_md_top_12 {margin-top: 12px;}
	.offset_md_top_13 {margin-top: 13px;}
	.offset_md_top_14 {margin-top: 14px;}
	.offset_md_top_15 {margin-top: 15px;}
	.offset_md_top_18 {margin-top: 18px;}
	.offset_md_top_19 {margin-top: 19px;}
	.offset_md_top_20 {margin-top: 20px;}
	.offset_md_top_23 {margin-top: 23px;}
	.offset_md_top_25 {margin-top: 25px;}
	.offset_md_top_27 {margin-top: 27px;}
	.offset_md_top_28 {margin-top: 28px;}
	.offset_md_top_30 {margin-top: 30px;}
	.offset_md_top_33 {margin-top: 33px;}
	.offset_md_top_35 {margin-top: 35px;}
	.offset_md_top_38 {margin-top: 38px;}
	.offset_md_top_40 {margin-top: 40px;}
	.offset_md_top_45 {margin-top: 45px;}
	.offset_md_top_48 {margin-top: 48px;}
	.offset_md_top_50 {margin-top: 50px;}
	.offset_md_top_53 {margin-top: 53px;}
	.offset_md_top_60 {margin-top: 60px;}
	.offset_md_top_70 {margin-top: 70px;}
} /*980*/	

@media screen and (max-width: 756px) {
	.hidden320{display:none;}
	.view320{display:block;}


	.sm_w100 {width: 100%;}		
	
	.offset_sm_top_0{margin-top: 0;}
	.offset_sm_top_5 {margin-top: 5px;}
	.offset_sm_top_8 {margin-top: 8px;}
	.offset_sm_top_10 {margin-top: 10px;}
	.offset_sm_top_12 {margin-top: 12px;}
	.offset_sm_top_13 {margin-top: 13px;}
	.offset_sm_top_15 {margin-top: 15px;}
	.offset_sm_top_18 {margin-top: 18px;}
	.offset_sm_top_20 {margin-top: 20px;}
	.offset_sm_top_23 {margin-top: 23px;}
	.offset_sm_top_25 {margin-top: 25px;}
	.offset_sm_top_30{margin-top: 30px;}
	.offset_sm_top_33{margin-top: 33px;}
	.offset_sm_top_35{margin-top: 35px;}
	.offset_sm_top_40 {margin-top: 40px;}
	.offset_sm_top_45 {margin-top: 45px;}
	.offset_sm_top_50 {margin-top: 50px;}
	.offset_sm_top_55 {margin-top: 55px;}
	.offset_sm_top_60 {margin-top: 60px;}
	.offset_sm_top_63 {margin-top: 63px;}
	.offset_sm_top_65 {margin-top: 65px;}
	.offset_sm_top_70 {margin-top: 70px;}
	.offset_sm_top_75 {margin-top: 75px;}
	.offset_sm_top_78 {margin-top: 78px;}
	.offset_sm_top_80 {margin-top: 80px;}
	.offset_sm_top_85 {margin-top: 85px;}
	.offset_sm_top_90 {margin-top: 90px;}
	.offset_sm_top_95 {margin-top: 95px;}
	.offset_sm_top_100 {margin-top: 100px;}	
	
	
}/*756*/
@media screen and (max-width: 695px) {
	.row_time_line {height: 720px;}
}
@media screen and (max-width: 550px) {
	.time_line_dot_block[data-year="2021"] {
		order: 1;
		margin-right: 5%;
	}
	.time_line_dot_block[data-year="2020"] {
		order: 3;
		margin-top: 43px;
		align-self: flex-start;
	}
	.time_line_dot_block[data-year="2015"] {
		order: 4;
		align-self: flex-start;
	}
	.time_line_dot_block[data-year="2012"] {
		order: 2;
		margin-right: 5%;
		margin-left: 0;
	}
	.time_line_dot_block[data-year="2010"] {
		order: 5;
		align-self: flex-start;
		margin-right: 0;
		margin-left: 5%;
	}
	.video {
		min-height: 125vh;
	}
}
@media screen and (max-width: 374px) {
	.row_time_line {
		height: 839px;
	}	
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./css/form/form-style.css ***!
  \*************************************************************************************************************************************************/
#Calltouch-widget-container {
	display: none;
	min-width: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	border: medium none !important;
	border-radius: 0 !important;
	padding: 0;
	margin: 0 !important;
	outline: none !important;
	filter: none !important;
	transform: none !important;
	z-index: 106;
	position: fixed !important;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	width: 112px;
	height: 112px;
}
#Calltouch-widget-container.active{
	display: block;
}
#Calltouch-widget-button {
	display: block;
	min-width: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	border: medium none !important;
	border-radius: 0 !important;
	padding: 0;
	margin: 0 !important;
	outline: none !important;
	filter: none !important;
	transform: none !important;
	z-index: 2147483646;
	position: fixed !important;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	width: 112px;
	height: 112px;
}
.container_div {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.white_transparent_bg {
	width: 64px;
	height: 64px;
	border-radius: 32px;
	top: auto;
	right: 24px;
	bottom: 24px;
	left: auto;
	transform: none;
	background: rgb(255, 255, 255);
	position: absolute;
	opacity: 0;
	z-index: -1;
	cursor: pointer;
	border: medium none;
	outline: none;
}
.calltouch_btn_hover,
.calltouch_btn {
	background: linear-gradient(rgb(248, 155, 59), rgb(248, 155, 59));
	top: auto;
	right: 24px;
	bottom: 24px;
	left: auto;
	transition: all 250ms ease-in 0s;
	z-index: 1;
	font-size: 14px;
	line-height: 12px;
	font-weight: 500;
	animation: 1.5s ease-in-out 0s 1 normal both running btn_anim;
	box-shadow: none;
	transform: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif !important;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	text-align: center;
	opacity: 1;
	position: absolute;
	border: medium none;
	outline: none;
}
.calltouch_btn {
	animation: 1.5s ease-in-out 0s 1 normal both running btn_anim;
}
@keyframes btn_anim {
	0% {
		transform: scale(1);
		transform-origin: center center;
		animation-timing-function: ease-out;
	}
	10% {
		transform: scale(0.91);
		animation-timing-function: ease-in;
	}
	17% {
		transform: scale(0.98);
		animation-timing-function: ease-out;
	}
	33% {
		transform: scale(0.87);
		animation-timing-function: ease-in;
	}
	45% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}
}
.calltouch_btn_hover:hover
.calltouch_btn:hover {
	box-shadow: none;
	transform: scale(1.15);
}
.inner_layout_animation {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.calltouch_btn_wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: none;
}
.calltouch_btn_icon svg {
	display: block;
	width: 40px;
	height: 40px;
}
.calltouch_btn_icon svg path {
	fill: rgb(255, 255, 255);
}
.calltouch_wrapper {
	padding: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	position: fixed;
	top: 0;
	bottom: auto;
	bottom: initial;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: visible;
	overflow-y: initial;
	box-sizing: border-box;
	z-index: 99;
}
.jtbUFa {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}
.calltouch_wrapper div {
	box-sizing: border-box !important;
}
.calltouch_form_block {
	display: block;
	vertical-align: baseline;
	vertical-align: initial;
	position: relative;
}
.form_wrapper{
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	height: auto;
	max-height: none;
	max-height: initial;
	overflow-y: visible;
	overflow-y: initial;
	border: 1px solid rgba(199, 110, 236, 0);
	border-radius: 0px;
	display: flex;
	position: relative;
	box-sizing: border-box;
}
.content_wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 497px;
	height: auto;
	transition: height 0.3s ease-in 0s;
	min-height: 0;
	min-height: initial;
	padding: 55px;
	background-color: rgb(255, 255, 255);
	background-image: none;
	background-image: initial;
	border-radius: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.content_block_form {
	width: 387px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 0;
}
.close_calltouch {
	position: absolute;
	top: 12px;
	left: auto;
	right: 12px;
	width: 16px;
	height: 16px;
	display: flex;
	vertical-align: top;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 8px;
	background-color: transparent;
	opacity: 1;
	transform: scale(1);
	transition: all 150ms ease 0s;
	z-index: 4;
}
.close_calltouch svg {
	width: 16px;
	height: 16px;
}
.close_calltouch path {
	fill: rgb(202, 188, 170);
}
.logo_block {
	margin-top: 0px;
	margin-bottom: 8px;
	height: 105px;
	justify-content: flex-start;
	width: 100%;
	display: flex;
	box-sizing: border-box;
}
.logo_img {
	width: 127px;
	height: 105px;
	margin-left: 0px;
	margin-right: 0px;
	opacity: 1;
}
.text_wrapper {
	color: rgb(31, 40, 44);
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px 0px 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	box-shadow: none;
	box-shadow: initial;
	height: auto;
	height: initial;
	min-height: 0;
	min-height: initial;
	overflow: visible;
	overflow: initial;
	z-index: auto;
	z-index: initial;
	width: auto;
	width: initial;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
}
.form_title {
	font-size: 23px;
	font-weight: 500;
	line-height: 30px;
	width: 100%;
	display: block;
	white-space: pre-wrap;
	height: auto;
}
.form_txt {
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	width: 100%;
	display: block;
	white-space: pre-wrap;
	height: auto;
}
.field_container {
	padding-top: 0px;
	padding-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	width: calc(100% - 0px);
	justify-content: flex-start;
	display: flex;
	box-sizing: border-box;
	position: relative;
}
.field_block {
	align-items: flex-start;
	padding: 8px 12px;
	background-color: rgba(212, 212, 212, 0.3);
	border-radius: 0px;
	cursor: default;
	-webkit-user-select: initial;
	   -moz-user-select: initial;
	        user-select: initial;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
}
.field_label {
	color: rgba(31, 40, 44, 0.7);
	opacity: 1;
	font-size: 11px;
	font-weight: 500;
	line-height: 14px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.field_block .input_frm, 
.field_block .select_frm, 
.field_block .textarea_frm {
	font-family: Arial, Helvetica, sans-serif !important;
	border-radius: 0;
	border-radius: initial;
	border: medium none currentcolor;
	border: initial;
	background-color: transparent;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding: 0px;
	color: rgb(31, 40, 44);
	height: 20px;
	margin: 4px 0px 0px;
	display: block;
	width: 100%;
	outline: none;
	box-sizing: border-box;
}
.button_container {
	height: 66px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 16px;
	justify-content: flex-start;
	display: flex;
	align-items: center;
	width: calc(100% - 0px);
}
.button_block {
	height: 50px;
	width: 500px;
	background-color: rgb(248, 155, 59);
	border-radius: 0;
	opacity: 1;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 0 16px;
	position: relative;
	outline: none;
	line-height: 0;
}
.button_block .image_container, 
.button_block .svg_container {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.svg_send_container svg {
	fill: rgb(255, 255, 255);
	width: 24px;
	height: 24px;
}
.button_block .image_container svg, 
.button_block .svg_container svg {
	width: 24px;
	height: 24px;
}
.svg_send_container svg path {
	fill: rgb(255, 255, 255);
}
.btn_text {
	color: rgb(255, 255, 255);
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.agreement_wrapper {
	padding-top: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	width: calc(100% - 0px);
}
.agreement_container {
	font-size: 10px;
	line-height: 11px;
	justify-content: flex-start;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
}
.flex_container {
	justify-content: flex-start;
	width: auto;
	display: flex;
	align-items: flex-start;
	position: relative;
}
.text_container {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
}
.agreement_text {
	color: rgb(0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
}
.agreement_link {
	color: rgb(248, 155, 59);
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-decoration: none;
	text-decoration: none;
}
/*error*/
.field_block_error {
	align-items: flex-start;
	padding: 8px 12px;
	background-color: rgb(253, 242, 242);
	border-radius: 0px;
	cursor: default;
	-webkit-user-select: initial;
	   -moz-user-select: initial;
	        user-select: initial;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
}
.field_label_error {
	color: rgb(203, 36, 36);
	opacity: 0.5;
	font-size: 11px;
	font-weight: 500;
	line-height: 14px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.field_block_error .input_frm, 
.field_block_error .select_frm, 
.field_block_error .textarea_frm {
	font-family: Arial, Helvetica, sans-serif !important;
	border-radius: 0;
	border-radius: initial;
	border: medium none currentcolor;
	border: initial;
	background-color: rgb(253, 242, 242);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding: 0px;
	color: rgb(203, 36, 36);
	height: 20px;
	margin: 4px 0px 0px;
	display: block;
	width: 100%;
	outline: none;
	box-sizing: border-box;
}

/*tooltip*/
.tooltip_content {
    max-width: none;
    max-width: initial;
    padding: 0px 25px 15px;
    position: static;
    position: initial;
    width: auto;
    top: 0px;
    text-align: left;
    cursor: default;
}
.tooltip_block {
    background: linear-gradient(rgb(248, 155, 59), rgb(248, 155, 59));
    top: auto;
    right: 24px;
    bottom: 24px;
    left: auto;
    width: 382px;
    max-width: none;
    max-width: initial;
    height: auto;
    border-radius: 32px;
    position: absolute;
    box-sizing: content-box;
    box-sizing: initial;
    box-shadow: none;
    box-shadow: initial;
}
.tooltip_icon_block {
	position: absolute;
	margin: 0px;
	opacity: 0.8;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 50px;
	height: 50px;
}
.tooltip_icon_block {fill:#ffffff;}
.dialog_btn svg path {
    fill: rgb(248, 155, 59);
}
.dialog_title {
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
    display: block;
    text-align: inherit;
}
.dialog_txt {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    margin: 8px 0px 0px;
    font-weight: 500;
    text-align: inherit;
    width: auto;
    width: initial;
}
.dialog_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 16px;
    border-radius: 16px;
    border: none;
    outline: none;
    padding: 0px 8px;
    margin-top: 8px;
    margin-left: 0;
    margin-left: initial;
    height: 32px;
    cursor: pointer;
    width: auto;
    max-width: 300px;
    font-family: Arial, Helvetica, sans-serif !important;
}
.dialog_btn svg {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    opacity: 0.8;
}
.dialog_btn_txt {
    color: rgb(248, 155, 59);
    position: relative;
    font-weight: 500;
}
.tooltip_close_wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: default;
	display: inline-block;
	padding: 0px;
}
.tooltip_close_container {
	display: inline-block;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -34px;
	right: -1px;
	width: 26px;
	height: 26px;
	margin: 0;
	margin: initial;
	background-color: transparent;
	background-color: initial;
	border-radius: 16px;
}
.tooltip_close_block {
	cursor: pointer;
	position: relative;
	right: auto;
	top: auto;
	display: inline-block;
}
.tooltip_close_round {
	width: 26px;
	height: 26px;
	margin: auto;
	position: relative;
}
.tooltip_close_round_svg {
	width: 26px;
	height: 26px;
	opacity: 0.8;
	transform: rotate(-90deg);
	display: block;
	margin: auto;
}
.svg_circle {
	stroke: rgb(255, 255, 255);
	stroke-dasharray: 927px;
	stroke-dashoffset: 0px;
	animation: 0s linear 0s 1 normal forwards running nulls;
	opacity: 0.8;
	fill: rgb(248, 155, 59);
}
.svg_cross {
	font-size: 18px;
	color: rgb(255, 255, 255);
	text-align: center;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	top: 0px;
	position: absolute;
}
.svg_cross svg {
	width: 16px;
	height: 16px;
	margin: calc(50% - 8px) auto auto;
	display: block;
}
.svg_cross svg path {fill: rgb(255, 255, 255);}

/*thanx*/
.thanx_block {width: 300px;}
.thanx_content {padding: 0px 15px 15px 25px;}
.thanx_title {
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	line-height: 24px;
	word-wrap: break-word;
	display: block;
	margin-bottom: 8px;
	max-width: 78%;
	margin-top: 17px;
}
.thanx_txt {
	color: rgb(255, 255, 255);
	word-wrap: break-word;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	line-height: 16px;
	max-width: 78%;
	margin: 0;
}

.calltouch_form_block .message-top.fail,
.calltouch_form_block .message.fail,
.calltouch_form_block .alerts.errors {
	display: inline-block;
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	background-color: rgba(255, 0, 0, 0.25);
	font-size: 14px;
	color: rgba(255, 0, 0, 1);
}

.calltouch_form_block .message-top,
.calltouch_form_block .message {
	font-size: 14px;
}
.calltouch_form_block .message-top.fail,
.calltouch_form_block .message.fail {
	color: rgba(255, 0, 0, 1);
}
.calltouch_form_block .message-top.success,
.calltouch_form_block .message.success {
	color: green;
}

@media all and (max-width: 790px) {
	.content_wrapper {
		width: 350px;
		padding: 20px;
	}
	.content_block_form {
		width: 310px;
	}
}

.partsForm input::-moz-placeholder, .contactForm input::-moz-placeholder, .field_container input::-moz-placeholder {
	visibility: hidden;
}

.partsForm input::placeholder,
.contactForm input::placeholder,
.field_container input::placeholder {
	visibility: hidden;
}

/*# sourceMappingURL=module.90c1d95a.css.map*/