:root {
	--cl-primary: ;
	--cl-secondary: #fff;
	--cl-btn: #F1600F;
}
@font-face {
	font-family: "Inter";
	src: local("Inter"),
		url("/css/font/Inter-VariableFont_opsz,wght.ttf");
	font-style: normal;
}
@font-face {
	font-family: "Inter";
	src: local("Inter Italics"),
		url("/css/font/Inter-Italic-VariableFont_opsz,wght.ttf");
	font-style: italic;
}
*,
*::before,
*::after {
	margin: 0;
	padding: 0;

	border: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

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

.solutions-section-content ul li,
.solutions-section-content-reverted ul li {
	list-style: none;
	color: #000000;
	display: flex;
	align-items: baseline;
	gap: 20px;
	line-height: 1.1;
}

.solutions-section-content ul li::before,
.solutions-section-content-reverted ul li::before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #F1600F;
	border-radius: 50%;
	flex-shrink: 0;
}

.solutions-section-content ol li,
.solutions-section-content-reverted ol li {
	list-style-type: decimal;
	color: #000000;
}

.solutions-section-content ol li::marker,
.solutions-section-content-reverted ol li::marker {
	color: #F1600F;
}

.services-section article ul li {
	list-style: none;
	display: flex;
	align-items: baseline;
	gap: 20px;
	line-height: 1.1;
}

.services-section article ul li::before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #FFFFFF;
	border-radius: 50%;
	flex-shrink: 0;
}

img {
	vertical-align: top;
}

html,
body {
	position: relative;

	font-family: "HelveticaNeue", "Helvetica Neue", "Inter", Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.76px;
	text-wrap: balance;
	letter-spacing: 0;

	scroll-behavior: smooth;
	scrollbar-gutter: stable;
}

main {
	background-color: #F1F1F1;
	position: relative;
	z-index: 1;
}

section {
	display: grid;
	grid-template-columns: minmax(min-content, 1792px);
	justify-content: center;
	gap: 60px;

	padding: 50px 44px;
}

h1 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 3rem;
}

h2 {
	font-size: 2rem;
	line-height: 2.25rem;
}

details summary {
	list-style: none;
	cursor: pointer;
}

details summary::-webkit-details-marker {
	display: none;
}

details summary::marker {
	display: none;
}

.button-link {
	display: flex;
	gap: 4px;

	width: max-content;

	transition: all 0.4s ease-in-out;
}

.button-link:hover {
	gap: 13px;
}

.button-link span {
	display: flex;
	align-items: center;
	padding: 0 44px;
	height: 50px;
	
	background-color: var(--cl-btn);
	border: 1px solid var(--cl-btn);
	border-radius: 4px;

	color: #FFFFFF;
	text-wrap: nowrap;

	cursor: pointer;

	transition: all 0.4s ease-in-out;
}

.button-link::after {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 50px;
	height: 50px;

	background-color: var(--cl-btn);
	background-image: url(/images/icons/button-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid var(--cl-btn);
	border-radius: 4px;

	transition: all 0.4s ease-in-out;
}

section:has(.button-link:hover) .button-link span,
section:has(.button-link:hover) .button-link::after {
	background-color: transparent;
	border: 1px solid #FFFFFF;

	transform: scale(1.02);
}

/* HEADER */

body > header {
	display: flex;
	justify-content: center;
	
	position: fixed;
	top: 0px;
	z-index: 99;
	
	padding: 18.5px 44px;

	width: 100%;

	transition: all 0.5s ease-in-out;
}

header._black {
	background: #010101;
}

header._white {
	background: #F1F1F1;
}

header._hidden {
	top: -200px;
}

header nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1792px;

	text-wrap: nowrap;
	height: min-content;
}

header menu {
	display: flex;
	align-items: center;
	gap: 8px;
}

header menu li:last-child {
	margin-left: 92px;
}

header menu li:last-child a {
	border: 1px solid #707070;
	border-radius: 24.5px;
}

header menu a:not(.logo-link) {
	display: block;

	padding: 9px 20px;

	color: #000000;
	line-height: 19.04px;
	font-size: 18px;

	border: none;
	border-radius: 4px;

	cursor: pointer;

	transition: all 0.4s ease-in-out;
}

header menu a:not(.logo-link):hover {
	border: 1px solid #FFFFFF;
}

header menu li:last-child a:hover {
	border: 1px solid #FFFFFF;
}

header a:has(.logo) {
		display: flex;
		align-items: center;
}

/* burger-navmenu */

header .burger-navmenu h2 {
	display: none;
}

header .navmenu-container .contacts {
	display: none;
}

.burger-navmenu .burger-toggle {
	display: none;
}


/* MAIN */

/* hero-section */

.hero-section {
	position: relative;

	display: flex;
	justify-content: space-between;
	gap: 20px;

	padding-top: 110px;

	width: 100%;
}

.hero-section-content {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 66.6%;
	border-radius: 30px 120px 30px 30px;
	background: radial-gradient(91.63% 129.4% at 87.11% 6.53%, #F84000 0%, #FCD88C 47.12%, #FCBD00 100%);
	padding: 162px 0 162px 100px;
}

.hero-section-content h1 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #000000;
	font-weight: 500;
	font-size: 6rem;
	list-style: 1;
	padding-bottom: 40px;
}

.hero-section h1 span {
	color: #F1600F;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 1;
}

.hero-section-content p {
	position: relative;
	color: #000000;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.2;
	max-width: 480px;
	z-index: 2;
	padding-left: 21px;
}

.hero-section-content p::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	width: 42px;
	height: 42px;
	background: #FFFFFF;
	filter: blur(10.899999618530273px);
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.hero-section-logo {
	width: 33.3%;
}

.hero-section .store-view {
	position: absolute;
	right: 0;
	top: 20px;
}

/* clients-section */

/* .clients-section {
} */

/* services-section */

/* decisions-section */

.solutions-section {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-bottom: 100px;
	gap: 60px;
	justify-content: space-between;
}

.solutions-section h2 {
	font-size: 5.4rem;
	color: #000000;
	line-height: 1;
}

.solutions-section-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto;
	row-gap: 42px;
	column-gap: 24px;
}

.solutions-section-content h3 {
	display: flex;
	align-items: center;
	gap: 20px;
	grid-column: 1/1;
	grid-row: 1/1;
	background: #D8D8D8;
	padding: 5px 15px 5px 5px;
	border-radius: 43.5px;
	font-size: 1.6rem;
	line-height: 1;
	color: #F1600F;
	max-height: fit-content;
}

.solutions-section-content h3::before {
	content: "";
	display: inline-block;
	width: 77px;
	height: 77px;
	aspect-ratio: 1/1;
	background: #F1600F;
	border-radius: 100px;
	background-image: url("/images/icons/arrow-right.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:auto;
}

.solutions-section-content ul {
	display: flex;
	flex-direction: column;
	gap: 13px;
	grid-column: 1/1;
	grid-row: 2/3;
	padding-left: 80px;
	font-size: 1.5rem;
}

.solutions-section-content img {
	grid-column: 2/2;
	grid-row: 1/4;
	width: 100%;
	height: 100%;
}

.solutions-section-content-reverted {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto;
	row-gap: 42px;
	column-gap: 24px;
}

.solutions-section-content-reverted h3 {
	display: flex;
	align-items: center;
	gap: 20px;
	grid-column: 2/2;
	grid-row: 1/1;
	background: #D8D8D8;
	padding: 5px 15px 5px 5px;
	border-radius: 43.5px;
	font-size: 1.6rem;
	line-height: 1;
	color: #F1600F;
	max-height: fit-content;
}

.solutions-section-content-reverted h3::before {
	content: "";
	display: inline-block;
	width: 77px;
	height: 77px;
	aspect-ratio: 1/1;
	background: #F1600F;
	border-radius: 100px;
	background-image: url("/images/icons/arrow-right.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:auto;
}

.solutions-section-content-reverted ul {
	display: flex;
	flex-direction: column;
	gap: 13px;
	grid-column: 2/2;
	grid-row: 2/3;
	padding-left: 40px;
	font-size: 1.5rem;
}

.solutions-section-content-reverted img {
	grid-column: 1/1;
	grid-row: 1/4;
	width: 100%;
	height: 100%;
}

.services-section {
	display: flex;
	background: url("/images/services.png"), linear-gradient(254.33deg, #651305 0%, #000000 100%);
	background-repeat: no-repeat;
}

.services-section article {
	display: flex;
	flex-direction: column;
	gap: 40px;
	background: linear-gradient(275.48deg, rgba(153, 153, 153, 0.3) 5.74%, rgb(205 205 205 / 30%) 86.68%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 2px solid #FFFFFF80;
	border-radius: 30px;
	padding: 30px 35px 80px 30px;
	width: 100%;
}

.services-section article div {
	display: flex;
	justify-content: space-between;
}

.services-section article img {
	width: 56px;
	height: 56px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.services-section article ul {
	display: flex;
	flex-direction: column;
	gap: 13px;
	font-size: 1.4rem;
}

.services-section article div h3 {
	font-size: 2.8rem;
	font-weight: 500;
	max-width: 450px;
	line-height: 1;
	padding-top: 30px;
}
/* feedback-form-section */
	
.feedback-form-section {
	gap: 0;

	padding-top: 75px;

	position: relative;
	z-index: 2;
	background-color: #F1F1F1;
	grid-template-columns: minmax(min-content, 1920px);
}

.feedback-form-section h2 {
	z-index: 2;
	margin-bottom: 100px;
	max-width: 728px;
	
	color: #010101;
	font-size: 6.06rem;
	font-weight: 400;
	line-height: 102.82px;
	letter-spacing: 0.02em;
}

.feedback-form-wrapper {
	position: relative;

	display: grid;
	grid-template-columns: 4fr 1.5fr 1fr 1fr;
	gap: 10px;
}

.feedback-form-section .feedback-form-wrapper > p {
	height: 100%;
	
	color: #010101;
	line-height: 24.96px;
	font-size: 1.5rem;
}

.feedback-form-section canvas {
	position: absolute;
	
	top: 50px;
	width: 600px;
	height: 100%;
	
	filter: blur(65px);
}

.feedback-form-section form {
	grid-column: 2 / 5;

	display: flex;
	flex-direction: column;
}

.feedback-form-section form h3 {
	margin-bottom: 52px;
	
	color: #010101;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 29.48px;
}

.feedback-form-section form {
	display: flex;
	flex-direction: column;
}

.feedback-form-section form label:has(input:not(input[type="checkbox"])),
.feedback-form-section form .checkbox-inputs,
.feedback-form-section form label:has(textarea) {
	display: flex;
	justify-content: space-between;
	
	padding: 12px 0 28px;
	
	border-top: 1px solid #00000040;
	
	color: #000000;
	font-size: 0.93rem;
	line-height: 23.4px;
}

.feedback-form-section form input,
.feedback-form-section form textarea {
	font-family: "HelveticaNeue", "Helvetica Neue", "Inter", Helvetica, sans-serif;
	padding: 14.5px 14.5px 14.5px 0;

	width: 66%;

	background-color: transparent;
	border-bottom: 1px solid #707070;
	border-radius: 0;

	font-size: 1.25rem;
	font-weight: 400;
	line-height: 31.2px;

	outline: none;
}

.feedback-form-section form input[type="checkbox"] {
	display: none;
}

.feedback-form-section form label .error {
	color:#FF390D;
}
.feedback-form-section form label input.-invalid:placeholder-shown::placeholder,
.feedback-form-section form label textarea.-invalid:placeholder-shown::placeholder{
	text-wrap: wrap;
	color: #FF390D;
}
.feedback-form-section form label input.-invalid:placeholder-shown:not(:focus),
.feedback-form-section form label textarea.-invalid:placeholder-shown:not(:focus){
	border-bottom: 1px solid #FF390D;
}

.feedback-form-section form textarea {
	min-height: 140px;

	resize: none;
}

.feedback-form-section form input::placeholder,
.feedback-form-section form textarea::placeholder {
	color: #707070;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 31.2px;
}

.feedback-form-section form input:focus,
.feedback-form-section form textarea:focus {
	border-bottom: 1px solid #000000;
}

.feedback-form-section form .checkbox-group {
	width: 66%;
	display: flex;
	gap: 4px;
}

.feedback-form-section form .checkbox-group label {
	padding: 12px 24px;
	border: 1px solid #010101;
	border-radius: 4px;
	
	cursor: pointer;

	transition: all 0.5s;
}

.feedback-form-section form .checkbox-group label:hover {
	color: #616161;
}

.feedback-form-section form .checkbox-group label:has(input[type="checkbox"]:checked) {
	background-color: #010101;
	color: #FFFFFF;
}

.feedback-form-section form .submit-container {
	display: flex;
	justify-content: space-between;
	gap: 44px;

	margin-top: 76px;
}

.feedback-form-section form .submit-container label {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;

	margin-top: 11px;

	color: #707070;
	font-size: 0.93rem;
	font-weight: 400;
	line-height: 23.4px;

	cursor: pointer;
}

.feedback-form-section form .submit-container .submit-component {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;

	color: #707070;
	font-size: 0.93rem;
	font-weight: 400;
	line-height: 23.4px;

	cursor: pointer;
	width: 66%;
}

.feedback-form-section form .submit-component output.-invalid{
	color: #FF390D ;
}

.feedback-form-section form .submit-container .checkbox-component {
	display: flex;
	align-items: end;
	gap: 10px;
}

.feedback-form-section form .submit-container .checkbox-component::before {
	display: block;
	content: "";

	width: 24px;
	height: 24px;
	min-width: 24px;

	border: 1px solid #010101;
	border-radius: 3px;
}

.feedback-form-section form .submit-container:has(input[type="checkbox"]:checked) .checkbox-component::before {
	background-color: #010101;
	background-image: url("/images/icons/checkbox.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.feedback-form-section form .submit-container label span {
	min-width: 195px;

	font-size: 0.93rem;
	display: block;
	text-wrap: nowrap;
}

feedback-form-section form .submit-container label .error {
	text-align: center;
	text-wrap: pretty;
}

.feedback-form-section form .submit-container label input[type="checkbox"] {
	display: none;
}

.feedback-form-section form .submit-container label a {
	color: #010101;
	font-weight: 500;
	text-decoration: underline;
}

.feedback-form-section form button {
	position: relative;

	margin-right: 54px;

	width: calc(100% - 54px);
	height: 50px;
	
	background-color: var(--cl-btn);
	border: 1px solid var(--cl-btn);
	border-radius: 4px;

	color: #FFFFFF;
	font-size: 1rem;
	
	cursor: pointer;
	
	transition: all 0.4s ease-in-out;
}

.feedback-form-section form button:hover,
.feedback-form-section form:has(button:hover) button::after {
	background-color: transparent;
	border: 1px solid #010101;

	color: #010101;

	transform: scale(1.02);
}

.feedback-form-section form:has(button:hover) button::after {
	right: -58px;

	background-image: url(/images/icons/button-arrow-black.svg);
}

.feedback-form-section form button::after {
	content: "";

	position: absolute;
	top: -1px;
	right: -54px;

	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 50px;
	height: 50px;

	background-color: var(--cl-btn);
	background-image: url(/images/icons/button-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid var(--cl-btn);
	border-radius: 4px;

	transition: all 0.4s ease-in-out;
}

/* FOOTER */

	footer {
	padding: 100px 50px 167px;
	background-color: #010101;
	bottom: 0;

	background-image: url("/images/footer-background.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}

footer a {
	color: #FFFFFF;
	font-size: 1.7rem;
}

footer .back-link {
	display: flex;
	align-items: center;
	gap: 20px;

	width: max-content;
	grid-column: 5/6;
	margin-left: auto;

	font-size: 1.45rem;
}

footer .back-link:before {
	content: '';

	background-image: url("/images/icons/footer-arrow-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px;

	width: 65px;
	height: 65px;

	border: 1px solid #333333;
	border-radius: 50%;

	transition: all 0.4s ease-in-out;
}

footer .back-link:hover::before {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;

	background-image: url("/images/icons/footer-arrow-black.svg");
}

footer address {
	display: grid;
	grid-template-columns: 2.5fr 0.5fr 0.9fr 1fr 1fr;
	grid-template-rows: auto auto auto auto;
	gap: 10px;

	font-style: normal;
}

footer h2 {
	grid-column: 2 / 5;

	font-size: 1.375rem;
	font-weight: 400;
	line-height: 29.48px;
}

footer .mail-link {
	grid-column: 2 / 3;
	margin-top: auto;
}

footer .mail-link a {
	text-decoration: underline;
	text-underline-position: under;
}

footer .company-name {
	grid-column: 2 / 5;

	margin-bottom: 32px;
}

footer .address {
	grid-column: 2 / 4;
	margin-top: auto;
	margin-right: auto;
	font-size: 1.45rem;
	line-height: 1.2;
	max-width: 400px;
}

footer .address p {
	margin-right: 10px;

	text-wrap: pretty;
}

footer .address h4,
footer .phone-number h4,
footer .mail-link h4 {
	font-weight: normal;
	margin-bottom: 12px;

	color: #707070;
	font-size: 1.45rem;
}

footer .phone-number {
	margin-top: auto;
	margin-left: auto;
}

footer .phone-number a {
	text-wrap: nowrap;
}

footer .store-links {
	display: flex;
	flex-direction: column;
	gap: 15px;
	grid-column: 5 / 6;
	grid-row: 2 / 4;
	margin-top: 60px;
	margin-left: auto;
}

footer .store-links a {
	display: flex;
	align-items: center;
}

footer figure {
	grid-row: 1/3;
}

footer figure figcaption {
	margin-top: 40px;
	font-size: 3rem;
	font-weight: 500;
}

footer .copyright {
	grid-column: 1;
	font-size: 0.93rem;
}

footer .policy {
	grid-column: 2 / 5;

	display: flex;
	justify-content: space-between;
}

footer .policy a {
	font-size: 0.93rem;
}

footer .policy .social-links {
	display: flex;
	gap: 19px;
}

@media (max-width: 1600px) {
	section {
		padding: 50px 34px;
	}

	/* HEADER */

	body > header {
		padding: 17px 34px;
	}

	/* MAIN */

	/* services-section */

		/* FOOTER */
}

@media (max-width: 1440px) {
	html,
	body {
		font-size: 13px;
		line-height: 20.28px;
	}

	/* HEADER */

	header menu li:last-child {
		margin-left: 44px;
	}

	/* MAIN */

	/* services-section */
	.hero-section-content {
		width: 66.6%;
		border-radius: 30px 120px 30px 30px;
		background: radial-gradient(91.63% 129.4% at 87.11% 6.53%, #F84000 0%, #FCD88C 47.12%, #FCBD00 100%);
	}

	.hero-section-content .store-view {
		right: -20%;
	}

	.solutions-section-content, .solutions-section-content-reverted {
		column-gap: 20px;
		row-gap: 10px;
	}

	.solutions-section-content img {
		grid-column: 1/1;
		grid-row: 2/4
	}

	.solutions-section-content ul {
		justify-content: space-between;
		grid-column: 2/2;
		grid-row: 1/4;
		padding: 13px 0 0 0;
	}

	.solutions-section-content-reverted img {
		grid-column: 2/2;
		grid-row: 2/4;
	}

	.solutions-section-content-reverted ul {
		justify-content: space-between;
		grid-column: 1/1;
		grid-row: 1/4;
		padding: 13px 0 0 0;
	}

	/* feedback-form-section */

	.feedback-form-section h2 {
		margin-bottom: 50px;
	}

	.feedback-form-wrapper {
		grid-template-columns: 3fr 1.5fr 1fr 1fr;
	}

	/* FOOTER */

	footer {
		background-image: url("/images/footer-background-2.png");
		background-position: right top;
		padding: 40px 50px 50px;
	}

	footer address {
		grid-template-rows: auto auto auto auto auto;
	}

	footer .back-link {
		grid-column: 1;
		margin-left: 0;
		margin-bottom: 30px;
	}

	footer figure {
		grid-row: 2 / 3;
	}

	footer figure figcaption {
		margin-top: 20px;
		line-height: 1;
	}

	footer .store-links {
		grid-column: 1;
		margin-left: 0;
		grid-row: 3 / 6;
		margin-top: 30px;
	}

	footer .mail-link {
		grid-row: 3/4;
		grid-column: 2 / 5;
	}

	footer .phone-number {
		grid-row: 4/5;
		margin-top: 20px;
		margin-right: auto;
		grid-column: 2 / 5;
		margin-left: 0;
	}

	footer .address {
		grid-row: 5/6;
		margin-top: 20px;
		grid-column: 2 / 6;
	}



}

@media (max-width: 1200px) {
	section {
		padding: 50px 29px;
	}

	/* HEADER */

	body > header {
		padding: 14px 29px;
	}

	/* MAIN */

	/* hero-section */

	.hero-section h1 {
		font-size: 5rem;
	}
	
	.hero-section h1 span {
		font-size: 2.5rem;
	}

	.hero-section-content p {
		font-size: 1.25rem;
	}

	.hero-section-content {
		width: 60%;
		padding: 80px 0 80px 40px;
	}

	.hero-section-logo {
		width: 40%;
	}

	.hero-section-content .store-view {
		right: -65%;
		height: 500px;
		top: -4%;
	}

	/* services-section */

	
	/* FOOTER */

	
}

@media (max-width: 1023px) {

	/* MAIN */

	/* services-section */

	.services-section {
		gap: 20px;
	}

	.services-section article div h3 {
		font-size: 2.3rem;
	}

	.services-section article img {
		width: 35px;
		height: 35px;
	}

	.services-section article ul li::before {
		width: 9.5px;
		height: 9.5px;
	}

	.solutions-section-content ul li::before,
	.solutions-section-content-reverted ul li::before {
		width: 9.5px;
		height: 9.5px;
	}

	.solutions-section h2 {
		font-size: 4.5rem;
	}

	/* feedback-form-section */

	.feedback-form-wrapper {
		grid-template-columns: 2.5fr 1.5fr 1fr 1fr;
	}
	
	.feedback-form-section canvas {
		display: none;
	}

	.feedback-form-section form {
		grid-column: 1 / 5;
	}

	.feedback-form-section .itc-form {
		width: 100%;
	}

	/* FOOTER */

	
}

@media (max-width: 975px) {

	body > header {
		padding: 0px;
	}

	/* HEADER */

	/* burger-navmenu */

	.burger-navmenu {
		padding: 16px 29px;
	}

	header .burger-navmenu .navmenu-container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;

		position: absolute;
		top: 0;
		right: -60vw;
		
		width: 60vw;
		height: 100vh;
		
		background-color: #F1F1F1;
		
		transition: all 0.3s;
	}

	header .burger-navmenu h2 {
		display: inline;

		margin: 164px 24px 10px;

		color: #FF782C;
		font-family: "HelveticaNeue", "Helvetica Neue", "Inter", Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 19.04px;
	}

	header .burger-navmenu menu {
		flex-grow: 1;

		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 0;
	}

	header li:has(a:not(.logo-link)) {
		width: 100%;

		border-top: 1px solid #3E3E3E;
	}

	header menu a:not(.logo-link) {
		display: block;

		padding: 12px 24px;

		width: 100%;

		color: #000000;
	
		border: none;
		border-radius: 0px;

		font-family: "HelveticaNeue", "Helvetica Neue", "Inter", Helvetica, sans-serif;
		font-size: 2.46rem;
		font-weight: 400;
		line-height: 43.52px;

	
		cursor: pointer;
	
		transition: all 0.4s ease-in-out;
	}
	
	/* header menu a:not(.logo-link):hover {
		border: none;
		color: #707070;
	} */

	header .navmenu-container .contacts {
		display: flex;
		flex-direction: column;
		gap: 16px;

		margin: 60px 24px;
	}

	header .navmenu-container .contacts a {
		color: #000000;
		font-family: "HelveticaNeue", "Helvetica Neue", "Inter", Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 19.04px;
	}

	.burger-navmenu .burger-toggle {
		position: relative;

		display: flex;
		gap: 8px;

		padding: 8px 12px;
		
		border: 0.8px solid #707070;
		border-radius: 3px;
		
		cursor: pointer;
	}

	.burger-toggle input {
		display: none;
	}

	.burger-toggle .text {
		display: block;

		margin: auto;

		color: #000000;
		font-family: "HelveticaNeue", "Helvetica Neue", "Inter", Helvetica, sans-serif;
		font-size: 12px;
		font-weight: 400;
		line-height: 16.32px;
	}

	.burger-toggle .icon {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 3.5px;

		width: 24px;
		height: 24px;
	}

	.burger-navmenu .burger-toggle .icon::before,
	.burger-navmenu .burger-toggle .icon::after {
		content: '';

		width: 20px;
		height: 2px;
		
		background-color: #000000;
	}

	/* .burger-navmenu menu.-fast{
		transition: height 0.3s;
	} */

	header .burger-navmenu li {
		margin-left: 0px;
	}

	header .burger-navmenu li:last-child {
		margin-left: 0px;
	}

	header:has(.burger-navmenu input:checked) {
		background: none;
		min-height: 100vh;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}

	header._hidden:has(.burger-navmenu input:checked) {
		top: 0px;
	}

	.burger-navmenu:has(input:checked) .navmenu-container {
		right: 0;
	}

	.burger-navmenu:has(input:checked) .burger-toggle {
		position: relative;
		border-color:black;
	}

	.burger-navmenu:has(input:checked) .burger-toggle .text {
		display: none;
	}

	.burger-navmenu:has(input:checked) .burger-toggle .icon::before {
		position: relative;
		top: 3px;

		background-color: #555555;

		transform: rotate(45deg);
	}

	.burger-navmenu:has(input:checked) menu li:last-child a {
		border: none;
		border-radius: 0px	;
	}

	.burger-navmenu:has(input:checked) .burger-toggle .icon::after {
		position: relative;
		bottom: 3px;

		background-color: #555555;

		transform: rotate(-45deg);
	}

	/* MAIN */

	/* hero-section */

	.hero-section-content .store-view {
		height: 470px;
		right: -70%;
	}

	/* FOOTER */

	footer .address {
		grid-column: 3 / 6;
	}

	footer .phone-number {
		grid-column: 3 / 5;
	}

	footer .mail-link {
		grid-column: 3 / 5;
	}
	
}

@media (max-width: 834px) {
	section {
		padding: 50px 22px;
	}

	/* HEADER */

	/* burger-navmenu */

	.burger-navmenu {
		padding: 20px 22px;
	}

	/* MAIN */

	/* hero-section */

	.hero-section h1 {
		font-size: 4rem;
	}
	
	.hero-section h1 span {
		font-size: 2rem;
	}

	.hero-section-content p {
		font-size: 1.25rem;
		max-width: 300px;
	}

	.hero-section-content {
		width: 60%;
		padding: 33px;
	}

	.hero-section-content .store-view {
		height: 400px;
		right: -68%;
		top: 0;
	}

	.hero-section-logo {
		width: 40%;
	}

	/* services-section */

	.services-section {
		flex-direction: column;
		background-size: cover;
	}

	/* feedback-form-section */

	.feedback-form-section h2 {
		margin-bottom: 30px;

		font-size: 3rem;
		line-height: 40px;
	}

	.feedback-form-section .feedback-form-wrapper > p {
		grid-column: 1/5;
		padding-bottom: 20px;
	}

	.feedback-form-section form .submit-container {
		flex-direction: column;
	}

	.feedback-form-section form .submit-container label {
		align-items: start;

		margin-bottom: 12px;
	}

	.feedback-form-section form .submit-container label span {
		margin: 0;
	}

	.feedback-form-section form .submit-container .submit-component {
		width: 100%;
	}

	.feedback-form-section form button {
		width: calc(100% - 54px);
		min-width: 0;
	}

	/* FOOTER */

	footer figure img {
		width: 90px;
		height: 85px;
	}

	footer figure figcaption {
		font-size: 2rem;
	}

	footer .store-links a img {
		width: 240px;
		height: 70px;
	}

	footer .mail-link h4,
	footer .phone-number h4,
	footer .address h4 {
		font-size: 1.1rem;
	}

	footer .mail-link a,
	footer .phone-number a,
	footer .address p {
		font-size: 1.3rem;
	}

	footer .address {
		margin-top: 5px;
	}

	footer .phone-number {
		margin-top: 5px;
	}

	footer .address p {
		margin-right: 0;
	}
}

@media (max-width: 717px) {

	/* HEADER */

	header menu a:not(.logo-link) {
		font-size: 2rem;
	}

	/* MAIN */

	/* hero-section */

	.hero-section h1 {
		font-size: 3rem;
		padding-bottom: 20px;
	}
	
	.hero-section-content p {
		font-size: 1.1rem;
		max-width: 300px;
	}

	.hero-section-content {
		width: 60%;
		padding: 40px 20px;
	}

	.hero-section-logo {
		width: 40%;
	}

	.hero-section h1 span {
		font-size: 2rem;
	}

	.hero-section-content .store-view {
		height: 370px;
		right: -70%;
		top: -2%;
	}


	/* services-section */

		/* decisions-section */

	

	/* feedback-form-section */

	.feedback-form-section form input, .feedback-form-section form textarea {
		width: 50%;
	}

	.feedback-form-section form .checkbox-group {
		width: 50%;
	}	

	.feedback-form-section form .checkbox-group label {
		padding: 8px 20px;
	}
}

@media (max-width: 600px) {
	body > video{
		height: calc(100vh - 150px);
	}

	section {
		padding: 50px 18px;
	}

	/* HEADER */

	header a:has(.logo) {
		z-index: 1;
	}

	/* burger-navmenu */

	header .burger-navmenu .navmenu-container {
		width: 100vw;

		right: -100vh;
	}

	.burger-navmenu {
		padding: 12px 18px;
	}

	/* MAIN */

	/* hero-section */

	.hero-section {
		flex-direction: column;
	}

	.hero-section h1 {
		font-size: 4rem;
	}
	
	.hero-section h1 span {
		font-size: 2.5rem;
	}

	.hero-section-logo {
		width: 100%;
	}

	.hero-section-content {
		text-align: center;
		border-radius: 15px 60px 15px 15px;
		padding: 60px 10px;
		width: 100%;
		gap: 35px;
	}

	.hero-section-content .store-view {
		height: 130%;
		right: 15%;
		top: 110%;
	}

	.hero-section-content p {
		max-width: 100%;
		font-size: 1.4rem;
	}

	.hero-section-content p::before {
		display: none;
	}

	/* services-section */

	.solutions-section {
		gap: 20px;
	}

	.solutions-section h2 {
		text-align: center;
		font-size: 3rem;
	}

	.solutions-section-content {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
	}

	.solutions-section-content h3 {
		grid-row: 1/2
	}

	.solutions-section-content img {
		grid-row: 2/3;
	}

	.solutions-section-content ul {
		grid-row: 3/4;
		grid-column: 1/1;
	}

	.solutions-section-content h3::before {
		width: 38.5px;
		height: 38.5px;
		background-size: 32px;
	}

	.solutions-section-content-reverted {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
	}

	.solutions-section-content-reverted h3 {
		grid-row: 1/2;
		grid-column: 1/1;
	}

	.solutions-section-content-reverted h3::before {
		width: 38.5px;
		height: 38.5px;
		background-size: 32px;
	}

	.solutions-section-content-reverted img {
		grid-row: 2/3;
		grid-column: 1/1;
	}

	.solutions-section-content-reverted ul {
		grid-row: 3/4;
		grid-column: 1/1;
	}
	/* decisions-section */

	.services-section article div h3 {
		text-align: center;
	}

	.services-section article {
		gap: 15px;
		padding: 17px 17px 25px;
		min-height: 400px;
	}

	.services-section article ul {
		gap: 16px;
	}

	.services-section article div h3 {
		padding-top: 17px;
	}

	.feedback-form-section .feedback-form-wrapper > p {
		text-align: center;
	}

	.feedback-form-section h2 {
		text-align: center;
	}

	/* FOOTER */

	footer {
		padding: 50px 18px;
	}

	footer .back-link {
		font-size: 1.1rem;
		gap: 10px;
	}

	footer .back-link:before {
		width: 50px;
		height: 50px;
		background-size: auto;
	}

	footer .mail-link {
		grid-column: 1;
	}

	footer .phone-number {
		grid-column: 1;
	}

	footer .address {
		grid-column: 1 / 5;
	}

	footer .store-links {
		grid-row: 6 / 7;
		grid-column: 1 / 3;
	}

	footer .store-links a img {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 480px) {
	html,
	body {
		font-size: 12px;
		line-height: 15.28px;
	}
	
	body > video{
		height: calc(100vh - 200px);
	}
	/* MAIN */

	/* hero-section */

	.hero-section-content .store-view {
		height: 420px;
		right: 15%;
		top: 103%;
	}

	.solutions-section h2 {
		font-size: 2.7rem;
	}

	/* feedback-form-section */

	.feedback-form-section form label:has(input:not(input[type="checkbox"])),
	.feedback-form-section form .checkbox-inputs,
	.feedback-form-section form label:has(textarea) {
		flex-direction: column;
		justify-content: space-between;
		
		padding: 6px 0 14px;
	}

	.feedback-form-section form input,
	.feedback-form-section form textarea {
		padding: 6.5px 6.5px 6.5px 0;

		width: 100%;
	}

	.feedback-form-section form .checkbox-group {
		justify-content: space-between;
		gap: 6px;

		width: 100%;
	}

	.feedback-form-section form .checkbox-group label {
		margin-top: 10px;

		width: 100%;

		text-align: center;
	}

	.feedback-form-section form textarea {
		min-height: 104px;
	}

	.feedback-form-section form .submit-container {
		gap: 0;

		margin-top: 52px;
	}

	/* FOOTER */

	
}

@media (max-width: 360px) {

	/* services-section */

	/* FOOTER */

	
}


/* Animations for scroll */
.-fadeAnimated{
	opacity: 0;
	transform: translateY(150px);
	transition: all 1s ease-in-out;
}

.-fadeAnimated._visible{
	transform: translateY(0);
	opacity: 1;
}

.-fadeOnly{
	transition: all 1s ease-in-out;
	opacity: 0;
}
.-fadeOnly._visible{
	opacity: 1;
}