@font-face {
	font-family: Nozhik;
	src: url('../fonts/Nozhik-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--white: white;
	--black: black;
}

::selection {
	background-color: #ff4e10;
	color: #fff;
}

body {
	background-color: #000;
	font-family: Montserrat, sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	text-decoration: none;
	text-transform: none;
}

.product__header {
	z-index: 0;
	background-image: url('../images/header_bg.png');
	background-position: 50% 0;
	background-repeat: repeat-x;
	background-size: auto;
	flex-flow: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	height: 105px;
	margin-top: -5px;
	display: flex;
	position: static;
}

.button__order {
	color: #fff;
	background-color: #000;
	border-radius: 30px;
	padding: 10px 12px;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	text-decoration: none;
	transition: 0.3s ease;
}
.button__order:hover {
	background-color: #ff4e10;
	color: #fff;
}

.header__logo {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: center;
	width: 95px;
	display: flex;
}

.container {
	flex-flow: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	max-width: 1920px;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	position: relative;
}

.container.header__contant {
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1920px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
}

.container._1 {
	display: block;
}

.container._2 {
	margin-top: 10%;
	display: block;
}

.container.c3 {
	justify-content: space-between;
	align-items: center;
}

.button_menu {
	cursor: pointer;
	background-color: #d6d6d6;
	border-radius: 300px;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	display: none;
}

.icon_close {
	display: none;
}

.header {
	z-index: 999;
	flex-flow: column;
	align-items: center;
	width: 100%;
	display: flex;
	position: fixed;
	padding-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
}

.div-block-48 {
	z-index: 1;
	background-color: #fff;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	display: flex;
	position: relative;
}

.header__buttons {
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	display: flex;
}

.train__container {
	overflow-x: clip;
	z-index: 9;
	background-image: linear-gradient(0deg, #000, #21212180 6%, #0000 40%);
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100vh;
	max-height: 850px;
	display: flex;
	position: relative;
}

.traint__items-wrap {
	z-index: 1;
}

.div-block-11 {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	display: flex;
	position: relative;
}

.promo_2 {
	z-index: 5;
	color: #fff;
	text-transform: uppercase;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: center;
	margin-top: 12%;
	margin-bottom: 5%;
	padding-top: 5%;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: 120%;
	display: block;
	position: relative;
}

.image-18 {
	width: 16%;
	position: absolute;
	transform: translate(119.5%, 273.2%);
}

.text-block {
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 120%;
	position: relative;
}

._1_sticker_milk {
	z-index: 10;
	width: 55%;
	padding-top: 5%;
	position: absolute;
	transform: translate(0%) rotate(25deg);
}

._1_sticker_01 {
	width: 30%;
	position: absolute;
	transform: translate(-90%, -40%) rotate(-13deg);
}

._1_sticker_00 {
	width: 40%;
	position: absolute;
	transform: translate(50%, -65%) rotate(22deg);
}

.image-17 {
	width: 24%;
	position: absolute;
	transform: translate(80%, 182%);
}

.promo_1 {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: clamp(16px, 4vw, 96px);
	font-weight: 700;
	line-height: 120%;
}

.product_main {
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	display: flex;
	position: relative;
}

.product__container {
	z-index: 9;
	background-image: none;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1920px;
	height: 100vh;
	padding-top: 175px;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	position: relative;
}

.div-block-2-copy {
	z-index: 5;
	text-transform: uppercase;
	flex-flow: column;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	line-height: 120%;
	display: flex;
	position: relative;
}

.div-block-16 {
	z-index: 0;
	background-image: url('../images/path_1path.png');
	background-position: 0 0;
	background-size: auto;
	width: 100%;
	height: 60px;
	margin-top: -7px;
}

.div-block-10 {
	color: #000;
	background-color: #c061f2;
}

.image-4 {
	pointer-events: none;
	width: 100%;
	padding-top: 2%;
	position: absolute;
	top: 0;
	right: 0;
}

.traint__items {
	justify-content: center;
	align-items: flex-end;
}

._1_sticker_02 {
	width: 30%;
	position: absolute;
	transform: translate(-140%, 65%);
}

.image-16 {
	width: 40%;
	position: absolute;
	transform: translate(45%, 100%);
}

.image-11 {
	z-index: 1;
	width: 50%;
	position: absolute;
	transform: translate(53%, -20%);
}

.heading {
	z-index: 5;
	color: #fff;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	font-size: clamp(16px, 2vw, 48px);
	font-weight: 700;
	line-height: 120%;
	position: relative;
}

.text-block-2 {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: clamp(16px, 2vw, 48px);
	font-weight: 400;
	line-height: 120%;
}

.visual {
	z-index: 90;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 516px;
	height: 100%;
	max-height: 516px;
	display: flex;
	position: relative;
}

.product__visual {
	flex-flow: row;
	justify-content: center;
	align-items: flex-start;
	width: 50%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 175px;
	right: 0;
}

.div-block-9 {
	position: relative;
}

.product__promo {
	flex-flow: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 50%;
	height: 100%;
	padding-top: 3%;
	display: flex;
}

.image-19 {
	z-index: 0;
	width: 65%;
	position: absolute;
	top: -30%;
	right: 0;
}

.text-block-4 {
	z-index: 10;
	color: #fff;
	text-transform: none;
	font-family: Montserrat, sans-serif;
	font-size: clamp(16px, 1.65vw, 24px);
	font-weight: 500;
	line-height: 120%;
	position: relative;
}

.text-block-4-mobile-copy {
	z-index: 10;
	color: #fff;
	text-transform: none;
	font-family: Montserrat, sans-serif;
	font-size: clamp(16px, 1.65vw, 24px);
	font-weight: 500;
	line-height: 120%;
	display: none;
	position: relative;
}

.div-block-17 {
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}

.text-block-6 {
	z-index: 10;
	font-size: clamp(16px, 3.25vw, 48px);
	line-height: 120%;
	position: relative;
}

.div-block-18-copy {
	grid-column-gap: 28px;
	grid-row-gap: 28px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	flex-flow: column;
	align-items: flex-start;
	font-family: Montserrat, sans-serif;
	font-size: 3.25vw;
	font-weight: 700;
	line-height: 100%;
	display: flex;
	position: relative;
}

.section_for-whom {
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	min-height: 450px;
	padding-top: 10%;
	display: flex;
}

.image-21 {
	width: 66%;
	position: absolute;
	top: -28%;
	right: 0;
}

.div-block-18 {
	grid-column-gap: 28px;
	grid-row-gap: 28px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	flex-flow: column;
	align-items: flex-start;
	font-family: Montserrat, sans-serif;
	font-size: 3.25vw;
	font-weight: 700;
	line-height: 100%;
	display: flex;
	position: relative;
}

.image-20 {
	width: 76%;
	position: absolute;
	top: -45%;
	left: -6%;
}

.text-block-3 {
	z-index: 10;
	text-align: right;
	font-size: clamp(16px, 3.25vw, 48px);
	line-height: 120%;
	position: relative;
}

.text-block-4-mobile {
	z-index: 10;
	color: #fff;
	text-transform: none;
	font-family: Montserrat, sans-serif;
	font-size: clamp(16px, 1.65vw, 24px);
	font-weight: 500;
	line-height: 120%;
	display: none;
	position: relative;
}

.image-42 {
	z-index: 0;
	width: 65%;
	position: absolute;
	top: -30%;
	right: 0;
}

.text-block-16 {
	z-index: 10;
	color: #fff;
	text-transform: none;
	font-family: Montserrat, sans-serif;
	font-size: clamp(16px, 1.65vw, 24px);
	font-weight: 500;
	line-height: 120%;
	position: relative;
}

.div-block-49 {
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}

.text-block-17 {
	z-index: 10;
	font-size: clamp(16px, 3.25vw, 48px);
	line-height: 120%;
	position: relative;
}

.image-43 {
	width: 66%;
	position: absolute;
	top: -28%;
	right: 0;
}

.div-block-50 {
	grid-column-gap: 28px;
	grid-row-gap: 28px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	flex-flow: column;
	align-items: flex-start;
	font-family: Montserrat, sans-serif;
	font-size: 3.25vw;
	font-weight: 700;
	line-height: 100%;
	display: flex;
	position: relative;
}

.image-44 {
	width: 76%;
	position: absolute;
	top: -45%;
	left: -6%;
}

.text-block-18 {
	z-index: 10;
	text-align: right;
	font-size: clamp(16px, 3.25vw, 48px);
	line-height: 120%;
	position: relative;
}

.div-block-26 {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-end;
	width: 20%;
	display: flex;
}

.image-28 {
	z-index: 10;
	width: 150%;
	max-width: none;
	position: absolute;
	top: -35%;
	left: -5%;
	transform: rotate(10deg);
}

.div-block-25 {
	justify-content: center;
	align-items: flex-start;
	width: 40%;
	display: flex;
	position: relative;
}

.div-block-27 {
	grid-column-gap: 15%;
	grid-row-gap: 15%;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: flex;
}

.image-26 {
	z-index: 5;
	width: 100%;
	position: absolute;
	top: 22%;
	transform: translate(3%) rotate(7deg);
}

.image-27 {
	width: 40%;
}

.image-23 {
	width: 100%;
}

.div-block-19 {
	justify-content: space-between;
	padding-bottom: 5%;
	display: flex;
}

.image-24 {
	width: 40%;
}

.div-block-28 {
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	flex-flow: column;
	width: 100%;
	display: flex;
}

.div-block-22 {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	flex-flow: column;
	width: 25%;
	display: flex;
}

.image-25 {
	z-index: 9;
	width: 50%;
	position: absolute;
	top: 65%;
	transform: rotate(-7deg);
}

.image-22 {
	width: 100%;
}

.div-block-23 {
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	display: flex;
}

.section-3 {
	justify-content: center;
	width: 100%;
	display: flex;
}

.text-span {
	color: #fff;
	font-size: clamp(16px, 9vw, 160px);
	font-weight: 700;
}

.image-30 {
	width: 40%;
}

.image-31 {
	width: 75%;
}

.image-45 {
	display: none;
}

.section-4 {
	z-index: 1;
	background-color: #fff;
	justify-content: center;
	width: 100%;
	height: 100vh;
	display: flex;
	position: relative;
}

.div-block-30 {
	grid-column-gap: 10%;
	grid-row-gap: 10%;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100%;
	padding-top: 0%;
	display: flex;
}

.text-block-7 {
	color: #000;
	font-family: Nozhik, sans-serif;
	font-size: clamp(16px, 8vw, 140px);
	font-weight: 700;
	line-height: 80%;
	position: relative;
}

.div-block-29 {
	grid-column-gap: 60px;
	grid-row-gap: 60px;
	flex-flow: column;
	width: 50%;
	padding-top: 5%;
	display: flex;
}

.div-block-31 {
	justify-content: center;
	align-items: flex-start;
	display: flex;
	position: relative;
}

.image-29 {
	z-index: 0;
	width: 70%;
	position: absolute;
	top: -30%;
	right: -17%;
}

.text-block-8 {
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: Montserrat, sans-serif;
	font-size: clamp(16px, 2.5vw, 48px);
	font-weight: 400;
	line-height: 120%;
}

.section-5 {
	background-color: #fff;
	justify-content: center;
	width: 100%;
	display: flex;
	position: relative;
}

.div-block-34 {
	background-image: url('../images/img_10.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 120%;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: flex;
}

.text-block-9 {
	color: #fff;
	text-align: center;
	padding-top: 8%;
	padding-bottom: 8%;
	font-family: Nozhik, sans-serif;
	font-size: clamp(16px, 4vw, 64px);
	font-weight: 700;
	line-height: 100%;
}

.div-block-32 {
	grid-column-gap: 7%;
	grid-row-gap: 7%;
	flex-flow: column;
	grid-template:
		'Area Area'
		'Area-2 Area-3'
		'Area-4 Area-5'
		/ 1fr;
	place-content: center;
	align-items: center;
	width: 60%;
	height: 100%;
	padding-bottom: 10%;
	display: flex;
	position: relative;
}

.text-block-11 {
	font-size: clamp(16px, 1vw, 18px);
	font-weight: 600;
	line-height: 120%;
}

.text-block-11-mobile {
	font-size: clamp(16px, 1vw, 18px);
	font-weight: 600;
	line-height: 120%;
	display: none;
}

.div-block-35 {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	color: #000;
	flex-flow: column;
	font-weight: 500;
	line-height: 120%;
	display: flex;
	position: relative;
}

.div-block-33 {
	justify-content: center;
	align-items: center;
	width: 40%;
	display: flex;
	position: relative;
}

.div-block-37 {
	grid-column-gap: 0%;
	grid-row-gap: 15%;
	flex-flow: wrap;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	display: grid;
}

.image-35 {
	width: 22%;
	position: absolute;
	transform: translate(-38%, 59%);
}

.text-span-2 {
	font-weight: 700;
}

.image-34 {
	width: 40%;
	position: absolute;
	transform: translate(-150%, -7%);
}

.image-32 {
	width: 130%;
	max-width: none;
}

.text-span-3 {
	text-transform: uppercase;
	font-weight: 700;
}

.text-block-10 {
	text-transform: uppercase;
	font-size: clamp(16px, 2.5vw, 48px);
	line-height: 120%;
}

.section-6 {
	z-index: 1;
	background-color: #fff;
	justify-content: center;
	width: 100%;
	height: 100vh;
	display: flex;
	position: relative;
	overflow: hidden;
}

.div-block-35-copy {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	color: #000;
	flex-flow: column;
	width: 100%;
	font-weight: 500;
	line-height: 120%;
	display: flex;
	position: relative;
}

.image-33 {
	width: 50%;
	position: absolute;
	transform: translate(53%, 62%) rotate(-12deg);
}

.image-48 {
	opacity: 0;
	width: 100%;
	transition: opacity 0.2s;
	position: absolute;
	transform: translate(-44%, -192%);
}

.product__header-copy {
	z-index: 10;
	pointer-events: none;
	background-image: url('../images/bg.png');
	background-position: 50% 0;
	background-repeat: repeat-x;
	background-size: auto;
	flex-flow: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	height: 192px;
	min-height: 192px;
	display: flex;
	position: absolute;
}

.image-49 {
	height: 4.2%;
	position: absolute;
	transform: translate(85%, -877%);
}

.div-block-46 {
	z-index: 99;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 515px;
	display: flex;
	position: relative;
}

.section-7 {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.link-block {
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	padding: 15px 36px;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	text-decoration: none;
	display: flex;
}

.div-block-51 {
	z-index: 99;
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
	min-width: 200px;
	min-height: 541px;
	display: flex;
	position: absolute;
	inset: auto 0% 0 auto;
}

.image-50 {
	height: 100%;
	position: absolute;
}

.div-block-52 {
	z-index: 99;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	opacity: 0;
	pointer-events: auto;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	transition: opacity 0.2s;
	display: flex;
	position: relative;
}

.paint_area {
	background-image: url('../images/Group-182.png');
	background-position: 50% 0;
	background-repeat: repeat-x;
	background-size: auto 100%;
	flex-flow: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
}

.div-block-40 {
	color: #fff;
	text-transform: uppercase;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1920px;
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(12px, 1vw, 16px);
	font-weight: 600;
	line-height: 100%;
	display: flex;
}

.image-37 {
	width: 85%;
	max-width: 350px;
	position: absolute;
	transform: translate(5%, 8%);
}

.sla_footer__link {
	width: 15%;
	min-width: 22px;
	max-width: 32px;
}

.div-block-41 {
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	color: #fff;
	flex-flow: column;
	justify-content: space-around;
	width: 100%;
	height: 100%;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	display: flex;
}

.section-8 {
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

.div-block-43 {
	justify-content: space-around;
	align-items: center;
	width: 40%;
	position: relative;
}

.image-36 {
	width: 35%;
}

.div-block-44 {
	justify-content: center;
	align-items: flex-end;
	width: 30%;
	display: flex;
	position: absolute;
	inset: auto 0% 20% auto;
}

.footer__container {
	flex-flow: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	max-width: 1920px;
	height: 67vh;
	padding-top: 2%;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	position: relative;
}

.text-block-13 {
	font-size: clamp(16px, 1.7vw, 32px);
	line-height: 120%;
}

.div-block-38 {
	background-image: url('../images/bg_stikers.png');
	background-position: 50% 100%;
	background-repeat: repeat-x;
	background-size: contain;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 33vh;
	display: flex;
}

.div-block-42 {
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	text-transform: uppercase;
	flex-flow: column;
	display: flex;
}

.text-block-12 {
	font-size: clamp(14px, 0.85vw, 16px);
	font-weight: 700;
	line-height: 100%;
}

.div-block-45 {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60%;
	display: flex;
}

.div-block-39 {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: #00000080;
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 50px;
	display: flex;
}

.image-40 {
	width: 100%;
}

.callback-form {
	display: none;
}

.callback-form-close_btn {
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin-top: 25px;
	margin-right: 25px;
	background-color: transparent;
	display: flex;
	position: absolute;
	inset: 0% 0% auto auto;
	will-change: transform;
	transition: 0.3s ease;
}
.callback-form-close_btn:hover {
	transform: scale(1.15);
}

.callback-form.fancybox__content {
	position: relative;
	padding: 4% 6%;
}

.textarea {
	aspect-ratio: auto;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	object-fit: fill;
	resize: none;
	background-color: #0000;
	border: 0 solid #000;
	border-bottom-width: 2px;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-height: 200px;
	margin-bottom: 0;
	padding: 0;
	font-size: min(2.5vw, 42px);
	font-weight: 400;
	line-height: 100%;
	text-decoration: none;
	display: flex;
	overflow: auto;
}

.textarea::placeholder {
	color: #000;
	line-height: 100%;
}

.form-block {
	width: 100%;
	margin-bottom: 0;
}

.text-block-33 {
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
}

.section {
	z-index: 9999;
	pointer-events: none;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 4.7%;
	padding-right: 4.7%;
	transition: all 0.5s;
	display: flex;
	position: fixed;
	inset: 0%;
}

.section.form-hidden {
	opacity: 0;
}

.code-embed {
	display: none;
}

.success-message {
	background-color: #0000;
}

.submit-button {
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	border-radius: 16px;
	margin-top: 40px;
	padding: 20px 27px;
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	transition: 0.3s ease;
}
.submit-button:hover {
	background-color: #c061f2;
	color: #fff;
}

.text-field {
	color: #000;
	text-transform: uppercase;
	background-color: #0000;
	border: 0 solid #000;
	border-bottom-width: 2px;
	height: auto;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	font-size: min(2.5vw, 42px);
	font-weight: 400;
	line-height: 100%;
}

.text-field::placeholder {
	color: #000;
}

.div-block-71 {
	pointer-events: none;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1920px;
	padding: 5% 10%;
	display: flex;
	position: relative;
}

.div-block-72 {
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin-top: 25px;
	margin-right: 25px;
	display: flex;
	position: absolute;
	inset: 0% 0% auto auto;
}

@media screen and (min-width: 1440px) {
	.visual {
		max-width: 620px;
		max-height: 620px;
	}
}

@media screen and (min-width: 1920px) {
	.visual {
		max-width: 850px;
		max-height: 880px;
	}
}

@media screen and (max-width: 991px) {
	.container.c3 {
		grid-column-gap: 60px;
		grid-row-gap: 60px;
		flex-flow: column;
		justify-content: flex-start;
		padding-top: 5%;
		overflow: hidden;
	}

	.train__container {
		height: 50svh;
		max-height: 700px;
		padding-top: 0;
	}

	.traint__items-wrap {
		min-height: 420px;
	}

	.product__container {
		height: 50svh;
	}

	.div-block-16 {
		height: 60px;
		min-height: 60px;
	}

	.text-span {
		font-size: clamp(16px, 13vw, 160px);
	}

	.image-30 {
		width: 30%;
		display: none;
	}

	.image-31 {
		width: 70%;
		display: none;
	}

	.image-45 {
		width: 30%;
		display: block;
		position: absolute;
		inset: auto auto -8% 0%;
		transform: rotate(-26deg);
	}

	.section-4 {
		height: auto;
	}

	.div-block-30 {
		grid-column-gap: 0%;
		grid-row-gap: 0%;
		flex-flow: row;
		justify-content: flex-end;
		align-items: flex-end;
		width: 100%;
		height: 100%;
		padding-bottom: 10%;
	}

	.text-block-7 {
		font-size: clamp(16px, 12vw, 140px);
	}

	.div-block-29 {
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.text-block-8 {
		width: 100%;
		font-size: clamp(18px, 4vw, 48px);
	}

	.div-block-32 {
		width: 100%;
	}

	.text-block-11,
	.text-block-11-mobile {
		font-size: clamp(14px, 2.5vw, 16px);
	}

	.div-block-33 {
		width: 90%;
	}

	.image-35 {
		width: 21%;
		transform: translate(200%, -37%);
	}

	.image-34 {
		width: 33%;
		transform: translate(92%, -46%);
	}

	.image-32 {
		width: 100%;
	}

	.text-block-10 {
		font-size: clamp(24px, 3.5vw, 48px);
	}

	.section-6 {
		height: auto;
	}

	.section-7 {
		height: 192px;
	}

	.div-block-51,
	.paint_area {
		display: none;
	}

	.image-37 {
		width: 100%;
	}

	.div-block-43 {
		justify-content: space-between;
		align-items: center;
		width: 60%;
	}

	.image-36 {
		width: 50%;
	}

	.div-block-44 {
		justify-content: flex-start;
		align-items: center;
		margin-top: 5%;
		position: relative;
		bottom: auto;
		right: auto;
	}

	.footer__container {
		height: 30vh;
	}

	.div-block-38 {
		height: 25vh;
	}

	.div-block-45 {
		justify-content: flex-start;
		align-items: center;
	}

	.textarea {
		font-size: max(2.5vw, 42px);
	}

	.section.form-hidden {
		opacity: 0;
	}

	.text-field {
		font-size: max(2.5vw, 42px);
	}

	.div-block-71 {
		padding-top: 10%;
	}
}

@media screen and (max-width: 767px) {
	.product__header {
		background-position: 27% 0;
	}

	.text-block-15 {
		font-size: 14px;
	}

	.header__logo {
		width: 70px;
	}

	.container.header__contant {
		padding: 5px 20px;
	}

	.container._1 {
		flex-flow: column;
		align-items: center;
		padding-left: 20px;
		padding-right: 20px;
		display: flex;
	}

	.container._2 {
		margin-top: 0%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.container.c3 {
		padding-top: 15%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.train__container {
		height: 50svh;
	}

	.traint__items-wrap {
		min-height: 0;
	}

	.div-block-11 {
		grid-column-gap: 2%;
		grid-row-gap: 2%;
	}

	.promo_2 {
		display: block;
	}

	.promo_1 {
		font-size: 8vw;
		position: relative;
	}

	.product__container {
		height: auto;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}

	.div-block-16 {
		background-size: auto 100%;
		height: 30px;
		min-height: 30px;
		margin-top: -4px;
	}

	.traint__items {
		justify-content: center;
		align-items: flex-end;
	}

	.image-11 {
		transform: translate(90%, -10%);
	}

	.heading,
	.text-block-2 {
		font-size: 5vw;
	}

	.visual {
		width: 100%;
		height: 100%;
		padding-top: 2%;
	}

	.product__visual {
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60svh;
		padding-left: 5%;
		position: relative;
		top: 0;
	}

	.product__promo {
		flex-flow: column;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		height: auto;
		padding-top: 125px;
		padding-left: 20px;
		padding-right: 20px;
		display: flex;
		position: relative;
		top: 0;
	}

	.image-19 {
		width: 40%;
		top: -15%;
	}

	.text-block-4 {
		font-size: 5vw;
		display: none;
	}

	.text-block-4-mobile-copy {
		text-align: left;
		white-space: normal;
		width: 63%;
		font-size: 4.5vw;
		text-decoration: none;
		display: inline-flex;
	}

	.div-block-17 {
		grid-column-gap: 50px;
		grid-row-gap: 50px;
		flex-flow: column;
		justify-content: space-between;
		align-items: center;
	}

	.text-block-6 {
		font-size: 8vw;
	}

	.div-block-18-copy {
		justify-content: flex-start;
		align-items: flex-end;
	}

	.section_for-whom {
		min-height: 0;
		padding-top: 25%;
		padding-bottom: 30%;
	}

	.image-21 {
		width: 50%;
		top: -14%;
	}

	.div-block-18 {
		width: 100%;
	}

	.image-20 {
		width: 50%;
		top: -44%;
		left: 0%;
	}

	.text-block-3 {
		font-size: 8vw;
	}

	.text-block-4-mobile {
		white-space: normal;
		width: 70%;
		font-size: 4.5vw;
		display: block;
	}

	.image-42 {
		width: 40%;
		top: -15%;
	}

	.text-block-16 {
		font-size: 5vw;
		display: none;
	}

	.div-block-49 {
		grid-column-gap: 50px;
		grid-row-gap: 50px;
		flex-flow: column;
		justify-content: space-between;
		align-items: center;
	}

	.text-block-17 {
		font-size: 8vw;
	}

	.image-43 {
		width: 50%;
		top: -14%;
	}

	.div-block-50 {
		width: 100%;
	}

	.image-44 {
		width: 50%;
		top: -44%;
		left: 0%;
	}

	.text-block-18 {
		font-size: 8vw;
	}

	.div-block-26 {
		flex-flow: row;
		order: 2;
		justify-content: flex-end;
		align-items: stretch;
		width: 100%;
		position: relative;
	}

	.image-28 {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		transform: rotate(10deg);
	}

	.div-block-25 {
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		flex-flow: column;
		flex: 0 auto;
		order: 3;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr;
		grid-auto-columns: 1fr;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: 110vw;
		display: flex;
		position: relative;
	}

	.div-block-27 {
		flex: 0 auto;
		width: 100%;
	}

	.image-46 {
		width: 20%;
	}

	.image-26 {
		width: 70%;
		position: absolute;
		top: 38%;
		right: 25%;
		transform: translate(5%) rotate(-4deg);
	}

	.image-47 {
		width: 40%;
	}

	.div-block-19 {
		grid-column-gap: 40px;
		grid-row-gap: 40px;
		flex-flow: column;
		padding-bottom: 0%;
	}

	.div-block-28 {
		width: 70%;
	}

	.div-block-22 {
		order: 1;
		width: 100%;
		position: relative;
	}

	.image-25 {
		width: 40%;
		position: absolute;
		top: auto;
		bottom: -15%;
		left: 25%;
	}

	.image-45 {
		bottom: -4%;
	}

	.div-block-34 {
		background-size: auto 100%;
	}

	.text-block-9 {
		font-size: clamp(16px, 6vw, 64px);
	}

	.div-block-32 {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.text-block-11 {
		font-size: clamp(12px, 3vw, 38px);
		display: none;
	}

	.text-block-11-mobile {
		width: 80%;
		font-size: clamp(12px, 3vw, 38px);
		display: block;
	}

	.div-block-35 {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.div-block-37 {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		flex-flow: column;
		display: flex;
	}

	.image-35 {
		width: 50%;
		transform: translate(107%, 50%);
	}

	.image-34 {
		display: none;
	}

	.text-block-10 {
		font-size: clamp(24px, 5vw, 38px);
	}

	.div-block-35-copy {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.div-block-40 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.div-block-41 {
		justify-content: space-between;
		padding-top: 5%;
	}

	.section-8 {
		height: 100svh;
	}

	.div-block-43 {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		justify-content: flex-start;
		align-items: center;
	}

	.div-block-44 {
		width: 100%;
		position: relative;
		bottom: auto;
		right: auto;
	}

	.footer__container {
		flex-flow: column;
		height: 82%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.text-block-13 {
		font-size: clamp(12px, 2.8vw, 32px);
		line-height: 120%;
	}

	.div-block-38 {
		height: 18%;
	}

	.text-block-12 {
		width: 60%;
		font-size: clamp(12px, 2.5vw, 24px);
		line-height: 120%;
	}

	.div-block-45 {
		justify-content: flex-start;
		align-items: center;
	}

	.div-block-53 {
		display: none;
	}

	.textarea,
	.submit-button,
	.text-field {
		font-size: max(5vw, 18px);
	}

	.div-block-71 {
		padding-top: 60px;
	}
}

@media screen and (max-width: 479px) {
	.div-block-16 {
		margin-top: -4px;
	}

	.text-block-4-mobile-copy {
		width: 67%;
	}

	.text-block-4-mobile {
		width: 74%;
	}

	.div-block-25 {
		height: 110vw;
	}

	.div-block-43,
	.div-block-44,
	.div-block-45 {
		justify-content: flex-start;
		align-items: center;
	}

	.textarea,
	.submit-button,
	.text-field {
		font-size: max(5vw, 18px);
	}

	.div-block-71 {
		padding-top: 60px;
	}

	.div-block-72 {
		margin-top: 5%;
		margin-right: 5%;
	}
}

@font-face {
	font-family: 'Nozhik';
	src: url('../fonts/Nozhik-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Train animation */
.train__container {
	width: 100%;
	margin: auto;
	padding-top: 50px;
}
.train__container:before,
.train__container:after {
	content: '';
	height: 100%;
	top: 0;
	width: 10%;
	position: absolute;
	z-index: 10;
	pointer-events: none;
}
.train__container:before {
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.train__container:after {
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.traint__items-wrap {
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
}

.traint__items-wrap:before,
.traint__items-wrap:after {
	content: '';
	height: 100%;
	top: 0;
	width: 10%;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.traint__items {
	flex-shrink: 0;
	display: flex;
	counter-reset: item;
	justify-content: space-around;
	min-width: 100%;
	animation: scroll 30s linear infinite;
}

.traint__item {
	width: 1242px;
	height: 550px;
	object-fit: cover;
	flex: 0 0 auto;
	counter-increment: item;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-weight: bold;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100%));
	}
}

@media screen and (max-width: 991px) {
	.traint__item {
		width: 948px;
		height: 420px;
	}
}

@media screen and (max-width: 767px) {
	.traint__item {
		width: 564px;
		height: 250px;
	}
}

@media screen and (max-width: 479px) {
	.traint__item {
		width: 452px;
		height: 200px;
	}
}

.section-7 canvas {
	position: absolute;
}
#paint_area {
	position: relative;
	width: 100%;
	height: 100%;
}
.paint_area:hover {
	cursor: url('../images/cursor.svg'), auto;
}
#wall {
	z-index: 1;
}
#b1 {
	transform: translate(300px, 0px);
	transition: transform 3s;
}
#bAmin {
	animation: bounce 0.5s alternate infinite;
	animation-play-state: paused;
}
@keyframes bounce {
	0% {
		transform: translate(85%, -877%);
	}
	50% {
		transform: translate(80%, -847%);
	}
	100% {
		transform: translate(85%, -877%);
	}
}

.error404-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1920px;
	min-height: 100vh;
	margin-left: auto;
	margin-right: auto;
	padding-top: 96px;
	padding-bottom: 64px;
}

.error404-content {
	color: #fff;
	text-align: center;
}
.error404-content .status {
	width: fit-content;
	position: relative;
	padding-left: 3%;
	padding-right: 3%;
	margin-left: auto;
	margin-right: auto;
}
.error404-content .status-text {
	font-size: clamp(3rem, 1.5714rem + 7.1429vw, 8rem);
	font-weight: 700;
	line-height: 1;
}
.error404-content .status-dash {
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
}

.error404-button {
	margin-top: 32px;
}
.error404-button .btn {
	color: #fff;
	background-color: #c061f2;
	border-radius: 30px;
	padding: 10px 12px;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	text-decoration: none;
	transition: 0.3s ease;
}
.error404-button .btn:hover {
	color: #000;
	background-color: #fff;
}

@media (max-width: 991px) {
	.error404 .section-7 {
		height: auto;
	}
}

@media (min-width: 991px) {
	.error404 .section-7 {
		min-height: 600px;
	}
	.error404 .section-7 .error404-wrapper {
		user-select: none;
		pointer-events: none;
		position: absolute;
		top: 25%;
		left: 0;
		right: 0;
		z-index: 2;
		margin-left: auto;
		margin-right: auto;
		min-height: auto;
	}
	.error404 .section-7 .error404-button {
		pointer-events: auto;
	}
}
