@font-face {
	font-family: "SFUIDisplay";
	src: url("../fonts/SFUIDisplayRegular/SFUIDisplayRegular.woff"), url("../fonts/SFUIDisplayRegular/SFUIDisplayRegular.woff2"), url("../fonts/SFUIDisplayRegular/SFUIDisplayRegular.ttf");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

*::-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

*::placeholder {
	color: #666;
	opacity: 1;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Manrope", sans-serif;
	color: #101217;
	font-size: 16px;
	line-height: 1.375;
	font-weight: 600;
	min-width: 360px;
	position: relative;
	overflow-x: hidden;
	margin: 0;
	background-color: #F6F6F6;
}

p {
	margin: 0;
}

form {
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: bottom;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

ul li,
ol li,
menu li {
	list-style: none;
}

ul,
ol,
menu {
	display: block;
	margin: 0;
	padding-left: 0;
}

button {
	border: 0;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
	line-height: inherit;
	outline: none;
	background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
}

input {
	display: block;
	width: 100%;
	font-family: inherit;
	line-height: inherit;
	font-weight: inherit;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	font-family: inherit;
	line-height: inherit;
	font-weight: inherit;
	outline: none;
	resize: none;
}

.hidden {
	display: none;
}

.site-wrap {
	padding-top: 153px;
}

.container {
	margin: 0 auto;
	position: relative;
	padding: 0 56px;
	width: 100%;
	max-width: 1560px;
}

.title1-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.title1-wrap .title1 {
	width: calc(100% - 300px);
	margin-bottom: 0;
}

.title1 {
	font-weight: 800;
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.title1--slider {
	padding-right: 110px;
}

.title1+.subtitle1 {
	margin-top: -18px;
}

.title1-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 800;
	font-size: 18px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .title1-link:hover {
	color: #005492;
}

.title1-link__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #B2B2B4;
	border-radius: 300px;
	margin-left: 16px;
}

.title1-link__icon svg {
	width: 13px;
	height: 10px;
	fill: #000;
}

.title2 {
	font-weight: 800;
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.title2--line {
	padding-bottom: 40px;
	border-bottom: 1px solid #E0E0E0;
}

.title3 {
	font-weight: 800;
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 32px;
}

.title4 {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 40px;
}

.subtitle1 {
	color: #585A5D;
	margin-bottom: 72px;
}

.totop-wrap {
	position: fixed;
	z-index: 50;
	right: 56px;
	bottom: 130px;
	width: 70px;
	height: 70px;
	display: none;
}

.compensate-for-scrollbar .totop-wrap {
	right: 73px;
}

.totop {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #005492;
	-webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.no-touch .totop:hover {
	background-color: #003d69;
}

.totop svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 24px;
	height: 24px;
	fill: #fff;
}

.soc1--dark .soc1__list li a {
	border: 1px solid #E0E0E0;
}

.soc1--dark .soc1__list li a svg {
	fill: #101217;
}

.soc1__title {
	color: #666F75;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 16px;
}

.soc1__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.soc1__list li {
	width: 36px;
	height: 36px;
	margin-right: 8px;
}

.soc1__list li:last-child {
	margin-right: 0;
}

.soc1__list li a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #192730;
	border-radius: 50%;
	transition: all 0.3s;
}

.no-touch .soc1__list li a:hover {
	border: 1px solid #C4A141;
}

.no-touch .soc1__list li a:hover svg {
	fill: #C4A141;
}

.soc1__list li a svg {
	width: 17px;
	height: 17px;
	fill: #fff;
	transition: fill 0.3s;
}

.soc1__list--dark li a {
	border: 1px solid #E0E0E0;
}

.soc1__list--dark li a svg {
	fill: #101217;
}

.header .soc1__list {
	margin-right: 8px;
}

.header .soc1__list li {
	width: 53px;
	height: 53px;
}

.header .soc1__list li a svg {
	width: 24px;
	height: 23px;
}

.dev {
	display: inline-block;
	color: #666F75;
	font-weight: 500;
	font-size: 14px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .dev:hover {
	color: #fff;
}

.dev b {
	color: #fff;
	font-weight: 500;
}

.text {
	font-weight: 500;
}

.text>*:first-child {
	margin-top: 0;
}

.text>*:last-child {
	margin-bottom: 0;
}

.text a {
	text-decoration: underline;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.text a.btn3 {
	text-decoration: none;
}

.no-touch .text a:hover {
	text-decoration-color: transparent;
}

.text h2,
.text h3,
.text h4,
.text h5 {
	font-weight: 800;
	font-size: 36px;
	line-height: 1.2;
	margin-top: 80px;
	margin-bottom: 30px;
}

.text ol {
	counter-reset: li;
	margin: 16px 0;
}

.text ol li {
	position: relative;
	padding-left: 19px;
}

.text ol li::after {
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;
	top: 0;
	left: 0;
}

.text ul {
	margin: 16px 0;
}

.text ul li {
	position: relative;
	padding-left: 24px;
}

.text ul li::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #101217;
}

.text p {
	margin: 16px 0;
}

.text img {
	margin: 16px 0;
}

.anchor {
	position: relative;
	top: -163px;
	height: 0;
	width: 0;
	visibility: hidden;
}

.btn1 {
	display: inline-block;
	color: #F6F6F6;
	font-size: 18px;
	padding: 13px 24px 15px 24px;
	background-color: #C4A141;
	border-radius: 300px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.no-touch .btn1:hover {
	background-color: #a88934;
}

.btn2 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #101217;
	font-weight: 800;
	font-size: 18px;
	padding: 16px 32px 16px 48px;
	background-color: #fff;
	border-radius: 300px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .btn2:hover {
	color: #005492;
}

.btn2__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #005492;
	border-radius: 50%;
	margin-left: 16px;
}

.btn2__icon svg {
	width: 11px;
	height: 8px;
	fill: #F6F6F6;
}

.btn3 {
	display: inline-block;
	color: #F6F6F6;
	font-size: 18px;
	padding: 13px 24px 15px 24px;
	background-color: #005492;
	border-radius: 300px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.no-touch .btn3:hover {
	background-color: #003d69;
}

.btn4 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .btn4:hover {
	color: #005492;
}

.btn4__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 4px;
}

.btn4__icon svg {
	width: 24px;
	height: 24px;
	fill: #101217;
}

.input1 {
	border: 1px solid #E0E0E0;
	background: none;
	border-radius: 300px;
	padding: 13px 10px;
	padding-left: 24px;
}

.input1::-webkit-input-placeholder {
	color: #838486;
}

.input1::-moz-placeholder {
	color: #838486;
}

.input1:-ms-input-placeholder {
	color: #838486;
}

.input1::-ms-input-placeholder {
	color: #838486;
}

.input1::placeholder {
	color: #838486;
}

.input-checkbox1 {
	display: none;
}

.input-checkbox1:checked~.checkbox-form .label-checkbox1__icon svg {
	opacity: 1;
}

.input-checkbox1:checked~.checkbox-form .form-btn1 {
	background-color: #fff;
	pointer-events: initial;
}

.input-checkbox1:checked~.checkbox-form .form-btn1__icon {
	border: 1px solid #CCD6DE;
}

.no-touch .input-checkbox1:checked~.checkbox-form .form-btn1:hover {
	color: #005492;
}

.input2 {
	color: #fff;
	border: none;
	background: none;
	border-bottom: 1px solid #fff;
	padding: 21px 8px;
	margin-bottom: 44px;
}

.input2::-webkit-input-placeholder {
	color: #fff;
}

.input2::-moz-placeholder {
	color: #fff;
}

.input2:-ms-input-placeholder {
	color: #fff;
}

.input2::-ms-input-placeholder {
	color: #fff;
}

.input2::placeholder {
	color: #fff;
}

.input2--w50 {
	width: 47.3%;
}

.select-wrap1 {
	width: 100%;
	cursor: pointer;
	margin-bottom: 44px;
}

.select-wrap1 .jq-selectbox {
	display: block;
}

.select-wrap1 .jq-selectbox__select {
	position: relative;
	color: #fff;
	padding: 21px 8px;
	padding-right: 40px;
	border-bottom: 1px solid #fff;
}

.select-wrap1 .jq-selectbox__select::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
	width: 24px;
	height: 24px;
	background: url(../img/arrow1.svg) center/cover no-repeat;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.select-wrap1 .jq-selectbox__dropdown {
	width: 100% !important;
	background-color: #fff;
	padding: 5px 0;
	-webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.select-wrap1 .jq-selectbox__dropdown ul {
	max-height: 300px !important;
}

.select-wrap1 .jq-selectbox__dropdown ul li {
	padding: 5px 16px;
	white-space: initial;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.select-wrap1 .jq-selectbox__dropdown ul li.disabled {
	display: none;
}

.no-touch .select-wrap1 .jq-selectbox__dropdown ul li:hover,
.select-wrap1 .jq-selectbox__dropdown ul li.sel {
	color: #005492;
}

.select-wrap1 .opened .jq-selectbox__select:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.textarea1 {
	height: 151px;
	color: #fff;
	border: none;
	background: none;
	border-bottom: 1px solid #fff;
	padding: 21px 8px;
	margin-bottom: 26px;
}

.textarea1::-webkit-input-placeholder {
	color: #fff;
}

.textarea1::-moz-placeholder {
	color: #fff;
}

.textarea1:-ms-input-placeholder {
	color: #fff;
}

.textarea1::-ms-input-placeholder {
	color: #fff;
}

.textarea1::placeholder {
	color: #fff;
}

.label-checkbox-wrap1 {
	margin-bottom: 42px;
}

.label-checkbox1 {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 36px;
}

.label-checkbox1__icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 1px solid #F6F6F6;
	border-radius: 4px;
}

.label-checkbox1__icon svg {
	width: 11px;
	height: 8px;
	fill: #F6F6F6;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.label-checkbox1__text {
	display: block;
	color: #F6F6F6;
}

.label-checkbox1__text a {
	text-decoration: underline;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .label-checkbox1__text a:hover {
	text-decoration-color: transparent;
}

.form-btn1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	font-weight: 800;
	font-size: 18px;
	background-color: #ccc;
	border-radius: 300px;
	padding: 24px 10px;
	pointer-events: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.form-btn1__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #101217;
	border-radius: 50%;
	margin-left: 16px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.form-btn1__icon svg {
	width: 14px;
	height: 10px;
	fill: #101217;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.slider1 {
	position: relative;
}

.slider1__nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 56px 56px 56px;
}

.slider1__nav-btn {
	width: 124px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-pagination-bullets.swiper-pagination-style1 {
	position: static;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.swiper-pagination-bullets.swiper-pagination-style1 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: rgba(217, 217, 217, 0.6);
	opacity: 1;
	margin: 0;
	margin-right: 12px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.swiper-pagination-bullets.swiper-pagination-style1 .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.no-touch .swiper-pagination-bullets.swiper-pagination-style1 .swiper-pagination-bullet:hover {
	background-color: #fff;
}

.swiper-pagination-bullets.swiper-pagination-style1 .swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-button-prev-style1,
.swiper-button-next-style1 {
	position: static;
	margin-top: 0;
	width: 56px;
	height: 56px;
	background-color: #fff;
	border-radius: 50%;
}

.no-touch .swiper-button-prev-style1:hover svg,
.no-touch .swiper-button-next-style1:hover svg {
	fill: #005492;
}

.swiper-button-prev-style1::after,
.swiper-button-next-style1::after {
	display: none;
}

.swiper-button-prev-style1 svg,
.swiper-button-next-style1 svg {
	width: 13px;
	height: 10px;
	fill: #000;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.swiper-button-prev-style1 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider2 {
	position: relative;
}

.slider2__nav {
	position: absolute;
	right: 0;
	top: -85px;
	width: 96px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider2__nav .swiper-button-prev-style1,
.slider2__nav .swiper-button-next-style1 {
	width: 40px;
	height: 40px;
}

.slider3 {
	position: relative;
}

.slider3 .swiper-button-prev-style1,
.slider3 .swiper-button-next-style1 {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
}

.slider3 .swiper-button-next-style1 {
	right: 24px;
}

.slider3 .swiper-button-prev-style1 {
	left: 24px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.slider3 .swiper-pagination-bullets.swiper-pagination-style1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
}

.mainscreen {
	padding-top: 32px;
	padding-bottom: 28px;
}

.mainscreen-item {
	position: relative;
	z-index: 1;
}

.mainscreen-item__img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mainscreen-item__img::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 580px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(70.25%, rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.36) 70.25%, rgba(0, 0, 0, 0) 100%);
}

.mainscreen-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.mainscreen-item__text-wrap {
	max-width: 930px;
	width: 100%;
	min-height: 772px;
	padding: 50px 56px 112px 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #F6F6F6;
}

.mainscreen-item__title {
	font-weight: 800;
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 24px;
}

.line {
	padding: 28px 0;
}

.line__container {
	overflow: hidden;
	padding: 26px 0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

.line__text-wrap .js-marquee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 24px !important;
}

.line__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 40px;
	line-height: 1.2;
	margin-right: 56px;
	transition: color 0.3s;
}

.no-touch a.line__text:hover {
	color: #005492;
}

.line__text::after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #101217;
	border-radius: 50%;
	margin-left: 56px;
}

.line__text:last-child {
	margin-right: 0;
}

.catalog {
	padding-top: 28px;
	padding-bottom: 82px;
}

.catalog__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-collapse: collapse;
}

.catalog__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	min-height: 340px;
}

.catalog__col:nth-child(1) .catalog-item1,
.catalog__col:nth-child(2) .catalog-item1,
.catalog__col:nth-child(3) .catalog-item1,
.catalog__col:nth-child(4) .catalog-item1 {
	border-top: 1px solid rgba(16, 18, 23, 0.1);
}

.catalog__col:nth-child(2n) .catalog-item1,
.catalog__col:nth-child(2n) .catalog-item2 {
	border-right: 1px solid rgba(16, 18, 23, 0.1);
}

.catalog-item1 {
	padding: 32px 20px 32px 32px;
	width: 100%;
	border-bottom: 1px solid rgba(16, 18, 23, 0.1);
	border-left: 1px solid rgba(16, 18, 23, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touch .catalog-item1:hover {
	color: #F6F6F6;
	background-color: #005492;
}

.catalog-item1__title {
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 15px;
}

.catalog-item1__img {
	max-width: 293px;
	width: 100%;
	margin-top: auto;
}

.catalog-item2 {
	position: relative;
	padding: 32px;
	width: 100%;
	border-bottom: 1px solid rgba(16, 18, 23, 0.1);
	border-left: 1px solid rgba(16, 18, 23, 0.1);
	background-color: #005492;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #F6F6F6;
}

.no-touch .catalog-item2:hover .catalog-item2__link-icon {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.catalog-item2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 102px;
	background: url(../img/catalog-item2-bg.svg) center top/cover no-repeat;
}

.catalog-item2__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 800;
}

.catalog-item2__link-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	margin-left: 16px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog-item2__link-icon svg {
	width: 13px;
	height: 10px;
	fill: #F6F6F6;
}

.aboutus {
	padding-top: 82px;
	padding-bottom: 60px;
}

.aboutus__img-logo {
	display: none;
	position: relative;
	height: 613px;
	opacity: 0.8;
	margin-bottom: -254px;
}

.aboutus__img-logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutus__container {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	padding: 156px 60px 149px 1023px;
}

.aboutus__map {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -376px;
	width: 1174px;
}

.aboutus__title1-wrap {
	max-width: 445px;
	width: 100%;
	margin-bottom: 80px;
}

.aboutus__subtitle1 {
	margin-bottom: 0;
}

.aboutus__list-wrap {
	max-width: 623px;
	width: 100%;
}

.aboutus__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -24px;
	margin-top: -24px;
}

.aboutus__col {
	width: 50%;
	padding: 0px 24px;
	margin-top: 24px;
}

.aboutus-item__val {
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.aboutus-item__text {
	max-width: 240px;
	width: 100%;
	color: #9FA0A2;
	font-weight: 500;
	font-size: 14px;
}

.features {
	overflow: hidden;
	padding: 60px 0;
}

.features__main-container {
	position: relative;
	background-color: #fff;
}

.features__container {
	position: relative;
	padding-left: 646px;
}

.features__img-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 646px;
}

.features__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.features__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.features__list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.features__list::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	height: 1px;
	width: 10000px;
	background-color: #DFDFE0;
}

.features__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
}

.features__col:nth-child(2n) .features-item {
	border: none;
}

.features__col:nth-child(2) .features-item__icon-wrap .features-item__icon:nth-child(2) {
	background-color: #005492;
}

.features__col:nth-child(3) .features-item__icon-wrap .features-item__icon:nth-child(2),
.features__col:nth-child(3) .features-item__icon-wrap .features-item__icon:nth-child(3) {
	background-color: #005492;
}

.features__col:nth-child(4) .features-item__icon-wrap .features-item__icon:nth-child(2),
.features__col:nth-child(4) .features-item__icon-wrap .features-item__icon:nth-child(3),
.features__col:nth-child(4) .features-item__icon-wrap .features-item__icon:nth-child(4) {
	background-color: #005492;
}

.features-item {
	width: 100%;
	padding: 100px 50px 50px 100px;
	min-height: 418px;
	border-right: 1px solid #DFDFE0;
}

.features-item__icon-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: #E6EEF5;
	margin-bottom: 32px;
}

.features-item__icon-wrap {
	position: relative;
	width: 32px;
	height: 32px;
}

.features-item__icon {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #CFDFEC;
}

.features-item__icon:nth-child(1) {
	top: 0;
	left: 0;
	background-color: #005492;
}

.features-item__icon:nth-child(2) {
	top: 0;
	right: 0;
}

.features-item__icon:nth-child(3) {
	bottom: 0;
	left: 0;
}

.features-item__icon:nth-child(4) {
	bottom: 0;
	right: 0;
}

.features-item__text {
	font-size: 18px;
	line-height: 1.4;
}

.callback {
	padding: 60px 0;
}

.callback__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.callback__wrap1 {
	max-width: 450px;
	width: 100%;
}

.callback__list1 li {
	margin-bottom: 40px;
}

.callback__list1 li:last-child {
	margin-bottom: 0;
}

.callback__list1 li span {
	display: block;
	color: #9A9B9D;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 16px;
}

.callback__list1 li b {
	display: block;
	font-weight: 800;
	font-size: 24px;
}

.callback__wrap2 {
	position: relative;
	z-index: 1;
	max-width: 740px;
	width: 100%;
	padding: 86px 64px;
	background-color: #005492;
}

.callback__wrap2::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	width: 204px;
	background: url(../img/callback-form-bg.svg) center left/cover no-repeat;
}

.callback__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news {
	overflow: hidden;
	padding: 60px 0;
}

.news__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -18px;
	margin-top: -16px;
}

.aboutcompany .news__list {
	margin-bottom: 150px;
}

.news__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 0px 18px;
	margin-top: 16px;
	border-bottom: 1px solid #DFDFE0;
	border-right: 1px solid #DFDFE0;
}

.news__col:nth-child(2n) {
	border-right: none;
}

.news-item {
	width: 100%;
	display: block;
	padding-bottom: 43px;
}

.no-touch .news-item:hover .news-item__img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.news-item__img-wrap {
	position: relative;
	margin-bottom: 24px;
}

.news-item__tags {
	position: absolute;
	z-index: 1;
	top: 24px;
	left: 24px;
	right: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-item__tag {
	font-weight: 500;
	font-size: 14px;
	padding: 12px 16px;
	background-color: #fff;
	border-radius: 300px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.news-item__tag:last-child {
	margin-right: 0;
}

.news-item__img {
	overflow: hidden;
	position: relative;
	padding-top: 38%;
}

.aboutcompany .news-item__img {
	padding-top: 52%;
}

.news-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
}

.news-item__date {
	color: #838486;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 24px;
}

.news-item__title {
	max-width: 810px;
	width: 100%;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	box-orient: vertical;
}

.news-item__text {
	max-width: 810px;
	width: 100%;
	color: #55575A;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
}

.popup {
	max-width: 600px;
	width: 100%;
	background-color: #005492;
	color: #fff;
	padding: 48px 32px;
}

.popup--thanks {
	max-width: 500px;
	text-align: center;
}

.popup__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popup__title {
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.breadcrumbs {
	padding: 32px 0;
}

.breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumbs__list li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	margin-right: 8px;
}

.breadcrumbs__list li:last-child {
	margin-right: 0;
}

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

.breadcrumbs__list li::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/arrow2.svg) center/contain no-repeat;
	margin-left: 8px;
}

.breadcrumbs__list a {
	display: inline-block;
	color: #838486;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .breadcrumbs__list a:hover {
	color: #101217;
}

.servicecard {
	padding: 60px 0;
}

.breadcrumbs+.servicecard {
	padding-top: 23px;
}

.servicecard__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.servicecard__wrap1 {
	max-width: 240px;
	width: 100%;
	position: sticky;
	top: 173px;
}

.servicecard__nav-title {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 40px;
}

.servicecard__menu li {
	margin-bottom: 16px;
}

.servicecard__menu li:last-child {
	margin-bottom: 0;
}

.servicecard__menu li a {
	display: inline-block;
	line-height: 1.3;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.servicecard__menu li a.active {
	color: #C4A141;
}

.no-touch .servicecard__menu li a:hover {
	color: #C4A141;
}

.servicecard__wrap2 {
	width: calc(100% - 315px);
}

.servicecard__wrap2--w100 {
	width: 100%;
}

.servicecard__text {
	max-width: 900px;
	width: 100%;
	margin-bottom: 80px;
}

.servicecard .histrory__list2 {
	margin-bottom: 80px;
}

.servicecard__characteristics {
	max-width: 896px;
	width: 100%;
	margin-bottom: 80px;
}

.servicecard__characteristics-title-wrap {
	border-bottom: 1px solid #C9CED5;
	margin-bottom: 24px;
}

.servicecard__characteristics-title {
	position: relative;
	display: inline-block;
	padding: 12px 0;
}

.servicecard__characteristics-title::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #101217;
}

.servicecard__characteristics-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0;
}

.servicecard__characteristics-item:nth-child(2n) {
	background-color: #f1f1f1;
}

.servicecard__characteristics-item span {
	max-width: 290px;
	width: 100%;
	color: rgba(16, 18, 23, 0.4);
	padding-left: 10px;
}

.servicecard__characteristics-item b {
	width: calc(100% - 300px);
	font-weight: 600;
}

.servicecardcallback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 38px;
}

.servicecardcallback__wrap1 {
	width: calc(100% - 456px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body .servicecardcallback__block_photo {
	width: 100%;
}

.servicecardcallback__img {
	position: relative;
	width: 100%;
	padding-top: 70%;
}

.servicecardcallback__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.servicecardcallback__wrap2 {
	max-width: 440px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.servicecardcallback__form {
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #005492;
	padding: 32px 32px 32px 32px;
	color: #fff;
}

.servicecardcallback__form::after {
	content: "";
	position: absolute;
	z-index: -2;
	top: 0;
	bottom: 0;
	right: 0;
	width: 176px;
	background: url(../img/servicecallback-form-bg1.svg) center left/cover no-repeat;
}

.servicecardcallback__form::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	left: 0;
	height: 7px;
	background: url(../img/servicecallback-form-bg2.svg) center repeat;
}

.servicecardcallback__form .input2 {
	padding: 25px 8px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}

.servicecardcallback__form .label-checkbox-wrap1 {
	margin-bottom: 15px;
}

.servicecardcallback__form .label-checkbox1__text {
	font-size: 12px;
	font-weight: 500;
}

.servicecardcallback__form .form-btn1 {
	font-size: 16px;
	padding: 19px 15px;
}

.servicecardcallback__form .form-btn1__icon {
	width: 24px;
	height: 24px;
	margin-left: 8px;
}

.servicecardcallback__form .form-btn1__icon svg {
	width: 9px;
	height: 6px;
}

.servicecardcallback__form-title {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 30px;
}

.servicecardexperience {
	margin-bottom: 153px;
}

.servicecardexperience__title1 {
	margin-bottom: 32px;
}

.servicecardexperience__container1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 43px;
}

.servicecardexperience__wrap1 {
	width: calc(100% - 456px);
}

.servicecardexperience__list1 {
	margin-bottom: 56px;
}

.servicecardexperience__list1 li {
	position: relative;
	color: #55575A;
	font-size: 18px;
	padding-left: 36px;
	margin-bottom: 8px;
}

.servicecardexperience__list1 li:last-child {
	margin-bottom: 0;
}

.servicecardexperience__list1 li::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../img/error.svg) center/contain no-repeat;
}

.servicecardexperience__list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -8px;
	margin-top: -24px;
}

.servicecardexperience__col2 {
	width: 50%;
	padding: 0px 8px;
	margin-top: 24px;
}

.servicecardexperience__wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 440px;
	width: 100%;
}

.servicecardexperience__img1 {
	position: relative;
	width: 100%;
	padding-top: 91%;
}

.servicecardexperience__img1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.servicecardexperience__container2 {
	background-color: #005492;
	color: #F6F6F6;
	padding: 40px;
}

.servicecardexperience__container2-flex {
	max-width: 1030px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.servicecardexperience__title4 {
	margin-bottom: 0;
}

.servicecardexperience__list3-wrap {
	max-width: 400px;
	width: 100%;
}

.servicecardexperience__list3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -8px;
	margin-top: -16px;
}

.servicecardexperience__col3 {
	width: 50%;
	padding: 0px 8px;
	margin-top: 16px;
}

.servicecardexperience__img2 {
	max-width: 40px;
	width: 100%;
}

.servicecardexperience-item2 {
	max-width: 380px;
	width: 100%;
}

.servicecardexperience-item2__val {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 8px;
}

.servicecardexperience-item2__text {
	color: #9A9B9D;
	font-weight: 500;
	font-size: 14px;
}

.servicecardexperience-item3__val {
	font-weight: 800;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 4px;
}

.servicecardexperience-item3__text {
	font-weight: 500;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}

.advantages__title3 {
	margin-bottom: 24px;
}

.advantages__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -8px;
	margin-top: -19px;
}

.advantages__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 0px 8px;
	margin-top: 19px;
}

.advantages__col--1 {
	width: 66.5%;
}

.advantages__col--2 {
	width: 33.5%;
}

.advantages__title1 {
	font-weight: 800;
	font-size: 28px;
	line-height: 1.2;
	margin-top: auto;
	margin-bottom: 8px;
}

.advantages__subtitle1 {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(16, 18, 23, 0.4);
}

.advantages-item1 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #e7eaef;
	padding: 40px 120px 40px 40px;
	min-height: 318px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.advantages-item1--1 {
	padding: 40px;
}

.advantages-item1--1 .advantages__title1,
.advantages-item1--1 .advantages__subtitle1 {
	max-width: 305px;
	width: 100%;
}

.advantages-item1--1 .advantages-item1__icon {
	top: -110px;
	right: -236px;
	width: 839px;
	height: auto;
	background: none;
	border-radius: 0;
}

.advantages-item1--2 {
	background-color: #005492;
	padding: 40px;
}

.advantages-item1--2 .advantages__title1,
.advantages-item1--2 .advantages__subtitle1 {
	max-width: 305px;
	width: 100%;
	color: #F6F6F6;
}

.advantages-item1--2 .advantages-item1__icon {
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	height: 122px;
	border-radius: 0;
	background: url(../img/advantages-item2.svg) center bottom/cover no-repeat;
}

.advantages-item1--3 .advantages__title1,
.advantages-item1--3 .advantages__subtitle1 {
	max-width: 360px;
	width: 100%;
}

.advantages-item1__icon {
	position: absolute;
	z-index: -1;
	top: 43px;
	right: 43px;
	width: 73px;
	height: 73px;
	background-color: #005492;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.othercatalog {
	padding: 60px 0;
}

.othercatalog .swiper {
	margin: -1px;
	padding: 1px;
}

.othercatalog__slider .swiper-wrapper {
	height: auto;
}

.othercatalog__slider .swiper-slide {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.othercatalog__slider .catalog-item1 {
	border-bottom: 1px solid rgba(16, 18, 23, 0.1);
	border-top: 1px solid rgba(16, 18, 23, 0.1);
}

.rent {
	margin-bottom: 120px;
}

.rent__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -8px;
	margin-top: -16px;
}

.rent__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 0px 8px;
	margin-top: 16px;
}

.rent-item {
	width: 100%;
	padding: 40px;
	border: 1px solid #e0e0e0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.rent-item__img-wrap {
	width: 100%;
	margin-bottom: 40px;
}

.rent-item__img {
	position: relative;
	padding-top: 70%;
}

.rent-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.rent-item__title {
	max-width: 390px;
	width: 100%;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 24px;
}

.rent-item__list {
	width: 100%;
	margin-bottom: 40px;
}

.rent-item__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 12px 0;
}

.rent-item__list li:nth-child(2n) {
	background-color: #f1f1f1;
}

.rent-item__list li span {
	width: 48%;
	line-height: 1.3;
	color: rgba(16, 18, 23, 0.4);
}

.rent-item__list li b {
	width: 48%;
	font-weight: 600;
	line-height: 1.3;
}

.rent-item__btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -16px;
	margin-top: auto;
	margin-bottom: -16px;
}

.rent-item__btn-wrap .btn3,
.rent-item__btn-wrap .btn4 {
	margin: 0px 16px;
	margin-bottom: 16px;
}

.aboutcompany {
	padding: 60px 0;
}

.breadcrumbs+.aboutcompany {
	padding-top: 23px;
}

.aboutcompany__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.aboutcompany__wrap1 {
	max-width: 240px;
	width: 100%;
	position: sticky;
	top: 173px;
}

.aboutcompany__menu li {
	margin-bottom: 16px;
}

.aboutcompany__menu li:last-child {
	margin-bottom: 0;
}

.aboutcompany__menu li a {
	display: inline-block;
	line-height: 1.3;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .aboutcompany__menu li a:hover {
	color: #C4A141;
}

.aboutcompany__wrap2 {
	width: calc(100% - 315px);
}

.aboutcompany__title2 {
	width: calc(100% - 315px);
	margin-left: auto;
}

.aboutcompany__subtitle {
	padding: 46px 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 48px;
}

.aboutcompany__text {
	max-width: 715px;
	width: 100%;
	margin-bottom: 80px;
}

.aboutcompany__text p {
	color: #55575A;
	margin-bottom: 16px;
}

.aboutcompany__text p:last-child {
	margin-bottom: 0;
}

.aboutcompany__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -8px;
	margin-top: -16px;
	margin-bottom: 57px;
}

.aboutcompany__col {
	width: 25%;
	padding: 0px 8px;
	margin-top: 16px;
}

.aboutcompany__slider1 {
	margin-bottom: 150px;
}

.aboutcompany-item__val {
	font-weight: 800;
	font-size: 52px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.aboutcompany-item__text {
	max-width: 235px;
	width: 100%;
	color: #9A9B9D;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
}

.aboutcompany-item1__img {
	position: relative;
	padding-top: 50%;
}

.aboutcompany-item1__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.histrory {
	margin-bottom: 171px;
}

.histrory__list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -8px;
	margin-top: -16px;
}

.histrory__col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 66.5%;
	padding: 0px 8px;
	margin-top: 16px;
}

.histrory__col2:nth-child(2n) {
	width: 33.5%;
}

.histrory__col2:nth-child(2n) .histrory-item2__img {
	padding-top: 83%;
}

.histrory-item1 {
	position: relative;
	padding-left: 72px;
	margin-bottom: 72px;
}

.histrory-item1:last-child {
	margin-bottom: 0;
}

.histrory-item1:last-child::before {
	bottom: 0;
}

.histrory-item1::after {
	content: "";
	position: absolute;
	top: 44px;
	left: -8px;
	width: 32px;
	height: 32px;
	background-color: #005492;
	border: 8px solid #F6F6F6;
	border-radius: 50%;
}

.histrory-item1::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 65px;
	bottom: -125px;
	width: 1px;
	background-color: #E0E0E0;
}

.histrory-item1__text-wrap {
	max-width: 865px;
	width: 100%;
	margin-bottom: 40px;
}

.histrory-item1__year {
	font-weight: 800;
	font-size: 84px;
	line-height: 1.2;
	margin-bottom: 16px;
}

.histrory-item1__title {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 16px;
}

.histrory-item1__text p {
	margin-bottom: 21px;
}

.histrory-item1__text p:last-child {
	margin-bottom: 0;
}

.histrory-item2 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.histrory-item2__img {
	width: 100%;
	position: relative;
	padding-top: 44%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 16px;
}

.histrory-item2__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.item_pic{
	padding-top: 0!important;

}
.item_pic img{
	position: static;
	height: unset;

}
.histrory-item2__title {
	color: #838486;
}

.partners {
	margin-bottom: 150px;
}

.partners__title1 {
	padding-bottom: 40px;
	border-bottom: 1px solid #E0E0E0;
}

.partners__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -8px;
	margin-top: -16px;
}

.partners__col {
	width: 25%;
	padding: 0px 8px;
	margin-top: 16px;
}

.partners-item {
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 187px;
	background-color: #e7eaef;
	background-color: #fff;
}

.partners-item img {
	max-height: 100%;
}

.certificates__title1 {
	padding-bottom: 40px;
	border-bottom: 1px solid #E0E0E0;
}

.certificates__text p:last-child {
	margin-bottom: 0;
}

.certificates__slider1 .swiper-slide {
	width: auto;
}

.certificates-item1__img img {
	height: 435px;
	width: auto;
}

.header {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	right: 0;
	background-color: #F6F6F6;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.compensate-for-scrollbar .header {
	right: 17px;
}

.header--fixed {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.header--fixed .header__wrap2 {
	border-bottom: 1px solid transparent;
}

.header__wrap1 {
	padding: 15.5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #E0E0E0;
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__menu li {
	margin-right: 55px;
}

.header__menu li:last-child {
	margin-right: 0;
}

.header__menu li a {
	display: inline-block;
	color: #6C6D70;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .header__menu li a:hover {
	color: #005492;
}

.header__adress {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #6C6D70;
}

.header__adress-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 2px;
}

.header__adress-icon svg {
	width: 24px;
	height: 24px;
	fill: #6C6D70;
}

.header__wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #E0E0E0;
	-webkit-transition: border-bottom 0.3s;
	transition: border-bottom 0.3s;
}

.header__logo {
	max-width: 290px;
	width: 100%;
}

.header__search-wrap {
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: 8px;
}

.header__tel {
	font-size: 18px;
	border: 1px solid #E0E0E0;
	border-radius: 300px;
	padding: 13px 15px;
	margin-right: 8px;
}

.headercatalog {
	position: relative;
	padding-left: 24px;
	margin-left: 24px;
}

.headercatalog::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 64px;
	background-color: #E0E0E0;
}

.headercatalog__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .headercatalog__btn:hover {
	color: #005492;
}

.headercatalog__btn-icon-container {
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	margin-left: 16px;
}

.headercatalog__btn-icon-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
}

.headercatalog__btn-icon {
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #101217;
	border-radius: 50%;
}

.headercatalog__btn-icon:nth-child(1) {
	top: 0;
	left: 0;
}

.headercatalog__btn-icon:nth-child(2) {
	top: 0;
	right: 0;
}

.headercatalog__btn-icon:nth-child(3) {
	bottom: 0;
	left: 0;
}

.headercatalog__btn-icon:nth-child(4) {
	bottom: 0;
	right: 0;
}

.search-btn {
	width: 50px;
	height: 50px;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.no-touch .search-btn:hover svg {
	fill: #005492;
}

.search-btn svg {
	width: 24px;
	height: 24px;
	fill: #101217;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.search-close {
	position: absolute;
	top: 14px;
	right: 69px;
	display: none;
	cursor: pointer;
}

.search-close svg {
	width: 24px;
	height: 24px;
	fill: #838486;
}

.search__form-wrap {
	position: relative;
}

.search__form-input1 {
	padding-right: 45px;
}

.search__form-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.no-touch .search__form-btn:hover svg {
	fill: #005492;
}

.search__form-btn svg {
	width: 24px;
	height: 24px;
	fill: #838486;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.toggle-wrap {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.toggle {
	position: relative;
	display: none;
	width: 56px;
	height: 56px;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	cursor: pointer;
}

.toggle.active .toggle__line:after {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.toggle.active .toggle__line:before {
	bottom: 50%;
	-webkit-transform: translateY(50%) rotate(-45deg);
	-ms-transform: translateY(50%) rotate(-45deg);
	transform: translateY(50%) rotate(-45deg);
}

.toggle__line {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 18px;
	height: 11px;
}

.toggle__line::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #101217;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.toggle__line::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #101217;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.mobilemenu {
	position: fixed;
	top: 85px;
	height: calc(100% - 85px);
	left: 0;
	right: 0;
	z-index: 60;
	background-color: #F6F6F6;
	padding: 32px 24px;
	overflow: auto;
	display: none;
}

.mobilemenu__nav {
	margin-bottom: 56px;
}

.mobilemenu__nav-wrap {
	position: relative;
	padding: 40px 210px 40px 40px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 8px;
}

.mobilemenu__nav-wrap:last-child {
	margin-bottom: 0;
}

.mobilemenu__nav-wrap--noimg {
	padding: 40px;
}

.mobilemenu__nav-img {
	position: absolute;
	bottom: 40px;
	right: 40px;
	width: 152px;
}

.mobilemenu__nav-title {
	font-weight: 500;
	font-size: 14px;
	color: #9FA0A2;
	margin-bottom: 24px;
}

.mobilemenu__menu li {
	margin-bottom: 16px;
}

.mobilemenu__menu li:last-child {
	margin-bottom: 0;
}

.mobilemenu__menu li a {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	text-decoration: underline;
	text-decoration-color: transparent;
}

.no-touch .mobilemenu__menu li a:hover {
	text-decoration-color: #101217;
}

.mobilemenu__wrap {
	padding-left: 40px;
}

.mobilemenu__list {
	margin-bottom: 40px;
}

.mobilemenu__list li {
	margin-bottom: 40px;
}

.mobilemenu__list li:last-child {
	margin-bottom: 0;
}

.mobilemenu__list li span {
	display: block;
	color: #9A9B9D;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 16px;
}

.mobilemenu__list li b {
	display: block;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.3;
}

.footer {
	overflow: hidden;
	background-color: #000F19;
	color: #fff;
	margin-top: 60px;
}

.footer__container1 {
	border-bottom: 1px solid #4C575E;
}

.footer__wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 48px;
	padding-bottom: 40px;
}

.footer__logo {
	max-width: 334px;
	width: 100%;
}

.footer__link1-wrap {
	max-width: 382px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__link1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .footer__link1:hover {
	text-decoration-color: #fff;
}

.footer__link1-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 16px;
}

.footer__link1-icon svg {
	width: 19px;
	height: 26px;
	fill: rgba(255, 255, 255, 0.5);
}

.footer__wrap2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 82px;
}

.footer__wrap2::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 457px;
	width: 1px;
	background-color: #4C575E;
}

.footer__wrap2::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 438px;
	width: 1px;
	background-color: #4C575E;
}

.footer__wrap3 {
	max-width: 300px;
	width: 100%;
}

.footer__title1 {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 40px;
}

.footer__list1 {
	margin-bottom: 40px;
}

.footer__list1 li {
	margin-bottom: 40px;
}

.footer__list1 li:last-child {
	margin-bottom: 0;
}

.footer__list1 li span {
	display: block;
	color: #666F75;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 16px;
}

.footer__list1 li b {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
}

.footer__list1 li a {
	transition: color 0.3s;
}

.no-touch .footer__list1 li a:hover {
	color: #C4A141;
}

.footer__wrap4 {
	width: calc(100% - 513px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__wrap5 {
	width: calc(100% - 470px);
}

.footer__nav {
	margin-bottom: 97px;
}

.footer__nav:last-child {
	margin-bottom: 0;
}

.footer__nav-wrap {
	margin-bottom: 56px;
}

.footer__nav-wrap:last-child {
	margin-bottom: 0;
}

.footer__nav-title {
	color: #666F75;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 16px;
}

.footer__menu li {
	margin-bottom: 16px;
}

.footer__menu li:last-child {
	margin-bottom: 0;
}

.footer__menu li a {
	display: inline-block;
	transition: color 0.3s;
}

.no-touch .footer__menu li a:hover {
	color: #C4A141;
}

.footer__wrap6 {
	max-width: 382px;
	width: 100%;
}

.footer__copy {
	color: #666F75;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}

.success_text{
	color: red;
	margin-top: 10px;
}

.vacwhy {
	margin-bottom: 208px;
}

.vacwhy__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -8px;
	margin-top: -16px;
}

.vacwhy__col {
	display: flex;
	width: 33.3333%;
	padding: 0px 8px;
	margin-top: 16px;
}

.vacwhy-item {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 172px 26px 28px 26px;
	background-color: #e7eaef;
	transition: all 0.3s;
}

.no-touch .vacwhy-item:hover {
	color: #fff;
	background-color: #005492;
}

.no-touch .vacwhy-item:hover .vacwhy-item__text {
	color: #fff;
}

.no-touch .vacwhy-item:hover::after {
	opacity: 1;
}

.vacwhy-item::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	height: 122px;
	background: url(../img/vacwhy-item-pattern.svg) center / cover no-repeat;
	opacity: 0;
	transition: opacity 0.3s;
}

.vacwhy-item__icon {
	position: absolute;
	top: 28px;
	left: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	background-color: #005492;
	border-radius: 50%;
}

.vacwhy-item__title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 800;
	margin-bottom: 8px;
}

.vacwhy-item__text {
	color: #919398;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	transition: color 0.3s;
}

.vacancies-item {
	padding: 24px 40px 40px 40px;
	background-color: #fff;
	margin-bottom: 24px;
	transition: all 0.3s;
}

.no-touch .vacancies-item:hover {
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.vacancies-item:last-child {
	margin-bottom: 0;
}

.vacancies-item__wrap1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 32px;
}

.vacancies-item__adress {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-right: 43px;
}

.vacancies-item__adress-icon {
	display: flex;
	margin-right: 8px;
}

.vacancies-item__adress-icon svg {
	width: 24px;
	height: 24px;
	fill: #9FA0A2;
}

.vacancies-item__date {
	color: #9fa0a2;
}

.vacancies-item__toggle {
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: 800;
	font-size: 20px;
	line-height: 1.3;
	padding-right: 112px;
	margin-bottom: 24px;
	transition: all 0.3s;
}

.no-touch .vacancies-item__toggle:hover .vacancies-item__toggle-icon {
	transform: translateY(-50%) rotate(90deg);
}

.no-touch .vacancies-item.active .vacancies-item__toggle:hover .vacancies-item__toggle-icon {
	transform: translateY(-50%) rotate(-90deg);
}

.vacancies-item.active .vacancies-item__toggle .vacancies-item__toggle-icon {
	transform: translateY(-50%) rotate(-90deg);
}

.no-touch .vacancies-item__toggle:hover {
	color: #005492;
}

.vacancies-item__title {

}

.vacancies-item__price {
	flex-shrink: 0;
	margin-left: 10px;
}

.vacancies-item__toggle-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #005492;
	border-radius: 50%;
	transition: all 0.3s;
}

.vacancies-item__toggle-icon svg {
	width: 12px;
	height: 12px;
	fill: #fff;
}

.vacancies-item__text2 {
	display: none;
	padding-top: 24px;
}

.vacancies-item .text h2,
.vacancies-item .text h3,
.vacancies-item .text h4,
.vacancies-item .text h5
{
	font-size: 20px;
	margin-top: 24px;
	margin-bottom: 12px;
}

.vacancies-item .text
{
	line-height: 1.5;
}

.vacancies-item .text a.btn3
{
	font-size: 16px;
}

.vacancies__list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -6px;
	margin-top: 28px;
}

.vacancies__list1 li {
	font-weight: 500;
	font-size: 14px;
	padding: 8.5px 12px;
	background-color: #e7eaef;
	border-radius: 6px;
	margin: 0px 6px;
	margin-top: 12px;
}

@media (min-width: 1200px) {
	.mobilemenu {
		display: none !important;
	}
}

@media (min-width: 1550px) {
	.search-container {
		display: block !important;
	}
}

@media (max-width: 1800px) {
	.mainscreen-item__img::after {
		height: 493px;
	}

	.mainscreen-item__text-wrap {
		min-height: 701px;
	}

	.features-item {
		padding: 100px 50px 50px 50px;
	}
}

@media (max-width: 1650px) {
	.callback__wrap2 {
		max-width: none;
		width: calc(100% - 500px);
	}
}

@media (max-width: 1550px) {
	.aboutus__container {
		padding: 156px 60px 149px 700px;
	}

	.aboutus__map {
		left: -475px;
	}

	.features__container {
		padding-left: 550px;
	}

	.features__img-wrap {
		width: 550px;
	}

	.features-item {
		padding: 136px 32px 32px 32px;
	}

	.servicecard__wrap1 {
		max-width: 220px;
	}

	.servicecardcallback__wrap1 {
		width: calc(100% - 400px);
	}

	.servicecardcallback__wrap2 {
		max-width: 380px;
	}

	.aboutcompany__wrap1 {
		max-width: 220px;
	}

	.aboutcompany__wrap2 {
		width: calc(100% - 240px);
	}

	.aboutcompany__title2 {
		width: calc(100% - 240px);
	}

	.aboutcompany__col {
		width: 50%;
	}

	.header__search-wrap {
		max-width: 50px;
	}

	.search-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.search-container {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 50;
		background-color: #F6F6F6;
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
		padding: 51.5px 56px;
		display: none;
	}

	.search-close {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer__link1-wrap {
		max-width: 270px;
	}

	.footer__wrap2::after {
		left: 300px;
	}

	.footer__wrap2::before {
		right: 300px;
	}

	.footer__wrap3 {
		max-width: 250px;
	}

	.footer__wrap4 {
		width: calc(100% - 336px);
	}

	.footer__wrap5 {
		width: calc(100% - 336px);
	}

	.footer__wrap6 {
		max-width: 270px;
	}

	.headercatalog {
		padding-left: 12px;
		margin-left: 12px;
	}
}

@media (max-width: 1200px) {
	.body-overflow {
		overflow: hidden;
	}

	.site-wrap {
		padding-top: 85px;
	}

	.container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.title1-wrap {
		margin-bottom: 32px;
	}

	.title1-wrap .title1 {
		width: calc(100% - 200px);
	}

	.title1 {
		font-size: 32px;
		margin-bottom: 32px;
	}

	.title1+.subtitle1 {
		margin-top: -16px;
	}

	.title1-link {
		font-size: 16px;
	}

	.title1-link__icon {
		width: 32px;
		height: 32px;
		margin-left: 12px;
	}

	.title1-link__icon svg {
		width: 12px;
		height: 8px;
	}

	.title2--line {
		padding-bottom: 32px;
	}

	.title2 {
		font-size: 36px;
		margin-bottom: 32px;
	}

	.title3 {
		font-size: 26px;
		margin-bottom: 32px;
	}

	.title4 {
		font-size: 20px;
		margin-bottom: 32px;
	}

	.subtitle1 {
		margin-bottom: 56px;
	}

	.totop-wrap {
		right: 24px;
		bottom: 24px;
		width: 50px;
		height: 50px;
	}

	.compensate-for-scrollbar .totop-wrap {
		right: 41px;
	}

	.totop svg {
		width: 21px;
		height: 21px;
	}

	.text h2,
	.text h3,
	.text h4,
	.text h5 {
		font-size: 32px;
		margin-top: 32px;
		margin-bottom: 20px;
	}

	.anchor {
		top: -93px;
	}

	.btn1 {
		padding: 16px 42px 18px 42px;
		font-size: 16px;
	}

	.btn2 {
		font-size: 16px;
		padding: 14px 25px 14px 41px;
	}

	.btn2__icon {
		width: 24px;
		height: 24px;
	}

	.btn3 {
		padding: 16px 42px 18px 42px;
		font-size: 16px;
	}

	.input2 {
		font-size: 14px;
	}

	.select-wrap1 .jq-selectbox__select {
		font-size: 14px;
	}

	.textarea1 {
		font-size: 14px;
	}

	.label-checkbox1__text {
		font-size: 12px;
	}

	.form-btn1 {
		padding: 16px 10px;
	}

	.slider1__nav {
		padding: 0 32px 32px 32px;
	}

	.slider1__nav-btn {
		width: 92px;
	}

	.swiper-button-prev-style1,
	.swiper-button-next-style1 {
		width: 40px;
		height: 40px;
	}

	.slider2__nav {
		top: -70px;
	}

	.mainscreen-item__text-wrap {
		padding: 32px 32px 104px 32px;
	}

	.mainscreen-item__title {
		font-size: 40px;
	}

	.line__text {
		font-size: 24px;
		margin-right: 24px;
	}

	.line__text::after {
		width: 8px;
		height: 8px;
		margin-left: 24px;
	}

	.catalog__col {
		width: 50%;
		min-height: 326px;
	}

	.catalog-item1__title {
		font-size: 16px;
	}

	.catalog-item2__link {
		font-size: 16px;
	}

	.catalog-item2__link-icon {
		width: 32px;
		height: 32px;
		margin-left: 12px;
	}

	.catalog-item2__link-icon svg {
		width: 11px;
		height: 8px;
	}

	.aboutus__container {
		padding: 64px 32px 607px 32px;
	}

	.aboutus__map {
		width: 890px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: auto;
		bottom: 68px;
	}

	.aboutus__title1-wrap {
		max-width: none;
		margin-bottom: 56px;
	}

	.aboutus__subtitle1 {
		margin-bottom: 0;
	}

	.aboutus__list-wrap {
		max-width: none;
	}

	.aboutus-item__val {
		font-size: 32px;
	}

	.features__container {
		padding-left: 0;
		padding-top: 24px;
	}

	.features__img-wrap {
		position: static;
		width: auto;
	}

	.features__img {
		position: relative;
		padding-top: 56%;
	}

	.features__col:nth-child(2n) .features-item {
		padding: 65px 0 28px 28px;
	}

	.features-item {
		min-height: 270px;
		padding: 65px 28px 28px 0;
	}

	.features-item__icon-container {
		width: 48px;
		height: 48px;
	}

	.features-item__icon-wrap {
		width: 19px;
		height: 19px;
	}

	.features-item__icon {
		width: 8px;
		height: 8px;
	}

	.features-item__text {
		font-size: 16px;
		line-height: 1.3;
	}

	.callback__wrap1 {
		max-width: 480px;
		margin-bottom: 64px;
	}

	.callback__list1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: -32px;
	}

	.callback__list1 li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 32px;
	}

	.callback__list1 li:last-child {
		width: 100%;
	}

	.callback__list1 li span {
		margin-bottom: 8px;
	}

	.callback__wrap2 {
		width: 100%;
		padding: 40px;
	}

	.callback__wrap2::after {
		width: 116px;
		background-image: url(../img/callback-form-bg-tablet.svg);
	}

	.news__list {
		margin-top: -32px;
	}

	.aboutcompany .news__list {
		margin-bottom: 60px;
	}

	.news__col {
		width: 100%;
		margin-top: 32px;
		border-right: none;
	}

	.news-item {
		padding-bottom: 32px;
	}

	.news-item__img-wrap {
		margin-bottom: 16px;
	}

	.news-item__tags {
		top: 16px;
		left: 16px;
		right: 16px;
	}

	.news-item__tag {
		font-size: 12px;
		padding: 8px 16px;
	}

	.news-item__date {
		margin-bottom: 16px;
	}

	.news-item__title {
		max-width: 470px;
		font-size: 18px;
		margin-bottom: 8px;
	}

	.news-item__text {
		max-width: 470px;
	}

	.servicecard__wrap1 {
		position: static;
		max-width: none;
		margin-bottom: 30px;
	}

	.servicecard__nav-title {
		margin-bottom: 24px;
	}

	.servicecard__menu li {
		margin-bottom: 12px;
	}

	.servicecard__wrap2 {
		width: 100%;
	}

	.servicecard__text {
		margin-bottom: 30px;
	}

	.servicecard .histrory__list2 {
		margin-bottom: 30px;
	}

	.vacwhy {
		margin-bottom: 60px;
	}

	.servicecard__characteristics {
		margin-bottom: 30px;
	}

	.servicecardcallback {
		margin-bottom: 30px;
	}

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

	.servicecardcallback__wrap2 {
		max-width: none;
	}

	.servicecardexperience {
		margin-bottom: 50px;
	}

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

	.servicecardexperience__wrap2 {
		max-width: none;
	}

	.servicecardexperience__container2-flex {
		max-width: 500px;
	}

	.servicecardexperience-item2__val {
		font-size: 20px;
	}

	.advantages__col {
		width: 100%;
	}

	.advantages__title1 {
		font-size: 24px;
	}

	.advantages-item1 {
		min-height: 250px;
	}

	.rent {
		margin-bottom: 60px;
	}

	.rent__col {
		width: 100%;
	}

	.rent-item__img-wrap {
		margin-bottom: 20px;
	}

	.rent-item__list {
		margin-bottom: 20px;
	}

	.aboutcompany__wrap1 {
		position: static;
		max-width: none;
		margin-bottom: 30px;
	}

	.aboutcompany__menu li {
		margin-bottom: 12px;
	}

	.aboutcompany__wrap2 {
		width: 100%;
	}

	.aboutcompany__title2 {
		width: 100%;
	}

	.aboutcompany__subtitle {
		padding: 24px 0;
		margin-bottom: 24px;
		font-size: 34px;
	}

	.aboutcompany__text {
		margin-bottom: 40px;
	}

	.aboutcompany__list {
		margin-bottom: 30px;
	}

	.aboutcompany__slider1 {
		margin-bottom: 60px;
	}

	.aboutcompany-item__val {
		font-size: 46px;
	}

	.histrory {
		margin-bottom: 80px;
	}

	.histrory__col2 {
		width: 100%;
	}

	.histrory__col2:nth-child(2n) {
		width: 100%;
	}

	.histrory-item1::after {
		top: 24px;
	}

	.histrory-item1::before {
		top: 55px;
	}

	.histrory-item1__year {
		font-size: 60px;
	}

	.partners {
		margin-bottom: 80px;
	}

	.partners__title1 {
		padding-bottom: 32px;
	}

	.partners__col {
		width: 33.3333%;
	}

	.certificates__title1 {
		padding-bottom: 32px;
	}

	.header__container1 {
		display: none;
	}

	.header__wrap2 {
		padding: 14px 0;
	}

	.header__logo {
		max-width: 224px;
	}

	.header__search-wrap {
		max-width: 56px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: 0;
	}

	.header__tel {
		display: none;
	}

	.header__btn1 {
		margin-right: 8px;
	}

	.headercatalog {
		display: none;
	}

	.search-btn {
		width: 56px;
		height: 56px;
	}

	.search-container {
		padding: 18px 60px 18px 24px;
	}

	.search-close {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 24px;
	}

	.toggle {
		display: block;
	}

	.footer__wrap1 {
		padding: 32px 0;
	}

	.footer__logo {
		max-width: 270px;
	}

	.footer__link1-wrap {
		max-width: none;
		width: auto;
	}

	.footer__link1 {
		font-size: 16px;
	}

	.footer__link1-icon {
		margin-right: 12px;
	}

	.footer__wrap2 {
		padding-top: 32px;
		padding-bottom: 48px;
	}

	.footer__wrap2::after {
		left: 270px;
	}

	.footer__wrap2::before {
		display: none;
	}

	.footer__title1 {
		font-size: 18px;
		margin-bottom: 32px;
	}

	.footer__list1 {
		margin-bottom: 32px;
	}

	.footer__list1 li {
		margin-bottom: 32px;
	}

	.footer__list1 li span {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.footer__list1 li b {
		font-size: 16px;
		line-height: 1.3;
	}

	.footer__soc1 .soc1__title {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.footer__wrap4 {
		width: calc(100% - 302px);
	}

	.footer__wrap5 {
		position: relative;
		width: 100%;
		margin-bottom: 48px;
		padding-bottom: 48px;
	}

	.footer__wrap5::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: -31px;
		width: 10000px;
		height: 1px;
		background-color: #4C575E;
	}

	.footer__nav {
		margin-bottom: 80px;
	}

	.footer__nav-wrap {
		margin-bottom: 32px;
	}

	.footer__nav-title {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.footer__menu li a {
		font-size: 16px;
	}

	.aboutus__img-logo {
		height: 400px;
		margin-bottom: -160px;
	}

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

	.vacwhy__col {
		width: 50%;
	}

	.vacancies-item__toggle {
		padding-right: 50px;
	}
}

@media (max-width: 700px) {
	.header .soc1__list {
		display: none;
	}

	.site-wrap {
		padding-top: 131px;
	}

	.container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.title1-wrap {
		margin-bottom: 24px;
	}

	.title1-wrap .title1 {
		width: 100%;
	}

	.title1 {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.title1--slider {
		padding-right: 0;
	}

	.title1+.subtitle1 {
		margin-top: -8px;
	}

	.title1-link-wrap {
		margin-top: 26px;
		text-align: right;
	}

	.title1-link {
		font-size: 14px;
	}

	.title1-link__icon {
		width: 24px;
		height: 24px;
	}

	.title1-link__icon svg {
		width: 9px;
		height: 6px;
	}

	.title2--line {
		padding-bottom: 24px;
	}

	.title2 {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.title3 {
		font-size: 20px;
		margin-bottom: 24px;
	}

	.title4 {
		font-size: 18px;
		margin-bottom: 24px;
	}

	.subtitle1 {
		margin-bottom: 40px;
	}

	.dev {
		font-size: 12px;
	}

	.text h2,
	.text h3,
	.text h4,
	.text h5 {
		font-size: 24px;
		margin-top: 24px;
		margin-bottom: 20px;
	}

	.text ul li {
		padding-left: 16px;
	}

	.text ul li::after {
		left: 0;
	}

	.btn1 {
		font-size: 14px;
		padding: 11px 23px;
	}

	.btn2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		font-size: 14px;
		padding: 16px;
	}

	.btn3 {
		font-size: 14px;
		padding: 11px 23px;
	}

	.input2 {
		margin-bottom: 24px;
		font-size: 12px;
	}

	.input2--w50 {
		width: 100%;
	}

	.select-wrap1 {
		margin-bottom: 24px;
	}

	.select-wrap1 .jq-selectbox__select {
		font-size: 12px;
	}

	.textarea1 {
		height: 110px;
		font-size: 12px;
	}

	.label-checkbox-wrap1 {
		margin-bottom: 24px;
	}

	.form-btn1 {
		font-size: 14px;
		padding: 16px 10px;
	}

	.form-btn1__icon {
		width: 24px;
		height: 24px;
	}

	.form-btn1__icon svg {
		width: 9px;
		height: 6px;
	}

	.slider1__nav {
		padding: 0 16px 24px 16px;
	}

	.slider1__nav-btn {
		width: 68px;
	}

	.swiper-pagination-bullets.swiper-pagination-style1 .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin-right: 8px;
	}

	.swiper-button-prev-style1,
	.swiper-button-next-style1 {
		width: 32px;
		height: 32px;
	}

	.slider2 {
		padding-top: 50px;
	}

	.slider2__nav {
		top: 0;
	}

	.slider3 .swiper-button-next-style1 {
		right: 16px;
	}

	.slider3 .swiper-button-prev-style1 {
		left: 16px;
	}

	.slider3 .swiper-pagination-bullets.swiper-pagination-style1 {
		bottom: 16px;
	}

	.mainscreen {
		padding-top: 24px;
		padding-bottom: 20px;
	}

	.mainscreen-item__img::after {
		height: 100%;
	}

	.mainscreen-item__text-wrap {
		min-height: 581px;
		padding: 24px 16px 96px 16px;
	}

	.mainscreen-item__title {
		font-size: 28px;
		line-height: 1.1;
	}

	.line {
		padding: 20px 0;
	}

	.catalog {
		padding: 24px 0 32px 0;
	}

	.catalog-item1 {
		padding: 32px 24px;
	}

	.catalog-item1__img {
		max-width: 270px;
	}

	.catalog-item2 {
		padding: 24px;
	}

	.catalog-item2__link {
		font-size: 14px;
	}

	.catalog-item2__link-icon {
		width: 24px;
		height: 24px;
		margin-left: 12px;
	}

	.catalog-item2__link-icon svg {
		width: 9px;
		height: 6px;
	}

	.aboutus {
		padding: 32px 0;
	}

	.aboutus__container {
		padding: 40px 16px 484px 16px;
	}

	.aboutus__map {
		width: 730px;
		bottom: 40px;
	}

	.aboutus__title1-wrap {
		margin-bottom: 40px;
	}

	.aboutus__subtitle1 {
		margin-bottom: 0;
	}

	.aboutus-item__val {
		font-size: 28px;
	}

	.features {
		padding: 32px 0;
	}

	.features__list::after {
		display: none;
	}

	.features__col {
		width: 100%;
	}

	.features__col:nth-child(2n) .features-item {
		padding: 32px 0;
		border-top: 1px solid #DFDFE0;
	}

	.features-item {
		border: none;
		border-top: 1px solid #DFDFE0;
		padding: 32px 0;
		min-height: initial;
	}

	.features-item__icon-container {
		width: 40px;
		height: 40px;
		margin-bottom: 24px;
	}

	.features-item__icon-wrap {
		width: 16px;
		height: 16px;
	}

	.features-item__icon {
		width: 6px;
		height: 6px;
	}

	.callback {
		padding: 32px 0;
	}

	.callback__wrap1 {
		margin-bottom: 56px;
	}

	.callback__list1 li span {
		font-size: 12px;
	}

	.callback__list1 li b {
		font-size: 18px;
	}

	.callback__wrap2 {
		padding: 40px 16px;
	}

	.callback__wrap2::after {
		width: 110px;
		background-image: url(../img/callback-form-bg-mob.svg);
	}

	.news {
		padding: 32px 0;
	}

	.news__list {
		margin-top: -24px;
	}

	.news__col {
		margin-top: 24px;
	}

	.news-item {
		padding-bottom: 24px;
	}

	.news-item__tags {
		top: 8px;
		left: 8px;
		right: 8px;
	}

	.news-item__img {
		padding-top: 69%;
	}

	.aboutcompany .news-item__img {
		padding-top: 69%;
	}

	.news-item__title {
		font-size: 16px;
	}

	.popup {
		padding: 24px 16px;
	}

	.popup__title {
		font-size: 26px;
		margin-bottom: 18px;
	}

	.breadcrumbs {
		padding: 16px 0;
	}

	.servicecard {
		padding: 32px 0;
	}

	.breadcrumbs+.servicecard {
		padding-top: 16px;
	}

	.servicecard__menu {
		overflow: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0px -16px;
		padding: 0px 16px;
		padding-bottom: 8px;
	}

	.servicecard__menu li {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 220px;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.servicecard__menu li:last-child {
		margin-right: 0;
	}

	.servicecardcallback__form .form-btn1 {
		font-size: 14px;
		padding: 16px 10px;
	}

	.servicecardcallback__form-title {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.servicecardexperience__list1 li {
		font-size: 16px;
		padding-left: 28px;
	}

	.servicecardexperience__list1 li::after {
		top: 2px;
		width: 18px;
		height: 18px;
	}

	.servicecardexperience__list2 {
		margin-top: -16px;
	}

	.servicecardexperience__col2 {
		width: 100%;
		margin-top: 16px;
	}

	.servicecardexperience__container2 {
		padding: 32px 16px;
	}

	.servicecardexperience__container2-flex {
		max-width: 400px;
	}

	.servicecardexperience__list3 {
		margin-bottom: 16px;
	}

	.servicecardexperience__col3 {
		width: 100%;
	}

	.servicecardexperience-item2__val {
		font-size: 18px;
	}

	.servicecardexperience-item3__val {
		font-size: 16px;
	}

	.advantages__title1 {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.advantages-item1 {
		padding: 32px 75px 32px 16px;
		min-height: initial;
	}

	.advantages-item1--1 {
		padding: 100px 16px 32px 16px;
	}

	.advantages-item1--1 .advantages-item1__icon {
		top: -25px;
		right: -151px;
		width: 400px;
	}

	.advantages-item1--1 .advantages-item1__icon img {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.advantages-item1--2 {
		padding: 100px 16px 32px 16px;
	}

	.advantages-item1--2 .advantages-item1__icon {
		height: 80px;
	}

	.advantages-item1__icon {
		right: 16px;
		top: 32px;
		width: 50px;
		height: 50px;
	}

	.advantages-item1__icon img {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}

	.othercatalog {
		padding: 32px 0;
	}

	.rent {
		margin-bottom: 32px;
	}

	.rent-item {
		padding: 16px;
	}

	.rent-item__title {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.rent-item__list li {
		font-size: 15px;
	}

	.aboutcompany {
		padding: 32px 0;
	}

	.breadcrumbs+.aboutcompany {
		padding-top: 16px;
	}

	.aboutcompany__menu {
		overflow: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0px -16px;
		padding: 0px 16px;
		padding-bottom: 8px;
	}

	.aboutcompany__menu li {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 220px;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.aboutcompany__menu li:last-child {
		margin-right: 0;
	}

	.aboutcompany__subtitle {
		padding: 16px 0;
		font-size: 18px;
	}

	.aboutcompany__col {
		width: 100%;
	}

	.aboutcompany-item__val {
		font-size: 40px;
	}

	.aboutcompany-item1__img {
		padding-top: 90%;
	}

	.histrory-item1 {
		padding-left: 40px;
		margin-bottom: 40px;
	}

	.histrory-item1::after {
		top: 9px;
	}

	.histrory-item1::before {
		top: 35px;
	}

	.histrory-item1__year {
		font-size: 40px;
		margin-bottom: 8px;
	}

	.histrory-item1__title {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.histrory-item1__text p {
		font-size: 15px;
		margin-bottom: 16px;
	}

	.histrory-item2__img {
		padding-top: 60%;
	}

	.partners__title1 {
		padding-bottom: 24px;
	}

	.partners__col {
		width: 50%;
	}

	.partners-item {
		height: 140px;
	}

	.certificates__title1 {
		padding-bottom: 24px;
	}

	.certificates-item1__img img {
		height: 450px;
	}

	.header--fixed .header__tel {
		display: none;
	}

	.header--fixed .header__btn1 {
		display: none;
	}

	.header--fixed .header__logo {
		margin-bottom: 0;
	}

	.header--fixed .toggle-wrap {
		margin-bottom: 0;
	}

	.header__logo {
		max-width: 239px;
		margin-bottom: 12px;
	}

	.header__search-wrap {
		display: none;
	}

	.header__tel {
		display: inline-block;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		font-size: 14px;
		padding: 10px 20px;
		margin-right: 0;
	}

	.header__btn1 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin-right: 0;
	}

	.toggle-wrap {
		width: calc(100% - 250px);
		margin-bottom: 12px;
	}

	.toggle {
		width: 48px;
		height: 48px;
		margin-left: auto;
	}

	.mobilemenu {
		padding: 24px 16px;
		top: 131px;
		height: calc(100% - 131px);
	}

	.mobilemenu__nav {
		margin-bottom: 40px;
	}

	.mobilemenu__nav-wrap {
		padding: 24px 24px 80px 24px;
	}

	.mobilemenu__nav-wrap--noimg {
		padding: 24px;
	}

	.mobilemenu__nav-img {
		bottom: 16px;
		right: 16px;
	}

	.mobilemenu__nav-title {
		margin-bottom: 16px;
	}

	.mobilemenu__menu li {
		margin-bottom: 12px;
	}

	.mobilemenu__menu li a {
		font-size: 14px;
	}

	.mobilemenu__wrap {
		padding-left: 24px;
	}

	.mobilemenu__list {
		margin-bottom: 24px;
	}

	.mobilemenu__list li {
		margin-bottom: 24px;
	}

	.mobilemenu__list li span {
		margin-bottom: 12px;
	}

	.mobilemenu__list li b {
		font-size: 18px;
	}

	.footer {
		margin-top: 32px;
	}

	.footer__wrap1 {
		padding-top: 16px;
		padding-bottom: 24px;
	}

	.footer__logo {
		max-width: 243px;
	}

	.footer__link1-wrap {
		position: relative;
		padding: 24px 0;
		margin-bottom: 32px;
	}

	.footer__link1-wrap::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: -16px;
		right: -16px;
		height: 1px;
		background-color: #4C575E;
	}

	.footer__link1-wrap::before {
		content: "";
		position: absolute;
		top: 0;
		left: -16px;
		right: -16px;
		height: 1px;
		background-color: #4C575E;
	}

	.footer__link1 {
		font-size: 14px;
	}

	.footer__link1-icon svg {
		width: 15px;
		height: 20px;
	}

	.footer__wrap2 {
		padding-top: 24px;
		padding-bottom: 56px;
	}

	.footer__wrap2::after {
		display: none;
	}

	.footer__wrap3 {
		position: relative;
		max-width: none;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.footer__wrap3:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: -16px;
		right: -16px;
		height: 1px;
		background-color: #4C575E;
	}

	.footer__title1 {
		margin-bottom: 24px;
	}

	.footer__list1 {
		margin-bottom: 24px;
	}

	.footer__list1 li {
		margin-bottom: 24px;
	}

	.footer__list1 li b {
		font-size: 14px;
	}

	.footer__wrap4 {
		width: 100%;
	}

	.footer__wrap5 {
		margin-bottom: 24px;
		padding-bottom: 24px;
	}

	.footer__wrap5::after {
		width: auto;
		left: -16px;
		right: -16px;
	}

	.footer__nav {
		margin-bottom: 24px;
	}

	.footer__menu li {
		margin-bottom: 12px;
	}

	.footer__menu li a {
		font-size: 14px;
		line-height: 1.3;
	}

	.footer__wrap6 {
		max-width: none;
	}

	.footer__copy {
		font-size: 12px;
	}

	.aboutus__img-logo {
		height: 246px;
		margin-bottom: -100px;
	}

	.vacwhy-item__icon {
		top: 16px;
		left: 16px;
		width: 60px;
		height: 60px;
	}

	.vacwhy-item__icon img {
		transform: scale(0.7);
	}

	.vacwhy-item__title {
		font-size: 20px;
	}

	.vacwhy-item {
		padding: 100px 16px 24px 16px;
	}

	.vacancies-item__toggle {
		font-size: 18px;
	}

	.vacancies-item {
		padding: 24px 16px;
	}

	.vacwhy__col {
		width: 100%;
	}

	.vacancies-item__toggle {
		flex-wrap: wrap;
	}

	.vacancies-item__title {
		width: 100%;
		margin-bottom: 8px;
	}

	.vacancies-item__price {
		margin-left: 0;
	}

	.vacancies__list1 li {
		padding: 6.5px 10px;
	}

	.vacancies__list1 {
		margin-top: 16px;
	}

	.header--fixed + .mobilemenu {
		top: 77px;
		height: calc(100% - 77px);
	}
}

@media (max-width: 500px) {
	.catalog__col {
		width: 100%;
		min-height: 286px;
	}

	.catalog__col:last-child {
		border-bottom: 1px solid rgba(16, 18, 23, 0.1);
	}

	.catalog-item1 {
		border-right: 1px solid rgba(16, 18, 23, 0.1);
	}

	.aboutus__col {
		width: 100%;
	}

	.features__img {
		padding-top: 123%;
	}

	.callback__list1 li {
		width: 100%;
	}

	.servicecard__characteristics-item {
		padding: 10px;
		font-size: 14px;
	}

	.servicecard__characteristics-item span {
		max-width: none;
		padding-left: 0;
	}

	.servicecard__characteristics-item b {
		width: 100%;
	}

	.partners__col {
		width: 100%;
	}
}

.wa-fixed {
	position: fixed;
	z-index: 50;
	left: 24px;
	bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background-color: #25D366;
	border-radius: 50%;
	transition: background-color 0.3s;
}

.wa-fixed svg {
	width: 36px;
	height: 36px;
	fill: #fff;
	transition: fill 0.3s;
}

.no-touch .wa-fixed:hover {
	background-color: #fff;
}

.no-touch .wa-fixed:hover svg {
	fill: #25D366;
}
.SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom{
	bottom: 3%!important;
}

@media (max-width: 1200px) {
	.wa-fixed {
		bottom: 24px;
		width: 50px;
		height: 50px;
	}

	.wa-fixed svg {
		width: 28px;
		height: 28px;
	}
}

.max-fixed {
	position: fixed;
	z-index: 50;
	left: 24px;
	bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #fff;
}

.max-fixed::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(73.55deg, #44CCFF 14.56%, #5533EE 63.57%, #9933DD 88.6%);
	opacity: 1;
	border-radius: 50%;
	transition: opacity 0.3s;
}

.max-fixed svg {
	width: 36px;
	height: 36px;
	fill: #fff;
	transition: fill 0.3s;
}

.no-touch .max-fixed:hover::after {
	opacity: 0;
}

.no-touch .max-fixed:hover svg {
	fill: #101217;
}

@media (max-width: 1200px) {
	.max-fixed {
		bottom: 24px;
		width: 50px;
		height: 50px;
	}

	.max-fixed svg {
		width: 28px;
		height: 28px;
	}
}