@keyframes a {
	0% {
		opacity: 0;
		transform: matrix(.92, .03, 0, .92, 0, 20)
	}

	to {
		opacity: 1;
		transform: matrix(1, 0, 0, 1, 0, 0)
	}
}

.container,
body {
	position: relative
}

.container {
	margin: 0 auto;
	max-width: 88%;
	width: 430px;
	padding: 0 10px
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family: Bahnschrift-Regular;
	color: #202020
}

body.no-scroll {
	overflow-y: hidden
}

* {
	box-sizing: border-box
}

*,
:focus {
	outline: 0
}

sup {
	font-size: .5em
}

svg {
	transition: all .4s
}

a,
button,
fieldset,
figure,
iframe,
input,
li,
textarea {
	border: 0;
	text-decoration: none;
	color: inherit;
	background: 0 0
}

a,
button,
fieldset,
figure,
iframe,
li {
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-family: inherit
}

a:active,
button:active,
fieldset:active,
figure:active,
iframe:active,
input:active,
li:active,
textarea:active {
	outline: 0
}

button {
	font-size: inherit
}

ul li {
	list-style: none;
	cursor: default
}

strong {
	font-family: Bahnschrift-Bold, Bahnschrift-SemiBold, Bahnschrift-Medium, Bahnschrift-Regular;
	font-weight: 400
}

input,
textarea {
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	font-family: Bahnschrift-Regular
}

input::placeholder,
textarea::placeholder {
	color: inherit;
	font: inherit;
	transition: all .4s
}

textarea {
	resize: none;
	max-height: 100%;
	padding-right: 9px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-color: #2a6696 #eff4f5;
	scrollbar-width: thin
}

textarea::-webkit-scrollbar {
	width: 4px
}

textarea::-webkit-scrollbar-track {
	background: #eff4f5
}

textarea::-webkit-scrollbar-thumb {
	background: #2a6696
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input[type=number] {
	-moz-appearance: textfield
}

.wrapper,
body,
html {
	flex-direction: column;
	min-height: 100%
}

.wrapper,
body {
	display: flex;
	flex: 1 1 auto
}

.wrapper {
	overflow-x: hidden
}

.wrapper>* {
	width: 100%
}

b {
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: inherit
}

img,
small {
	max-width: 100%
}

img {
	border: 0
}

small {
	display: block
}

input[type=button],
input[type=submit] {
	cursor: pointer
}

html,
picture {
	display: flex
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 1.5px solid #143046
}

.input-wrapper,
.input-wrapper p {
	display: grid
}

.logo,
.main {
	display: flex
}

.main {
	flex: 1 1 auto;
	flex-direction: column
}

.button,
.menu li,
.submit,
.tel,
a {
	transition: color .3s, background .3s, opacity .3s
}

.menu li:not(.menu-item-has-children) a {
	transition: none
}

.link-button {
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.underline {
	position: relative
}

.underline:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: 0 0;
	transition: all .4s
}

.is-closing {
	z-index: 1 !important
}

[hidden] {
	display: none !important
}

html:not(.loaded) ._dynamic_adapt_,
html:not(.loaded) .sub-menu-wrapper,
html:not(.loaded) [data-da*=header__mobile] {
	display: none
}

.img-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.ibg {
	position: relative
}

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

.more-line {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.d-flex {
	display: flex;
	flex-wrap: wrap
}

.flex {
	display: grid;
	grid-auto-flow: column;
	width: 100%
}

.justify-center {
	justify-content: center
}

.justify-end {
	justify-content: end
}

.justify-start {
	justify-content: start;
	justify-items: start
}

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

.align-center {
	align-items: center
}

.align-start {
	align-items: start;
	align-content: start
}

.col {
	justify-items: start
}

.col,
.grid {
	display: grid;
	grid-template-columns: 100%
}

.hide-xs {
	display: block
}

.show-xs {
	display: none
}

.hide-sm {
	display: block
}

.show-sm {
	display: none
}

.hide-md {
	display: grid !important
}

.show-md {
	display: none !important
}

.hide-xl {
	display: block
}

.menu-link,
.show-xl {
	display: none
}

.menu-link {
	position: relative;
	width: 25px;
	height: 25px;
	order: 10
}

.menu-lines,
.menu-lines:after,
.menu-lines:before {
	position: absolute;
	width: 25px;
	height: 2px;
	background-color: #1f4b6e;
	transition: .4s;
	pointer-events: none
}

.menu-lines {
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.menu-lines:after,
.menu-lines:before {
	content: "";
	top: -7px;
	right: 0
}

.menu-lines:after {
	top: 7px
}

.swiper-pagination {
	display: grid;
	gap: 10px;
	width: 100%;
	grid-auto-flow: column;
	justify-content: center
}

.swiper-pagination-bullet {
	border-radius: 50%;
	background: #eff4f5;
	cursor: pointer;
	transition: all .4s
}

.swiper-pagination-bullet-active {
	background: #1f4b6e
}

.swiper-pagination-bullet-active:last-child:first-child {
	display: none
}

.swiper-wrapper {
	display: grid;
	grid-auto-flow: column
}

.swiper-slide {
	display: grid
}

.swiper:not(.swiper-initialized) .swiper-navigation,
.swiper:not(.swiper-initialized) .swiper-pagination,
.swiper:not(.swiper-initialized)~.swiper-navigation,
.swiper:not(.swiper-initialized)~.swiper-pagination {
	display: none !important
}

body:before {
	content: "1";
	display: none;
	visibility: hidden
}

.slider {
	position: relative
}

.slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translatey(-50%);
	border-radius: 50%;
	transition: all .4s
}

.slider__arrow svg {
	width: 90%;
	height: 90%;
	fill: #1f4b6e
}

.slider__prev {
	left: 0
}

.slider__next {
	right: 0
}

.swiper-button-disabled {
	cursor: not-allowed;
	opacity: .3
}

.sub-menu-wrapper a {
	white-space: normal
}

.sub-menu-wrapper .sub-menu {
	position: relative;
	display: grid;
	gap: 12px;
	background: #f8fafb;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px
}

.sub-menu-wrapper li {
	display: flex;
	align-items: center
}

.sub-menu-wrapper li a {
	transition: color .3s, background .3s !important
}

.test thead,
li.menu-item-has-children {
	position: relative
}

li.menu-item-has-children_not-relative {
	position: static !important
}

li.menu-item-has-children.left,
li.menu-item-has-children.right {
	text-align: left
}

li.menu-item-has-children.active>a .menu-item-arrow {
	transform: rotate(-180deg)
}

li.menu-item-has-children.active>.sub-menu-wrapper {
	margin-top: 0;
	z-index: 1;
	pointer-events: auto;
	opacity: 1
}

li.menu-item-has-children.active li:hover>a .menu-item-arrow {
	background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGQ9Im00Ny4yNSAxNS0yLjA4Ni0yLjA4NkwyNSAzMy4wNzggNC44MzYgMTIuOTE0IDIuNzUgMTUgMjUgMzcuMjV6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=) 100%/contain no-repeat
}

li.menu-item-has-children li.menu-item-has-children .sub-menu-wrapper {
	top: 0
}

li.menu-item-has-children a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 7px;
	width: 100%
}

li.menu-item-has-children .sub-menu>li:first-child>a {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important
}

li.menu-item-has-children .sub-menu>li:last-child>a {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.menu-item-arrow {
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	transition: all .4s;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMjAgMTkyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgMTkyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIHBvaW50cz0iMzAwLjYsMCAzMjAsMjAuNyAxNjAsMTkyIDAsMjAuNyAxOS4zLDAgMTYwLDE1MC41ICIvPgo8L3N2Zz4K) 50%/contain no-repeat
}

.menu-item-arrow.active {
	transform: rotate(180deg)
}

.checkbox {
	align-items: center;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer
}

.checkbox,
.checkbox__round {
	display: flex
}

.checkbox__round:before {
	content: "";
	background: #eff4f5;
	border-radius: 50%;
	transition: background-color .3s, border-color .3s;
	box-sizing: border-box
}

.checkbox__input {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
	overflow: hidden;
	margin: -1px -1px -1px 18px
}

.checkbox__input:checked+span:before {
	content: "";
	background: #1f4b6e url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCgk8cGF0aCBkPSJNMSA0LjM5MUwzLjcyNyA3IDEwIDEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIC8+DQo8L3N2Zz4NCg==) 50% no-repeat;
	background-size: 50%;
	border-color: #1f4b6e
}

.checkbox__input:disabled~span {
	opacity: .4;
	cursor: not-allowed
}

.checkbox__input:focus-visible+span:before {
	border: 1px solid #09151e
}

.checkbox__text {
	color: #1f4b6e
}

.title-active {
	color: #1992d1;
	font-weight: 400;
	text-align: center;
	font-family: Bahnschrift-Regular
}

.text-block {
	color: #1f4b6e
}

.text-block b,
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block strong {
	font-family: Bahnschrift-Bold, Bahnschrift-SemiBold, Bahnschrift-Medium, Bahnschrift-Regular
}

.text-block h1:not(.title),
.text-block h2:not(.title) {
	color: #1992d1;
	font-weight: 400;
	text-align: center;
	font-family: Bahnschrift-Regular
}

.text-block ol,
.text-block ul {
	display: grid;
	align-content: start
}

.text-block ol+ul,
.text-block ol ol,
.text-block ul+ul,
.text-block ul ol {
	padding-top: 0 !important
}

.text-block ul li {
	display: flex;
	align-items: flex-start;
	line-height: 1.4;
	color: #1f4b6e
}

.text-block ul li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	flex-basis: 6px;
	flex-grow: 0;
	flex-shrink: 0;
	background: #5ee66e;
	border-radius: 50%
}

.text-block h2+ol,
.text-block h2+ul,
.text-block h3+ol,
.text-block h3+ul,
.text-block h4+ol,
.text-block h4+ul,
.text-block h5+ol,
.text-block h5+ul,
.text-block h6+ol,
.text-block h6+ul,
.text-block p+ol,
.text-block p+ul {
	padding-top: 0
}

.text-block blockquote {
	line-height: 1.4;
	background: #c2c2c2
}

.text-block mark {
	background: #275e8a
}

.text-block a {
	text-decoration: underline
}

.page-text .text-block ul {
	gap: 10px;
	padding-top: 0 !important
}

.page-text .text-block ul li {
	position: relative;
	padding-left: 15px;
	display: block
}

.page-text .text-block ul li:before {
	position: absolute;
	left: 0
}

.text .text-block {
	max-width: 1034px
}

.text .text-block p {
	line-height: 1.4
}

.text .text-block hr {
	border-color: rgba(239, 244, 245, .5)
}

.text .text-block h3 {
	line-height: 1.25
}

.text .text-block ol {
	counter-reset: a
}

.text .text-block ol ol {
	margin-top: 3px;
	padding: 0
}

.text .text-block ol li {
	position: relative;
	list-style: none;
	color: #1f4b6e
}

.text .text-block ol li:before {
	content: counters(a, ".") ". ";
	counter-increment: a;
	position: absolute;
	left: 0;
	top: 2px;
	font-family: Bahnschrift-Bold
}

.text .text-block ol li:not(:last-child) {
	margin-bottom: 3px
}

.text .features {
	font-family: Bahnschrift-Light
}

.text-2 .text-block {
	max-width: 1116px;
	line-height: 1.4
}

.test {
	max-width: 1254px;
	margin: 0 auto
}

.test .active-color {
	color: #1992d1
}

.test table {
	width: 100%;
	max-width: 680px;
	text-align: left
}

.test thead:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #1f4b6e
}

.page-pagination__numbers a.active,
.test th {
	font-family: Bahnschrift-Bold
}

.test td,
.test th {
	padding: 8px 0
}

.test tr {
	position: relative;
	display: grid;
	grid-template-columns: 69px 28% 33% auto
}

.test tr:not(:last-child):after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #eff4f5
}

.test tr>:first-child {
	width: 50px
}

.features-wrapper-2 {
	background: #fff !important
}

.page-bg-2 {
	display: flex;
	align-items: center
}

.section-bg {
	background: #eff4f5
}

.title {
	color: #1992d1;
	text-align: center
}

.link {
	display: flex;
	align-items: center;
	color: #1f4b6e;
	font-family: Bahnschrift-Bold;
	transition: all .4s
}

.link:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../img/arrow.svg) 50%/contain no-repeat
}

.cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	z-index: 5;
	width: 100%;
	background: #fff;
	opacity: 0;
	transition: all .6s
}

.cookies.active {
	transform: translateY(0);
	opacity: 1
}

.cookies-wrapper {
	display: grid;
	justify-items: center;
	max-width: 1076px;
	margin: 0 auto;
	text-align: center
}

.cookies__title {
	line-height: 1.1764705882;
	font-family: Bahnschrift-Bold;
	color: #1f4b6e
}

.cookies__text {
	line-height: 1.4;
	color: #1f4b6e
}

.animate-img {
	animation: a .8s cubic-bezier(.4, 0, .2, 1);
	will-change: opacity, transform
}

.page-bg {
	background: #1f4b6e;
	margin-top: 109.57px
}

.page-pagination {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.page-pagination__numbers {
	display: flex;
	align-items: center;
	align-self: flex-end;
	color: #1f4b6e
}

.page-pagination .slider__arrow {
	position: static;
	transform: none;
	width: 34px;
	height: 34px
}

.page-pagination .slider__arrow svg {
	fill: #1f4b6e
}

.section-404 {
	margin-top: 109.57px;
	flex: 1 1 auto;
	text-align: center;
	background: #eff4f5
}

.section-404-wrapper {
	display: grid
}

.section-404__title {
	color: #1992d1;
	line-height: .5
}

.section-404__subtitle {
	line-height: 1.2;
	color: #1e4b6e
}

.input-item {
	display: grid;
	grid-template-rows: auto 1fr;
	color: #1f4b6e
}

.input,
.textarea {
	width: 100%;
	padding: 0 15px;
	background: #eff4f5;
	font-size: 16px;
	border-radius: 10px
}

.input {
	height: 34px
}

.popup,
.popup__dialog {
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center
}

.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	display: none;
	overflow: hidden;
	background: rgba(0, 0, 0, .7)
}

.popup__dialog {
	display: flex;
	flex-direction: column
}

.popup__content {
	position: relative;
	width: 400px;
	max-width: 96%;
	max-height: 90vh;
	background: #fff;
	overflow-y: auto;
	transition: all .4s;
	text-align: center;
	border-radius: 6px
}

.popup__title {
	text-align: center;
	color: #1992d1
}

.popup__form form {
	display: grid;
	justify-content: center;
	grid-template-columns: 100%
}

.popup__form .input-wrapper {
	gap: 10px
}

.popup__close {
	position: absolute;
	cursor: pointer;
	transition: all .4s
}

.popup__close svg {
	fill: #d0dee1
}

.popup-thank .popup__content {
	display: grid;
	min-width: 280px;
	justify-items: center;
	background: #fff;
	color: #202020
}

.popup-thank .popup__subtitle,
.popup-thank .popup__title {
	margin: 0
}

.popup-thank img {
	object-fit: contain
}

.popup-file .contact-wrapper {
	box-shadow: none
}

.popup-file .popup__content {
	width: 98%;
	max-width: 1254px;
	text-align: left;
	padding: 0
}

.popup-leaflet .contact__form .input-wrapper {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: none
}

.popup-thank .popup__content {
	width: 998px;
	align-items: center
}

.popup-request .contact__form .input-wrapper {
	grid-template: repeat(4, auto)/1fr 1fr
}

.header__logo {
	margin-bottom: 35px
}

.header__top {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	justify-content: space-between
}

.header__top-wrapper {
	display: flex;
	align-items: flex-end;
	padding: 25px 0 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	background: #fff;
	min-height: 109.57px
}

.header__menu {
	display: flex;
	align-items: center;
	color: #1e4b6e;
	white-space: nowrap
}

.header__menu a {
	transition: all .3s !important
}

.header__menu>li {
	position: relative;
	z-index: 1;
	margin-bottom: 9px;
	padding-bottom: 19px
}

.header__menu>li:active:before {
	transform: translate(-50%, -50%);
	opacity: 1;
	pointer-events: auto
}

.main-header,
.main-header-wrapper {
	display: grid;
	grid-template-columns: 100%
}

.main-header {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	padding-top: 109.57px;
	overflow: hidden
}

.main-header>.container {
	display: grid
}

.main-header-wrapper {
	grid-template-rows: auto 1fr;
	gap: 15px
}

.header__slider .swiper-slide-active .header__title {
	transform: translate(0);
	opacity: 1;
	visibility: visible
}

.header .swiper,
.turn__item picture {
	height: 100%
}

.header__bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.header__navigation {
	position: absolute;
	left: 50%;
	z-index: 4;
	transform: translateX(-50%);
	display: flex;
	align-items: center
}

.header__arrow {
	position: static;
	transform: none;
	flex-grow: 0;
	flex-shrink: 0
}

.header__arrow svg {
	width: 100%;
	height: 100%;
	fill: #fff
}

.header__pagination {
	margin: 0 !important
}

.header__pagination .swiper-pagination-bullet {
	border: 2px solid #fff;
	background: 0 0;
	border-radius: 50%
}

.header__pagination .swiper-pagination-bullet-active {
	background: #5de66e
}

.header__title {
	color: #1e4b6e;
	line-height: 1;
	font-family: Bahnschrift-SemiLight;
	letter-spacing: -1.7px;
	opacity: 0;
	transform: translate(-30px);
	visibility: hidden;
	transition: transform 1.5s ease-out .8s, opacity 1.5s ease-out .8s
}

.header__items {
	position: relative;
	align-self: end;
	color: #fff
}

.header__items-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr)
}

.header__items-container {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	transform: translateX(-50%)
}

.header__item {
	position: relative;
	display: grid;
	justify-items: center;
	align-content: start;
	padding-left: calc(10px + 48*((100vw - 320px)/1600));
	padding-right: calc(10px + 48*((100vw - 320px)/1600));
	border-radius: 20px;
	background: #1f4b6e;
	color: #fff;
	text-align: center
}

.header__item-title {
	font-family: Bahnschrift-Bold;
	line-height: 1.1764705882
}

.header__item-text {
	font-size: calc(12px + 8*((100vw - 320px)/1600));
	line-height: 1.4
}

.page-banner {
	margin-top: 109.57px;
	background-size: cover;
	background-position: 100%;
	background-repeat: no-repeat;
	color: #fff
}

.page-banner-wrapper {
	display: grid
}

.page-banner__title {
	line-height: 1;
	color: #e0e9ec
}

.page-banner__text {
	color: #fff;
	line-height: 1.3333333333
}

.page-top {
	margin-top: 109.57px;
	background: #eff4f5;
	color: #1f4b6e
}

.page-top_dark {
	background: #1f4b6e;
	color: #fff
}

.page-top__title {
	line-height: 1
}

.applications__block ul,
.page-top__content {
	display: grid;
	line-height: 1.4
}

.page-top__content strong {
	display: block
}

.footer {
	background: #1f4b6e;
	color: #bdcacf
}

.footer__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #92a8b2;
	display: grid;
	grid-template-columns: 700px 605px
}

.footer__left {
	display: flex;
	align-items: baseline;
	flex: 1 1 auto
}

.footer__logo {
	flex-basis: 102px;
	flex-grow: 0;
	flex-shrink: 0
}

.footer__menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 15px
}

.footer__right {
	display: flex
}

.footer__col-title {
	line-height: 1.3;
	color: #fff
}

.footer__col-text {
	line-height: 1.625
}

.footer__bottom {
	display: flex;
	justify-content: flex-end;
	display: grid;
	grid-template-columns: 700px 605px
}

.footer__row {
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	text-align: left
}

.footer__row,
.footer__row-left,
.footer__row-right {
	display: flex;
	align-items: center
}

.footer__row-right img {
	width: 34px;
	height: 34px
}

.turn-wrapper {
	display: grid;
	grid-template-columns: 100%
}

.turn__item {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	color: #1f4b6e
}

.turn__item-col {
	position: relative;
	height: 100%;
	padding-bottom: 30px
}

.turn__item-col:after,
.turn__item-col:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	transition: all .4s
}

.turn__item-col:before {
	z-index: 3;
	width: 0;
	background: #1f4b6e;
	opacity: 0
}

.turn__item-col:after {
	width: 100%;
	z-index: 2;
	background: #eff4f5
}

.turn__item-img {
	width: 100%;
	flex-grow: 0;
	flex-shrink: 0
}

.turn__item-img img {
	border-radius: 15px;
	object-fit: cover
}

.turn__item-title {
	margin-bottom: 26px;
	font-family: Bahnschrift-Bold;
	line-height: 1.1764705882;
	transition: all .4s
}

.turn__item-text {
	line-height: 1.4;
	text-align: justify;
	font-family: Bahnschrift-SemiLight
}

.turn__item-link {
	display: flex;
	align-items: center;
	font-family: Bahnschrift-Bold;
	transition: all .4s
}

.turn__item-link:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../img/arrow.svg) 50%/contain no-repeat
}

.brands .container {
	max-width: 90%
}

.brands-wrapper {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	--gap: 0px;
	gap: 0;
	justify-content: flex-start
}

.brands__row {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.brands__item {
	display: flex;
	width: calc(20% - var(--gap)/5*4);
	flex: 1 1 auto;
	transition: all .4s
}

.brands__item picture,
.turn__item-img img {
	width: 100%;
	height: 100%
}

.brands__item img {
	width: 100%;
	height: 75px;
	object-fit: contain
}

.about {
	background-position: 50%
}

.who-wrapper {
	display: grid;
	grid-template-columns: 1fr 32.7039784221%;
	justify-items: start;
	align-items: start
}

.who__text {
	display: grid;
	line-height: 1.3;
	color: #1f4b6e
}

.who__img {
	border-radius: 15px;
	width: 100%;
	object-fit: cover
}

.what {
	background: #1f4b6e;
	color: #fff
}

.what-wrapper {
	max-width: 1254px;
	margin: 0 auto
}

.what__title {
	color: #fff
}

.what__text {
	line-height: 1.3333333333
}

.what .our {
	background: #eff4f5;
	border-radius: 20px;
	color: #1f4b6e
}

.what .our__title {
	font-family: Bahnschrift-Bold;
	text-align: center
}

.what .our-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start
}

.what .our-bottom__title {
	font-family: Bahnschrift-Bold;
	text-align: center
}

.what .our-bottom__text {
	line-height: 1.3
}

.excellence-wrapper {
	display: grid;
	max-width: 1500px;
	margin: 0 auto
}

.excellence__item {
	display: flex;
	align-items: flex-start
}

.excellence__item:nth-child(2n) {
	flex-direction: row-reverse
}

.excellence__item:nth-child(2n) .excellence__item-img {
	margin-right: auto;
	margin-left: 0
}

.excellence__item-img {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: auto
}

.excellence__item-img img {
	width: 100%;
	object-fit: cover;
	border-radius: 20px
}

.excellence__item-col {
	display: grid;
	align-content: start;
	position: relative;
	height: 100%;
	padding-bottom: 30px;
	max-width: 925px;
	color: #1f4b6e
}

.excellence__item-col:after,
.excellence__item-col:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	transition: all .4s
}

.excellence__item-col:before {
	z-index: 3;
	width: 0;
	background: #1f4b6e;
	opacity: 0
}

.excellence__item-col:after {
	width: 100%;
	z-index: 2;
	background: #eff4f5
}

.excellence__item-title {
	font-family: Bahnschrift-Bold;
	line-height: 1.1764705882
}

.excellence__item-text {
	line-height: 1.3
}

.certifed-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #fff;
	border-radius: 20px
}

.certifed__item {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	color: #1f4b6e
}

.certifed__item-img {
	flex-grow: 0;
	flex-shrink: 0
}

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

.certifed__item:first-child .certifed__item-text {
	max-width: 470px
}

.certifed__item:nth-child(2) .certifed__item-text {
	max-width: 267px
}

.history {
	color: #1f4b6e
}

.case__item-text strong,
.history__item-year_big {
	font-family: Bahnschrift-Bold
}

.history__item-text {
	line-height: 1.3;
	text-align: center
}

.history-wrapper {
	zoom: 1.08
}

.history__navigation {
	display: none
}

.vendors__content {
	max-width: 1210px;
	margin: 0 auto
}

.vendors__subtitle {
	color: #1f4b6e
}

.vendors-wrapper {
	display: grid;
	grid-template-columns: repeat(20, 1fr)
}

.vendors__item-wrapper {
	display: flex;
	width: 100%
}

.vendors__item {
	display: inline-flex;
	align-items: center;
	height: 80px
}

.news .swiper-wrapper {
	display: flex
}

.news__item {
	display: grid;
	justify-items: center;
	border-bottom: 2px solid #fff;
	text-align: center;
	transition: all .4s
}

.case__item:before,
.news-card__content:before,
.news__item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	opacity: 0;
	height: 2px;
	background: #1f4b6e;
	transition: all .4s
}

.news__item-title {
	line-height: 1.25;
	color: #1f4b6e;
	font-family: Bahnschrift-Bold;
	transition: all .4s
}

.news__item-text {
	line-height: 1.5;
	color: #1f4b6e
}

.news__navigation {
	padding: 0 10px
}

.news-card__item {
	padding-bottom: 0 !important
}

.news-card__content {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr auto;
	border-bottom: 2px solid #eff4f5
}

.news-card__date,
.news-card__text {
	color: #1f4b6e;
	font-family: Bahnschrift-Light
}

.news-card__title {
	color: #1f4b6e;
	font-family: Bahnschrift-Bold
}

.facts-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px
}

.facts__item {
	display: grid;
	justify-items: center;
	align-items: start;
	align-content: start;
	color: #fff;
	background: #1f4b6e;
	border-radius: 10px;
	text-align: center;
	line-height: 1.2;
	transition: all .4s;
	font-family: Bahnschrift-SemiLight
}

.facts__item-number {
	font-size: 3.3333333333em
}

.app-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start
}

.app__item {
	display: grid;
	justify-items: center;
	align-items: start;
	max-width: calc(168.6px + 112.4*((100vw - 320px)/1600));
	min-width: calc(129px + 86*((100vw - 320px)/1600));
	text-align: center;
	transition: all .4s
}

.app__item-icon {
	display: flex;
	align-items: center;
	transition: all .4s
}

.app__item-icon img {
	object-fit: contain
}

.app__item-title {
	line-height: 1.2;
	color: #1f4b6e;
	transition: all .4s
}

.applications {
	border-bottom: 2px solid #f0f5f5
}

.applications-wrapper {
	display: grid;
	grid-template-columns: 48.3606557377% 1fr;
	color: #1f4b6e;
	max-width: 1464px
}

.applications__subtitle {
	line-height: 1.1764705882;
	justify-self: start
}

.applications__left {
	display: grid;
	justify-items: center;
	align-content: start
}

.applications__block {
	background: #eff4f5;
	border-radius: 10px
}

.applications__block-title {
	line-height: 1.25;
	font-family: Bahnschrift-Bold
}

.applications__block ul li {
	position: relative;
	padding-left: 30px
}

.applications__block ul li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 1em;
	height: 1em;
	background: url(../img/arrow.svg) 50%/contain no-repeat
}

.applications__block ul a {
	position: relative;
	display: block;
	text-decoration: none
}

.applications__block ul a:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 30px
}

.applications__text {
	line-height: 1.4
}

.applications__text h3 {
	line-height: 1.1764705882
}

.services__title {
	text-align: left
}

.services-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr
}

.services__item {
	display: grid;
	grid-template-columns: 20% auto;
	border-radius: 20px;
	background: #eff4f5
}

.services__item-icon {
	display: grid;
	justify-content: center;
	justify-items: center
}

.services__item-right {
	display: grid;
	color: #1f4b6e;
	align-content: start
}

.services__item-title {
	font-family: Bahnschrift-Bold;
	line-height: 1.1764705882
}

.services__item-text {
	line-height: 1.4
}

.features {
	background: #1f4b6e
}

.features__title {
	color: #fff
}

.features-wrapper {
	max-width: 1254px;
	margin: 0 auto;
	background: #eff4f5;
	border-radius: 20px
}

.features-wrapper ul {
	display: grid;
	gap: 4px
}

.features-wrapper ul li {
	position: relative;
	display: block;
	font-size: inherit !important
}

.features-wrapper ul li:before,
.key ul li:before {
	content: "";
	position: absolute;
	left: 0;
	margin-top: 0 !important;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 50%
}

.features-wrapper ul li:before {
	display: inline-block;
	width: .9em;
	height: .9em;
	flex-basis: .9em;
	background: url(../img/check.svg) 50%/contain no-repeat
}

.features__text {
	color: #1f4b6e;
	line-height: 1.4
}

.row {
	display: flex;
	justify-content: center
}

.key ul li,
.works {
	position: relative
}

.surveys__img picture,
.works picture {
	height: 100%
}

.works__img,
.works__img img {
	width: 100%;
	height: 100%
}

.works__img img {
	object-fit: contain;
	object-position: bottom
}

.key {
	background: #eff4f5
}

.key+.key {
	padding-top: 0 !important
}

.key-wrapper {
	max-width: 1254px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px
}

.key ul {
	display: grid
}

.key ul li {
	display: block;
	line-height: 1.4;
	color: #1f4b6e
}

.key ul li:before {
	width: 6px;
	height: 6px;
	flex-basis: 6px;
	vertical-align: middle;
	background: #5ee66e
}

.info-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around
}

.case__title {
	text-align: left
}

.case-wrapper,
.case__item {
	display: grid;
	grid-template-columns: 1fr 1fr
}

.case__item {
	grid-template-columns: 100%;
	position: relative;
	border-bottom: 2px solid #eff4f5
}

.case__item-img {
	width: 100%;
	aspect-ratio: 740/440;
	object-fit: cover;
	border-radius: 15px;
	object-position: bottom
}

.case__item-content {
	display: grid;
	grid-template-rows: 1fr auto
}

.case__item-text {
	color: #1f4b6e;
	line-height: 1.3
}

.single-case {
	margin-top: 109.57px
}

.single-case__title {
	text-align: left
}

.single-case-wrapper {
	display: grid;
	grid-template-columns: 1fr auto;
	justify-content: space-between
}

.single-case__left {
	width: 100%;
	border-bottom: 2px solid #eff4f5
}

.single-case__text {
	max-width: 600px
}

.single-case__images {
	display: grid
}

.single-case__img {
	aspect-ratio: 614/379;
	object-fit: cover;
	border-radius: 20px
}

.contact-wrapper {
	max-width: 1254px;
	margin: 0 auto;
	box-shadow: 0 0 40px rgba(31, 75, 110, .2)
}

.contact__form .input-wrapper {
	grid-template: repeat(4, 1fr)/auto 58.1162324649%
}

.contact__form-button {
	flex-direction: row-reverse
}

.contact__form .input-item-textarea {
	grid-area: 1/2/-1/2;
	height: 100%
}

.contact__form-row {
	justify-content: space-between
}

.contact__form-left,
.contact__form-row {
	display: flex;
	align-items: center
}

.contact__form .captcha {
	width: 120px;
	object-fit: contain
}

.request .contact__form .input-wrapper {
	grid-template: initial;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: none
}

.page-top__list {
	display: flex
}

.page-top__list-item span {
	margin-left: 3px
}

.page-top__link {
	position: relative;
	display: grid;
	justify-items: start;
	align-content: start;
	align-items: start;
	padding-left: 30px;
	font-family: Bahnschrift-Regular
}

.page-top__link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0
}

.page-top__title_blue {
	color: #1992d1
}

.system-wrapper {
	display: grid;
	grid-template-columns: 1fr 50%;
	align-items: start
}

.system__left {
	display: grid
}

.system__item {
	position: relative;
	border-bottom: 2px solid #eff4f5;
	color: #1f4b6e
}

.system__item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	opacity: 0;
	height: 2px;
	background: #1f4b6e;
	transition: all .4s
}

.system__item-title {
	font-family: Bahnschrift-Bold
}

.system__item-text {
	line-height: 1.4
}

.system__right {
	width: 100%;
	display: grid
}

.system__img {
	width: 100%;
	aspect-ratio: 740/461;
	object-fit: cover;
	border-radius: 15px
}

.surveys-wrapper {
	display: grid;
	grid-template-columns: 43.8410596026% 1fr
}

.surveys__text {
	line-height: 1.3333333333;
	color: #1f4b6e
}

.surveys__img {
	border-radius: 20px;
	overflow: hidden
}

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

@media (min-width:501px) {
	.main-header {
		height: 100vh
	}
}

@media (min-width:576px) {
	.container {
		width: 520px;
		padding: 0
	}

	body:before {
		content: "576"
	}

	.popup-request .contact__form .input-item-textarea {
		grid-area: 4/1/4/3
	}

	.brands-wrapper_mobile {
		display: none
	}

	.news__slider {
		padding-left: clamp(30px, 24px + 1.875vw, 60px);
		padding-right: clamp(30px, 24px + 1.875vw, 60px)
	}

	.request .contact__form .input-item-textarea {
		grid-area: 4/1/5/3
	}
}

@media (min-width:768px) {
	.container {
		width: 720px
	}

	body:before {
		content: "786"
	}

	.header__menu>li:before,
	.sub-menu-wrapper {
		position: absolute;
		z-index: -1;
		opacity: 0;
		pointer-events: none
	}

	.sub-menu-wrapper {
		top: calc(100% + 8px);
		width: max-content;
		padding: 28px;
		margin-top: -25px;
		transition: opacity .3s ease-in-out, margin .3s ease-in-out;
		box-sizing: content-box
	}

	.sub-menu-wrapper .sub-menu {
		box-shadow: 0 5px 23px transparent
	}

	.sub-menu-wrapper li:hover>a {
		color: #1992d1
	}

	li.menu-item-has-children.right .sub-menu-wrapper {
		left: 5px;
		transform: translate(-58px, -28px)
	}

	li.menu-item-has-children.right .sub-menu-wrapper .sub-menu-wrapper {
		left: 100%;
		transform: translate(-23px, -28px)
	}

	li.menu-item-has-children.left .sub-menu-wrapper .menu-item-arrow+a,
	li.menu-item-has-children.right .sub-menu-wrapper .menu-item-arrow+a {
		padding: .625em 1.875em .625em .9375em
	}

	li.menu-item-has-children.right .top .sub-menu-wrapper {
		left: 0 !important;
		transform: translate(-28px, -23px)
	}

	li.menu-item-has-children.left .sub-menu-wrapper {
		right: 5px;
		transform: translate(58px, -28px)
	}

	li.menu-item-has-children.left .sub-menu-wrapper .sub-menu-wrapper {
		left: 100%;
		transform: translate(-23px, -28px)
	}

	li.menu-item-has-children.left .top .sub-menu-wrapper {
		left: 0 !important;
		transform: translate(-28px, -23px)
	}

	li.menu-item-has-children.left .top,
	li.menu-item-has-children.right .top {
		position: relative
	}

	li.menu-item-has-children.left .top .sub-menu-wrapper,
	li.menu-item-has-children.right .top .sub-menu-wrapper {
		top: 100%
	}

	.menu-item-arrow {
		display: none
	}

	.header__menu>li:before {
		content: "";
		left: 50%;
		top: 50%;
		transform: translate(-50%, -100%);
		width: calc(100% + 50px);
		height: calc(100% + 26px);
		background: #f8fafb;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		transition: all .4s
	}

	.row {
		padding-right: clamp(100px, 83px + 5.3125vw, 185px)
	}
}

@media (min-width:992px) {
	.container {
		width: 940px
	}

	body:before {
		content: "992"
	}

	.brands-wrapper_tablet,
	.main-header-mobile {
		display: none
	}

	.turn__item:nth-child(2n) {
		flex-direction: row-reverse
	}

	.brands__item:hover {
		transform: scale(1.05)
	}

	.brands__item:nth-child(2) {
		transform-origin: -80%
	}

	.brands__item:nth-child(4) {
		transform-origin: 400%
	}

	.brands__item:nth-child(5) {
		transform-origin: 100%
	}

	.brands__item:nth-child(8) {
		transform-origin: -100% -100%
	}

	.brands__item:nth-child(9),
	.brands__item:nth-child(10) {
		transform-origin: 100%
	}

	.brands__item:nth-child(11) {
		transform-origin: 0 -80%
	}

	.brands__item:nth-child(14) {
		transform-origin: 80%
	}

	.brands__item:nth-child(15) {
		transform-origin: 220%
	}

	.brands__item_2 {
		transform: translate(12px)
	}

	.brands__item_4 {
		transform: translate(-42px, 3px)
	}

	.brands__item_5 {
		transform: translate(-6px, 3px)
	}

	.brands__item_7 {
		transform: translateY(6px)
	}

	.brands__item_8 {
		transform: translate(14px, 10px)
	}

	.brands__item_9 {
		transform: translate(-3px, 3px)
	}

	.brands__item_10 {
		transform: translate(-2px, 6px)
	}

	.brands__item_11 {
		transform: translate(2px, 10px)
	}

	.brands__item_15 {
		transform: translate(-12px, 6px)
	}

	.history-wrapper {
		position: relative;
		display: grid;
		grid-template: auto auto/repeat(5, auto);
		row-gap: 42px;
		grid-auto-flow: column;
		width: 1510px
	}

	.history__item {
		position: relative;
		display: flex;
		flex-direction: column
	}

	.history__item:first-child:before {
		content: "";
		position: absolute;
		right: 70%;
		bottom: -30px;
		width: 50px;
		height: 15px;
		background: url(../img/arrow-3.svg) 50%/contain no-repeat
	}

	.history__item-year {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		align-items: center;
		height: 42px
	}

	.history__item-year:after {
		content: "";
		position: absolute;
		left: calc(94% + 10px);
		top: 50%;
		width: 45px;
		height: 2px;
		background: #1992d1;
		pointer-events: none
	}

	.history__item-year:before {
		content: "";
		position: absolute;
		left: calc(91% + 45px + 10px);
		top: 52%;
		transform: translate(-50%, -50%);
		width: 20px;
		height: 20px;
		background: url(../img/arrow-2.svg) 50%/contain no-repeat;
		pointer-events: none
	}

	.history__item-text {
		max-width: 206px;
		margin: 0 auto
	}

	.history__item-text p {
		display: grid;
		justify-content: center;
		justify-items: center
	}

	.history__item:nth-child(odd) {
		align-self: end
	}

	.history__item:nth-child(odd):after {
		content: "";
		display: block;
		width: 2px;
		height: 64px;
		margin: 14px auto 12px;
		background: #1992d1
	}

	.history__item:nth-child(odd) .history__item-text p:not(:last-child):after {
		content: "";
		display: inline-block;
		width: 2px;
		height: 26px;
		margin: 5px 0;
		background: #1992d1
	}

	.history__item:nth-child(odd) .history__item-year {
		top: 100%
	}

	.history__item:nth-child(2n) {
		align-self: start
	}

	.history__item:nth-child(2n):before {
		content: "";
		display: block;
		width: 2px;
		height: 64px;
		margin: 0 auto 14px;
		background: #1992d1
	}

	.history__item:nth-child(2n) .history__item-text p:not(:first-child):before {
		content: "";
		display: inline-block;
		width: 2px;
		height: 26px;
		background: #1992d1
	}

	.history__item:nth-child(2n) .history__item-year {
		bottom: 100%
	}

	.history__item_small .history__item-year:after {
		width: 25px;
		left: calc(94% + 10px)
	}

	.history__item_small .history__item-year:before {
		left: calc(92% + 25px + 10px)
	}

	.history__item:nth-child(2) {
		transform: translateX(129px)
	}

	.history__item:nth-child(3) {
		transform: translateX(-51px)
	}

	.history__item:nth-child(4) {
		transform: translateX(75px)
	}

	.history__item:nth-child(5) {
		transform: translateX(-89px)
	}

	.history__item:nth-child(6) {
		transform: translateX(39px)
	}

	.history__item:nth-child(7) {
		transform: translateX(-128px)
	}

	.history__item:nth-child(8) {
		transform: translateX(3px)
	}

	.history__item:nth-child(9) {
		transform: translateX(-178px)
	}

	.history__item:nth-child(10) {
		transform: translateX(-51px)
	}

	.vendors__item-wrapper {
		grid-column: span 4
	}

	.vendors__item-wrapper:nth-child(6),
	.vendors__item-wrapper:nth-child(7),
	.vendors__item-wrapper:nth-child(8),
	.vendors__item-wrapper:nth-child(9) {
		grid-column: span 5
	}

	.vendors__item-wrapper:nth-child(5),
	.vendors__item-wrapper:nth-child(9),
	.vendors__item-wrapper:nth-child(14) {
		justify-self: end;
		justify-content: flex-end
	}

	.vendors__item-wrapper:first-child,
	.vendors__item-wrapper:nth-child(6),
	.vendors__item-wrapper:nth-child(10) {
		justify-self: start;
		justify-content: flex-start
	}

	.vendors__item-wrapper:nth-child(2),
	.vendors__item-wrapper:nth-child(3),
	.vendors__item-wrapper:nth-child(4),
	.vendors__item-wrapper:nth-child(7),
	.vendors__item-wrapper:nth-child(8),
	.vendors__item-wrapper:nth-child(11),
	.vendors__item-wrapper:nth-child(12),
	.vendors__item-wrapper:nth-child(13) {
		justify-self: center;
		justify-content: center
	}

	.info-wrapper {
		padding: 0 200px
	}
}

@media (min-width:992px) and (min-width:1601px) {
	.turn__item:nth-child(2n) {
		gap: 174px
	}

	.news-card__content {
		margin-left: 35px;
		margin-right: 35px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1140px
	}

	body:before {
		content: "1200"
	}

	.features-wrapper-2 {
		padding-top: 56px !important
	}

	.header__items-wrapper:before {
		content: "";
		position: absolute;
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		max-width: 68%;
		height: 35px;
		border-left: 2px solid #1992d1;
		border-bottom: 2px solid #1992d1;
		border-right: 2px solid #1992d1;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px
	}

	.header__item:nth-child(2) {
		position: relative
	}

	.header__item:nth-child(2):before {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		height: 35px;
		width: 2px;
		transform: translate(-50%, 100%);
		background: #1992d1
	}

	.footer__right {
		padding-top: 14px
	}

	.turn__item:nth-child(2n) {
		padding-left: 35px
	}

	.facts-wrapper:before {
		content: "";
		position: absolute;
		top: -61px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		max-width: 75%;
		height: 61px;
		border-left: 2px solid #1992d1;
		border-top: 2px solid #1992d1;
		border-right: 2px solid #1992d1;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px
	}

	.facts__item:nth-child(2),
	.facts__item:nth-child(3) {
		position: relative
	}

	.facts__item:nth-child(2):before,
	.facts__item:nth-child(3):before {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		height: 61px;
		width: 2px;
		transform: translate(-50%, -100%);
		background: #1992d1
	}

	.applications__icon {
		transform: translate(16px, 10px)
	}

	.applications__right {
		padding-top: 10px
	}

	.services__item-icon {
		margin-top: 5px
	}

	.single-case {
		padding-left: 40px
	}

	.system-wrapper {
		padding-left: 30px
	}
}

@media (min-width:1401px) {
	body:before {
		content: "1401"
	}
}

@media (min-width:1601px) {
	.container {
		width: 1510px
	}

	.section-bg+.section-bg {
		margin-top: -40px
	}

	.flex {
		gap: 20px
	}

	.grid {
		gap: 12px
	}

	.swiper-pagination {
		margin-top: 30px
	}

	.swiper-pagination-bullet {
		width: 12px;
		height: 12px
	}

	.checkbox__round:before,
	.slider__arrow {
		width: 34px;
		height: 34px
	}

	.sub-menu-wrapper .sub-menu {
		padding: 33px
	}

	.menu-item-arrow {
		flex-basis: 10px;
		width: 10px;
		height: 10px
	}

	.checkbox {
		gap: 18px
	}

	.checkbox__round {
		gap: 10px
	}

	.checkbox__text {
		font-size: 20px
	}

	.title-active {
		margin-bottom: 52px;
		font-size: 54px
	}

	.text-block {
		font-size: 20px
	}

	.text-block h1:not(.title),
	.text-block h2:not(.title) {
		margin-bottom: 52px;
		font-size: 54px
	}

	.text-block h3 {
		margin-bottom: 25px;
		font-size: 26px
	}

	.text-block h4 {
		margin-bottom: 20px;
		font-size: 23px
	}

	.text-block p:not(:last-child) {
		margin-bottom: 27px
	}

	.text-block ol,
	.text-block ul {
		gap: 3px
	}

	.text-block ol:not(:first-of-type),
	.text-block ul:not(:first-of-type) {
		padding-top: 20px
	}

	.text-block ol:not(:last-child),
	.text-block ul:not(:last-child) {
		padding-bottom: 20px
	}

	.text-block ul li {
		gap: 25px;
		font-size: 20px
	}

	.text-block ul li:before {
		margin-top: 13px
	}

	.text-block blockquote {
		padding: 40px;
		font-size: 18px
	}

	.page-text p {
		font-size: 18px
	}

	.page-text .text-block ul li:before {
		top: -1px
	}

	.test,
	.text .text-block ol,
	.text .text-block p {
		font-size: 20px
	}

	.text .text-block hr {
		margin-top: 95px;
		margin-bottom: 73px
	}

	.text .text-block h3 {
		margin-bottom: 35px;
		font-size: 34px
	}

	.text .text-block ol ol {
		margin-left: -70px
	}

	.text .text-block ol li {
		padding-left: 70px
	}

	.text .key-wrapper {
		gap: 187px
	}

	.text-2 .text-block {
		margin: 0 0 0 162px
	}

	.test h2:not(.title) {
		font-size: 34px
	}

	.page-bg-2 {
		min-height: 278px
	}

	.section {
		padding-bottom: 80px;
		padding-top: 80px
	}

	.section-small {
		padding-bottom: 26.6666666667px;
		padding-top: 26.6666666667px
	}

	.section-bottom {
		padding-bottom: 40px
	}

	.section-top {
		padding-top: 40px
	}

	.section-not-margin {
		margin: 0
	}

	.title {
		margin-bottom: 50px;
		font-size: 54px
	}

	.link {
		gap: 15px;
		font-size: 20px
	}

	.cookies {
		padding-bottom: 63px;
		padding-top: 63px
	}

	.cookies-wrapper {
		gap: 48px
	}

	.cookies__title {
		font-size: 34px
	}

	.cookies__text {
		font-size: 20px
	}

	.page-pagination {
		margin-top: 35px;
		gap: 50px
	}

	.page-pagination__numbers {
		gap: 20px;
		font-size: 20px
	}

	.section-404 {
		padding-top: 280px;
		padding-bottom: 280px
	}

	.section-404-wrapper {
		gap: 64px
	}

	.section-404__title {
		font-size: 340px
	}

	.section-404__subtitle {
		font-size: 80px
	}

	.input-item {
		gap: 14px;
		font-size: 20px
	}

	.textarea {
		padding: 15px
	}

	.popup__content {
		padding: 28px 30px
	}

	.popup__title {
		font-size: 54px
	}

	.popup__close {
		right: 15px;
		top: 15px
	}

	.popup__close svg {
		width: 25px;
		height: 25px
	}

	.popup-thank .popup__content {
		gap: 20px;
		min-height: 279px
	}

	.popup-thank img {
		width: 161px;
		height: 161px
	}

	.header__logo {
		width: 162px;
		height: 52px
	}

	.header__menu {
		gap: 40px;
		font-size: 22px
	}

	.main-header-wrapper {
		padding-top: 80px
	}

	.header__navigation {
		bottom: 110px;
		gap: 34px
	}

	.header__arrow {
		width: 34px;
		height: 34px;
		flex-basis: 34px
	}

	.header__pagination {
		gap: 23px
	}

	.header__pagination .swiper-pagination-bullet {
		width: 16px;
		height: 16px
	}

	.header__title {
		font-size: 80px
	}

	.header__items {
		padding-bottom: 70px;
		padding-top: 40px
	}

	.header__items-wrapper {
		gap: 25px
	}

	.header__item {
		gap: 20px;
		padding-top: 35px;
		padding-bottom: 45px
	}

	.header__item-title {
		font-size: 34px
	}

	.page-banner {
		min-height: 650px;
		padding-top: 111px;
		padding-bottom: 100px
	}

	.page-banner-wrapper {
		gap: 60px;
		max-width: 875px
	}

	.page-banner__title {
		font-size: 80px
	}

	.page-banner__text {
		font-size: 30px
	}

	.page-top {
		padding-bottom: 83px;
		padding-top: 95px
	}

	.page-top__title {
		font-size: 80px
	}

	.page-top__title:not(:last-child) {
		margin-bottom: 40px
	}

	.page-top__content {
		gap: 53px;
		font-size: 20px
	}

	.page-top__content strong {
		margin-bottom: 10px
	}

	.footer {
		padding-bottom: 57px;
		padding-top: 57px
	}

	.footer__top {
		gap: 25px;
		padding-bottom: 30px
	}

	.footer__left {
		gap: 56px
	}

	.footer__menu {
		column-gap: 40px;
		font-size: 20px
	}

	.footer__right {
		gap: 80px
	}

	.footer__col-title,
	.what .our-wrapper ul {
		font-size: 20px
	}

	.footer__col-text {
		font-size: 16px
	}

	.footer__bottom {
		gap: 57px;
		padding-top: 36px
	}

	.footer__row-left,
	.footer__row-right {
		gap: 35px
	}

	.turn__title {
		margin-bottom: 40px
	}

	.turn-wrapper {
		gap: 68px
	}

	.turn__item {
		gap: 95px
	}

	.turn__item-img {
		max-width: 580px;
		height: 400px
	}

	.turn__item-title {
		font-size: 34px
	}

	.turn__item-text {
		margin-bottom: 45px;
		font-size: 20px
	}

	.turn__item-link {
		gap: 15px;
		font-size: 20px
	}

	.brands-wrapper {
		row-gap: 43px
	}

	.brands__link {
		margin-top: 90px
	}

	.who__title {
		margin-bottom: 64px
	}

	.who-wrapper {
		gap: 67px;
		padding-right: 20px
	}

	.who__text {
		gap: 22px;
		font-size: 20px
	}

	.what__text {
		margin-bottom: 64px;
		font-size: 30px
	}

	.what .our {
		padding: 63px 25px 44px;
		margin-bottom: 51px
	}

	.what .our__title {
		margin-bottom: 45px;
		font-size: 34px
	}

	.what .our-wrapper {
		gap: 167px;
		padding-left: 100px;
		padding-right: 100px
	}

	.what .our-bottom__title {
		margin-bottom: 39px;
		font-size: 34px
	}

	.what .our-bottom__text {
		font-size: 20px
	}

	.excellence-wrapper {
		gap: 80px
	}

	.excellence__item {
		gap: 70px
	}

	.excellence__item:nth-child(2) {
		padding-right: 55px
	}

	.excellence__item:nth-child(3) {
		padding-left: 40px
	}

	.excellence__item-img {
		width: 480px;
		flex-basis: 480px
	}

	.excellence__item-col {
		gap: 30px
	}

	.excellence__item-title {
		font-size: 34px
	}

	.excellence__item-text {
		font-size: 20px
	}

	.certifed-wrapper {
		gap: 158px;
		padding: 62px 120px 76px
	}

	.certifed__item {
		gap: 40px;
		font-size: 20px
	}

	.certifed__item-img {
		width: 132px;
		height: 124px;
		flex-basis: 124px
	}

	.history__item-year {
		font-size: 34px
	}

	.history__item-year_big {
		font-size: 54px
	}

	.history__item-text {
		font-size: 20px
	}

	.vendors__subtitle {
		margin-bottom: 70px;
		font-size: 20px
	}

	.vendors-wrapper {
		row-gap: 44px;
		column-gap: 44px
	}

	.news__title {
		margin-bottom: 54px
	}

	.news__item {
		gap: 40px;
		padding-bottom: 67px
	}

	.news__item-title {
		font-size: 32px
	}

	.news__item-text {
		font-size: 20px
	}

	.news__link {
		margin-top: 50px
	}

	.news-card__content {
		gap: 33px;
		padding-top: 60px;
		padding-bottom: 98px
	}

	.news-card__date,
	.news-card__text {
		font-size: 20px
	}

	.news-card__title {
		font-size: 32px
	}

	.facts__title {
		margin-bottom: 100px
	}

	.facts__item {
		padding: 64px 35px 56px;
		gap: 15px;
		font-size: 30px
	}

	.app__title {
		margin-bottom: 30px
	}

	.app-wrapper {
		gap: 30px
	}

	.app__item {
		gap: 45px
	}

	.app__item-icon {
		height: 122px
	}

	.app__item-icon img {
		max-height: 122px;
		max-width: 129px
	}

	.app__item-title {
		font-size: 30px
	}

	.applications {
		padding-top: 79px;
		padding-bottom: 93px
	}

	.applications-items {
		padding-bottom: 100px
	}

	.applications-wrapper {
		gap: 91px
	}

	.applications__subtitle {
		font-size: 34px;
		padding-left: 67px;
		margin-bottom: -30px
	}

	.applications__left {
		gap: 77px
	}

	.applications__block {
		padding: 61px 67px
	}

	.applications__block-title {
		margin-bottom: 36px;
		font-size: 34px
	}

	.applications__block ul {
		gap: 30px;
		font-size: 20px
	}

	.applications__block ul li:before {
		top: .1px;
		margin-top: 4px
	}

	.applications__block ul a:before {
		height: 30px
	}

	.applications__text {
		font-size: 20px
	}

	.applications__text ul {
		gap: 1px
	}

	.applications__text h3 {
		margin-top: 55px;
		margin-bottom: 40px;
		font-size: 34px
	}

	.page-applications .page-banner-wrapper {
		max-width: 1010px
	}

	.services-wrapper {
		gap: 26px
	}

	.services__item {
		gap: 34px;
		padding: 53px 36px 72px 37px
	}

	.services__item-right {
		gap: 33px
	}

	.services__item_small .services__item-title {
		font-size: 32px
	}

	.services__item-title {
		font-size: 34px
	}

	.services__item-text {
		font-size: 20px
	}

	.features {
		padding-top: 72px;
		padding-bottom: 100px
	}

	.features__title {
		margin-bottom: 43px
	}

	.features-wrapper {
		padding: 61px 58px 72px 128px;
		font-size: 30px
	}

	.features-wrapper ul li {
		padding-left: 59px
	}

	.features-wrapper ul li:before {
		top: 5px;
		margin-right: 41px
	}

	.features__text {
		margin-bottom: 43px;
		font-size: 20px
	}

	.row {
		gap: 88px
	}

	.works {
		padding-bottom: 80px
	}

	.key {
		padding-top: 81px;
		padding-bottom: 100px
	}

	.key-wrapper {
		padding: 53px 128px 77px
	}

	.key ul {
		gap: 3px
	}

	.key ul li {
		padding-left: 31px;
		font-size: 20px
	}

	.key ul li:before {
		top: 10px;
		margin-right: 25px
	}

	.info {
		padding-bottom: 85px;
		padding-top: 85px
	}

	.info-wrapper {
		gap: 15px
	}

	.case {
		padding-bottom: 100px
	}

	.case__title {
		margin-bottom: 70px
	}

	.case-wrapper {
		column-gap: 30px;
		row-gap: 68px
	}

	.case__item {
		padding-bottom: 68px
	}

	.case__item-content {
		gap: 55px;
		padding-top: 60px;
		padding-left: 35px;
		padding-right: 35px
	}

	.case__item-text {
		font-size: 20px
	}

	.single-case-wrapper {
		gap: 60px;
		font-size: 20px
	}

	.single-case__left {
		padding-bottom: 100px
	}

	.single-case__images {
		gap: 30px
	}

	.single-case__img {
		width: 614px;
		height: 386px
	}

	.single-case p+ul {
		margin-top: -27px
	}

	.contact {
		padding-bottom: 100px
	}

	.contact-wrapper {
		padding: 80px 128px
	}

	.contact__form .input-wrapper {
		row-gap: 25px;
		column-gap: 94px
	}

	.contact__form-row {
		margin-top: 20px;
		gap: 15px
	}

	.contact__form-left {
		gap: 25px
	}

	.request .contact__form .input-item-textarea textarea {
		height: 136px
	}

	.page-top__list {
		gap: 88px
	}

	.page-top__list-item {
		font-size: 20px
	}

	.page-top__link {
		gap: 10px
	}

	.system {
		padding-bottom: 100px
	}

	.system-wrapper {
		gap: 92px
	}

	.system__left {
		gap: 80px
	}

	.system__item {
		padding-bottom: 94px
	}

	.system__item-title {
		margin-bottom: 30px;
		font-size: 34px
	}

	.system__item-text {
		font-size: 20px
	}

	.system__right {
		gap: 80px
	}

	.surveys-wrapper {
		gap: 140px
	}

	.surveys__text {
		font-size: 30px
	}

	.surveys__img {
		height: 430px
	}
}

@media (min-width:1921px) {
	.header__item-text {
		font-size: 20px
	}

	.app__item {
		max-width: 281px;
		min-width: 215px
	}
}

@media (max-width:1720px) {
	.history-wrapper {
		zoom: 1;
		margin: 0 auto
	}
}

@media (max-width:1600px) {
	.section-bg+.section-bg {
		margin-top: clamp(-40px, -16px + -1.25vw, -20px)
	}

	.flex {
		gap: clamp(10px, 8px + .625vw, 20px)
	}

	.grid {
		gap: clamp(8px, 7.2px + .25vw, 12px)
	}

	.header__item-text br,
	.hide-xl {
		display: none
	}

	.show-xl {
		display: block
	}

	.swiper-pagination {
		margin-top: clamp(20px, 18px + .625vw, 30px)
	}

	.swiper-pagination-bullet {
		width: clamp(8px, 7.2px + .25vw, 12px);
		height: clamp(8px, 7.2px + .25vw, 12px)
	}

	.slider__arrow {
		width: clamp(27px, 25.6px + .4375vw, 34px);
		height: clamp(27px, 25.6px + .4375vw, 34px)
	}

	.sub-menu-wrapper .sub-menu {
		padding: clamp(15px, 11.4px + 1.125vw, 33px)
	}

	.menu-item-arrow {
		flex-basis: clamp(10px, 17.2px + -.375vw, 16px);
		width: clamp(10px, 17.2px + -.375vw, 16px);
		height: clamp(10px, 17.2px + -.375vw, 16px)
	}

	.checkbox {
		gap: clamp(10px, 8.4px + .5vw, 18px)
	}

	.checkbox__round {
		gap: clamp(5px, 4px + .3125vw, 10px)
	}

	.checkbox__round:before {
		width: clamp(25px, 23.2px + .5625vw, 34px);
		height: clamp(25px, 23.2px + .5625vw, 34px)
	}

	.checkbox__text {
		font-size: clamp(14px, 12.8px + .375vw, 20px)
	}

	.title-active {
		margin-bottom: clamp(25px, 19.6px + 1.6875vw, 52px);
		font-size: clamp(27px, 21.6px + 1.6875vw, 54px)
	}

	.text-block {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.text-block h1:not(.title),
	.text-block h2:not(.title) {
		margin-bottom: clamp(25px, 19.6px + 1.6875vw, 52px);
		font-size: clamp(27px, 21.6px + 1.6875vw, 54px)
	}

	.text-block h3 {
		margin-bottom: clamp(15px, 13px + .625vw, 25px);
		font-size: clamp(18px, 16.4px + .5vw, 26px)
	}

	.text-block h4 {
		margin-bottom: clamp(10px, 8px + .625vw, 20px);
		font-size: clamp(16px, 14.6px + .4375vw, 23px)
	}

	.text-block p:not(:last-child) {
		margin-bottom: clamp(15px, 12.6px + .75vw, 27px)
	}

	.text-block ol,
	.text-block ul {
		gap: clamp(3px, 11.4px + -.4375vw, 10px)
	}

	.text-block ol:not(:first-of-type),
	.text-block ul:not(:first-of-type) {
		padding-top: clamp(10px, 8px + .625vw, 20px)
	}

	.text-block ol:not(:last-child),
	.text-block ul:not(:last-child) {
		padding-bottom: clamp(10px, 8px + .625vw, 20px)
	}

	.text-block ul li {
		gap: clamp(10px, 7px + .9375vw, 25px)
	}

	.text-block ul li:before {
		margin-top: clamp(6px, 4.6px + .4375vw, 13px)
	}

	.text-block blockquote {
		padding: clamp(15px, 10px + 1.5625vw, 40px);
		font-size: clamp(15px, 14.4px + .1875vw, 18px)
	}

	.page-text p {
		font-size: clamp(16px, 15.6px + .125vw, 18px)
	}

	.page-text .text-block ul li:before {
		top: clamp(-1px, .32px + -.06875vw, .1px)
	}

	.test,
	.text-block ul li,
	.text .text-block ol,
	.text .text-block p {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.text .text-block hr {
		margin-top: clamp(30px, 17px + 4.0625vw, 95px);
		margin-bottom: clamp(30px, 21.4px + 2.6875vw, 73px)
	}

	.text .text-block h3 {
		margin-bottom: clamp(20px, 17px + .9375vw, 35px);
		font-size: clamp(23px, 20.8px + .6875vw, 34px)
	}

	.text .text-block ol ol {
		margin-left: clamp(-70px, -34px + -1.875vw, -40px)
	}

	.text .text-block ol li {
		padding-left: clamp(40px, 34px + 1.875vw, 70px)
	}

	.text .key-wrapper {
		gap: clamp(10px, -25.4px + 11.0625vw, 187px);
		justify-content: center
	}

	.test h2:not(.title) {
		font-size: clamp(23px, 20.8px + .6875vw, 34px)
	}

	.page-bg-2 {
		min-height: clamp(150px, 124.4px + 8vw, 278px)
	}

	.section {
		padding-bottom: clamp(50px, 44px + 1.875vw, 80px);
		padding-top: clamp(50px, 44px + 1.875vw, 80px)
	}

	.section-small {
		padding-bottom: clamp(20px, 18.6666666667px + .4166666667vw, 26.6666666667px);
		padding-top: clamp(20px, 18.6666666667px + .4166666667vw, 26.6666666667px)
	}

	.section-bottom {
		padding-bottom: clamp(20px, 16px + 1.25vw, 40px)
	}

	.section-top {
		padding-top: clamp(20px, 16px + 1.25vw, 40px)
	}

	.section-not-margin {
		margin: 0
	}

	.title {
		margin-bottom: clamp(30px, 26px + 1.25vw, 50px);
		font-size: clamp(27px, 21.6px + 1.6875vw, 54px)
	}

	.link {
		gap: clamp(10px, 9px + .3125vw, 15px);
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.cookies {
		padding-bottom: clamp(40px, 35.4px + 1.4375vw, 63px);
		padding-top: clamp(40px, 35.4px + 1.4375vw, 63px)
	}

	.cookies-wrapper {
		gap: clamp(20px, 14.4px + 1.75vw, 48px)
	}

	.cookies__title {
		font-size: clamp(27px, 25.6px + .4375vw, 34px)
	}

	.cookies__text,
	.what .our-wrapper ul {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.page-pagination {
		margin-top: clamp(25px, 23px + .625vw, 35px);
		gap: clamp(40px, 38px + .625vw, 50px)
	}

	.page-pagination__numbers {
		gap: clamp(15px, 14px + .3125vw, 20px);
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.section-404 {
		padding-top: clamp(70px, 28px + 13.125vw, 280px);
		padding-bottom: clamp(70px, 28px + 13.125vw, 280px)
	}

	.section-404-wrapper {
		gap: clamp(30px, 23.2px + 2.125vw, 64px)
	}

	.section-404__title {
		font-size: clamp(100px, 52px + 15vw, 340px)
	}

	.section-404__subtitle {
		font-size: clamp(30px, 20px + 3.125vw, 80px)
	}

	.input-item {
		gap: clamp(10px, 9.2px + .25vw, 14px);
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.textarea {
		padding: clamp(10px, 9px + .3125vw, 15px)
	}

	.popup__content {
		padding: clamp(20px, 18.4px + .5vw, 28px) clamp(15px, 12px + .9375vw, 30px)
	}

	.popup__title {
		font-size: clamp(23px, 16.8px + 1.9375vw, 54px)
	}

	.popup__close {
		right: clamp(10px, 9px + .3125vw, 15px);
		top: clamp(10px, 9px + .3125vw, 15px)
	}

	.popup__close svg {
		width: clamp(15px, 13px + .625vw, 25px);
		height: clamp(15px, 13px + .625vw, 25px)
	}

	.popup-thank .popup__content {
		gap: clamp(10px, 8px + .625vw, 20px);
		min-height: clamp(200px, 184.2px + 4.9375vw, 279px)
	}

	.popup-thank img {
		width: clamp(100px, 87.8px + 3.8125vw, 161px);
		height: clamp(100px, 87.8px + 3.8125vw, 161px)
	}

	.header__logo {
		width: clamp(129.6px, 123.12px + 2.025vw, 162px);
		height: clamp(41.6px, 39.52px + .65vw, 52px)
	}

	.header__menu {
		gap: clamp(10px, 4px + 1.875vw, 40px);
		font-size: clamp(16px, 14.8px + .375vw, 22px)
	}

	.main-header-wrapper {
		padding-top: clamp(30px, 20px + 3.125vw, 80px)
	}

	.header__navigation {
		bottom: clamp(20px, 2px + 5.625vw, 110px);
		gap: clamp(20px, 17.2px + .875vw, 34px)
	}

	.header__arrow {
		width: clamp(25px, 23.2px + .5625vw, 34px);
		height: clamp(25px, 23.2px + .5625vw, 34px);
		flex-basis: clamp(20px, 17.2px + .875vw, 34px)
	}

	.header__pagination {
		gap: clamp(10px, 7.4px + .8125vw, 23px)
	}

	.header__pagination .swiper-pagination-bullet {
		width: clamp(9px, 7.6px + .4375vw, 16px);
		height: clamp(9px, 7.6px + .4375vw, 16px)
	}

	.header__title {
		font-size: clamp(45px, 38px + 2.1875vw, 80px)
	}

	.header__items {
		padding-bottom: clamp(30px, 22px + 2.5vw, 70px);
		padding-top: clamp(20px, 16px + 1.25vw, 40px)
	}

	.header__items-wrapper {
		gap: clamp(10px, 7px + .9375vw, 25px)
	}

	.header__item {
		gap: clamp(15px, 14px + .3125vw, 20px);
		padding-top: clamp(15px, 11px + 1.25vw, 35px);
		padding-bottom: clamp(15px, 9px + 1.875vw, 45px)
	}

	.header__item-title {
		font-size: clamp(16px, 12.4px + 1.125vw, 34px)
	}

	.header__item {
		padding-left: 13px;
		padding-right: 13px
	}

	.page-banner {
		min-height: clamp(300px, 230px + 21.875vw, 650px);
		padding-top: clamp(30px, 13.8px + 5.0625vw, 111px);
		padding-bottom: clamp(30px, 16px + 4.375vw, 100px)
	}

	.page-banner-wrapper {
		gap: clamp(20px, 12px + 2.5vw, 60px);
		max-width: clamp(300px, 185px + 35.9375vw, 875px)
	}

	.page-banner__title {
		font-size: clamp(33px, 23.6px + 2.9375vw, 80px)
	}

	.page-banner__text {
		font-size: clamp(16px, 13.2px + .875vw, 30px)
	}

	.page-top {
		padding-bottom: clamp(30px, 19.4px + 3.3125vw, 83px);
		padding-top: clamp(30px, 17px + 4.0625vw, 95px)
	}

	.page-top__title {
		font-size: clamp(31px, 21.2px + 3.0625vw, 80px)
	}

	.page-top__title:not(:last-child) {
		margin-bottom: clamp(20px, 16px + 1.25vw, 40px)
	}

	.page-top__content {
		gap: clamp(20px, 13.4px + 2.0625vw, 53px);
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.page-top__content strong {
		margin-bottom: clamp(5px, 4px + .3125vw, 10px)
	}

	.footer {
		padding-bottom: clamp(25px, 18.6px + 2vw, 57px);
		padding-top: clamp(25px, 18.6px + 2vw, 57px)
	}

	.footer__top {
		gap: clamp(15px, 13px + .625vw, 25px);
		padding-bottom: clamp(15px, 12px + .9375vw, 30px)
	}

	.footer__left {
		gap: clamp(15px, 6.8px + 2.5625vw, 56px)
	}

	.footer__menu {
		column-gap: clamp(15px, 10px + 1.5625vw, 40px);
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.footer__right {
		gap: clamp(25px, 14px + 3.4375vw, 80px)
	}

	.footer__col-title {
		font-size: clamp(18px, 17.6px + .125vw, 20px)
	}

	.footer__col-text {
		font-size: clamp(15px, 14.8px + .0625vw, 16px)
	}

	.footer__bottom {
		padding-top: clamp(15px, 10.8px + 1.3125vw, 36px);
		gap: clamp(.01px, -8.25px + 2.578125vw, 33px)
	}

	.footer__row-left,
	.footer__row-right {
		gap: clamp(15px, 11px + 1.25vw, 35px)
	}

	.footer__menu {
		column-gap: 20px
	}

	.footer__bottom,
	.footer__top {
		grid-template-columns: 538px 566px
	}

	.turn__title {
		margin-bottom: clamp(35px, 34px + .3125vw, 40px)
	}

	.turn-wrapper {
		gap: clamp(45px, 40.4px + 1.4375vw, 68px)
	}

	.turn__item {
		gap: clamp(15px, -1px + 5vw, 95px)
	}

	.turn__item-img {
		max-width: clamp(348px, 301.6px + 14.5vw, 580px);
		height: clamp(240px, 208px + 10vw, 400px)
	}

	.turn__item-title {
		font-size: clamp(20px, 17.2px + .875vw, 34px)
	}

	.turn__item-link,
	.turn__item-text {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.turn__item-text {
		margin-bottom: clamp(30px, 27px + .9375vw, 45px)
	}

	.turn__item-link {
		gap: clamp(10px, 9px + .3125vw, 15px)
	}

	.brands-wrapper {
		row-gap: clamp(15px, 9.4px + 1.75vw, 43px)
	}

	.brands__link {
		margin-top: clamp(30px, 18px + 3.75vw, 90px)
	}

	.who-wrapper {
		gap: clamp(15px, 4.6px + 3.25vw, 67px)
	}

	.who__text {
		gap: clamp(15px, 13.6px + .4375vw, 22px);
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.what__text {
		margin-bottom: clamp(20px, 11.2px + 2.75vw, 64px);
		font-size: clamp(17px, 14.4px + .8125vw, 30px)
	}

	.what .our {
		padding: clamp(20px, 11.4px + 2.6875vw, 63px) clamp(10px, 7px + .9375vw, 25px) clamp(20px, 15.2px + 1.5vw, 44px);
		margin-bottom: clamp(20px, 13.8px + 1.9375vw, 51px)
	}

	.what .our__title {
		margin-bottom: clamp(20px, 15px + 1.5625vw, 45px);
		font-size: clamp(20px, 17.2px + .875vw, 34px)
	}

	.what .our-wrapper {
		gap: clamp(.01px, -33.4px + 10.4375vw, 167px);
		padding-left: clamp(-30px, -56px + 8.125vw, 100px);
		padding-right: clamp(-30px, -56px + 8.125vw, 100px);
		justify-content: center
	}

	.what .our-bottom__title {
		margin-bottom: clamp(20px, 16.2px + 1.1875vw, 39px);
		font-size: clamp(20px, 17.2px + .875vw, 34px)
	}

	.what .our-bottom__text {
		font-size: clamp(17px, 16.4px + .1875vw, 20px)
	}

	.excellence-wrapper {
		gap: clamp(20px, 8px + 3.75vw, 80px)
	}

	.excellence__item {
		gap: clamp(20px, 10px + 3.125vw, 70px)
	}

	.excellence__item-img {
		width: clamp(300px, 264px + 11.25vw, 480px);
		flex-basis: clamp(300px, 264px + 11.25vw, 480px)
	}

	.excellence__item-col {
		gap: clamp(15px, 12px + .9375vw, 30px)
	}

	.excellence__item-title {
		font-size: clamp(20px, 17.2px + .875vw, 34px)
	}

	.excellence__item-text {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.certifed-wrapper {
		gap: clamp(20px, -7.6px + 8.625vw, 158px);
		padding: clamp(30px, 23.6px + 2vw, 62px) clamp(10px, -12px + 6.875vw, 120px) clamp(30px, 20.8px + 2.875vw, 76px)
	}

	.certifed__item {
		gap: clamp(20px, 16px + 1.25vw, 40px);
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.certifed__item-img {
		width: clamp(99px, 92.4px + 2.0625vw, 132px);
		height: clamp(93px, 86.8px + 1.9375vw, 124px);
		flex-basis: clamp(93px, 86.8px + 1.9375vw, 124px)
	}

	.history__item-year {
		font-size: clamp(23.8px, 21.76px + .6375vw, 34px)
	}

	.history__item-year_big {
		font-size: clamp(37.8px, 34.56px + 1.0125vw, 54px)
	}

	.history__item-text {
		font-size: clamp(15px, 14px + .3125vw, 20px)
	}

	.history-wrapper {
		zoom: .8
	}

	.history .container {
		width: 1300px
	}

	.vendors__subtitle {
		margin-bottom: clamp(30px, 22px + 2.5vw, 70px);
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.vendors-wrapper {
		row-gap: clamp(25px, 21.2px + 1.1875vw, 44px);
		column-gap: clamp(25px, 21.2px + 1.1875vw, 44px)
	}

	.news__title {
		margin-bottom: clamp(35px, 31.2px + 1.1875vw, 54px)
	}

	.news__item {
		gap: clamp(30px, 28px + .625vw, 40px);
		padding-bottom: clamp(15px, 4.6px + 3.25vw, 67px)
	}

	.news__item-title {
		font-size: clamp(18px, 15.2px + .875vw, 32px)
	}

	.news__item-text {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.news__link {
		margin-top: clamp(20px, 14px + 1.875vw, 50px)
	}

	.news-card__content {
		gap: clamp(15px, 11.4px + 1.125vw, 33px);
		padding-top: clamp(20px, 12px + 2.5vw, 60px);
		padding-bottom: clamp(25px, 10.4px + 4.5625vw, 98px)
	}

	.news-card__date,
	.news-card__text {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.news-card__title {
		font-size: clamp(23px, 21.2px + .5625vw, 32px)
	}

	.facts__title {
		margin-bottom: clamp(35px, 22px + 4.0625vw, 100px)
	}

	.facts__item {
		padding: clamp(20px, 11.2px + 2.75vw, 64px) clamp(10px, 5px + 1.5625vw, 35px) clamp(20px, 12.8px + 2.25vw, 56px);
		gap: clamp(5px, 3px + .625vw, 15px)
	}

	.facts-wrapper {
		gap: 10px
	}

	.facts__item {
		font-size: clamp(20px, 19.25px + .234375vw, 23px)
	}

	.facts__item-number {
		font-size: 2.5em
	}

	.app__title {
		margin-bottom: clamp(30px, 36px + -.3125vw, 35px)
	}

	.app-wrapper {
		gap: clamp(.01px, -6px + 1.875vw, 30px)
	}

	.app__item {
		gap: clamp(15px, 9px + 1.875vw, 45px)
	}

	.app__item-icon {
		height: clamp(61px, 48.8px + 3.8125vw, 122px)
	}

	.app__item-icon img {
		max-height: clamp(61px, 48.8px + 3.8125vw, 122px);
		max-width: clamp(64.5px, 51.6px + 4.03125vw, 129px)
	}

	.app__item-title {
		font-size: clamp(7px, 2.4px + 1.4375vw, 30px)
	}

	.applications {
		padding-top: clamp(40px, 32.2px + 2.4375vw, 79px);
		padding-bottom: clamp(40px, 29.4px + 3.3125vw, 93px)
	}

	.applications-items {
		padding-bottom: clamp(50px, 40px + 3.125vw, 100px)
	}

	.applications-wrapper {
		gap: clamp(30px, 17.8px + 3.8125vw, 91px)
	}

	.applications__subtitle {
		font-size: clamp(23px, 20.8px + .6875vw, 34px);
		padding-left: clamp(10px, -1.4px + 3.5625vw, 67px);
		margin-bottom: clamp(-30px, -6px + -1.25vw, -10px)
	}

	.applications__left {
		gap: clamp(20px, 8.6px + 3.5625vw, 77px)
	}

	.applications__block {
		padding: clamp(20px, 11.8px + 2.5625vw, 61px) clamp(10px, -1.4px + 3.5625vw, 67px)
	}

	.applications__block-title,
	.applications__text h3 {
		margin-bottom: clamp(15px, 10.8px + 1.3125vw, 36px);
		font-size: clamp(23px, 20.8px + .6875vw, 34px)
	}

	.applications__block ul {
		gap: clamp(15px, 12px + .9375vw, 30px)
	}

	.applications__block ul li:before {
		top: clamp(.1px, 3.58px + -.18125vw, 3px);
		margin-top: clamp(-2px, -3.2px + .375vw, 4px)
	}

	.applications__block ul a:before {
		height: clamp(25px, 24px + .3125vw, 30px)
	}

	.applications__block ul,
	.applications__text {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.applications__text ul {
		gap: clamp(1px, 3.4px + -.125vw, 3px)
	}

	.applications__text h3 {
		margin-top: clamp(30px, 25px + 1.5625vw, 55px);
		margin-bottom: clamp(20px, 16px + 1.25vw, 40px)
	}

	.page-applications .page-banner-wrapper {
		max-width: clamp(300px, 158px + 44.375vw, 1010px)
	}

	.services-wrapper {
		gap: clamp(10px, 6.8px + 1vw, 26px)
	}

	.services__item {
		gap: clamp(30px, 29.2px + .25vw, 34px);
		padding: clamp(20px, 13.4px + 2.0625vw, 53px) clamp(15px, 10.8px + 1.3125vw, 36px) clamp(20px, 9.6px + 3.25vw, 72px) clamp(15px, 10.6px + 1.375vw, 37px)
	}

	.services__item-right {
		gap: clamp(30px, 29.4px + .1875vw, 33px)
	}

	.services__item_small .services__item-title {
		font-size: clamp(20px, 17.6px + .75vw, 32px)
	}

	.services__item-title {
		font-size: clamp(20px, 17.2px + .875vw, 34px)
	}

	.services__item-text {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.features {
		padding-top: clamp(40px, 33.6px + 2vw, 72px);
		padding-bottom: clamp(40px, 28px + 3.75vw, 100px)
	}

	.features__title {
		margin-bottom: clamp(35px, 33.4px + .5vw, 43px)
	}

	.features-wrapper {
		padding: clamp(20px, 11.8px + 2.5625vw, 61px) clamp(15px, 6.4px + 2.6875vw, 58px) clamp(20px, 9.6px + 3.25vw, 72px) clamp(15px, -7.6px + 7.0625vw, 128px);
		font-size: clamp(16px, 13.2px + .875vw, 30px)
	}

	.features-wrapper ul li {
		padding-left: clamp(25px, 18.2px + 2.125vw, 59px)
	}

	.features-wrapper ul li:before {
		top: clamp(1px, .2px + .25vw, 5px);
		margin-right: clamp(10px, 3.8px + 1.9375vw, 41px)
	}

	.features__text,
	.key ul li {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.features__text {
		margin-bottom: clamp(25px, 21.4px + 1.125vw, 43px)
	}

	.row {
		gap: clamp(20px, 6.4px + 4.25vw, 88px)
	}

	.works {
		padding-bottom: clamp(1px, -14.8px + 4.9375vw, 80px)
	}

	.key {
		padding-top: clamp(40px, 31.8px + 2.5625vw, 81px);
		padding-bottom: clamp(40px, 28px + 3.75vw, 100px)
	}

	.key-wrapper {
		padding: clamp(20px, 13.4px + 2.0625vw, 53px) clamp(15px, -7.6px + 7.0625vw, 128px) clamp(20px, 8.6px + 3.5625vw, 77px)
	}

	.key ul {
		gap: clamp(3px, 11.4px + -.4375vw, 10px)
	}

	.key ul li {
		padding-left: clamp(16px, 13px + .9375vw, 31px)
	}

	.key ul li:before {
		top: clamp(7px, 6.4px + .1875vw, 10px);
		margin-right: clamp(10px, 7px + .9375vw, 25px)
	}

	.info {
		padding-bottom: clamp(40px, 31px + 2.8125vw, 85px);
		padding-top: clamp(40px, 31px + 2.8125vw, 85px)
	}

	.info-wrapper {
		gap: clamp(15px, 21px + -.3125vw, 20px)
	}

	.case {
		padding-bottom: clamp(50px, 40px + 3.125vw, 100px)
	}

	.case__title {
		margin-bottom: clamp(35px, 28px + 2.1875vw, 70px)
	}

	.case-wrapper {
		column-gap: clamp(25px, 24px + .3125vw, 30px);
		row-gap: clamp(25px, 16.4px + 2.6875vw, 68px)
	}

	.case__item {
		padding-bottom: clamp(25px, 16.4px + 2.6875vw, 68px)
	}

	.case__item-content {
		gap: clamp(30px, 25px + 1.5625vw, 55px);
		padding-top: clamp(20px, 12px + 2.5vw, 60px);
		padding-left: clamp(10px, 5px + 1.5625vw, 35px);
		padding-right: clamp(10px, 5px + 1.5625vw, 35px)
	}

	.case__item-text,
	.single-case-wrapper {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.single-case-wrapper {
		gap: clamp(30px, 24px + 1.875vw, 60px)
	}

	.single-case__left {
		padding-bottom: clamp(25px, 10px + 4.6875vw, 100px)
	}

	.single-case__images {
		gap: clamp(15px, 12px + .9375vw, 30px)
	}

	.single-case__img {
		width: clamp(276.3px, 208.76px + 21.10625vw, 614px);
		height: clamp(173.7px, 131.24px + 13.26875vw, 386px)
	}

	.single-case p+ul {
		margin-top: clamp(-27px, -6.6px + -1.0625vw, -10px)
	}

	.contact {
		padding-bottom: clamp(50px, 40px + 3.125vw, 100px)
	}

	.contact-wrapper {
		padding: clamp(20px, 8px + 3.75vw, 80px) clamp(5px, -19.6px + 7.6875vw, 128px)
	}

	.contact__form .input-wrapper {
		row-gap: clamp(15px, 13px + .625vw, 25px);
		column-gap: clamp(15px, -.8px + 4.9375vw, 94px)
	}

	.contact__form-row {
		margin-top: clamp(15px, 14px + .3125vw, 20px);
		gap: clamp(15px, 33px + -.9375vw, 30px)
	}

	.contact__form-left {
		gap: clamp(15px, 13px + .625vw, 25px)
	}

	.request .contact__form .input-item-textarea textarea {
		height: clamp(100px, 92.8px + 2.25vw, 136px)
	}

	.page-top__list {
		gap: clamp(15px, .4px + 4.5625vw, 88px)
	}

	.page-top__list-item {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.page-top__link {
		gap: clamp(5px, 4px + .3125vw, 10px)
	}

	.system {
		padding-bottom: clamp(50px, 40px + 3.125vw, 100px)
	}

	.system-wrapper {
		gap: clamp(20px, 5.6px + 4.5vw, 92px)
	}

	.system__left {
		gap: clamp(30px, 20px + 3.125vw, 80px)
	}

	.system__item {
		padding-bottom: clamp(30px, 17.2px + 4vw, 94px)
	}

	.system__item-title {
		margin-bottom: clamp(15px, 12px + .9375vw, 30px);
		font-size: clamp(20px, 17.2px + .875vw, 34px)
	}

	.system__item-text {
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.system__right {
		gap: clamp(30px, 20px + 3.125vw, 80px)
	}

	.surveys-wrapper {
		gap: clamp(20px, -4px + 7.5vw, 140px)
	}

	.surveys__text {
		font-size: clamp(18px, 15.6px + .75vw, 30px)
	}

	.surveys__img {
		height: clamp(200px, 154px + 14.375vw, 430px)
	}
}

@media (max-width:1600px) and (max-width:1600px) {
	.key-wrapper {
		padding-left: clamp(15px, 8px + 2.1875vw, 50px);
		padding-right: clamp(15px, 8px + 2.1875vw, 50px)
	}
}

@media (max-width:1300px) {
	.history-wrapper {
		zoom: .65
	}
}

@media (max-width:1199px) {
	.header__top-wrapper {
		padding: 15px 0 0
	}

	.header__logo {
		margin-bottom: 25px
	}

	.header__menu>li {
		margin-bottom: 7px;
		padding-bottom: 14px
	}

	.header__menu>li:before {
		width: calc(100% + 30px);
		height: calc(100% + 16px)
	}

	.header__top-wrapper {
		min-height: 87.31px
	}

	.header__item {
		padding-left: 10px;
		padding-right: 10px
	}

	.header__item-text {
		font-size: 14px
	}

	.header__items {
		padding: 30px 0
	}

	.footer__top {
		grid-template-columns: 100%;
		gap: clamp(15px, 2.2582480091px + 3.9817974972vw, 50px)
	}

	.footer__left,
	.footer__right {
		justify-content: space-between
	}

	.footer__left>:nth-child(2),
	.footer__right>:nth-child(2) {
		width: 375px
	}

	.footer__bottom {
		display: flex
	}

	.footer__bottom>:first-child {
		display: none
	}

	.footer__bottom .flex {
		display: flex;
		justify-content: space-between
	}

	.certifed-wrapper {
		display: grid;
		grid-template-columns: 100%;
		gap: clamp(30px, 26.3594994312px + 1.1376564278vw, 40px);
		padding: clamp(20px, 5.4379977247px + 4.550625711vw, 60px)
	}

	.certifed__item {
		display: grid;
		grid-template-columns: 100px 1fr;
		align-items: center
	}

	.certifed__item-img {
		width: 100%
	}

	.certifed__item-text {
		max-width: 100% !important
	}

	.history__content {
		overflow-x: auto
	}

	.history__content::-webkit-scrollbar {
		display: none
	}

	.history__arrow {
		position: static;
		transform: none
	}

	.history__arrow svg {
		fill: #1f4b6e
	}

	.vendors__item {
		height: auto
	}

	.vendors__item-img {
		max-width: 150px;
		max-height: 40px
	}

	.facts__title {
		margin-bottom: 35px
	}

	.facts-wrapper {
		grid-template-columns: 1fr 1fr
	}

	.facts__item-number {
		font-size: 3.3em
	}

	.applications__subtitle br {
		display: none
	}

	.services__item {
		grid-template-columns: 100%;
		align-content: start
	}

	.services__item-icon {
		display: flex;
		height: clamp(70px, 57.9863481229px + 3.7542662116vw, 103px)
	}

	.services__item-icon img {
		height: 100%;
		object-fit: contain
	}

	.works .container {
		position: static;
		width: 100%;
		max-width: 100%
	}
}

@media (max-width:991px) {
	.hide-md {
		display: none !important
	}

	.show-md {
		display: flex !important
	}

	.text .key-wrapper {
		gap: 10px;
		justify-content: start
	}

	.page-bg,
	.section-404 {
		margin-top: 85.96px
	}

	.popup-file .popup__content {
		max-width: 98%
	}

	.header__top-wrapper {
		min-height: 85.96px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		width: 100%;
		background: #fff
	}

	.main-header {
		padding-top: 85.96px
	}

	.header__item-title {
		font-size: 20px
	}

	.header__item-text {
		font-size: 16px
	}

	.header__items {
		background: #1f4b6e
	}

	.header__items-wrapper {
		grid-template-columns: 100%
	}

	.header__item {
		border: 2px solid #fff
	}

	.page-banner {
		background-position: center right 30%
	}

	.page-banner,
	.page-top {
		margin-top: 85.96px
	}

	.turn__item {
		flex-direction: column;
		gap: 30px
	}

	.turn__item-img {
		max-width: 100%;
		flex: 1 1 auto;
		height: auto;
		aspect-ratio: 580/400
	}

	.turn__item-col {
		height: auto
	}

	.brands-wrapper {
		row-gap: 20px
	}

	.brands-wrapper_desktop,
	.history__item-text br {
		display: none
	}

	.brands__item {
		width: calc(33.333333333333336% - var(--gap)/3*2)
	}

	.brands__item img {
		height: 55px
	}

	.about {
		background-position: center 30%
	}

	.who-wrapper {
		grid-template-columns: 100%
	}

	.excellence-wrapper {
		gap: 45px
	}

	.excellence__item {
		display: grid;
		gap: 35px
	}

	.excellence__item-img {
		width: 100%
	}

	.history__item {
		display: grid;
		gap: clamp(8px, 4.6616989568px + 1.043219076vw, 15px);
		padding-top: clamp(10px, 5.2309985097px + 1.4903129657vw, 20px);
		padding-bottom: clamp(10px, 5.2309985097px + 1.4903129657vw, 20px);
		border-bottom: 1px solid #eff5f5
	}

	.history__item-text {
		text-align: left
	}

	.history__item-year {
		order: -1
	}

	.vendors-wrapper {
		grid-template-columns: repeat(3, 1fr);
		justify-content: space-between
	}

	.vendors__item-wrapper:nth-child(3n+2) {
		justify-content: center;
		justify-self: center
	}

	.vendors__item-wrapper:nth-child(3n) {
		justify-content: end
	}

	.vendors__item-img {
		max-width: 170px;
		max-height: 60px
	}

	.news-wrapper {
		grid-template-columns: 100%
	}

	.app-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		justify-items: center;
		justify-content: center
	}

	.app__item {
		min-width: auto;
		max-width: none
	}

	.applications__icon {
		max-width: clamp(100px, 80.9239940387px + 5.9612518629vw, 140px);
		max-height: clamp(79px, 68.9850968703px + 3.129657228vw, 100px)
	}

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

	.applications-wrapper,
	.services-wrapper {
		grid-template-columns: 100%
	}

	.services__item {
		text-align: center
	}

	.key-wrapper {
		gap: clamp(10px, 5.2309985097px + 1.4903129657vw, 20px);
		display: grid
	}

	.single-case {
		margin-top: 85.96px
	}

	.contact__form .input-wrapper {
		grid-template-columns: 1fr 1fr
	}
}

@media (max-width:991px) and (max-width:1600px) {
	.header__title {
		font-size: clamp(29px, 21.8px + 2.25vw, 65px)
	}
}

@media (max-width:767px) {

	.hide-sm,
	.page-banner__title br {
		display: none
	}

	.menu-link,
	.show-sm {
		display: block
	}

	li.menu-item-has-children a {
		text-align: left;
		justify-content: space-between
	}

	li.menu-item-has-children a.active {
		color: #1992d1
	}

	.header__menu,
	.header__mobile {
		grid-template-columns: 100%
	}

	.header__menu {
		width: 100%;
		grid-auto-flow: row
	}

	li.menu-item-has-children {
		width: 100%
	}

	.sub-menu-wrapper .sub-menu {
		padding: 0;
		gap: 0;
		background: 0 0
	}

	.sub-menu-wrapper.active {
		opacity: 1;
		margin-top: 0;
		pointer-events: auto
	}

	.sub-menu-wrapper li {
		display: grid
	}

	.sub-menu-wrapper a {
		padding: 0;
		color: #1f4b6e !important
	}

	.page-bg,
	.section-404 {
		margin-top: 89.5px
	}

	.header__top-wrapper {
		min-height: 89.5px
	}

	.header__logo {
		margin-bottom: 0
	}

	.header__top-wrapper {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		width: 100%;
		background: #fff;
		padding: 15px 0 30px
	}

	.header__mobile {
		position: fixed;
		right: -101vw;
		top: 0;
		z-index: 5;
		display: grid;
		justify-items: start;
		gap: 20px;
		width: 101vw;
		max-width: 500px;
		max-height: -webkit-fill-available;
		padding: 1px 1px 30px;
		overflow: auto;
		background: #fff;
		transition: right .3s, opacity .3s;
		color: #fff
	}

	.header__mobile_active {
		right: 0;
		opacity: 1
	}

	.header__nav {
		width: 100%
	}

	.header__menu {
		display: grid;
		gap: 0;
		font-size: clamp(20px, 17.2px + .875vw, 34px)
	}

	.header__menu>li {
		padding-bottom: 0;
		margin-bottom: 0
	}

	.header__menu a {
		display: block;
		padding: 8px 32px
	}

	.header__menu a:focus-visible {
		color: #1f4b6e
	}

	.header__menu .sub-menu {
		padding-left: 15px;
		font-size: .8em
	}

	.main-header {
		padding-top: 89.5px;
		background-position: 40%
	}

	.page-banner {
		margin-top: 89.5px;
		background-position: 0
	}

	.page-banner-wrapper {
		max-width: 100%
	}

	.page-top {
		margin-top: 89.5px
	}

	.footer__bottom,
	.footer__bottom .flex {
		display: grid;
		grid-template-columns: 100%
	}

	.footer__bottom {
		justify-content: start
	}

	.footer__bottom .flex {
		grid-auto-flow: row
	}

	.footer__right {
		gap: 15px
	}

	.footer__top {
		gap: 20px
	}

	.footer__bottom {
		gap: 10px
	}

	.brands__item {
		width: calc(33.3333333333% - var(--gap)/3*2)
	}

	.about {
		background: #1f4b6e;
		min-height: clamp(150px, 42.6174496644px + 33.5570469799vw, 300px)
	}

	.what .our-wrapper {
		display: grid;
		grid-template-columns: 100%;
		gap: 3px
	}

	.certifed__item-img img {
		object-position: left
	}

	.certifed__item {
		grid-template-columns: 100%;
		gap: 15px
	}

	.vendors__item-img {
		max-width: clamp(70px, 16.3087248322px + 16.7785234899vw, 145px);
		max-height: auto
	}

	.app__item-title {
		font-size: 17px
	}

	.app-wrapper {
		grid-template-columns: repeat(2, 1fr)
	}

	.case-wrapper {
		grid-template-columns: 100%
	}

	.case__item-content {
		padding: 30px 0 0
	}

	.case__item-img {
		height: auto;
		aspect-ratio: 4/3
	}

	.single-case {
		margin-top: 89.5px
	}

	.single-case-wrapper {
		grid-template-columns: 100%
	}

	.page-top__list {
		display: grid
	}

	.surveys-wrapper,
	.system-wrapper {
		grid-template-columns: 100%
	}
}

@media (max-width:767px) and (any-hover:hover) {
	.header__menu .sub-menu a:hover {
		color: #1992d1 !important
	}
}

@media (max-width:575px) {
	.grid-mobile {
		grid-auto-flow: row;
		grid-template-columns: 100%
	}

	.hide-xs,
	.popup__title br {
		display: none
	}

	.show-xs {
		display: block
	}

	.key ul li,
	.text-block ul li {
		line-height: 1.2
	}

	.test tr {
		grid-template-columns: 18px 30% 36% auto
	}

	.page-bg,
	.section-404 {
		margin-top: 77.32px
	}

	.popup__dialog {
		width: 400px;
		max-width: 100%;
		padding: 0 10px;
		margin: 0 auto
	}

	.popup-file .popup__content {
		width: 100%;
		padding: clamp(30px, 4.9019607843px + 7.8431372549vw, 50px) clamp(15px, -3.8235294118px + 5.8823529412vw, 30px)
	}

	.popup-leaflet .contact__form .input-wrapper,
	.popup-request .contact__form .input-wrapper {
		grid-template-columns: 100%
	}

	.header__top-wrapper {
		min-height: 77.32px;
		padding: 10px 0 25px
	}

	.main-header {
		padding-top: 77.32px
	}

	.header__arrow,
	.header__item-text br {
		display: none
	}

	.header__items-wrapper {
		grid-template-columns: 100%
	}

	.header__item {
		border: 2px solid #fff
	}

	.page-banner,
	.page-top {
		margin-top: 77.32px
	}

	.footer__row-left {
		flex-direction: column;
		align-items: flex-start
	}

	.footer__menu {
		display: none
	}

	.footer__right {
		display: grid
	}

	.brands-wrapper {
		row-gap: clamp(10px, 3.7254901961px + 1.9607843137vw, 15px)
	}

	.brands-wrapper_tablet,
	.services__item-title br {
		display: none
	}

	.brands__item img {
		height: clamp(45px, 19.9019607843px + 7.8431372549vw, 65px)
	}

	.vendors .container {
		max-width: 90%
	}

	.news__arrow {
		position: relative;
		transform: none
	}

	.news__navigation {
		position: absolute;
		left: 50%;
		z-index: 3;
		transform: translateX(-50%);
		bottom: 20px;
		display: flex;
		justify-content: center;
		gap: 30px
	}

	.news__item {
		padding-bottom: 60px
	}

	.facts-wrapper,
	.request .contact__form .input-wrapper {
		grid-template-columns: 100%
	}

	.features-wrapper ul li:before {
		transform: translatey(3px)
	}

	.info-wrapper,
	.row {
		display: grid
	}

	.single-case {
		margin-top: 77.32px
	}

	.contact-wrapper {
		padding: 0;
		box-shadow: none
	}

	.contact__form .input-wrapper {
		grid-template: none/100%;
		align-content: start;
		align-items: start
	}

	.contact__form .input-item-textarea {
		grid-area: auto
	}

	.contact__form-row {
		display: grid;
		justify-items: start;
		grid-template-columns: 100%
	}

	.contact__form-button {
		justify-self: end
	}
}

@media (max-width:500px) {
	.main-header {
		min-height: clamp(300px, 204.6199701937px + 29.8062593145vw, 500px);
		background-position: center bottom -61px
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.sub-menu-wrapper {
		top: calc(100% + 7px)
	}

	li.menu-item-has-children.right .sub-menu-wrapper {
		transform: translate(-48px, -28px)
	}

	li.menu-item-has-children.left .sub-menu-wrapper {
		transform: translate(48px, -28px)
	}
}

@media (min-width:992px) and (max-width:1600px) {
	.turn__item:nth-child(2n) {
		gap: clamp(15px, -16.8px + 9.9375vw, 174px)
	}

	.news-card__content {
		margin-left: clamp(10px, 5px + 1.5625vw, 35px);
		margin-right: clamp(10px, 5px + 1.5625vw, 35px)
	}
}

@media (max-width:1700px) and (min-width:1600px) {
	.key-wrapper {
		gap: clamp(123px, -629px + 47vw, 170px)
	}
}

@media (max-width:1600px) and (min-width:1601px) {
	.key-wrapper {
		padding-left: 50px;
		padding-right: 50px
	}
}

@media (max-width:1600px) and (min-width:1300px) {
	.key-wrapper {
		gap: clamp(75px, 395px + -20vw, 135px)
	}
}

@media (max-width:1300px) and (min-width:1200px) {
	.key-wrapper {
		gap: clamp(70px, -710px + 65vw, 135px)
	}
}

@media (max-width:1199px) and (min-width:1200px) {
	.key-wrapper {
		gap: clamp(50px, 310px + -20vw, 70px)
	}
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:.001dpcm) {
	input {
		-webkit-appearance: none;
		appearance: none;
		font-size: 16px
	}
}

@media (any-hover:hover) {
	.hover-active:hover {
		color: #1f4b6e
	}

	.underline:hover:before {
		background: #1f4b6e
	}

	.slider__arrow:hover {
		transform: translatey(-50%) scale(1.1)
	}

	.button:hover {
		background: #173852
	}

	.footer__bottom a:hover,
	.footer__menu li:hover,
	.header__menu li:hover>a,
	.link:hover {
		color: #1992d1
	}

	.popup__close svg:hover {
		fill: #1f4b6e
	}

	.header__menu>li.menu-item-has-children:hover:before {
		transform: translate(-50%, -50%);
		opacity: 1;
		pointer-events: auto
	}

	.header__arrow:hover {
		transform: scale(1.1)
	}

	.case__item:hover:before,
	.excellence__item:hover .excellence__item-col:before,
	.news-card__item:hover .news-card__content:before,
	.news__item:hover:after,
	.turn__item:hover .turn__item-col:before {
		width: 100%;
		opacity: 1
	}

	.app__item:hover .app__item-title,
	.news__item:hover .news__item-title,
	.turn__item-link:hover,
	.turn__item:hover .turn__item-link,
	.turn__item:hover .turn__item-title {
		color: #1992d1
	}

	.facts__item:hover {
		transform: scale(1.02)
	}

	.app__item:hover .app__item-icon {
		transform: scale(1.03)
	}

	.case__item:hover .case__item-link {
		color: #1992d1
	}

	.page-top__link:hover {
		color: #1f4b6e
	}
}

@supports (-webkit-appearance:none) {
	li.menu-item-has-children.active li:hover>a .menu-item-arrow {
		background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGQ9Im00Ny4yNSAxNS0yLjA4Ni0yLjA4NkwyNSAzMy4wNzggNC44MzYgMTIuOTE0IDIuNzUgMTUgMjUgMzcuMjV6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=) 100%/contain no-repeat
	}

	.menu-item-arrow {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMjAgMTkyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgMTkyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIHBvaW50cz0iMzAwLjYsMCAzMjAsMjAuNyAxNjAsMTkyIDAsMjAuNyAxOS4zLDAgMTYwLDE1MC41ICIvPgo8L3N2Zz4K) 50%/contain no-repeat
	}

	.checkbox__input:checked+span:before {
		background: #1f4b6e url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCgk8cGF0aCBkPSJNMSA0LjM5MUwzLjcyNyA3IDEwIDEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIC8+DQo8L3N2Zz4NCg==) 50% no-repeat
	}

	.link:before {
		background: url(../img/arrow.svg) 50%/contain no-repeat
	}

	.turn__item-link:before {
		background: url(../img/arrow.svg) 50%/contain no-repeat
	}

	.applications__block ul li:before {
		background: url(../img/arrow.svg) 50%/contain no-repeat
	}

	.features-wrapper ul li:before {
		background: url(../img/check.svg) 50%/contain no-repeat
	}
}

@media (min-width:501px) {

	@supports (-webkit-appearance:none) {}

}

@media (min-width:576px) {

	@supports (-webkit-appearance:none) {}

}

@media (min-width:768px) {

	@supports (-webkit-appearance:none) {}

}

@media (min-width:992px) {

	@supports (-webkit-appearance:none) {
		.history__item:first-child:before {
			background: url(../img/arrow-3.svg) 50%/contain no-repeat
		}

		.history__item-year:before {
			background: url(../img/arrow-2.svg) 50%/contain no-repeat
		}
	}

}

@media (min-width:992px) and (min-width:1601px) {

	@supports (-webkit-appearance:none) {}

}

@media (min-width:1200px) {

	@supports (-webkit-appearance:none) {}

}

@media (min-width:1401px) {

	@supports (-webkit-appearance:none) {}

}

@media (min-width:1601px) {

	@supports (-webkit-appearance:none) {}

}

@media (min-width:1921px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:1720px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:1600px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:1600px) and (max-width:1600px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:1300px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:1199px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:991px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:991px) and (max-width:1600px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:767px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:767px) and (any-hover:hover) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:575px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:500px) {

	@supports (-webkit-appearance:none) {}

}

@media (min-width:768px) and (max-width:1199px) {

	@supports (-webkit-appearance:none) {}

}

@media (min-width:992px) and (max-width:1600px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:1700px) and (min-width:1600px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:1600px) and (min-width:1601px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:1600px) and (min-width:1300px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:1300px) and (min-width:1200px) {

	@supports (-webkit-appearance:none) {}

}

@media (max-width:1199px) and (min-width:1200px) {

	@supports (-webkit-appearance:none) {}

}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:.001dpcm) {

	@supports (-webkit-appearance:none) {}

}

@media (any-hover:hover) {

	@supports (-webkit-appearance:none) {}

}
