* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
	font-family: Montserrat;
	color: #46434F;
	font-size: 17px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.wrap {
	min-width: 320px;
	max-width: 1122px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.gray {
	background: #F0F0F3;
}

.flex {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}

.space {
	justify-content: space-between;
}

.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.aic {
	-ms-flex-align: center;
	align-items: center;
}

.hide {
	display: none;
}

h3 {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #46434F;
	margin-bottom: 50px;
}

.preheader {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #46434F;
	margin-bottom: 10px;
}

h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 39px;
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

input[type=tel], input[type=text] {
	background: #FFFFFF;
	border: 1px solid rgba(70, 67, 79, 0.5);
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 16px;
	line-height: 20px;
	height: 50px;
	margin-bottom: 25px;
	padding-left: 20px;
	font-family: Montserrat;
	text-align: center;

}

.btn {
	background: #FFDE32;
	border: 0.718232px solid #FFF62A;
	box-sizing: border-box;
	box-shadow: 0px 2.87293px 0px #FFD02A;
	border-radius: 57.4586px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #46434F;
	padding: 17px 67px 15px;
	cursor: pointer;
	text-decoration:  none;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.btn.btn-big {
	font-size: 18px;
	line-height: 20px;
	padding: 26px 87px 24px;
	display: inline-block;
}

.btn.btn-med {
	font-size: 18px;
	line-height: 20px;
	padding: 22px 57px 19px;
	display: inline-block;
}

.btn:before {
	content: '';
	background: url(../img/icon-btn-light.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: -70px;
	top:0;
	height: 100%;
	width: 77px;
	-webkit-animation: slide 3s ease-in-out .4s infinite;
	animation: slide 3s ease-in-out .4s infinite;
}

@-webkit-keyframes slide { 0% { left: -70px } 40% { left: 100%; } to { left: 100%; } }
@keyframes slide { 0% { left: -70px } 40% { left: 100%; } to { left: 100%; } }

h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin: 0 0 16px;
}

form > p {
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	margin-bottom: 42px;
}

.mb130 {
	margin-bottom: 130px;
}

.mb70 {
	margin-bottom: 70px;
}
.obj-txt .mb70 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px!important;
}

.mb60 {
	margin-bottom: 60px!important;
}

.fw600 {
	font-weight: 600!important;
}

.snowflake__wrap {
	width: 180px;
	height: 180px;
	color: #f26522;
	font-size: 57px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-perspective: 250px;
	perspective: 250px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	display: block;
	position: absolute;
	top: 17px;
	right: 24px;
	    transform: scale(1.2);
}
/*.snowflake__wrap.snowflake__wrap_st {
	top: 300px;
	right:0px;
}*/
svg:not(:root) {
	overflow: hidden;
}
.snowflake__wrap svg {
	-webkit-transform: rotate(
		0deg
		);
	-ms-transform: rotate(0deg);
	transform: rotate(
		0deg
		);
	-webkit-animation: rotateSnow 5s infinite linear;
	animation: rotateSnow 5s infinite linear;
}
@-webkit-keyframes rotateSnow {
	from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}
@keyframes rotateSnow {
	from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}
path {
	fill: transparent;
}

text {
	fill: #ffaa2a;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 43px;
}

.test-modal h5 {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;

	color: #46434F;
	text-align: center;
	margin-bottom: 19px;
}

.test-modal p {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	margin-bottom: 23px;
}

.test-modal {
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
	border-radius: 8px;
	padding: 20px 60px 79px;
	max-width: 1090px;
	width: 444px;
	margin: 0 auto;
	position: relative;
}

.popup-modal-dismiss {
	position: absolute;
	z-index: 2;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border: none;
	background: transparent;
	cursor: pointer;
	transition: 0.3s;
	top: 21px;
	right: 15px;
}
.test-modal input[type="tel"], .test-modal input[type="text"] {
	border: 1px solid rgba(70, 67, 79, 0.5);
	width: 100%;
	text-align: center;
}
.test-modal .btn {
	width: 100%;
}

#final-modal.test-modal .btn {
	width: 308px;
}

#test-modal2, #test-modal3, #test-modal4 {
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
	border-radius: 8px;
	padding: 38px 37px 53px;
	max-width: 930px;
	width: 97%;
	margin: 0 auto;
	position: relative;
}

#test-modal4 {
	max-width: 700px;
}

#test-modal4 h3 {
	margin-bottom: 20px;
}

#test-modal2 .form_call_form, #test-modal3 .form_call_form, #test-modal4 .form_call_form {
	width: 427px;
}
.form_call_form {
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
	border-radius: 12px;
	padding: 20px 45px 40px;
	margin-top: 0px;
	width: 400px;
}

#test-modal4 .form_call_form {
	display: inline-block;
	width: 345px;
	padding: 0;
	box-shadow: none;
}

.form-second {
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-bottom: 19px;
}

.radio {
	justify-content: space-around;
	margin-bottom: 20px;
}

.checkbox-wrap {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	position: relative;
	background: #fff;
	vertical-align: top;
	margin-right: 10px;
	border:1px solid #FFDE32;
}
.checkbox-block label {
	font-size: 15px;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	padding-right: 20px;
	margin: 0;
}
.checkbox-wrap input + span {
	display: none;
}
.checkbox-wrap input:checked + span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #da0109;
	border:6px solid #FFDE32;
	text-align: center;
	border-radius: 50%;
}
.checkbox-wrap input {
	opacity: 0;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.form-file {
	font-size: 0;
	border: 1px solid rgba(70, 67, 79, 0.5);
	border-radius: 8px;
}
span.file-text {
	width: calc(100% - 109px);
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding-top: 9px;
	padding-left: 13px;
	display: inline-block;
	color: rgba(70, 67, 79, 0.6);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
span.file-text  span {
	font-size: 10px;
	line-height: 10px;
}
span.btn-span {
	display: inline-block;
	align-items: center;
	text-align: center;
	border-radius: 8px;
	width: 109px;
	font-size: 16px;
	line-height: 20px;
	padding-top: 12px;
	height: 44px;
	vertical-align: top;
	border: 1px solid #FFDE32;
	color: rgba(70, 67, 79, 0.6);
}
.button {
	position: relative;
	display: inline-block;
}
.form-file input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 4;
}


#test-modal > .flex {
	justify-content: space-between;
}

.form-input {
	margin-bottom: 18px;
	height: 46px;
	cursor: pointer;
	position: relative;
}

.modal_call_text {
	text-align: left;
	padding-top: 0px;
	font-size: 18px;
	line-height: 22px;
}
.modal_call_text b {
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	display: block;
	margin-bottom: 40px;
}

.modal_call_text span {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 21px;
	display: block;
}

#test-modal2 .form_call_form, #test-modal3 .form_call_form{
	width: 427px;
}

#test-modal2 .modal_call_text,#test-modal3 .modal_call_text, #test-modal4 .modal_call_text {
	width: 49%;
}

#test-modal2 input,#test-modal3 input,#test-modal4 input {
	margin-bottom: 20px;
	width: 100%;
}

#test-modal2 .form_call_form h5, #test-modal3 .form_call_form h5, 
#test-modal4 .form_call_form h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 28px;
}

#test-modal2 .form_call_form h5 b, #test-modal3 .form_call_form h5 b,
#test-modal4 .form_call_form h5 b {
	display: block;
}

#test-modal2 .form_call_form p, #test-modal3 .form_call_form p, #test-modal4 .form_call_form p {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 12px;
}

#test-modal2 .btn, #test-modal3 .btn, #test-modal4 .btn {
	width: 100%;
	margin-top: 0;
	padding-right: 20px;
	padding-left: 20px;
}

#final-modal, #th-modal {
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
	border-radius: 12px;
	padding: 20px 45px 40px;
	max-width: 1090px;
	width: 460px;
	margin: 0 auto;
	position: relative;
}

#final-modal b, #final-modal p,#th-modal b, #th-modal p {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}




/* Header
-----------------------------------------------------------------------------*/
.header-main .wrap {
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 15px;
}

.logo b {
	display: block;
	font-weight: normal;
	color: #000000;
}

.logo {
	font-size: 15px;
	line-height: 145%;
	color: #888888;
	align-items: flex-start;
}

.logo img {
	margin-right: 20px;
}

.call p >*{
	display: block;

}

.call img {
	margin-right: 20px;
}

.call > p> a {
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #000000;
}
.call span {
	color: #26799C;
	font-size: 15px;
	line-height: 145%;
	cursor: pointer;
}

.call span  a {
	color: #26799C;
	text-decoration: none;
}

.call span:hover {
	text-decoration: underline;
}

.nav {
	background: #FEFBF5;
}
.main-page {
	padding-top: 30px;
}

.nav .wrap {
	justify-content: space-between;
}

.nav li > a {
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.nav li div a {
	display: block;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
	padding: 10px 0;
}

.nav li div {
	position: absolute;
	background: #ffffff;
	padding: 39px 15px 28px;
	display: none;
	top:40px;
	left: 0;
	width: 328px;
	z-index: 10;
}
.nav li:hover div {
	display: block;
}

.nav li {
	display: inline-block;
	position: relative;
	padding: 20px 0;
}

.nav li div a:hover {
	color: #F58020;
}



h1 {
	font-weight: 600;
	font-size: 36px;
	line-height: 144%;
	margin-bottom: 14px;
}
.main-page {
	position: relative;
}
.main-page span {
	position: relative;
}

.main-page i {
	position: absolute;
	width: 77px;
	height: 2px;
	background: #ffaa2a;
	top: 20px;
	left: -3px;
}
.main-page .wrap {
	position: relative;
}



.main-page h1 b {
	color: #ffaa2a;
	font-weight: 600;
}

.main-page ul {
	margin-bottom: 21px;
}

.main-page li {
	margin-bottom: 10px;
	text-shadow: 0px 0px 2px #FFFFFF, 
	0px 0px 2px #FFFFFF, 
	0px 0px 2px #FFFFFF, 
	0px 0px 2px #FFFFFF, 
	0px 0px 2px #FFFFFF, 
	0px 0px 2px #FFFFFF;
}

.main-page li img {
	margin-right: 10px;
}
.top-header {
	font-size: 28px;
	line-height: 34px;
	color: #6F6A7D;
	margin-bottom: 21px;
}

.main-page div > b {
	display: block;
	margin-bottom: 19px;
	color: #3E499B;
	font-weight: bold;
	font-size: 26px;
	line-height: 140%;
}

.main-page div > span {
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: 30px;
	text-shadow: 0px 0px 2px #FFFFFF, 
	0px 0px 2px #FFFFFF, 
	0px 0px 2px #FFFFFF, 
	0px 0px 2px #FFFFFF, 
	0px 0px 2px #FFFFFF, 
	0px 0px 2px #FFFFFF;
}
.main-page p {
	position: absolute;
	bottom: 136px;
	width: 81%;
	right: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFAA2A;
	background: url(../img/image489.png) 50% 50% no-repeat;
	padding: 46px 0 24px;
}
}

.button  {
	position: relative;
	display: inline-block;
	padding-top: 20px;
}

.button:after {
	content: '';
	height: 70px;
	width: 48px;
	background: url(../img/Arrow.png) no-repeat;
	position: absolute;
	top: -3px;
	right: -76px;
}


.main-page .btn.btn-big {
	padding: 26px 43px 24px;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 100px;
	background: url(../img/bg1.jpg) 100% 86px no-repeat;
}
.content.content-ch {
	padding: 0 0 100px;
	background: url(../img/22.jpg) 100% 159px no-repeat;
}

.content.content-st {
	padding: 0 0 100px;
	background: url(../img/33.jpg) 100% 159px no-repeat;
}

.main-page .wrap {
	overflow: hidden;
}

.services {
	padding: 40px 0 60px;
}

.services .flex {
	justify-content: space-between;
	flex-wrap: wrap;
}

.services .flex > div {
	flex-basis: 19%;
	margin-bottom: 30px;
	text-align: center;
}
.services b {
	display: block;
	padding-top: 23px;
	padding-bottom: 12px;
	font-weight: 600;
	font-size: 22px;
	line-height: 106.2%;
	text-align: center;
	color: #F39221;
}

.services span {
	font-size: 18px;
	line-height: 25px;
}

.price .text-center span {
	font-size: 14px;
	line-height: 20px;
	border-bottom: 2px solid #FFAA2A;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 0px 0;
	cursor: pointer;
}

#map {
	font-size: 17px;
	line-height: 159%;
	position: relative;
	z-index: 3;
	background: #ffffff;
	margin-bottom: -85px;
}

#map img {
	position: absolute;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0%) 
}

#map .flex {
	padding: 0 57px 53px;
}

#map a {
	text-decoration: none;
	font-size: 15px;
	line-height: 25px;
	color: #26799C;
}

.map {
	overflow: hidden;
	margin-bottom: 37px;
	position: relative;
	height: 623px;
}

.bg {
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.bg.bg_screed{
	background-image: url(../img/bg1.jpg);
	background-size: cover;
}
.bg.bg_index{
	background-image: url(../img/33.jpg);
	background-size: cover;
	    background-position: top center;
}
.bg.bg-ch {
	background-image: url(../img/Rectangle709.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.bg:before,
.bg.bg-ch:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0 ,0,0,.3);
}
.bg > div {
	padding: 80px 15px 155px;
	position: relative;
	overflow: hidden;
}

.bg > div > div {
	font-size: 36px;
	line-height: 44px;
	padding: 40px;
	color: #46434F;
	background: #FFFFFF;
	border-radius: 8px;
	width: 838px;
	max-width: 100%;
	margin-bottom: 20px;
}

.kons
{
	color: #46434F;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 40px 30px;
	width: 448px;
	max-width: 100%;
	height: 388px;
}
.kons input {
	width: 327px;
	max-width: 100%;
}


.bg > div > div span {
	color: #FFAA2A;
	font-weight: bold;
}
.bg.bg-ch > div > div span {
	font-weight: normal;
}

.bg > div a {
	font-weight: 500;
	font-size: 20px;
	line-height: 205.9%;
	color: #26799C;
	text-decoration: none;
}

.bg > div > img {
	position: absolute;
	bottom: -60px;
	right: -147px;
}

.bg.bg-st > div > img {
	position: absolute;
	bottom: 30px;
	right: 0px;
}

.faq-item {
	background: #FAFAFA;
	padding: 40px 86px 50px 39px;
	margin-bottom: 12px;
	position: relative;
}

.faq-item:last-child {
	margin-bottom: 130px;
}
.faq-header {
	cursor: pointer;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	display: flex;
	align-items: center;

	color: #46434F;
}

.faq-header:after {
	position: absolute;
	content: '\f107';
	right: 47px;
	top: 53px;                         
	transform: translate(0, -50%);
	font: normal normal normal 21px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #818286;
	font-size: 54px;
}

.faq-body {
	padding: 40px 0 0px;
	font-size: 18px;
	line-height: 194%;
	display: flex;
	align-items: center;
	color: #46434F;
	display: none;
}
.faq-body p {
	margin-bottom: 30px;
}
.faq-item.opened-faq {
	background: transparent;
}
.opened-faq .faq-header:after {
	content: '\f106';
	color: #FFAA2A;
}
.faq-header:hover:after {
	color: #FFAA2A;
}

.faq-header:hover {
	color: #FFAA2A;
}

.faq-item.opened-faq .faq-body {
	display: block;
}

.tehno h3, .steps h3 {
	margin-bottom: 6px;
}

.steps .preheader {
	margin-bottom: 63px;
}

.tehno .flex.tehno-img {
	justify-content:space-around;
	align-items:flex-end;
	padding-top: 28px;
	padding-bottom: 48px;
}
.tehno .flex.tehno-img.tehno-img-ch {
	padding-bottom: 20px;
}

.tehno .flex.tehno-img img {
	margin-bottom: 27px;
}

.tehno .flex.tehno-img > div {
	width: 32.5%;
}

.tehno .flex.tehno-img b,.tehno .flex span {
	display: block;
	text-align: center;
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 20px;

}
.tehno .flex.tehno-img b {
	font-weight: 500;
	font-size: 18px;
	line-height: 125%;
}
.tehno-txt > div {
	width: 60%;
	padding-top: 10px;
}
.tehno-txt > div:first-child {
	width: 44%;
	padding-right: 62px;
	padding-top: 0;
}

.tehno-txt b {
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 45px;
	text-align: right;
}

.tehno-txt p {
	font-size: 20px;
	line-height: 30px;
}

.tehno-txt p strong {
	font-weight: 600;
}

.step-item.flex {
	margin-bottom: 15px;
	border-radius: 8px;
	background: #ffffff;
	padding: 18px 17px;
	font-size: 18px;
	line-height: 130%;
	align-items:center;
	justify-content:space-around;
}
.step-item.flex > div {
	padding-left: 20px;
	padding-right: 10%;
	width: 63%;
}
.step-item.flex b {
	font-weight: 600;
	font-size: 19px;
	line-height: 23px;
	color: #FFAA2A;
	display: block;
	margin-bottom: 13px;
}

.step-item.flex span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	font-weight: 500;
	font-size: 21px;
	line-height: 26px;
	text-align: center;
	padding-top: 7px;
	background: #FFAA2A;
	color: #fff;
	flex-shrink:0;
}

.steps {
	padding: 0px 0 80px;
	background: rgb(240,240,243);
	background: linear-gradient(
		0deg
		, rgba(240,240,243,1) 0%, rgba(243,243,245,1) 84%, rgba(254,254,254,1) 92%, rgba(255,255,255,1) 100%);
}

.steps >div > p {
	padding-top: 20px;
	padding-bottom: 68px;
	font-size: 16px;
	line-height: 20px;
}

.steps >div > p span {
	cursor: pointer;
}
.steps >div > p span i {
	border-bottom:2px solid #FFAA2A;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}

.steps >div > p span:after {
	content: '\f107';
	font: normal normal normal 21px/1 FontAwesome;
	color: #FFAA2A;
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

.step-txt {
	font-size: 25px;
	line-height: 150%;
}
.step-txt p {
	margin-bottom: 33px;
}
.step-txt b {
	font-weight: 600;
}

.otz h3 {
	margin-bottom: 20px;
}
.tabs-content {
	padding-top: 20px;
}

.tab {
	font-size: 16px;
	line-height: 20px;
	border-bottom: 2px solid #FFAA2A;
	display: inline-block;
	vertical-align: middle;
	margin: 0 23px;
	padding: 5px 0px;
	cursor: pointer;

}
.tabs-wrapper .tab.active, .tabs-wrapper2 .tab.active { 
	background: #FFAA2A;
	color: #fff;
	border-color: transparent;
	border-radius: 8px;
	margin: 0 5px;
	padding: 5px 15px;
}
.html5-videos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.html5-videos li {
	flex-basis: 49.5%;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
}
.html5-videos li img {
	max-width: 100%;
}

.tabs {
	padding-bottom: 10px;
}

.html5-videos li > span {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffffff;
	min-width: 85%;
	max-width: 95%;
	font-size: 16px;
	line-height: 125%;
	padding: 7px 22px 2px;
	border-radius: 0 10px 0 0;
}
.html5-videos li > div {
	background-image: url(../img/play.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 8px;
	right: 8px;
	height: 77px;
	width: 79px;
}
.html5-txt li.hide, .html5-videos li.hide {
	display: none;
}

.tab-item > p {
	padding: 32px 0 0;
}

.tab-item > p > span {
	border-bottom: 2px solid #FFAA2A;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	cursor: pointer;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
}

.html5-txt {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.html5-txt li {
	flex-basis: 30%;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	padding: 0 5px;
}
.html5-txt li img {
	max-width: 100%;
}
.slider-wrapper >  .slider-rigth { display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: auto; }
	.slider-wrapper {font-size: 0;/*height: 343px;*/margin-bottom: 13px;position: relative;}
	.slider-main { width:100%; background: #444; overflow: hidden;margin-bottom: 11px; border-radius: 8px; line-height: 0; font-size: 0;}
	.slider-wrapper > * { display: inline-block; vertical-align: top; height: 100%; } 
	.swiper-itme { height: 112px; width: calc((100% - 22px)/3); opacity: 0.8; transition: 0.3s; cursor: pointer; position: relative; margin-right: 11px; border-radius: 8px; margin-bottom: 10px; }
	.swiper-itme:nth-child(3n) {margin-right: 0;}
	.swiper-itme:last-child { margin: 0; }
	.swiper-itme img { width: 100%!important; height: 100%; object-fit: cover; border-radius: 8px; }
	.swiper-itme:hover { opacity: 0.9; }
	.swiper-itme.active { opacity: 1; }
	.swiper-itme:after {content: '';    transition: 0.3s;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;}
	.swiper-itme.active:after { opacity: 1; }
	.slider-main img { width: 100%; height: 23.5vw; max-height: 340px; object-fit: cover; }
	.slider-main .swiper-container,
	.slider-main .swiper-wrapper,
	.slider-main .swiper-slide { height: 100%; }
	.slider-main a { display: block; height: 100%; }
	.slider-main .swiper-pagination { position: absolute; left: 0; right: 0; bottom: -27px; height: 12px; }
	.slider-main .swiper-container { overflow: visible; position: static; }


	.swiper-button-next,
	.swiper-button-prev { 
		width: 20px; height: 30px; transition: 0.3s ease; 
		top:160px;}
		.swiper-button-next:after, .swiper-button-prev:after { display: none; }
		.swiper-button-next { right: -35px; }
		.swiper-button-prev { left: -35px; }
		.swiper-button-next:hover,
		.swiper-button-prev:hover { opacity: 0.7; }
		.swiper-button-prev:before,
		.swiper-button-next:before {content: '';background: url(../img/arr1.png) 0px 0px no-repeat;width: 100%;height: 100%;}
		.swiper-button-next:before { transform: rotate(180deg); background-position: 0px 0px; }

		.obj-item {
			justify-content: space-between;
			flex-wrap: wrap;
			max-width: 100%;
		}

		.obj-item > div {
			flex-basis: 49.5%;
			margin-bottom: 10px;
			display: inline-block;
			position: relative;
			max-width: 50%;

		}
		.objects h3 {
			font-weight: 500;
			margin-bottom: 2px;
		}
		.pswp__img {
	/*top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -40%) ;*/
    height: auto!important;
  }

  .obj-txt {
  	padding-left: 5%;
  }

  .obj-txt i, .obj-txt-f i {
  	display: block;
  	font-size: 18px;
  	line-height: 140%;
  	color: #A0A0A0;
  	font-style: normal;
  }
  .obj-txt img, .obj-txt-f img {
  	flex-shrink: 0;
  	margin-right: 17px;
  	margin-top: 7px;
  }
  .obj-txt b, .obj-txt-f b {
  	display: block;
  	font-size: 20px;
  	line-height: 140%;
  	font-weight: 500;
  }
  .obj-txt strong {
  	display: block;
  	font-weight: 600;
  	font-size: 26px;
  	line-height: 32px;
  	margin-bottom: 19px;
  }
  .obj-txt ul {
  	padding-left: 10px;
  }
  .obj-txt ul li {
  	color: #FFAA2A;
  	margin-bottom: 10px;
  }

  .obj-txt ul li span {
  	font-weight: 500;
  	font-size: 20px;
  	line-height: 24px;
  	display: block;
  	color: #787878;
  }
  .obj-txt .flex,.obj-txt-f  {
  	align-items: flex-start;
  }

  .obj-txt > .flex {
  	justify-content:space-between;
  	margin-bottom: 15px;
  	flex-direction: column;
  }
  /*.obj-txt > .flex > div {
  	width: 46%;
  	}*/
  	.obj-txt > .flex > div:first-child {
  		width: 50%;
  		margin-bottom: 5px;
  	}
  	.obj-txt > .flex.mb60 {
  		justify-content:flex-start;
  		flex-direction: row;
  		margin-bottom: 30px !important;
  	}

  	.obj-txt-f {
  		padding-bottom: 113px;
  	}

  	.slider {
  		position: relative;
  	}

  	.slider__container {
  		overflow: hidden;
  	}


  	.slider__items {
  		display: flex;
  		transition: transform 0.5s ease;
  	}

  	.slider_disable-transition {
  		transition: none;
  	}

  	.slider__item {
  		flex: 0 0 100%;
  		max-width: 100%;
  		user-select: none;
  	}

  	/* кнопки влево и вправо */

  	.slider__control {
  		position: absolute;
  		top: 20%;
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		text-align: center;
  		transform: translateY(-50%);
  	}

  	.slider__control_hide {
  		display: none;
  	}

  	.slider__control[data-slide='prev'] {
  		left: -35px;
  	}

  	.slider__control[data-slide='next'] {
  		right: 47%;
  	}

  	.slider__control::before {
  		content: '';
  		display: inline-block;
  		width: 23px;
  		height: 27px;
  		background: transparent no-repeat center center;
  	}

  	.slider__control[data-slide='prev']::before {
  		background-image: url("../img/arr1.png");
  	}

  	.slider__control[data-slide='next']::before {
  		background-image: url("../img/arr2.png");}

  		/* индикаторы */

  		.slider__indicators {
  			position: absolute;
  			right: 0;
  			bottom: 0;
  			left: 0;
  			z-index: 15;
  			display: flex;
  			justify-content: center;
  			padding-left: 0;
  			margin-right: 15%;
  			margin-left: 15%;
  			list-style: none;
  			margin-top: 0;
  			margin-bottom: 0;
  		}

  		.slider__indicators li {
  			box-sizing: content-box;
  			flex: 0 1 auto;
  			width: 30px;
  			height: 5px;
  			margin-right: 3px;
  			margin-left: 3px;
  			text-indent: -999px;
  			cursor: pointer;
  			background-color: rgba(255, 255, 255, 0.5);
  			background-clip: padding-box;
  			border-top: 15px solid transparent;
  			border-bottom: 15px solid transparent;
  		}
  		.obj-txt {
  			padding-bottom: 40px;
  		}
  		.html5-videos3 {
  			display: flex;
  			justify-content: space-between;
  			flex-wrap: wrap;
  		}
  		.html5-videos3 li {
  			flex-basis: 32.8%;
  			margin-bottom: 26px;
  			display: inline-block;
  			position: relative;
  			line-height: 0;
  			font-size: 0;
  		}
  		.html5-videos3 li img {
  			max-width: 100%;
  		}
  		.html5-videos3 li > span {
  			position: absolute;
  			bottom: 0;
  			left: 0;
  			background: #F0F0F3;
  			min-width: 85%;
  			max-width: 95%;
  			font-size: 16px;
  			line-height: 125%;
  			padding: 7px 12px 0px;
  			border-radius: 0 8px 0 0;
  		}

  		.price {
  			background: #F0F0F3;
  			padding: 63px 0;
  		}

  		#ul-li, #ul-li2 {
  			display: inline-block;
  		}
  		#ul-li li, #ul-li2 li {
  			display: block;
  		}

  		#ul-li img, #ul-li2 img {

  			max-width: 100%;
  		}

  		.table p {
  			font-size: 26px;
  			line-height: 30px;
  		}
  		.sh {
  			margin-top: -150px;
  		}
  		.sh p {
  			font-weight: 600;
  			font-size: 30px;
  			line-height: 125%;
  		}

  		.sh .btn.btn-big {
  			padding: 26px 46px 24px;
  		}

  		.prich8 {
  			background: #F0F0F3;
  			padding: 63px 0 200px;
  		}

  		.html5-videos4 {
  			display: flex;
  			justify-content: space-between;
  			flex-wrap: wrap;
  		}

  		.html5-videos4 li {
  			padding-top: 21px;
  			flex-basis: 22%;
  			margin-bottom: 63px;
  			display: inline-block;
  			position: relative;
  			line-height: 0;
  			font-size: 0;
  			text-align: center;
  			background: url(../img/image490.png) no-repeat 50% -43px;
  		}
  		.html5-videos4 li img {
  			margin-bottom: 23px;
  		}

  		.html5-videos4 li span {
  			display: block;
  			font-size: 17px;
  			line-height: 24px;
  			/*max-width: 300px;*/
  		}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -100px auto 0;
	height: 714px;
	background: #2D343C;
	position: relative;
	color: #ffffff;
	padding-top: 177px;
}

.footer a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin-bottom: 23px;
}

.footer b {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 41px;
	display: block;
}

.footer .tel {
	font-size: 37px;
	line-height: 145%;
	margin-bottom: 20px;
	margin-top: -13px;
}

.footer .footer-ps, .footer a.footer-ps {
	font-size: 14px;
	line-height: 20px;
	color: #A0A0A0;
}
.footer .flex .footer-ps, .footer .flex a.footer-ps {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	margin-bottom: 0;
}
.footer .flex > div {
	position: relative;
	padding-bottom: 40px;
	min-height: 444px;
}

.footer a:hover {
	text-decoration: underline;
}

.wats img {
	margin-right: 10px;
}

.wats {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #48C95F;
}
.wats a {
	color: #48C95F;
}
.obj-txt > .flex.obj-txt-f{
	flex-direction: row;
	margin-top: 15px;
	justify-content: flex-start;
}
@media (max-width: 1650px) {
	.content {
		padding: 0 0 100px;
		background: url(../img/bg1.jpg) 50% 86px no-repeat;
	}
	.content.content-ch {
		background: url(../img/22.jpg) 100% 159px no-repeat;
	}
	.content.content-st {
		background: url(../img/33.jpg) 100% 159px no-repeat;
	}
}
@media (max-width: 1350px) {
	.snowflake__wrap.snowflake__wrap_st {
		right: 0px;
	}
}
@media (max-width: 1250px) {
	.swiper-button-next {
		right: 0;
		top: 23%;
	}
	.swiper-button-prev {
		left: 0;
		top: 23%;
	}
	.snowflake__wrap  {
		/*right: 0;*/
		top:147px;
	}
}
@media (max-width: 1175px) {
	.slider__control[data-slide='prev'] {
		left: -15px;
		z-index: 10;
	}
	.slider__control[data-slide='next'] {
		right: 48.5%;
		z-index: 10;
	}
	.slider__control {
		top: 12vw;
	}
}
@media (max-width: 1130px) {
	.bg > div > img {
		width: 79%;
	}
	.bg.bg-st > div > img {
		width: 41%;
	}

}
@media (max-width: 1050px) {
	.swiper-itme {
		height: 80px;
	}

	.table p {
		font-size: 20px;
		line-height: 24px;
	}
	.table p br {
		display: none;
	}
}
@media (max-width: 1000px) {
	.content.content-st {
		background: url(../img/33.jpg) 100% 251px no-repeat;
		background-size: 841px;
	}
	.services .flex > div {
		flex-basis: 32%;
	}
	.services .flex {
		justify-content: center;
	}
	h3 {
		margin-bottom: 30px;
		font-size: 30px;
		line-height: 38px;
	}
	#map .flex {
		padding: 0 0px 53px;
	}
	.sh p {
		font-size: 23px;
	}
}
@media (max-width: 965px) {
	.nav li > a {
		font-size: 12px;
	}
}
@media (max-width: 930px) {
	.html5-videos4 {
		justify-content: center;
	}
	.html5-videos4 li {
		flex-basis: 32%;
	}
	.tehno .flex.tehno-img img {
		margin-bottom: 20px;
		max-width: 90%;
	}
	.tehno .flex.tehno-img b, .tehno .flex span {
		font-size: 14px;
		line-height: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.tehno .flex.tehno-img b {
		font-size: 16px;
		line-height: 125%;
	}
	.popup-modal-dismiss {
		top: 10px;
		right: 4px;
	}

}
@media (max-width: 890px) {

	.content {
		background: url(../img/bg1.jpg) 60% 86px no-repeat;
	}
	.content.content-ch {
		background: url(../img/22.jpg) 60% 159px no-repeat;
	}

	/*.content.content-st {
		background: url(../img/33.jpg) 100% 159px no-repeat;
		}*/
		.snowflake__wrap.snowflake__wrap_st {
			top: 60px;
		}

		.main-page p {
			width: 37%;
		}
		.top-header {
			font-size: 23px;
			line-height: 29px;
		}
		h1 {
			font-size: 29px;
		}
		.tab {
			margin: 0 17px;
		}
		.obj-txt > .flex.mb60 {
			margin-bottom: 30px!important;
		}

		.obj-txt ul.mb70 {
			margin-bottom: 30px;
		}
		.obj-txt ul li span {
			font-size: 17px;
		}
		.obj-txt strong {
			font-size: 23px;
			line-height: 29px;
			margin-bottom: 11px;
		}
		.obj-txt b, .obj-txt-f b {
			font-size: 17px;
		}
		.obj-txt i, .obj-txt-f i {
			font-size: 15px;
		}
		.tehno-txt > div:first-child {
			padding-right: 22px;
		}
		.tehno-txt > div {
			padding-top: 0;
		}
		.tehno-txt b {
			font-size: 18px;
			line-height: 135%;
		}
		.tehno-txt p {
			font-size: 16px;
			line-height: 135%;
		}

		.bg > div > img {
			width: 57%;
			bottom: -28px;
			right: -111px;
		}
		.bg.bg-st > div > img {
			width: 36%;
			bottom: 30px;
			right: 0px;
		}
		.kons {
			padding: 30px 30px;
			height: 319px;
		}
		.bg > div {
			padding: 40px 15px 40px;}
			.bg > div > div {
				font-size: 28px;
				line-height: 36px;
				padding: 30px;
			}
			.faq-header:after {
				right: 26px;
			}
			.faq-header {
				font-size: 21px;
			}
			.faq-item {
				padding: 25px 59px 32px 25px;
			}
			#map {
				margin-bottom: -40px;
			}
			.footer .flex > div {
				min-height: 288px;
			}
			.footer {
				padding-top: 84px;
				height: 427px;
			}
			.footer .tel {
				margin-top: 0;
				margin-bottom: 15px;
			}

			.footer b {
				font-size: 16px;
				line-height: 20px;
				margin-bottom: 15px;
			}

			.footer a {
				font-size: 14px;
				line-height: 17px;
				margin-bottom: 15px;
			}

			.footer .meh a {
				color: #FFAA2A;
			}

			.footer .footer-ps, .footer a.footer-ps {
				font-size: 11px;
				line-height: 20px;
			}
			.footer .tel {
				font-size: 22px;
				line-height: 145%;
				margin-bottom: 20px;
			}

		}
		@media (max-width: 840px) {
			#test-modal2 .form_call_form,
			#test-modal3 .form_call_form
			{
				margin-top: 0;
				width: 100%;
				padding: 19px 58px 42px;
				border-radius: 12px;
			}
			#test-modal4 .form_call_form {
				margin-top: 0;
				width: 100%;
				max-width: 345px;
			}
			#test-modal2 h3, #test-modal3 h3 {
				display: none;
			}
			.form-second {
				display: none;
			}
			#test-modal2 .hide, #test-modal3 .hide {
				display: block;
			}
			#test-modal2 .btn, #test-modal3 .btn, #test-modal4 .btn {
				padding-left: 20px;
				padding-right: 20px;
			}
			#test-modal2, #test-modal3 {
				min-width: 300px;
				width: 430px;
				padding: 0;
				border-radius: 10px;
			}
			#test-modal4 {
				min-width: 300px;
			}
			.modal_call_text {
				display: none;
			}
			.form_call_text b {
				font-size: 23px;
				line-height: 26px;
			}
			.form_call_text {
				padding-top: 114px;
				font-size: 17px;
				line-height: 21px;
			}
			#map .flex {
				padding: 0 0px 20px;
			}
			#map .flex > div {
				width: 49%;
				display: inline-block;
				vertical-align: top;
				margin-bottom: 20px;
			}
			#map .flex {
				display: block;
			}
		}
		@media (max-width: 770px) {
			h1 {
				font-size: 21px;
			}
			.header-main .wrap {
				padding-top: 17px;
			}
			.top-header {
				font-size: 15px;
				line-height: 19px;
			}
			.main-page ul {
				width: 50%;
				font-size: 15px;
			}
			.snowflake__wrap  {
				display: none;
			}
			.main-page div > b {
				font-size: 18px;
			}
			.nav .wrap {
				display: none;
				position: absolute;
				background: #ffffff;
				width: 222px;
				padding-top: 38px;
				right: 0;
				top:0;
				z-index: 20;
				min-width: 200px;
				padding-left: 20px;
				box-shadow: 0px 0px 20px rgb(121 143 188 / 50%);
			}

			.close-m {
				position: relative;
				height: 16px;
				z-index: 20;
			}
			.nav li:hover div {
				display: none;
			}
			.nav li img {
				display: none;
			}
			.nav li:first-child {
				position: relative;

			}
			.nav li:first-child:after {
				content: '▼';
				color: #ffaa2a;
				position: absolute;
				right: 7px;
				top: 22px;
				font-size: 13px;
			}
			.nav li div a {
				display: block;
				font-weight: 500;
				font-size: 15px;
				line-height: 17px;
			}

			.nav li div {
				position: static;
				padding: 0;
				padding-top: 20px;
				width: auto;
				margin-bottom: -20px;
			}
			.header-main {
				position: relative;
				z-index: 2;
			}
			.nav li {
				display: block;
				text-align: left;
			}
			.nav li > a {
				font-weight: 600;
				font-size: 18px;
				line-height: 22px;
				display: block;
			}
			.show770 {
				display: inline-block;
			}
			.nav {
				margin-top: -22px;
				text-align: right;
				padding: 18px 15px;
				position: relative;
				background: url(../img/Logo.png) #FEFBF5 no-repeat 15px 10px;
				background-size: 100px;
			}

			.nav > img {
				cursor: pointer;
			}

			.content.content-st {
				background: url(../img/33.jpg) 100% 194px no-repeat;
				background-size: 649px;
			}


			.header-main .wrap {
				flex-direction:column-reverse;
				flex-wrap: wrap;
			}
			.header-main .wrap > div {
				width: 100%;
				flex-basis: 100%;
				justify-content: space-between;
			}
			.header-main .wrap > div p {
				display: flex;
				justify-content: space-between;
				width: 100%;
				align-items: center;
				margin-bottom: 20px;
			}
			.main-page p {
				display: none;
			}
			.main-page i {
				width: 49px;
				top: 12px;
				left: -3px;
			}
			.header-main .wrap > div.logo {
				display: none;
			}
			.header-main .wrap > div p > a {
				white-space: nowrap;
				font-weight: 600;
			}
			.call img {
				display: none;
			}
			.call span {
				line-height: 96.4%;
			}
			.logo div {
				display: none;
			}
			.obj-txt i, .obj-txt-f i {
				font-size: 12px;
			}
			.obj-txt strong {
				font-size: 18px;
				line-height: 22px;
			}
			.obj-txt b, .obj-txt-f b {
				font-size: 15px;
			}
			.obj-txt img, .obj-txt-f img {
				margin-top: 3px;
				margin-right: 5px;
			}
			.obj-txt ul li span {
				font-size: 17px;
			}
			.obj-txt ul li span {
				font-size: 15px;
				line-height: 18px;
			}
			.obj-txt ul.mb70 {
				margin-bottom: 25px;
			}
			.obj-txt-f {
				padding-bottom: 25px;
			}

			.obj-txt {
				padding-bottom: 11px;
			}

		}

		@media (max-width: 750px) {
			.fixed-header .nav-mob {
				display: block;
			}

			.fixed-h.active {
				position: fixed;
				width: 100%;
				background: #ffffff;
				top: 0;
				left: 0;
				z-index: 200;
			}
			.html5-videos3 li {
				flex-basis: 49%;
			}
			.html5-txt li {
				flex-basis: 33%;
			}
			.html5-videos li > span {
				font-size: 12px;
				padding: 5px 10px 2px;
			}
			.html5-videos li > div {
				background-size: contain;
				height: 50px;
				width: 50px; 
			}
		}
		@media (max-width: 700px) {
			.html5-videos4 li {
				flex-basis: 49%;
			}
			.step-item.flex > div {
				width: 57%;
			}
		}
		@media (max-width: 680px) {
			.preheader br {
				display: none;
			}
		}
		@media (max-width: 650px) {
			.bg.bg-st > div > div > img {
				position: absolute;
				bottom: -15px;
				right: 0;
				width: 81px;
			}
			.tab {
				margin: 0 8px 6px;
			}
			.swiper-button-next {
				right: 0;
				top: 125px;
			}
			.swiper-button-prev {
				left: 0;
				top: 125px;
			}

			.sh .btn.btn-big {
				padding: 11px 16px 12px;
			}
			.sh p {
				font-size: 14px;
				line-height: 125%;
			}
			.mb50 {
				margin-bottom: 20px!important;
			}
			.table p {
				font-size: 16px;
				line-height: 170%;
			}
			.obj-item > div {
				flex-basis: 100%;
				max-width: 100%;
				padding-left: 0;
			}
			.mb70 {
				margin-bottom: 30px;
			}
			.tab-item > p > span {
				padding-bottom: 0px;
				font-size: 14px;
				line-height: 20px;
			}
			.steps >div > p {
				padding-top: 11px;
				padding-bottom: 33px;
				font-size: 14px;
				line-height: 20px;
			}
			.step-item.flex > div {
				width: auto;
			}
			.step-item.flex img {
				display: none;
			}
			.step-item.flex b {
				font-size: 16px;
				line-height: 20px;
			}
			.step-item.flex {
				font-size: 14px;
				line-height: 20px;
				align-items: flex-start;
				padding: 20px 11px;
			}
			.step-txt {
				font-size: 16px;
			}

			.step-txt p {
				margin-bottom: 19px;
			}

			.tehno-txt > div {
				width: 100%;
			}
			.tehno-txt > div:first-child {
				padding-right: 0;
				padding-bottom: 27px;
				width: 100%;
			}
			.tehno-txt b {
				text-align: left;
			}
			.flex.tehno-txt {
				flex-direction: column;
				justify-content:flex-start;
				padding-top: 25px;
			}
			.tehno .flex.tehno-img > div:first-child {
				padding-bottom: 17px;
			}
			.tehno .flex.tehno-img > div:nth-child(2) {
				padding-bottom: 45px;
			}
			.tehno .flex.tehno-img {
				padding-top: 14px;
			}
			.tehno h3, .steps h3 {
				margin-bottom: 17px;
			}
			.steps .preheader {
				margin-bottom: 23px;
			}
			.preheader {
				font-size: 14px;
				line-height: 17px;
			}
			.tehno .flex.tehno-img img.show650 {
				display: inline-block!important;
				margin-bottom: 25px;
			}
			.tehno .flex.tehno-img {
				flex-direction: column;
			}
			.tehno .flex.tehno-img > div {
				width: 100%;
				text-align: center;
			}

			h5 {
				margin: 0 0 11px;
			}
			form > p {
				margin-bottom: 18px;
			}
			.bg > div {
				padding: 24px 15px 40px;
			}
			.bg > div a {
				font-size: 18px;
			}
			.bg > div > div {
				font-size: 20px;
				line-height: 24px;
				padding: 17px 21px 65px;
				margin-bottom: 12px;
				position: relative;
			}
			.kons {
				width: 100%;
				padding: 24px 21px;
				height: auto;
			}
			.faq-item:last-child {
				margin-bottom: 76px;
			}
			.faq-header:after {

				right: 10px;
				font-size: 39px;
				line-height: 39px;
				top:20px;
			}
			.faq-item {
				padding: 6px 44px 9px 11px;
				margin-bottom: 7px;
			}
			.faq-header {
				font-size: 15px;
				line-height: 24px;
			}
			.faq-body {
				font-size: 13px;
				padding: 11px 0 0px;
			}
			.faq-body p {
				margin-bottom: 13px;
			}
			h3 {
				margin-bottom: 20px;
				font-size: 20px;
				line-height: 24px;
			}
			#map {
				font-size: 15px;
			}
			.footer .footer-ps, .footer a.footer-ps {
				margin-bottom: 20px;
			}
			.footer {
				height: 605px;
				padding-top: 54px;
			}
			.footer .flex > div {
				min-height: auto;
			}
			.show650 {
				display: block!important;
			}
			.hide650 {
				display: none!important;
			}
			.footer .wrap > .flex {
				display: block;
			}
			.footer .wrap > .flex > div:first-child,.footer .wrap > .flex > div:nth-child(2) {
				display: inline-block;
				vertical-align: top;
				width: 67%;
			}
			.footer .wrap > .flex > div:nth-child(2) {
				display: inline-block;
				vertical-align: top;
				width: 32%;
			}
			.mb130 {
				margin-bottom: 76px;
			}
			.bg > div > div > img {
				position: absolute;
				bottom: -17px;
				right: -25px;
				width: 150px;
			}
			.step-item.flex span {
				width: 20px;
				height: 20px;
				font-size: 11px;
				line-height: 13px;
				padding-top: 4px;
			}

			.btn.btn-big, .btn.btn-med {
				font-size: 16px;
				line-height: 18px;
				padding: 16px 47px 14px;
			}
			.steps {
				padding: 37px 0 40px;
			}
			.obj-txt-f {
				padding-bottom: 12px;
			}
			.slider-main img {
				min-height: 167px;
				height: 37.5vw;
				max-height: auto;

			}
			.swiper-itme {
				min-height: 87px;
				height: 17vw;
			}
			.slider__control {
				top: 19vw;
			}
			.slider__control[data-slide='next'] {
				right: -15px;
			}
			h4 {
				font-weight: 600;
				font-size: 16px;
				line-height: 20px;
				margin-bottom: 25px;
			}
			.price {
				padding: 42px 0;
			}
			.nav {
				padding: 12px 15px;
				margin-top: -7px;
				background: url(../img/Logo.png) #FEFBF5 no-repeat 15px 5px;
				background-size: 100px;
			}
			.header-main .wrap {
				padding-bottom: 0;
			}
			.logo {
				margin-top: -10px;
			}
			h2 {
				margin-bottom: 2px;
			}
			.main-page div > span {
				font-size: 13px;
				line-height: 16px;
			}
			.button:after {
				background: url(../img/Arrow.png) no-repeat;
				top: -11px;
				right: -56px;
				background-size: 23px;
			}
			.top-header {
				margin-bottom: 13px;
			}
			.main-page .btn.btn-big {
				padding: 10px 25px 12px;
			}
			.main-page div > b {
				font-size: 13px;
			}
			.main-page ul {
				margin-bottom: 38px;
			}
			.main-page ul {
				width: 75%;
				font-size: 12px;
				line-height: 15px;
			}
			.main-page li.aic {
				align-items: flex-start;
			}
			.services .flex > div img {
				height: 32px;
			}
			.services span {
				font-size: 14px;
				line-height: 22px;
			}
			.services b {
				padding-top: 11px;
				padding-bottom: 8px;
				font-size: 18px;
			}

			.content {
				background: url(../img/bg1.jpg) 58% 267px no-repeat;
				background-size: 800px;
			}
			.content.content-ch {
				background: url(../img/22.jpg) 100% 202px no-repeat;
				background-size: 624px;
			}

			.content.content-st {
				background: url(../img/Group1622.png) 100% 200px no-repeat;
			}

			.call span {
				font-size: 12px;
				width: 100px;
			}

			.call {
				margin-bottom: 0;
			}
			.services {
				padding: 30px 0 0px;
			}
			.prich8 {
				padding-top: 40px;
			}

		}
		@media (max-width: 600px) {
			.swiper-button-next {
				right: 0;
				top: 88px;
			}
			.swiper-button-prev {
				left: 0;
				top: 88px;
			}
			.html5-txt li {
				flex-basis: 50%;
			}
			.nav {
				background: url(../img/Logo.png) #FEFBF5 no-repeat 15px 8px;
				background-size: 77px;
			}
		}
		@media (max-width: 590px) {

			.html5-videos li {
				flex-basis: 100%;
				height: 290px;
				position: relative;
				overflow: hidden;
			}
			.html5-videos li {
				margin-bottom: 20px;
			}
			.html5-videos li img {
				position: absolute;
				left: 50%;
				margin-right: -50%;
				transform: translate(-50%, 0%);
				height: 290px;
				max-width: none;
			}
			.html5-videos3 {
				justify-content: center;
			}
			.html5-videos3 li img {
				max-width: 356px;
				width: auto;
				height: auto;
			}
			.html5-videos3 li {
				display: inline-block;
				max-width: 356px;
				height: 200px;
				margin-bottom: 29px;
			}
			.html5-videos3 li > span {
				max-width: 72%;
				font-size: 14px;
				padding-right: 50px;
			}
			.html5-videos3 li.hide590 {
				display: none;
			}
			.hide.show590 {
				display: block;
			}

			.price .text-center span {
				font-size: 14px;
				line-height: 20px;
				border-bottom: 2px solid #FFAA2A;
				display: inline-block;
				vertical-align: middle;
				padding: 5px 0px 0;
				cursor: pointer;
			}
		}
		@media (max-width: 550px) {
			.html5-videos4 li {
				flex-basis: 100%;
				display: flex;
				text-align: left;
				margin-bottom: 10px;
				align-items: center;
				background: url(../img/image490.png) no-repeat 3% 50%;
				background-size: 98px;
			}
			.html5-videos4 li img {
				margin: 0 10% 0;
				height: 31px;
			}
			.html5-videos4 li span {
				font-size: 14px;
				line-height: 20px;
			}
			.content.content-ch {
				background: url(../img/22.jpg) right -60px top 250px no-repeat;
				background-size: 495px;
			}
		}
		@media (max-width: 500px) {
			.test-modal h5 {
				font-weight: 600;
				font-size: 20px;
				line-height: 24px;
				text-align: center;
				margin-bottom: 28px;
			}
			.test-modal {
				width: 100%;
				padding: 20px 6% 29px;
			}
			.services .flex > div {
				flex-basis: 50%;
			}
			.html5-txt li {
				flex-basis: 100%;
				text-align: center;
			} 
			.footer .wrap > .flex > div:first-child,.footer .wrap > .flex > div:nth-child(2) {
				width: 100%;
			}
			.footer .flex > div {
				padding-bottom: 6px;
			}
			.footer .tel {
				margin-top: 35px;
				margin-bottom: 14px;
			}

			.footer .hide.show650{
				margin-top: 48px;
			}
			.footer .footer-ps, .footer a.footer-ps {
				margin-bottom: 18px;
			}
			.footer {
				height: 763px;
			}
			#map .flex > div {
				width: 100%;
				margin-bottom: 43px;
			}
			input[type=tel],input[type=text] {
				height: 33px;

			}
			.form-input {
				height: 35px;
			}
			span.file-text {
				font-size: 12px;
				line-height: 12px;
				padding-top: 4px;
			}
			span.btn-span {
				font-size: 14px;
				line-height: 18px;
				padding-top: 6px;
				height: 33px;
			}
			.btn, .btn.btn-big {
				font-size: 14px;
				line-height: 17px;
				padding: 17px 20px 15px;
			}
			.btn, .btn.btn-med {
				font-size: 14px;
				line-height: 17px;
				padding: 17px 20px 15px;
			}
			.objects h3 br {
				display: none;
			}
			.slider__control {
				top: 88px;
			}
			.swiper-itme {
				width: calc((100% - 11px)/2);
			}
			.swiper-itme:nth-child(3n) {
				margin-right: 11px;
			}
			.swiper-itme:nth-child(2n) {
				margin-right: 0;
			}

		}
		@media (max-width: 480px) {
			.content.content-st {
				background: url(../img/Group1622.png) 100% 230px no-repeat;
			}
			#final-modal, #th-modal{
				width: 100%;
				padding: 20px 13px 40px;
			}
		}
		@media (max-width: 450px) {
			.top-header {
				font-size: 14px;
				line-height: 18px;
			}
			.html5-videos4 li {
				background: url(../img/image490.png) no-repeat 0% 8px;
				background-size: 81px;
			}
			.html5-videos4 {
				width: 290px;
				margin: 0 auto;
			}
			#test-modal4 {
				padding: 38px 5px 5px;
			}


			#final-modal .btn {
				font-size: 15px;
			}

			#test-modal2 .form_call_form,
			#test-modal3 .form_call_form,
			#test-modal4 .form_call_form {
				font-size: 12px;
			}

			#test-modal2 input,#test-modal3 input,
			#test-modal4 input {
				margin-bottom: 20px;
			}

			#test-modal2 .form_call_form img, 
			#test-modal3 .form_call_form img,
			#test-modal4 .form_call_form img {
				margin-left: 6px;
			}
			#test-modal2, #test-modal3, #test-modal4 {
				width: 97%;
			}

			#test-modal2 .btn, #test-modal3 .btn, #test-modal4 .btn {
				font-size: 15px;
				padding: 18px 20px;
				justify-content: center;
			}
			#test-modal2 .form_call_form, #test-modal3 .form_call_form {
				padding: 45px 6% 29px;
			}
			#test-modal4 .form_call_form {
				padding: 0 6% 20px;
			}
			.form-second {
				font-size: 12px;
			}
			#final-modal.test-modal .btn {
				width: 100%;
			}
			.content.content-st .main-page ul {
				width: 189px;
			}
			.content.content-st {
				background: url(../img/Group1622.png) 100% 246px no-repeat;
			}
		}
		@media (max-width: 400px) {
			.content.content-st {
				background: url(../img/Group1622.png) 100% 270px no-repeat;
			}
		}
		@media (max-width: 350px) {
			.content.content-st {
				background: url(../img/Group1622.png) 100% 298px no-repeat;
			}
		}


