/* fonts */
@font-face {
	font-family: Helvetica-Black;
	src: url("../fonts/Helvetica-Neue.eot");
	src: url("../fonts/Helvetica-Neue.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Neue.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Black.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Black.ttf") format("truetype");
}

/* fonts */
@font-face {
	font-family: Helvetica-Bold;
	src: url("../fonts/Helvetica-Bold.eot");
	src: url("../fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica-Bold.ttf") format("truetype");
}

/* fonts */
/* collors */
.red {
	color: red;
	font-weight: 800;
}

/* collors */
/* classes */
.section-title {
	font-size: 32px;
	font-family: Helvetica-Black;
	text-align: center;
	color: #333;
	position: relative;
	padding-bottom: 22px;
}

@media screen and (max-width: 574px) {
	.section-title {
		font-size: 26px;
	}
}

.section-title span {
	color: #eb3f10;
}

.section-title:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 3px;
	background-color: #eb3f10;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.btn {
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	min-width: 280px;
	min-height: 56px;
	color: #fff;
	text-transform: uppercase;
	background: #ff6d40;
	background: -moz-linear-gradient(top, #ff6d40 0%, #f16f5c 0%, #ee3401 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff6d40), color-stop(0%, #f16f5c), color-stop(100%, #ee3401));
	background: -webkit-linear-gradient(top, #ff6d40 0%, #f16f5c 0%, #ee3401 100%);
	background: -o-linear-gradient(top, #ff6d40 0%, #f16f5c 0%, #ee3401 100%);
	background: -ms-linear-gradient(top, #ff6d40 0%, #f16f5c 0%, #ee3401 100%);
	background: linear-gradient(to bottom, #ff6d40 0%, #f16f5c 0%, #ee3401 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d40', endColorstr='#ee3401', GradientType=0);
	border-radius: 10px;
	border: none;
	border-bottom: 2px solid #b82200;
	text-shadow: 0px 2px 0px rgba(158, 37, 4, 0.4);
	-webkit-box-shadow: -1px 20px 17px -12px rgba(51, 51, 51, 0.6);
	-moz-box-shadow: -1px 20px 17px -12px rgba(51, 51, 51, 0.6);
	box-shadow: -1px 20px 17px -12px rgba(51, 51, 51, 0.6);
}

input[type=tel] {
	color: #000 !important;
	background: #f2f2f2 url(../img/phone-ico.png) no-repeat 20px center !important;
}

/* classes */
/* body */
* {
	box-sizing: border-box;
}

button:focus, a:focus, img:focus, li:focus, input:focus, div:focus {
	outline: none !important;
}

a:active, a:hover {
	outline: 0;
}

body {
	font-family: 'PT Sans', sans-serif;
}

/* body */
/* grid */
.container {
	width: 1194px;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.flex-m {
	align-items: center;
}

.flex-c {
	justify-content: center;
}

.nowrap {
	flex-wrap: nowrap;
}

.flex-s {
	align-items: stretch;
}

.flex-t {
	align-items: flex-start;
}

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

/* grid */
/* grid media */
@media screen and (max-width: 1400px) {
	.container {
		width: 960px;
	}
}

/* grid media */
.call-btn {
	display: none;
}

.cov19-info {
	padding: 40px 0;
}

.cov19-info .cov19-info_wrapper {
	/*	background-image: url(../img/pk-bg.png);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-image: none !important;
	background-color: #e9f4ff;
	border-radius: 10px;
	width: 100% !important;
	height: auto !important;
	padding: 30px 70px;
}

.cov19-info .cov19-info_wrapper .cov19-info_text {
	font-size: 28px !important;
	line-height: 1.2;
	text-align: center;
	font-weight: 600;
	padding: 0 !important;
}

@media screen and (max-width: 574px) {
	.cov19-info .cov19-info_wrapper {
		padding: 20px;
	}

	.cov19-info .cov19-info_wrapper .cov19-info_text {
		font-size: 18px !important;
	}
}

/* header */
.header {
	padding: 15px 0 15px;
	box-shadow: 0 0 16px 0 rgba(4, 4, 4, 0.14);
	position: relative;
	z-index: 12;
	background: #0080c0;
}

@media screen and (max-width: 574px) {
	.header {
		padding: 10px 0 10px !important;
	}
}

.header .logo_wrapper .logo {
	text-decoration: none;
	font-family: Helvetica-Black;
	font-size: 38px;
	width: 225px;
	color: #0080c0;
}

.header .logo_wrapper .sub-logo {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	margin-left: 20px;
}

.header .header_menu input.hamburger,
.header .header_menu label.hamburger {
	display: none;
}

.header .header_menu .menu_list-wrap {
	gap: 20px;
}

@media screen and (max-width: 574px) {
	.header .header_menu .menu_list-wrap {
		gap: 0;
		height: calc(100svh - 442px);
	}
}

.header .header_menu .menu_list-wrap li {
	display: flex;
}

.header .header_menu .menu_list-wrap li a {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	transition: ease 0.2s;
}

.header .header_menu .menu_list-wrap li a:hover {
	color: #ff6d40;
}

.header .contacts.contacts-mob {
	display: none;
	padding-bottom: 0;
	text-align: right;
	flex-direction: column;
	align-items: baseline;
}

@media screen and (max-width: 1180px) {
	.header .contacts.contacts-mob {
		display: flex;
	}
}

@media screen and (max-width: 574px) {
	.header .contacts.contacts-mob {
		align-items: center;
	}
}


.header .contacts .phone {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	text-decoration: none;
}

.header .contacts .contacts-info {
	font-size: 14px;
	margin-top: 6px;
	color: #fff;
	text-align: right;
	position: relative;
}

@media screen and (max-width: 574px) {
	.header .contacts .contacts-info {
		margin-top: 0;
	}
}

.header .contacts .contacts-info:after {
	position: absolute;
	left: -18px;
	top: 6px;
	content: "";
	background: #14dd0a;
	width: 8px;
	height: 8px;
	border-radius: 8px;
}

.header .callback-btn {
	display: none;
}

/* header */
/* first screen */
.first-screen {
	position: relative;
	z-index: 1;
	margin-top: -80px;
	padding-top: 40px;
	padding-bottom: 304px;
	background: url(../img/main-pic.jpg) no-repeat center !important;
	background-size: contain !important;
	aspect-ratio: 2000 / 1500;
}

@media screen and (max-width: 960px) {
	.first-screen {
		margin-top: 0;
		background: url(../img/main-pic-mob.jpg) no-repeat !important;
		aspect-ratio: 904 / 1280;
		background-size: 100% auto !important;
		background-position: center top;
	}
}

 @media screen and (max-width: 430px) {
	 .first-screen {
		 height: 156vw;
		 aspect-ratio: auto !important;
		 background-size: cover !important;
		 background-position: center top !important;
	 }
 }

@media screen and (max-width: 360px) {
	.first-screen {
		height: 193vw;
	}
}


.first-screen:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: -3;
}

@media screen and (max-width: 960px) {
	.first-screen:before {
		display: block !important;
	}
}

.first-screen .main-title {
	font-family: Helvetica-Black;
	margin-bottom: 0;
	font-size: 29px;
	line-height: 1.4;
	color: #e3000f;
	margin-top: 0;
	text-align: left;
	width: 670px;
}

@media screen and (max-width: 1400px) {
	.first-screen .main-title {
		font-size: 26px !important;
		width: 530px !important;
	}
}

@media screen and (max-width: 960px) {
	.first-screen .main-title {
		font-size: 23px !important;
		line-height: 1.2 !important;
		width: 100% !important;
		margin: 0 auto 20px auto;
	}
}

@media screen and (max-width: 574px) {
	.first-screen .main-title {
		font-size: 18px !important;
		margin-bottom: 80px;
		width: 100%;
	}
}

.first-screen .first-screen_content {
	width: 500px;
}

.first-screen .first-screen_content .services-list .services-li .services-li_icon {
	margin-right: 16px;
	width: 100px;
}

.first-screen .first-screen_content .services-list .services-li .services-li_icon img {
	max-width: 100%;
	display: block;
	border-radius: 100px;
}

.first-screen .first-screen_content .services-list .services-li .services-li_text {
	font-size: 14px;
	line-height: 1.3;
	color: #333;
}

.first-screen .first-screen_content .services-list .services-li .services-li_text span {
	font-size: 20px;
	font-weight: 700;
	margin-top: 2px;
	display: block;
}

.first-screen .first-screen_content .main_subtitle {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	margin-top: 26px;
	margin-bottom: 38px;
	color: #333;
	white-space: nowrap;
}

.first-screen .first-screen_content .main_subtitle span {
	display: block;
	font-weight: 700;
}

.first-screen .first-screen_form-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 300px;
}

@media screen and (max-width: 1440px) {
	.first-screen .first-screen_form-wrapper {
		margin-top: 200px;
	}
}

@media screen and (max-width: 1199px) {
	.first-screen .first-screen_form-wrapper {
		margin-top: 160px;
	}
}

@media screen and (max-width: 960px) {
	.first-screen .first-screen_form-wrapper {
		margin-top: 23vw;
		height: 113vw;
	}
}

@media screen and (max-width: 680px) {
	.first-screen .first-screen_form-wrapper {
		height: 116vw;
	}
}

@media screen and (max-width: 430px) {
	.first-screen .first-screen_form-wrapper {
		height: 134vw;
	}
}

@media screen and (max-width: 360px) {
	.first-screen .first-screen_form-wrapper {
		height: 170vw;
	}
}



.first-screen_form-wrapper + .first-screen_form-wrapper {
	display: none !important;
}

.first-screen .first-screen_form-wrapper .covid-info_wrapper {
	margin-right: 25px;
}

.first-screen .first-screen_form-wrapper .covid-info_wrapper .covid-info .covid-info_title {
	font-size: 21px;
	font-weight: 800;
}

.first-screen .first-screen_form-wrapper form {
	width: 380px;
	margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
	.first-screen .first-screen_form-wrapper form {
		margin-bottom: 60px;
	}
}

.first-screen .first-screen_form-wrapper form .first-screen_form {
	box-shadow: 0 8px 13px 0 rgba(69, 69, 69, 0.24);
	border-radius: 20px;
	background-color: rgb(255, 255, 255, 0.3);
	width: 380px;
	max-width: 100%;
	padding: 28px 30px 18px;
	position: relative;
	margin: 0 auto;
}

.first-screen .first-screen_form-wrapper form .first-screen_form .form_send {
	position: absolute;
	bottom: -60px;
	left: 65px;
}

.first-screen .first-screen_form-wrapper form .first-screen_form .first-screen_form-titel {
	font-size: 18px;
	line-height: 1.45;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
}

.first-screen .first-screen_form-wrapper form .first-screen_form .first-screen_form-titel span {
	display: block;
	font-weight: 700;
}

.first-screen .first-screen_form-wrapper form .first-screen_form .first-screen_form-field {
	margin-bottom: 11px;
	text-align: center;
}

.first-screen .first-screen_form-wrapper form .first-screen_form .first-screen_form-field input {
	font-size: 16px;
	width: 280px;
	height: 52px;
	border-radius: 10px;
	border: none;
	padding-left: 50px;
}

.first-screen .first-screen_form-wrapper form .first-screen_form .first-screen_form-btn {
	text-align: center;
}

/* first screen */
/* comparison */
.comparison {
	padding-top: 40px;
	background-color: #0080c0;
	position: relative;
}

@media screen and (max-width: 960px) {
	.comparison {
		margin-bottom: 50px;
	}
}

.comparison:before {
	content: "";
	position: absolute;
	left: 0;
	top: -43px;
	background-image: url("../img/l-fs-bottom-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 50%;
	height: 43px;
	z-index: 3;
}

.comparison:after {
	content: "";
	position: absolute;
	right: 0;
	top: -43px;
	background-image: url("../img/r-fs-bottom-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 50%;
	height: 43px;
	z-index: 3;
}

.comparison .section-title {
	color: #fff;
	margin-bottom: 98px;
}

.comparison .section-title:after {
	background-color: #fff;
}

.comparison .comparison-img {
	padding-top: 35px;
	text-align: center;
}

.comparison .comparison-list {
	padding: 50px 50px 60px 50px;
	width: 570px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 8px 13px 0px rgba(69, 69, 69, 0.24);
	position: relative;
	max-width: 49%;
}

.comparison .comparison-list .comparison-list_title {
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	font-family: Helvetica-Black;
	font-size: 32px;
}

.comparison .comparison-list .comparison-list_ul li {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	padding-left: 40px;
	position: relative;
}

.comparison .comparison-list .comparison-list_ul li:before {
	content: "";
	position: absolute;
	width: 26px;
	height: 28px;
	left: 0;
	top: 6px;
}

.comparison .comparison-list.comparison-list_dislike {
	border-top: 20px solid #b3b3b3;
}

.comparison .comparison-list.comparison-list_dislike .comparison-list_ul li:before {
	background: url(../img/dislike-list-icon.png) no-repeat center;
}

.comparison .comparison-list.comparison-list_like {
	border-top: 20px solid #eb3f10;
}

.comparison .comparison-list.comparison-list_like .comparison-list_ul li:before {
	background: url(../img/like-list-icon.png) no-repeat center;
}

/* comparison */
/* work */
.work {
	padding-top: 90px;
	margin-bottom: 140px;
}

@media screen and (max-width: 574px) {
	.work {
		padding-top: 10px;
		margin-bottom: 80px;
	}
}

.work .section-title {
	padding-bottom: 78px;
}

.work .section-title:after {
	display: none;
}

.work .work-list li {
	margin-bottom: 30px;
	border-radius: 20px;
	box-shadow: 0px 8px 13px 0px rgba(69, 69, 69, 0.24);
}

.work .work-list li .work-list_img {
	max-width: 50%;
}

.work .work-list li .work-list_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.work .work-list li .work-list_img.work-list_img_r img {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.work .work-list li .work-list_description {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	padding: 50px;
	max-width: 50%;
	box-sizing: border-box;
}

.work .work-list li .work-list_description .work-list_description-title {
	font-family: Helvetica-Black;
	font-size: 28px;
	/*margin-bottom: 30px;*/
	color: #333;
}

.work .work-list li .work-list_description .work-list_description-text {
	color: #333;
	font-size: 20px;
}

.work .work-list li .work-list_description .work-list_description-text span {
	font-weight: 700;
}

/* work */
/*services*/
.services {
	position: relative;
	margin-top: 120px;
	padding: 80px 0;
	background-color: #0080c0;
}

@media screen and (max-width: 960px) {
	.services {
		margin-top: 80px;
	}
}

.services:before {
	content: "";
	position: absolute;
	left: 0;
	top: -43px;
	background-image: url(../img/l-fs-bottom-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 50%;
	height: 43px;
	z-index: 3;
}

.services:after {
	content: "";
	position: absolute;
	right: 0;
	top: -43px;
	background-image: url(../img/r-fs-bottom-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 50%;
	height: 43px;
	z-index: 3;
}

@media screen and (max-width: 1400px) {
	.services:before,
	.services:after {
		height: 30px;
		top: -30px;
	}
}

@media screen and (max-width: 960px) {
	.services:before,
	.services:after {
		display: none;
	}
}

.services .section-title {
	color: #fff;
	margin-bottom: 50px;
}

.services .section-title:after {
	background-color: #fff;
}

.services .services-card_wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.services .services-card_wrap .services-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 21%;
	text-align: center;
}

.services .services-card_wrap .services-card .services-card_img-wrap {
	width: 125px;
	height: 125px;
	box-shadow: 0px 10px 30px 0 rgba(255, 255, 255, 0.13), 0 10px 30px rgba(255, 255, 255, 0.23);
	background: #fff;
	padding: 25px;
	border-radius: 30px;
	margin-bottom: 20px;
}

.services .services-card_wrap .services-card .services-card_img-wrap img {
	width: 100%;
}

.services .services-card_wrap .services-card .services-card_name {
	font-size: 21px;
	color: #fff;
}

/*services*/
/* popular */
.popular {
	padding: 60px 0;
}

.popular .container {
	width: 1600px;
}

@media screen and (max-width: 1630px) {
	.popular .container {
		width: 800px;
	}
}

.popular .section-title {
	margin-bottom: 60px;
}

@media screen and (max-width: 574px) {
	.popular .section-title {
		margin-bottom: 30px;
	}
}

.popular-description {
	justify-content: center;
}

.popular .popular-description_title {
	font-family: Helvetica-Black;
	font-size: 24px;
	width: 556px;
	margin-right: 0;
	text-align: center;
	color: #333;
}

.popular .popular-description_list {
	display: flex;
	width: 100% !important;
	max-width: 900px !important;
	padding-top: 20px;
}

@media screen and (max-width: 840px) {
	.popular .popular-description_list {
		flex-direction: column;
	}
}

.popular .popular-description_list li {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 24px;
	position: relative;
	padding-left: 44px;
}

.popular .popular-description_list li:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	background: url(../img/list-circle.png) no-repeat center;
}

.popular .popular-card_wrapper {
	margin-top: 21px;
}

@media screen and (max-width: 1630px) {
	.popular .popular-card_wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media screen and (max-width: 740px) {
	.popular .popular-card_wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.popular .popular-card_wrapper .popular-card {
	border-radius: 0 0 20px 20px;
	width: 370px;
	box-shadow: 0 8px 13px 0 rgba(69, 69, 69, 0.24);
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (max-width: 1630px) {
	.popular .popular-card_wrapper .popular-card {
		width: 100% !important;
	}
}

@media screen and (max-width: 1024px) {
	.popular .popular-card_wrapper .popular-card {
		border-radius: 20px !important;
		margin-bottom: 0 !important;
	}
}


.popular .popular-card_wrapper .popular-card .popular-card_img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.popular .popular-card_wrapper .popular-card .popular-card_description {
	padding: 36px;
	padding-bottom: 20px;
	min-height: 420px;
}

.popular .popular-card_wrapper .popular-card .popular-card_description .popular-card_description-title {
	font-family: Helvetica-Black;
	font-size: 26px;
	color: #333;
	text-align: center;
	margin-top: 0;
	margin-bottom: 36px;
}

.popular .popular-card_wrapper .popular-card .popular-card_description .popular-card_description-list li {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 1.5;
	margin-bottom: 17px;
	padding-left: 46px;
	position: relative;
}

.popular .popular-card_wrapper .popular-card .popular-card_description .popular-card_description-list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/list-circle.png) no-repeat center;
	width: 30px;
	height: 30px;
}

.popular .popular-card_wrapper .popular-card .popular-card_btn {
	text-align: center;
}

/* popular */
/*photo-slider*/
.photo-slider {
	padding: 80px 0;
}

.photo-slider .photo-gallery-slider {
	padding-top: 60px;
}

.photo-slider .photo-gallery-slider .gallery-img {
	padding: 0 15px;
	position: relative;
	z-index: 99;
}

.photo-slider .photo-gallery-slider .gallery-img img {
	width: 360px;
	height: 270px;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

.photo-slider .photo-gallery-slider .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(50%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 98;
}

.photo-slider .photo-gallery-slider .angle-right img, .photo-slider .photo-gallery-slider .angle-left img {
	width: 40px;
	height: auto;
}

.photo-slider .photo-gallery-slider .angle-left img {
	transform: rotate(180deg);
	position: relative;
	left: -40px;
}

.photo-slider .photo-gallery-slider .angle-right img {
	position: relative;
	right: -40px;
}

/*photo-slider*/
/* calculate */
.calculate {
	padding: 114px 0 50px;
	background: url(../img/calculator.jpg) no-repeat center bottom;
}

.calculate .calculate_wrapper .calculate-title_wrapper {
	padding-top: 50px;
	margin-left: 212px;
}

.calculate .calculate_wrapper .calculate-title_wrapper .calculate-title {
	font-family: Helvetica-Black;
	font-size: 40px;
	line-height: 1.3;
	color: #fff;
}

.calculate .calculate_wrapper .calculate-form_wrapper form {
	width: 100%;
	margin-bottom: 30px;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form {
	width: 414px;
	box-sizing: border-box;
	padding: 24px 50px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 8px 13px 0px rgba(69, 69, 69, 0.24);
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_title {
	font-family: Helvetica-Black;
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	color: #333;
	margin-bottom: 16px;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_field {
	margin-bottom: 22px;
	width: 100%;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_field .calculate-form_field-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_field .calculate-form_field-name span {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: #69acff;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 2px solid #69acff;
	display: inline-block;
	text-align: center;
	margin-bottom: 12px;
	box-sizing: content-box;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_field .calculate-form_field-input input {
	font-size: 16px;
	width: 100%;
	height: 50px;
	border-radius: 10px;
	padding-left: 52px;
	box-sizing: border-box;
	border: none;
	background-color: #f2f2f2;
	color: #888;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_field .calculate-form_field-input input:focus {
	box-shadow: inset 0px 1px 2px 0px rgba(51, 51, 51, 0.28);
	transition: all .3s ease 0s;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_field .calculate-form_field-input.floors {
	padding-bottom: 16px;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_field .calculate-form_field-input.floors input {
	width: 234px;
	height: 40px;
	padding-left: 23px;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_radio {
	margin-bottom: 10px;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_radio .radiobuttons {
	margin-top: 11px;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_radio .radiobuttons .radio {
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	padding-bottom: 22px;
	padding-left: 32px;
	position: relative;
	margin-top: 0;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_radio .radiobuttons .radio:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background-color: #f2f2f2;
	box-shadow: inset 0px 1px 2px 0px rgba(51, 51, 51, 0.28);
	border-radius: 22px;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_radio .radiobuttons .radio.active:after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #69acff;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 10px;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-form_radio .radiobuttons .radio.field-1 {
	margin-right: 20px;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-btn {
	text-align: center;
}

.calculate .calculate_wrapper .calculate-form_wrapper form .calculate-form .calculate-btn .btn {
	width: 312px;
}

/* calculate */
/* feedback */
.feedback {
	padding-bottom: 90px;
	padding-top: 60px;
}

@media screen and (max-width: 574px) {
	.feedback {
		padding-bottom: 40px;
		padding-top: 50px;
	}
}

.feedback .section-title {
	margin-bottom: 68px;
}

@media screen and (max-width: 574px) {
	.feedback .section-title {
		margin-bottom: 20px !important;
	}
}

.feedback .reviews-slider .owl-stage-outer {
	padding: 30px 0;
}

.feedback .reviews-slider .reviews_card {
	padding: 46px 40px;
	margin: 0 auto;
	width: 370px;
	max-width: 100%;
	height: 400px;
	background: #fff;
	box-shadow: 0px 8px 13px 0px rgba(69, 69, 69, 0.24);
}

.feedback .reviews-slider .reviews_card .reviews_card-name {
	font-family: Helvetica-Black;
	font-size: 20px;
	color: #333;
	margin-bottom: 22px;
}

.feedback .reviews-slider .reviews_card .reviews_card-comment {
	font-size: 16px;
	line-height: 1.7;
	color: #333;
}

.feedback .reviews-slider .owl-dots {
	text-align: center;
	display: block;
	position: static;
}

.feedback .reviews-slider .owl-dots .owl-dot {
	padding: 0;
	margin: 0 8px;
	width: 16px;
	height: 16px;
	background: #bebebe;
	border-radius: 16px;
	border: none;
	font-size: 0;
	cursor: pointer;
	transition: all .3s ease 0s;
}

.feedback .reviews-slider .owl-dots .owl-dot:hover {
	background: #eb3f10;
	transition: all .3s ease 0s;
	opacity: .5;
}

.feedback .reviews-slider .owl-dots .owl-dot.active {
	background: #eb3f10;
}

/* feeadback */
/* faq */
.faq {
	padding-bottom: 60px;
}

.faq .section-title {
	line-height: 1.45;
	margin-bottom: 30px;
}

.faq .faq-list {
	width: 570px;
}

.faq .faq-list .accordion-menu li {
	position: relative;
	margin-bottom: 30px;
}

.faq .faq-list .accordion-menu li.open .dropdownlink {
	z-index: 11;
}

.faq .faq-list .dropdownlink {
	cursor: pointer;
	font-family: Helvetica-Bold;
	font-size: 20px;
	line-height: 1.5;
	background: #69acff url(../img//arrow.png) no-repeat 92% center;
	box-shadow: 0px 8px 13px 0px rgba(69, 69, 69, 0.24);
	color: #fff;
	height: 80px;
	padding-left: 50px;
	position: relative;
	z-index: 9;
	border-radius: 20px;
	padding-right: 50px;
}

.faq .faq-list .submenuItems {
	font-size: 18px;
	line-height: 1.5;
	top: 64px;
	z-index: 10;
	display: none;
	background: #69acff;
	position: absolute;
	padding: 50px;
	border-radius: 0 0 30px 30px;
	max-width: 100%;
	box-sizing: border-box;
	color: #fff;
	width: 100%;
	box-shadow: 0px 8px 13px 0px rgba(209, 209, 209, 0.53);
}

.faq .faq-form {
	width: 380px;
	max-width: 100%;
	margin-right: 120px;
}

.faq .faq-form form {
	width: 100%;
	margin-bottom: 30px;
}

.faq .faq-form form .faq-form_wrapper {
	box-shadow: 0px 8px 13px 0px rgba(69, 69, 69, 0.24);
	border-radius: 20px;
	background: #fff;
	width: 380px;
	box-sizing: border-box;
	max-width: 100%;
	padding-bottom: 0;
	margin-right: 120px;
}

.faq .faq-form form .faq-form_wrapper .faq-form_body {
	padding: 42px 30px 18px;
}

.faq .faq-form form .faq-form_wrapper .faq-form_body .faq-form_title {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #333;
	margin-bottom: 37px;
}

.faq .faq-form form .faq-form_wrapper .faq-form_body .faq-form_title span {
	font-family: Helvetica-Black;
	font-size: 22px;
	line-height: 33px;
}

.faq .faq-form form .faq-form_wrapper .faq-form_body .faq-form_field {
	margin-bottom: 15px;
	text-align: center;
}

.faq .faq-form form .faq-form_wrapper .faq-form_body .faq-form_field input {
	font-size: 16px;
	width: 280px;
	height: 52px;
	border-radius: 10px;
	padding-left: 50px;
	box-sizing: border-box;
	transition: all .3s ease 0s;
	border: none;
}

.faq .faq-form form .faq-form_wrapper .faq-form_body .faq-form_btn {
	text-align: center;
}

.faq .faq-form form .faq-form_wrapper .faq-form_footer {
	font-size: 16px;
	line-height: 1.4;
	border-top: 2px solid #f5f5f5;
	color: #333;
	text-align: center;
	padding: 35px 15px;
}

.faq .faq-form form .faq-form_wrapper .faq-form_footer li a {
	font-weight: 700;
	color: #333;
	text-decoration: none;
}

/* faq */
/* footer */
.footer {
	padding: 22px 0 17px;
	box-shadow: 0px 0px 16px 0px rgba(4, 4, 4, 0.14);
	position: relative;
	z-index: 12;
	background: #0080c0;
}

.footer .logo_wrapper .logo {
	width: 190px;
}

.footer .logo_wrapper .sub-logo {
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	margin-left: 20px;
}

.footer .contacts {
	padding-bottom: 0;
	text-align: right;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer .contacts .phone {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	text-decoration: none;
}

.footer .contacts .contacts-info {
	font-size: 14px;
	margin-top: 6px;
	color: #fff;
	text-align: right;
	position: relative;
	font-weight: 700;
}

.footer .contacts .contacts-info:after {
	position: absolute;
	left: -18px;
	top: 6px;
	content: "";
	background: #14dd0a;
	width: 8px;
	height: 8px;
	border-radius: 8px;
}

/* footer */
/* modal */
.overlay {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 40px;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	pointer-events: none;
	transition: 0.35s ease-in-out;
	max-height: 100vh;
	overflow-y: auto;
}

.overlay.open {
	opacity: 1;
	pointer-events: inherit;
}

.overlay .modal {
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: 0.35s ease-in-out;
	max-height: 100vh;
	overflow-y: auto;
	box-shadow: 0px 8px 13px 0px rgba(69, 69, 69, 0.24);
	border-radius: 20px;
	background: #fff;
	width: 380px;
	box-sizing: border-box;
	max-width: 100%;
	padding: 40px 30px 18px;
}

.overlay .modal.open {
	opacity: 1;
	pointer-events: inherit;
}

.overlay .modal.open .content {
	transform: translate(0, 0px);
	opacity: 1;
}

.overlay .modal .content {
	transform: translate(0, -10px);
	opacity: 0;
	transition: .35s ease-in-out;
}

.overlay .modal .title {
	margin-top: 0;
}

.overlay .modal .close-modal {
	position: absolute;
	top: -30px;
	right: -20px;
	cursor: pointer;
}

.modal-form_wrapper .modal-form .form-title {
	font-size: 18px;
	line-height: 1.45;
	margin-bottom: 15px;
	color: #333;
}

.modal-form_wrapper .modal-form .form-title span {
	display: block;
	font-weight: 700;
}

.modal-form_wrapper .modal-form .modal-form_field {
	margin-bottom: 11px;
	text-align: center;
}

.modal-form_wrapper .modal-form .modal-form_field input {
	font-size: 16px;
	width: 280px;
	height: 52px;
	border-radius: 10px;
	padding-left: 50px;
	box-sizing: border-box;
	border: none;
}


/* modal */
.form_send {
	text-align: center;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 700;
	display: none;
}

/*# sourceMappingURL=style.css.map */

@media (min-width: 1181px) {
	.menu_list-wrap li:after {
		content: "";
		position: absolute;
		top: 0;
		right: -11px;
		bottom: 0;
		display: block;
		width: 1px;
		background: #ccc;
	}

	.header .header_menu .menu_list-wrap li.lang a.current {
		color: #fff;
		pointer-events: none;
	}

	.menu_list-wrap li:after:last-child {
		display: none;
	}

	.header_wrapper {
		justify-content: start;
	}

	.logo_wrapper {
		margin-right: 28px;
	}

	.header {
		overflow: hidden;
	}

	.header .contacts {
		margin-left: auto;
	}

	.header .header_menu .menu_list-wrap li a {
		font-size: 18px;
	}

	.header .header_menu .menu_list-wrap li:last-child {
		display: flex;
		margin-left: 45px !important;
	}

	.header .header_menu .menu_list-wrap li:last-child {
		display: flex;
		margin-left: 45px !important;
	}

	.header .header_menu .menu_list-wrap li.lang {
		display: flex !important;
		margin-left: 35px;
	}
}

li.lang a + a {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	color: #ccc;
}

@media (max-width: 680px) {
	.header .contacts .contacts-info {
		margin-left: -10px;
	}

	.header .contacts .contacts-info:after {
		left: -17px;
	}

	.header .header_menu .menu_list-wrap li.lang a.current {
		color: #0080c0;
		pointer-events: none;
	}

}


.header .contacts .contacts-info {
	margin-left: -58px;
}

.header .contacts .contacts-info:after {
	left: -15px;
}

@media (max-width: 1180px) {
	li.lang a + a {
		margin-left: 0;
	}

}

@media (max-width: 680px) {
	.header .contacts .contacts-info {
		margin-left: -10px;
	}

	.header .contacts .contacts-info:after {
		left: -17px;
	}

	.header .header_menu .menu_list-wrap li.lang a.current {
		color: #0080c0;
		pointer-events: none;
	}
}

.menu_list-wrap .lang a:not(.current) {
	color: #ccc !important;
}

.menu_list-wrap .lang a:hover {
	color: #ff6d40 !important;
}

/* ======= */

/*===============================*/
/*===============================*/
/*===============================*/
/*===============================*/
/*===============================*/
/*===============================*/
/*===============================*/
/*===============================*/

.header-info,
.header-info__tel,
.header-info__lang {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.header-info {
	margin-top: 20px;
}

.header-info__tel a {
	font-size: 20px;
	line-height: 1;
	color: #333;
	font-family: Helvetica-Black;
	font-weight: 700;
	text-decoration: none;
	transition: ease 0.3s;
}

.header-info__tel a:hover {
	color: #ff6d40;
}

.header-info__social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

@media screen and (max-width: 574px) {
	.header-info__social {
		justify-content: center;
		width: 100%;
		gap: 10px;
		margin-right: 0;
	}
}

.header-info__social a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 574px) {
	.header-info__social a {
		width: 18px;
		height: 18px;
	}
}

.header-info__social a:hover svg path {
	fill: #ff6d40;
}

.header-info__social a svg {
	width: 18px;
	height: 18px;
}

@media screen and (max-width: 574px) {
	.header-info__social a svg {
		width: 15px;
		height: 15px;
	}
}

.header-info__social a:hover svg path {
	transition: ease 0.3s;
}

.header-info__time {
	position: relative;
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

.header-info__time:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 6px;
	background: #14dd0a;
	width: 8px;
	height: 8px;
	border-radius: 8px;
}

.header-info__lang {
	position: relative;
}

.header-info__lang:before {
	content: "";
	position: absolute;
	left: 50%;
	top: calc(50% - 1px);
	transform: translate(-50%, -50%);
	width: 1px;
	height: calc(100% + 4px);
	background-color: #fff;
	opacity: 1;
}

.header-info__lang a {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	opacity: 0.7;
	transition: ease 0.3s;
	pointer-events: all;
}

.header-info__lang a:hover {
	opacity: 0.9;
}

.header-info__lang a.current {
	opacity: 1;
	pointer-events: none;
}

.header .header_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1180px) {
	.header .header_wrapper {
		justify-content: space-between;
		padding-right: 100px;
		gap: 0;
	}
}

@media screen and (max-width: 680px) {
	.header .header_wrapper {
		justify-content: space-around !important;
		padding-right: 55px;
	}

	.header .header_wrapper .contacts {
		margin-left: 10px !important;
		margin-bottom: -5px;
	}

	.header .header_wrapper .contacts a {
		line-height: 1.2;
	}
}

.header .header_menu .menu_list-wrap li.lang {
	display: none !important;
}

@media screen and (max-width: 1180px) {
	.header .header_menu .menu_list-wrap li.lang {
		display: flex !important;
	}
}

.header .logo_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 130px;
	margin-right: 0;
}

@media screen and (max-width: 574px) {
	.header .logo_wrapper {
		width: 70px;
		height: 70px;
	}
}

@media screen and (max-width: 360px) {
	.header .logo_wrapper {
		width: 50px;
		height: 60px;
	}
}

@media screen and (max-width: 1180px) {
	.header .contacts {
		margin-right: 15px !important;
	}
}

@media screen and (max-width: 574px) {
	.header .contacts {
		margin-right: 10px !important;
	}
}

/*license*/

.license__list {
	display: flex;
	gap: 20px;
	margin-top: 70px;
}

@media screen and (max-width: 960px) {
	.license__list {
		flex-direction: column;
		margin-top: 50px;
	}
}


.license__item {
	flex: 1;
	border-radius: 20px;
	padding: 30px 20px;
	box-shadow: 0 8px 13px 0 rgba(69, 69, 69, 0.24);
	font-size: 18px;
}

.license__pic {
	height: 250px;
	margin-bottom: 20px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.license__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.license__item p {
	font-family: Helvetica-Black;
	line-height: 1.2;
}

.license__item ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.contacts-mob__inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
}

@media screen and (max-width: 680px) {
	.contacts-mob__inner {
		flex-direction: column;
	}
}

@media screen and (max-width: 574px) {
	.contacts-mob__inner {
		gap: 5px;
	}
}

.contacts-mob__inner .contacts-info {
	margin-left: 0 !important;
	padding-left: 17px;
}

.contacts-mob__inner .contacts-info:after {
	left: 0 !important;
}

.footer__logos {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.footer__logos {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.footer__logos a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100px !important;
	height: 100px !important;
}

.footer__logos a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 574px) {
	.footer__logos {
		gap: 10px;
	}

	.footer__logos a {
		width: 60px !important;
		height: 60px !important;
	}
}

.footer .footer_wrapper {
	gap: 20px;
}















