canvas {
	touch-action: inherit !important;
}

@media (max-width: 1100px) {
	.air .header-top__left {
		margin-top: 10px;
	}
}
.section-title .main-air-title {
    text-transform: lowercase;
    font-weight: 400;
    font-size: min(max(6vh, 2.3vw), 56px);
    display: inline;
}
@media (max-width: 1100px) {
	body.menu-opened.air .header-top__right svg > path {
		fill: #000;
	}

	.air .header-top__menu {
		background-color: #fff;
	}

	.air .nav--header .nav-lvl2 {
		box-shadow: none;
	}

	.air .nav--header .nav-lvl2-link,
	.air .header-redesign .nav--header .nav-link,
	.header-top__menu--mob .live-btn .live-btn__link {
		color: #000;
	}
}

/* .air-screen{
	touch-action: none;
} */

.air .header-redesign {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3000;
	background-color: rgba(255, 255, 255, 0.15);
}

.air .header-top__right a {
	display: flex;
	align-items: center;
	gap: 26px;
	width: auto;
}

.air .header-top__right svg:nth-child(2) {
	transform: translateY(10%);
}

@media (max-width: 1859px) {
	.air .header-redesign {
		height: 80px;
	}
	.header-top__right a {
		width: auto;
	}
}

@media (max-width: 1000px) {
	.air .header-redesign {
		height: 58px;
	}
	.air .header-top__right a {
		height: 40px;
		position: relative;
		gap: 10px;
	}
	.air .header-top__right a svg {
		max-width: 100%;
		max-height: 100%;
	}
	.air .header-top__right a svg:nth-child(1) {
		width: 80px;
	}
	.air .header-top__right a svg:nth-child(2) {
		width: 54px;
	}
	.air .header-top__right svg:nth-child(2) {
		transform: translateY(15%);
	}

	.air .header-redesign .header-burger {
		margin-left: 0px;
		margin-top: -5px;
	}
}

@font-face {
	font-family: "Mont";
	src: url("/local/templates//html_x2/fonts/subset-Mont-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Mont";
	src: url("/local/templates//html_x2/fonts/subset-Mont-Heavy.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Mont";
	src: url("/local/templates//html_x2/fonts/subset-Mont-Heavy.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Mont";
	src: url("/local/templates//html_x2/fonts/subset-Mont-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Mont";
	src: url("/local/templates//html_x2/fonts/subset-Mont-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body {
	margin: 0px;
}

main {
	font-family: Mont;
}

.air-screen {
	position: fixed;
	top: 0;
}

.device-screen {
	height: 95vh;
	min-height: 650px;
	max-height: 900px;
	position: relative;
	max-width: 1920px;
	margin: auto;
	overflow: hidden;
}

.second-screen,
.common-screen {
	height: auto;
	min-height: 650px;
	max-height: 900px;
	position: relative;
	max-width: 1920px;
	margin: 100px auto;
	overflow: hidden;
}

.device-screen {
	/* margin-top: 100px; */
}
.canvas2 {
	position: relative;
	z-index: 2;
}
#request {
	width: 100px;
	height: 50px;
	background-color: red;
	position: relative;
	z-index: 1000;
}
.test-screen {
	position: relative;
	z-index: 1000;
	height: 400px;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.test-screen__item {
	width: 100px;
	height: 100px;
	background-color: lightcoral;
}

.container {
	max-width: 1520px;
	padding: 0px 40px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
}

.air-header {
	position: absolute;
	z-index: 1000;
	padding: 10px 0px;
	left: 0;
	right: 0;
}

.air-header .container {
	width: auto;
}

.air-header__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.air-nav {
	display: flex;
	align-items: center;
	gap: 4.8rem;
	color: #fff;
	margin-bottom: 20px;
}
.device-screen-content,
.second-screen-content {
	position: absolute;
	inset: 0;
	display: flex;
	z-index: 100;
	pointer-events: none;
}

.device-screen-content .container {
	margin-top: auto;
	margin-bottom: 5%;
}

.device-screen-content__mobile-touches {
	position: absolute;
	left: 0;
	right: 0;
	padding-bottom: 90%;
	/* background-color: rgba(0, 106, 176, 0.2); */
	top: 50%;
	transform: translateY(-78%);
	z-index: 100;
	pointer-events: none;
	display: none;
}
.device-screen-content__mobile-touches.active {
	pointer-events: all;
}
.device-screen-content__mobile-touches.no-touches {
	/* touch-action:none; */
	/* pointer-events:all; */
}

.second-screen-content {
	pointer-events: all;
}
.second-screen .container {
	height: 100%;
}

.device-screen__title,
.second-screen-content__title {
	display: flex;
	flex-direction: column;
	color: #fff;

	line-height: 1.2;
	text-transform: uppercase;
	font-size: min(max(6vh, 2.3vw), 56px);
}

.device-screen__title span:first-child{
	line-height: 1;
}


.section-title {
	color: #fff;
}

.device-screen .device-screen__title {
	font-weight: 900;
	font-style: italic;
	color: #fff;
}

.second-screen__left {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}
.second-screen-color {
	display: flex;
	gap: 10px;
	align-items: center;
}
.second-screen-color:hover {
	cursor: pointer;
}

.second-screen-color.active .second-screen-color__title {
	opacity: 1;
}

.second-screen-color.active .second-screen-color__circle:before {
	color: inherit;
	position: absolute;
	content: "";
	inset: -4px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.second-screen-color__title {
	opacity: 0.4;
}
.second-screen__colors {
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.second-screen-color__circle {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: relative;
	background-size: cover;
	background-position: center;
}

.second-screen-content__subtitle {
	margin-top: 24px;
	max-width: 400px;
}

.percent {
	font-size: 110px;
	font-size: min(max(8vh, 4.51vw), 110px);
}
.device-screen-icon {
	position: absolute;
	left: 50%;
	bottom: 8%;
	transform: translateX(-50%);
	max-width: min(max(8vh, 4.51vw), 78px);
}
.device-screen-touch {
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translateX(650%);
	max-width: min(max(5vh, 1.3%), 5%);
	animation: touch 7s infinite linear;
	/* max-width: min(max(8vh, 4.51vw), 2vh); */
}
@keyframes touch {
	0% {
		transform: translateX(650%) scale(1);
	}
	10% {
		transform: translateX(650%) scale(0.5);
	}
	20% {
		transform: translateX(650%) scale(1);
	}
	30% {
		transform: translateX(650%) scale(0.5);
	}
	40% {
		transform: translateX(650%) scale(1);
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.device-screen-touch,
.device-screen-icon {
	pointer-events: none;
}
svg {
	max-width: 100%;
	max-height: 100%;
}

.second-screen-link {
	padding: min(max(2vh, 1.4vw), 20px) min(max(2vh, 3vw), 50px);
	border-radius: 40px;
	background-color: #fff;
	text-transform: uppercase;
	align-self: flex-start;
	font-weight: 700;
	transition: all 0.3s ease;
	color: #000;
}
.second-screen-link:hover {
	opacity: 0.7;
	cursor: pointer;
}
.second-screen__inner {
	display: grid;
	grid-template-columns: 2fr 3fr 2fr;

	justify-content: space-between;
}
.second-screen__right {
	align-self: center;
}
.second-screen-advantage {
	display: flex;
	gap: 24px;
	padding: 24px 0px;
	align-items: center;
	position: relative;
}
.third-screen .second-screen-advantage {
	/* justify-content:center; */
}

.third-screen .second-screen-advantage__title {
	max-width: none;
	font-size: min(max(3vh, 1.3vw), 18px);
}

@media (max-width: 1300px) {
	.third-screen .second-screen-advantage__title {
		max-width: none;
		font-size: min(max(3vh, 1.3vw), 14px);
	}
}

@media (max-width: 1200px) {
	.third-screen__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

.second-screen-advantage:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}

.second-screen-advantage__title {
	max-width: 240px;
	font-size: 16px;
}

.second-screen__video {
	position: absolute;
	top: 5%;
	left: 55%;
	max-width: min(max(5vh, 8%), 15%);
	transition: all 0.3s ease;
	svg {
		max-width: 100%;
		max-height: 100%;
	}
}
.second-screen__video:hover {
	transform: scale(1.1);
	cursor: pointer;
}

.third-screen {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.section-title {
	font-size: min(max(6vh, 2.3vw), 56px);
}

.second-screen-content__subtitle {
	font-size: min(max(3vh, 1.3vw), 24px);
}

.section-title--center {
	text-align: center;
	max-width: 620px;
	margin: auto;
}

.third-screen__row {
	display: grid;
	grid-template-columns: 1fr 2.5fr 1fr;
	gap: 10%;
	justify-content: center;
}
.third-screen__row svg {
	max-width: 100%;
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.third-screen__col {
	display: flex;
	flex-direction: column;
}
.third-screen__item--2 {
	transform: translateY(-25%);
}

.third-screen__item {
	position: relative;
}
.third-screen__item--button {
	z-index: 10;
}
.third-screen__item canvas {
	position: absolute;
	inset: -75%;

	width: 250%;
	height: 250%;
	min-width: 250%;
	min-height: 250%;
}

.third-screen__item img {
	max-width: 100%;
	max-height: 100%;
}
.to-video {
	transform: scale(1);
	transform-origin: 27% 49%;
	transition: all 0.2s ease;
}
.to-video:hover {
	cursor: pointer;
	transform: scale(1.2);
}

.third-screen__grid {
	display: flex;
	gap: 15px;
	justify-content: space-around;
}

.second-screen-advantage__circle {
	width: min(max(8vh, 3vw), 80px);
	height: min(max(8vh, 3vw), 80px);
	border-radius: 50%;
	flex: 0 0 auto;
}

.second-screen-advantage__circle svg {
	max-width: 100%;
	max-height: 100%;
}
.third-screen__grid .second-screen-advantage:after {
	display: none;
}

.second-screen__device {
	flex: 1;
	position: relative;
	/* width: 256px; */
	/* height: 427px; */
	/* margin: auto; */
}
.second-screen__device .canvas2 {
	position: absolute;
	/* inset: -50%;

	width: 200%;
	height: 200%;
	min-width: 200%;
	min-height: 200%; */

	inset: 0%;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}

@media (max-width: 1500px) {
	.second-screen-advantage__title {
		font-size: 16px;
		/* font-size: min(max(3vh, 1.3vw), 14px); */
	}
	.second-screen-advantage {
		gap: 12px;
	}
}

@media (max-width: 1200px) {
	.second-screen,
	.common-screen {
		max-height: none;
		height: auto;
	}

	.second-screen__left .second-screen-item {
		display: none;
	}

	.second-screen-content {
		position: static;
	}
	.second-screen-content__title {
		margin-top: 0%;
	}
	.second-screen__inner {
		display: flex;
		flex-wrap: wrap;
	}
	.second-screen__left,
	.second-screen__device {
		width: 50%;
		flex: 0 0 auto;
	}

	.second-screen__right {
		width: 100%;
	}
	.second-screen-item {
		margin-right: -50%;
	}

	.second-screen__device {
		height: 400px;
		/* margin-top: 15%; */
		/* transform: translateY(-20%); */
	}
	.second-screen__device .canvas2 {
		inset: 0%;
		width: 100%;
		height: 100%;
		min-width: 100%;
		min-height: 100%;
		/* inset: -50%;
		width: 200%;
		height: 200%;
		min-width: 200%;
		min-height: 200%; */
	}

	.second-screen__avantages {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.second-screen__right {
		margin-top: 32px;
	}
	.second-screen__colors {
		margin: 5% 0px;
	}
	.third-screen__grid {
		grid-template-columns: 1fr 1fr;
	}
	.third-screen .second-screen-advantage {
		justify-content: flex-start;
	}
	.second-screen-color__circle {
		width: 24px;
		height: 24px;
	}
	.second-screen-advantage {
		padding: 16px 0px;
	}

	.second-screen,
	.common-screen {
		margin-top: 10%;
	}
	.container {
		margin: 0px;
	}
	.device-screen__title {
		margin-top: 100px;
	}

	.third-screen__item canvas {
		inset: -25%;
		width: 150%;
		height: 150%;
		min-width: 150%;
		min-height: 150%;
	}
	.third-screen__item {
		height: 350px;
	}
}

.air-video {
}
.air-video__inner {
	padding-bottom: 56.25%;
	position: relative;
}
.air-video__wrapper {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.air-video__wrapper video {
	max-width: 100%;
	max-height: 100%;
}
.device-screen {
	position: relative;
}

.device-screen canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}

@media (max-width: 768px) {
	.device-screen canvas {
		position: absolute;
		inset: 0;
		bottom: 25%;
		width: 100%;
		height: 75%;
		min-width: 100%;
		min-height: 75%;
	}

	.device-screen-icon {
		bottom: 25%;
	}

	.second-screen-content__subtitle {
		margin-right: -50%;
	}

	.second-screen__device {
		margin-top: 0px;
		margin-left: 0px;
		overflow: hidden;
		height: 350px;
		width: 50%;
		transform: translateY(0%);
	}

	.third-screen__item--2 canvas {
		inset: 0;
		width: 400%;
		height: 400%;
		min-width: 400%;
		min-height: 400%;
		transform: translate(-40%, -30%);
	}

	.second-screen-link {
		font-size: 14px;
	}

	.second-screen-advantage {
		gap: 12px;
	}
	.third-screen__row {
		display: grid;
		grid-template-columns: 2fr 1fr;
		align-items: center;
		gap: 5%;
	}

	.third-screen__item--2 {
		transform: translateY(0%);
	}

	.third-screen__item:first-child {
		display: none;
	}

	.second-screen,
	.common-screen {
		margin-top: 60px;
	}

	.section-title {
		font-size: 28px;
	}
	.device-screen__title {
		font-size: 24px;
		margin-top: 100px;
	}
	.percent {
		font-size: 36px;
	}
	.device-screen-content {
		top: 0;
		margin: 0;
	}
	.second-screen-content__title {
		margin-top: 5%;
	}
	.device-screen-content .container {
		margin-top: auto;
		margin-bottom: 20%;
	}
	.container {
		padding: 0px 16px;
	}
	.second-screen-content__subtitle {
		font-size: 16px;
	}
	.second-screen-color__title {
		font-size: 16px;
	}
	.second-screen-color__circle {
		width: 24px;
		height: 24px;
	}
	.second-screen__colors {
		gap: 24px;
		margin: 50px 0px;
		align-items: flex-start;
	}

	.second-screen-link {
		padding: 8px 20px;
	}
	.second-screen__left {
		/* justify-content: flex-start; */
		gap: 5%;
		/* height: auto; */
	}
	.second-screen__inner {
		/* height: auto; */
	}
	.second-screen__right .second-screen-advantage {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.second-screen-advantage__circle {
		width: 42px;
		height: 42px;
	}
	.second-screen__right {
		margin-top: 40px;
	}
	.second-screen-advantage::after {
		display: none;
	}
	.second-screen-advantage:nth-child(1),
	.second-screen-advantage:nth-child(2) {
		border-bottom: 1px solid #fff;
	}
	.second-screen-advantage:nth-child(1),
	.second-screen-advantage:nth-child(3) {
		border-right: 1px solid #fff;
	}
	.second-screen-advantage:nth-child(2),
	.second-screen-advantage:nth-child(4) {
		padding-left: 20px;
	}
	.second-screen-advantage:nth-child(1),
	.second-screen-advantage:nth-child(3) {
		padding-right: 20px;
	}
	.second-screen__avantages::before {
		position: absolute;
		content: "";
		left: 50;
		width: 1px;
	}

	.third-screen__grid {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.third-screen__grid .second-screen-advantage {
		padding: 0px;
		border: none;
	}
	.third-screen__row {
		margin: 20px 0px;
	}
	.common-screen {
		height: auto;
		min-height: auto;
	}
	.third-screen__item {
		height: 120px;
		display: flex;
		justify-content: flex-start;
	}
	.third-screen__item svg {
		width: auto;
		height: auto;
	}
	.section-title--center {
		text-align: left;
		margin-left: 0px;
	}
	.third-screen__item--2 .lazy-img-wrap {
		display: flex;
		justify-content: flex-end;
		margin-bottom: -40%;
	}

	/* .third-screen__item--2 canvas{
		inset: -100%;
		width: 200%;
		height: 200%;
	} */

	.device-screen-touch {
		display: none;
	}

	.air-video {
		margin-top: 60px;
	}
}

@media (max-width: 575px) {
	.third-screen__item--2 canvas {
		inset: 0;
		width: 500%;
		height: 500%;
		min-width: 500%;
		min-height: 500%;
		transform: translate(-40%, -40%);
	}
}
.air-map {
	position: relative;
	z-index: 2;
	margin-top: 100px;
}

.air-map .form-control {
	padding: min(max(3vh, 1.3vw), 24px) min(max(3vh, 1.3vw), 28px);
	box-shadow: 0px 3.7px 51.85px 0px rgba(131, 160, 181, 0.15);
	box-shadow: 0px 4px 36px 0px rgba(0, 106, 176, 0.2);
	outline: none;
	border: none;
	border-radius: 12px;
	width: 100%;
	box-sizing: border-box;
	font-size: min(max(3vh, 1.3vw), 20px);
}
.air-map {
	box-sizing: border-box;
}
.air-map .find-shop__search {
	position: relative;
}

.air-map__row {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
	gap: 40px;
}

.air-map__left {
	width: 100%;
	max-width: 530px;
	display: flex;
	align-items: center;
}

.air-map__left .find-shop-form {
	width: 100%;
}

.air-map .find-shop__submit {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.air-map .find-shop__submit svg {
	max-width: min(max(3vh, 1.3vw), 33px);
	max-height: min(max(3vh, 1.3vw), 33px);
}

.air-map .find-shop__submit:hover {
	cursor: pointer;
	opacity: 0.8;
}

.air-map__right {
	display: flex;
	align-items: center;
	max-width: 610px;
	gap: 16px;
	font-size: min(max(3vh, 1.3vw), 20px);
}
.air-map__right a {
	color: inherit;
	text-decoration: underline;
}
.air-map__right svg:hover {
	cursor: pointer;
}
.air-map__right a:hover {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
.air-map__right svg {
	flex: 0 0 auto;
	max-width: min(max(10vh, 3vw), 66px);
	max-height: min(max(10vh, 3vw), 66px);
}
.section-title {
	text-transform: uppercase;
}
.section-title span {
	text-transform: lowercase;
}

.air-map__map-wrap {
	position: relative;
}

.air-map__map {
	margin-top: 82px;
	height: 700px;
}

.air-map .shops__filter {
	top: 30px;
	bottom: auto;
	border-radius: 12px;
	min-height: auto;
}

.air-map .find-shop__search {
	margin-bottom: 0px;
}
.air-map .find-shop {
	margin-top: 0px;
}

@media (max-width: 575px) {
	.device-screen-content__mobile-touches {
		display: flex;
	}
}

@media (max-width: 1000px) {
	.air-map__row {
		flex-direction: column;
		gap: 24px;
		margin-top: 24px;
	}
	.air-map .shops__filter {
		margin-left: 16px;
		margin-right: 16px;
		margin-top: 24px;
		background: rgba(255, 255, 255, 0.5);
		backdrop-filter: blur(2px);
	}
}

@media (max-width: 767px) {
	.second-screen,
	.common-screen {
		margin: 50px auto;
	}

	.second-screen {
		margin-top: 0px;
	}

	.air-map {
		margin-top: 40px;
	}

	.air-map__right {
		font-size: 16px;
	}

	.air-map .form-control {
		padding: 14px 16px;
		font-size: 16px;
	}
	.find-shop__submit svg {
		max-width: 20px;
		max-height: 20px;
	}
	.air-map__right svg {
		display: none;
	}
	.air-map__map {
		margin-top: 24px;
		height: 500px;
	}

	.air-map .js-show_air-wrapper div img {
		max-width: 60%;
		max-height: 60%;
	}
	.air-map .js-show_air-wrapper.shops__filter-item-dots.active div img {
		max-width: 60%;
		max-height: 60%;
	}
	.air-map .shops__filter-item-inner figcaption {
		font-size: 12px;
	}
	.air-map .shops__filter-item-inner figure {
		display: flex;
		align-items: center;
		white-space: nowrap;
		gap: 8px;
	}
	.air-map .shops__filter-item-inner figure div {
		margin-bottom: 0px;
		flex: 0 0 auto;
	}
	.air-map .shops__filter-item-dots {
		max-width: none;
	}
}

.air .modal {
	z-index: 3000;
}

.xs-modal-title {
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}

.air .shops-list {
	margin-top: 0px;
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	.xs-modal-title {
		font-size: 24px;
	}
}
