/* Defaults */
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
nav, main, section, footer {
	display: block;
}
body, h1, h2, h3, h3, p, a, img, video, button, form, input, label, textarea, iframe {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
}
@font-face {
	font-family: "Raleway";
	src: url(Raleway-Variable.ttf);
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Kenyan-Coffee";
	src: url(Kenyan-Coffee.woff);
	font-style: normal;
	font-weight: 400;
}

body {
	position: relative;
	-moz-font-feature-settings: 'kern';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Raleway";
	font-variation-settings: "wght" 400;
	font-weight: 400;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	background-color: white;
	color: #006837;
}
section {
	position: relative;
	width: 100%;
	height: 50vw;
}
h1,
h2 {
	position: relative;
	font-family: "Kenyan-Coffee";
	font-size: 6.2vw;
	font-weight: normal;
	line-height: 7.3vw;
	text-transform: uppercase;
}
h3 {
	position: relative;
	font-size: 30px;
	font-weight: normal;
	font-variation-settings: "wght" 800;
}
a,
a:visited {
	color: inherit;
	font-variation-settings: "wght" 700;
}
a:hover {
	color: #FF5113;
}



/* Desktop */
.nav-logo {
	z-index: 2;
	position: fixed;
	left: 100px;
	top: 25px;
	width: 76px;
	height: 90px;
	background-image: url(images/nav-logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
nav {
	z-index: 3;
	position: fixed;
	right: 0;
	top: 0;
}
.nav-icon-open {
	position: absolute;
	right: 100px;
	top: 50px;
	width: 100px;
	height: 40px;
	background-image: url(images/nav-icon-open.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
	cursor: pointer;
}
.nav-icon-open:hover {
	background-position: 0 100%;
}
.nav-icon-close {
	position: absolute;
	left: 100px;
	top: 50px;
	width: 100px;
	height: 40px;
	background-image: url(images/nav-icon-close.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
	cursor: pointer;
}
.nav-icon-close:hover {
	background-position: 0 100%;
}
.nav-overlay {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 50vw;
	height: 100vh;
}
.nav-content-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	width: 50vw;
	height: 0;
	overflow: hidden;
}
.nav-content {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	transition: transform .5s;
	background: #FF5113;
	color: white;
}
.nav-links {
	position: absolute;
	left: 210px;
	top: 140px;
	width: calc(100% - 410px);
	font-family: "Kenyan-Coffee";
}
.nav-links a,
.nav-links a:hover {
	display: block;
	position: relative;
	font-size: 6vh;
	line-height: 10vh;
	color: white;
}
.nav-links a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.2vh;
	width: 100%;
	height: 3px;
	background: white;
	opacity: 0;
	transition: opacity .2s;
}
.nav-links a:hover::after {
	opacity: 1;
}
.nav-links a.nav-language {
	position: absolute;
	right: -100px;
	bottom: 0;
}
.nav-fullheight .nav-content-wrapper {
	height: 100vh;
}
.nav-opened {
	width: 100vw;
	height: 100vh;
}
.nav-opened .nav-overlay {
	display: block;
}
.nav-opened .nav-content {
	transform: translateY(0);
}



/* Home – Section 1 */
.home-section-1-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #4b481d;
}
.home-section-1-video-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .2;
}
.home-section-1-header {
	position: absolute;
	left: 100px;
	bottom: 100px;
	width: calc(50vw - 100px);
	color: #FF5113;
}
.home-section-1-links {
	position: absolute;
	display: flex;
	flex-direction: column;
	right: 100px;
	bottom: 100px;
	color: white;
}
.home-section-1-links a {
	display: block;
	margin-top: 15px;
	padding: 14px 20px;
	border: 2px solid white;
	border-radius: 10px;
	text-transform: uppercase;
	transition: background-color .2s, color .2s;
}
.home-section-1-links a:hover {
	background: white;
}



/* Home – Section 2 */
.home-section-2-img-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(images/home-section-2-img-1.jpg);
	background-size: cover;
	background-position: left center;
	transition: width .8s;
}
.home-section-2-img-1-hover .home-section-2-img-1 {
	width: calc(50% + 50px);
}
.home-section-2-img-1-full .home-section-2-img-1 {
	width: 100%;
}
.home-section-2-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.home-section-2-img-2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(images/home-section-2-img-2.jpg);
	background-size: cover;
	background-position: right center;
}
.home-section-2-img-3 {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(images/home-section-2-img-3.png);
	background-size: cover;
	background-position: right center;
}
.home-section-2-text {
	position: absolute;
	left: 100px;
	top: 50%;
	width: 40%;
	color: white;
}
.home-section-2-text h3 {
	margin-bottom: 20px;
}
.home-section-2-text p {
	font-variation-settings: "wght" 500;
}
.home-section-2-toggler {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 100px;
	height: 100%;
	margin-left: -50px;
	cursor: pointer;
}
.home-section-2-img-1-full .home-section-2-toggler {
	display: none;
}



/* Home – Section 3 */
.home-section-3 {
	overflow: hidden;
}
.home-section-3-img-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(images/home-section-3-img-1.jpg);
	background-size: cover;
	background-position: center bottom;
}
.home-section-3-img-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(images/home-section-3-img-2.jpg);
	background-size: cover;
	background-position: center bottom;
}
.home-section-3-img-2 a {
	color: white;
	padding: 14px 20px;
	border: 2px solid white;
	border-radius: 10px;
	text-transform: uppercase;
	transition: background-color .2s, color .2s;
}
.home-section-3-img-2 a:hover {
	background: white;
	color: #FF5113;
}
.home-section-3-text-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.home-section-3-img-3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/home-section-3-img-3.jpg);
	background-size: cover;
	background-position: left top;
	transition: transform .8s, opacity .8s;
}
.home-section-3-text {
	position: absolute;
	left: 100px;
	top: 50%;
	width: 80%;
	transform: translateY(-50%);
	color: white;
	transition: transform .8s, opacity .8s;
}
.home-section-3-text span {
	display: inline-block;
	vertical-align: top;
}
.home-section-3-text-percents {
	margin: 50px 0;
}
.home-section-3-text-percents span {
	margin-right: 50px;
}
.home-section-3-text-percents-1 {
	display: block;
	position: relative;
	width: 15vw;
	height: 5vw;
	margin-top: 50px;
	background-image: url(images/home-section-3-text-percents-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.home-section-3-text-percents-2 {
	display: block;
	position: relative;
	width: 15vw;
	height: 5vw;
	margin-top: 50px;
	background-image: url(images/home-section-3-text-percents-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.home-section-3-text-percents-2 > p {
	position: absolute;
	left: 70%;
	bottom: 15%;
}
.home-section-3-text-asterisk {
	font-size: 50px;
	line-height: 40px;
	margin-right: 5px;
	font-variation-settings: "wght" 800;
}
.home-section-3-toggler {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 100px;
	cursor: pointer;
}
.home-section-3-img-3-hover .home-section-3-img-3 {
	transform: translateY(-50px);
}
.home-section-3-img-3-hidden .home-section-3-img-3 {
	transform: translateY(-100%);
	opacity: 0;
}
.home-section-3-img-3-hidden .home-section-3-text {
	transform: translateY(0);
	opacity: 0;
}
.home-section-3-img-3-hidden .home-section-3-toggler {
	display: none;
}



/* Home – Section 4 */
.home-section-4 {
	overflow: hidden;
}
.home-section-4-img-2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(images/home-section-4-img-2.jpg);
	background-size: cover;
	background-position: center bottom;
}
.home-section-4-img-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(images/home-section-4-img-1.jpg);
	background-size: cover;
	background-position: center bottom;
}
.home-section-4-img-1 a {
	color: white;
	padding: 14px 20px;
	border: 2px solid white;
	border-radius: 10px;
	text-transform: uppercase;
	transition: background-color .2s, color .2s;
}
.home-section-4-img-1 a:hover {
	background: white;
	color: #FF5113;
}
.home-section-4-text-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.home-section-4-img-3 {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/home-section-4-img-3.jpg);
	background-size: cover;
	background-position: right center;
	transition: transform .8s, opacity .8s;
}
.home-section-4-text {
	position: absolute;
	left: 100px;
	top: 50%;
	width: 80%;
	transform: translateY(-50%);
	color: white;
	transition: transform .8s, opacity .8s;
}
.home-section-4-text span {
	display: inline-block;
	vertical-align: top;
}
.home-section-4-text-percents {
	margin: 50px 0;
}
.home-section-4-text-percents span {
	margin-right: 50px;
}
.home-section-4-text-percents-1 {
	display: block;
	position: relative;
	width: 15vw;
	height: 5vw;
	margin-top: 50px;
	background-image: url(images/home-section-4-text-percents-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.home-section-4-text-percents-2 {
	display: block;
	position: relative;
	width: 15vw;
	height: 5vw;
	margin-top: 50px;
	background-image: url(images/home-section-4-text-percents-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.home-section-4-text-asterisk {
	font-size: 50px;
	line-height: 40px;
	margin-right: 5px;
	font-variation-settings: "wght" 800;
}
.home-section-4-toggler {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100px;
	cursor: pointer;
}
.home-section-4-img-3-hover .home-section-4-img-3 {
	transform: translateY(50px);
}
.home-section-4-img-3-hidden .home-section-4-img-3 {
	transform: translateY(100%);
	opacity: 0;
}
.home-section-4-img-3-hidden .home-section-4-text {
	transform: translateY(-100%);
	opacity: 0;
}
.home-section-4-img-3-hidden .home-section-4-toggler {
	display: none;
}



/* Home – Section 5 */
.home-section-5 {
	overflow-x: hidden;
	background: #ECECEC;
}
.home-section-5-slider {
	position: absolute;
	left: 20vw;
	top: 7vw;
	width: 60vw;
	height: 36vw;
}
.home-section-5-slider div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-position: center;
	transition: transform 1s, background-size 1s;
}
.home-section-5-slider div.home-section-5-slider-before {
	transform: translateX(-190%) scale(0.8);
	background-size: 125% auto;
}
.home-section-5-slider div.home-section-5-slider-prev {
	transform: translateX(-95%) scale(0.8);
	background-size: 125% auto;
}
.home-section-5-slider div.home-section-5-slider-next {
	transform: translateX(95%) scale(0.8);
	background-size: 125% auto;
}
.home-section-5-slider div.home-section-5-slider-after {
	transform: translateX(190%) scale(0.8);
	background-size: 125% auto;
}
.home-section-5-nav {
	position: absolute;
	left: 50%;
	top: 44vw;
	transform: translateX(-50%);
	font-family: Kenyan-Coffee;
	font-size: 2vw;
	line-height: 1em;
	text-align: center;
}
.home-section-5-nav-number-active,
.home-section-5-nav-number-total {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
.home-section-5-nav-prev {
	position: absolute;
	left: -150px;
	top: 50%;
	width: 55px;
	height: 20px;
	transform: translateY(-50%);
	background-image: url(images/home-section-5-arrows.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 200%;
	cursor: pointer;
}
.home-section-5-nav-prev:hover {
	background-position: left center;
}
.home-section-5-nav-prev-last,
.home-section-5-nav-prev-last:hover {
	background-position: left bottom;
	cursor: default;
}
.home-section-5-nav-next {
	position: absolute;
	right: -150px;
	top: 50%;
	width: 55px;
	height: 20px;
	transform: translateY(-50%);
	background-image: url(images/home-section-5-arrows.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 200%;
	cursor: pointer;
}
.home-section-5-nav-next:hover {
	background-position: right center;
}
.home-section-5-nav-next-last,
.home-section-5-nav-next-last:hover {
	background-position: right bottom;
	cursor: default;
}



/* Home – Section 6 */
.home-section-6 {
	display: flex;
	align-items: center;
	background: #ECECEC;
}
.home-section-6-content {
	display: flex;
	position: relative;
	left: 15vw;
	width: 84vw;
}
.home-section-6-content > div {
	position: relative;
	width: 24vw;
	margin-right: 4vw;
}
.home-section-6-content h2 {
	margin-bottom: 40px;
	font-size: 5vw;
	line-height: 5vw;
}
.home-section-6-content a {
	display: block;
	margin: 50px 0;
	text-transform: uppercase;
}
.home-section-6-panels {
	position: relative;
	width: 24vw;
	height: 16.9vw;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.home-section-6-doors {
	position: relative;
	width: 24vw;
	height: 16.9vw;
	background-repeat: no-repeat;
	background-size: contain;
}
.home-section-6-magnifier {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 9vw;
	height: 9vw;
	cursor: pointer;
}
.home-section-6-magnifier::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-left: -15px;
	margin-top: -15px;
	background-image: url(images/home-section-6-magnifier.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform .2s;
	pointer-events: none;
}
.home-section-6-panels .home-section-6-magnifier {
	margin-left: -3.8vw;
	margin-top: -5.2vw;
}
.home-section-6-panels .home-section-6-magnifier::after {
	transform: translate(5vw, 2.5vw);
}
.home-section-6-panels .home-section-6-magnifier:hover::after {
	transform: translate(0, 0);
}
.home-section-6-doors .home-section-6-magnifier {
	margin-left: -10.5vw;
	margin-top: -5.5vw;
}
.home-section-6-doors .home-section-6-magnifier::after {
	transform: translate(4vw, 4vw);
}
.home-section-6-doors .home-section-6-magnifier:hover::after {
	transform: translate(0, 0);
}



/* Home – Section 6 popup */
.home-section-6-popup {
	z-index: 4;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #ECECEC;
	opacity: 0;
	transition: opacity .5s;
}
.home-section-6-popup-panels,
.home-section-6-popup-doors {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.home-section-6-popup-panels a,
.home-section-6-popup-doors a {
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
	text-transform: uppercase;
}
.home-section-6-popup-panels img,
.home-section-6-popup-doors img {
	display: block;
	transform: translateY(50px);
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 200px);
}
.home-section-6-popup-close {
	position: absolute;
	right: 100px;
	top: 80px;
	width: 50px;
	height: 50px;
	background-image: url(images/home-section-6-popup-close.svg);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: center top;
	cursor: pointer;
}
.home-section-6-popup-close:hover {
	background-position: center bottom;
}
.home-section-6-popup-show,
.home-section-6-popup-show {
	display: block;
}
.home-section-6-popup-show-panels,
.home-section-6-popup-show-doors {
	opacity: 1;
}
.home-section-6-popup-show-panels .home-section-6-popup-panels,
.home-section-6-popup-show-doors .home-section-6-popup-doors {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}



/* Footer – Home */
footer {
	position: relative;
	height: 100vw;
	color: white;
	font-variation-settings: "wght" 500;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.footer-tverdi {
	display: flex;
	position: absolute;
	left: 28vw;
	top: 15vw;
	width: 44vw;
}
.footer-tverdi h2 {
	width: 40%;
}
.footer-tverdi p {
	width: 60%;
}
.footer-icons {
	position: absolute;
	left: 50%;
	top: 50%;
	pointer-events: none;
}
@keyframes footer-icons-oak {
	0% {transform: translate(0, 0) rotate(10deg)}
	20% {transform: translate(0, 0) rotate(10deg)}
	80% {transform: translate(5vw, 4vw) rotate(-10deg)}
	100% {transform: translate(5vw, 4vw) rotate(-10deg)}
}
@keyframes footer-icons-touch {
	0% {transform: translate(0, 0) rotate(25deg)}
	20% {transform: translate(0, 0) rotate(25deg)}
	80% {transform: translate(2vw, -4vw) rotate(-5deg)}
	100% {transform: translate(2vw, -4vw) rotate(-5deg)}
}
@keyframes footer-icons-texture {
	0% {transform: translate(0, 0) rotate(30deg)}
	20% {transform: translate(0, 0) rotate(30deg)}
	80% {transform: translate(-3vw, -8vw) rotate(0deg)}
	100% {transform: translate(-3vw, -8vw) rotate(0deg)}
}
.footer-icons-oak {
	position: absolute;
	left: -17vw;
	top: -14vw;
	width: 10vw;
	height: 10vw;
	background-image: url(images/footer-icons-oak.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: footer-icons-oak ease-in-out 10s infinite alternate;
}
.footer-icons-touch {
	position: absolute;
	left: -12vw;
	top: 1vw;
	width: 10vw;
	height: 10vw;
	background-image: url(images/footer-icons-touch.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: footer-icons-touch ease-in-out 10s infinite alternate;
}
.footer-icons-texture {
	position: absolute;
	left: 2vw;
	top: 3vw;
	width: 10vw;
	height: 10vw;
	background-image: url(images/footer-icons-texture.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: footer-icons-texture ease-in-out 10s infinite alternate;
}
.footer-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 100px;
	box-sizing: border-box;
}
.footer-contact {
	display: flex;
	align-items: end;
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}
.footer-contact-title {
	flex: 1;
}
.footer-contact-text {
	width: 400px;
}
.footer-contact-phone-email {
	display: block;
	position: relative;
	margin-left: 20px;
	margin-bottom: 30px;
}
.footer-contact a {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}
.footer-contact a:hover {
	color: white;
}
.footer-contact a:hover::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 2px;
	background-color: white;
}
.footer-contact-phone-email a:first-of-type::before {
	content: "M";
	position: absolute;
	left: -20px;
	top: 0;
	pointer-events: none;
}
.footer-contact-phone-email a:last-of-type::before {
	content: "@";
	position: absolute;
	left: -20px;
	top: 0;
	pointer-events: none;
}
.footer-contact-form-button {
	display: inline-block;
	position: relative;
	margin-top: 50px;
	padding: 16px 22px;
	border-radius: 10px;
	font-variation-settings: "wght" 700;
	text-transform: uppercase;
	background-color: white;
	color: #FF5113;
	cursor: pointer;
	transition: background-color .2s, color .2s;
}
.footer-contact-form-button:hover {
	background-color: #FF5113;
	color: white;
}
.footer-nav {
	display: flex;
	position: relative;
	width: 100%;
}
.footer-nav-left {
	flex: 1;
}
.footer-nav-right {
	width: 400px;
}
.footer-nav a {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	white-space: nowrap;
}
.footer-nav a:hover {
	color: inherit;
}
.footer-nav a:hover::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 2px;
	background-color: white;
}
.footer-developer {
	position: absolute;
	right: 40px;
	bottom: 40px;
	font-size: 14px;
	opacity: .75;
}
.footer-developer a {
	position: relative;
}
.footer-developer a:hover {
	color: inherit;
}
.footer-developer a:hover::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 1px;
	background-color: white;
}



/* Footer – About */
.footer-about {
	height: auto;
	background-position: center bottom;
}
.footer-about .footer-bottom {
	position: relative;
	left: unset;
	bottom: unset;
}
.footer-about .footer-contact-form-button {
	border: 2px solid white;
	padding: 14px 20px;
}
.footer-about .footer-contact-form-button:hover {
	background-color: transparent;
	color: white;
}



/* Footer – Products */
.footer-products {
	height: auto;
	background-image: none;
	background-color: #FF5113;
}
.footer-products .footer-bottom {
	position: relative;
	left: unset;
	bottom: unset;
}
.footer-products .footer-contact-form-button {
	border: 2px solid white;
	padding: 14px 20px;
}
.footer-products .footer-contact-form-button:hover {
	background-color: transparent;
	color: white;
}



/* Contact form */
.contact-form-popup {
	z-index: 4;
	display: none;
	position: relative;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #ECECEC;
	opacity: 0;
	transition: opacity .5s;
}
.contact-form-popup-show {
	display: flex;
}
.contact-form-popup-visible {
	opacity: 1;
}
.contact-form,
.contact-form-sent {
	width: 1280px;
	max-width: calc(100vw - 80px);
}
.contact-form-hidden {
	display: none;
}
.contact-form-wrapper {
	display: flex;
	margin-top: 40px;
}
.contact-form h2,
.contact-form-sent h2 {
	font-size: 3.4vw;
	line-height: 1em;
	margin-bottom: 40px;
	text-transform: none;
	color: #FF5113;
}
.contact-form input,
.contact-form input:focus {
	appearance: none;
	box-shadow: none;
	outline: none;
	flex: 1;
	margin-right: 20px;
	padding: 0 0 10px 0;
	border: none;
	border-bottom: 2px solid #006837;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	background-color: inherit;
	color: inherit;
}
.contact-form input::placeholder {
	color: inherit;
}
.contact-form-wrapper input:last-of-type {
	margin-right: 0;
}
.contact-form input.contact-form-error {
	color: #FF5113;
	border-color: #FF5113;
	font-variation-settings: "wght" 700;
}
.contact-form-wrapper-select {
	flex: 1;
	position: relative;
	margin-right: 20px;
}
.contact-form-wrapper-select:last-of-type {
	margin-right: 0;
}
.contact-form-wrapper-select::after {
	content: "";
	position: absolute;
	right: 4px;
	top: 2px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #006837;
	border-bottom: 1px solid #006837;
	transform: rotate(45deg);
}
.contact-form select,
.contact-form select:focus {
	appearance: none;
	box-shadow: none;
	outline:none;
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	border: none;
	border-bottom: 2px solid #006837;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	background-color: inherit;
	color: inherit;
}
.contact-form textarea {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	outline: none;
	border: 2px solid #006837;
	border-radius: 0;
	text-decoration: none;
	resize: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color: inherit;
	background-color: transparent;
}
.contact-form-wrapper-send {
	justify-content: end;
}
.contact-form button {
	appearance: none;
	box-shadow: none;
	outline:none;
	padding: 14px 20px;
	border: 2px solid #FF5113;
	border-radius: 10px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-variation-settings: "wght" 700;
	text-transform: uppercase;
	background-color: transparent;
	color: #FF5113;
	cursor: pointer;
	transition: background-color .2s, color .2s;
}
.contact-form button:hover {
	background-color: #FF5113;
	color: white;
}
.contact-form-close {
	position: absolute;
	right: 100px;
	top: 80px;
	width: 50px;
	height: 50px;
	background-image: url(images/home-section-6-popup-close.svg);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: center top;
	cursor: pointer;
}
.contact-form-close:hover {
	background-position: center bottom;
}



/* About – Section 1 */
.about-section-1-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #4b481d;
}
.about-section-1-video-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .2;
}
.about-section-1-text {
	position: absolute;
	left: 270px;
	bottom: 100px;
	width: calc(50vw - 100px);
	color: white;
}
.about-section-1-text h1 {
	margin-bottom: 20px;
	color: #FF5113;
}
.about-section-1-text p {
	width: 400px;
}



/* About – Transitions */
.transition-overflow {
	overflow: hidden;
}
.transition {
	transition: transform 1s, opacity 1s;
	transform: none;
	opacity: 1;
}
.transition-left-bottom {
	transform: translate(-100px, 50px);
	opacity: 0;
}
.transition-right-bottom {
	transform: translate(100px, 50px);
	opacity: 0;
}
.transition-left {
	transform: translate(-150px, 0);
	opacity: 0;
}
.transition-right {
	transform: translate(150px, 0);
	opacity: 0;
}
.transition-bottom {
	transform: translate(0, 150px);
	opacity: 0;
}
.transition-size {
	transform: scale(1.25);
	opacity: .25;
}
.transition-opacity {
	opacity: 0;
}



/* About – Section 2 */
.about-section-2 {
	display: flex;
	box-sizing: border-box;
	height: auto;
	padding: 100px;
	background: #ECECEC;
}
.about-section-2-subsection-1 {
	display: flex;
	flex-direction: column;
	width: calc(50% - 50px);
	margin-right: 100px;
}
.about-section-2-subsection-1 h2 {
	order: 3;
	font-size: 90px;
	line-height: 1em;
	color: #FF5113;
}
.about-section-2-subsection-1 p {
	width: 50%;
}
.about-section-2-subsection-1 img {
	width: 700px;
	max-width: 100%;
	margin: 20px 0;
}
.about-section-2-subsection-2 {
	width: calc(50% - 50px);
}
.about-section-2-subsection-2 img {
	max-width: 100%;
	margin-bottom: 100px;
}
.about-section-2-subsection-2 p {
	margin-left: 150px;
	max-width: 400px;
}



/* About – Section 3 */
.about-section-3 {
	display: flex;
	align-items: end;
	box-sizing: border-box;
	height: auto;
	padding: 0 100px 100px 100px;
	background: #ECECEC;
}
.about-section-3-subsection-1 {
	width: calc(50% - 50px);
	margin-right: 100px;
}
.about-section-3-subsection-1 img {
	max-width: 100%;
}
.about-section-3-subsection-2 {
	width: calc(50% - 50px);
	margin-bottom: 200px;
}
.about-section-3-subsection-2 img {
	max-width: 100%;
}
.about-section-3-subsection-2 h2 {
	font-size: 90px;
	line-height: 1em;
	margin-top: 20px;
	margin-bottom: 50px;
	color: #FF5113;
}



/* About – Section 4 */
.about-section-4 {
	z-index: 1;
	display: flex;
	align-items: end;
	box-sizing: border-box;
	background-color: #FF5113;
	color: white;
	padding: 100px;
}
.about-section-4-subsection-1 {
	margin-left: 170px;
	max-width: 1000px;
}
.about-section-4-subsection-1-1 {
	display: flex;
	align-items: end;
	margin-bottom: 50px;
}
.about-section-4-subsection-1 h2 {
	margin-right: 40px;
	margin-bottom: -20px;
}
.about-section-4-subsection-1 h2 span {
	white-space: nowrap;
}
.about-section-4-subsection-1 a {
	display: inline-block;
	padding: 14px 20px;
	border-radius: 10px;
	border: 2px solid white;
	background: white;
	color: #FF5113;
	text-transform: uppercase;
	transition: background-color .2s, color .2s;
}
.about-section-4-subsection-1 a:hover {
	background: transparent;
	color: white;
}



/* About – Section 5 */
.about-section-5 {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	height: auto;
	padding: 100px;
	background: #ECECEC;
}
.about-section-5-subsection-1 {
	position: absolute;
	left: 25vw;
	top: 100px;
	width: 50vw;
}
.about-section-5-subsection-1 h2 {
	display: block;
	margin-bottom: 20px;
}
.about-section-5-subsection-1 p {
	position: relative;
	width: 30vw;
}
.about-section-5-subsection-2 {
	position: relative;
	width: 100%;
	padding-left: 50%;
	margin-top: 100px;
}
.about-section-5-subsection-2 img {
	display: block;
	max-width: 100%;
}
.about-section-5-subsection-3 {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-top: 100px;
	padding-left: 60vw;
}
.about-section-5-subsection-3 h2 {
	display: block;
	margin-bottom: 20px;
}
.about-section-5-subsection-4 {
	position: absolute;
	left: 200px;
	bottom: 100px;
	width: 40vw;
}
.about-section-5-subsection-4 img {
	display: block;
	width: 20vw;
	max-width: 100%;
}



/* About – Section 6 */
.about-section-6 {
	z-index: 1;
	height: 36.5vw;
	background-color: #006837;
}
.about-section-6-photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/about-section-6.jpg);
	background-size: cover;
	background-position: center 90%;
}



/* About – Section 7 */
.about-section-7 {
	box-sizing: border-box;
	height: auto;
	padding: 100px;
	background: #ECECEC;
}
.about-section-7-subsection-1 {
	display: flex;
	padding: 0 100px 100px 30vw;
}
.about-section-7-subsection-1 h2 {
	margin-top: -0.06em;
	margin-right: 40px;
	line-height: 1em;
}
.about-section-7-subsection-2 {
	display: flex;
	align-items: end;
	padding: 100px 0;
}
.about-section-7-subsection-2-1 {
	width: calc(50% - 50px);
	margin-right: 100px;
	padding-left: 170px;
}
.about-section-7-subsection-2-2 {
	position: relative;
	width: calc(50% - 50px);
}
.about-section-7-subsection-2-2-1 {
	max-width: 100%;
}
.about-section-7-subsection-2-2-2 {
	position: absolute;
	left: 70%;
	bottom: 0;
	width: 27%;
	transform: translate(-50%, 50%);
}
.about-section-7-subsection-2 h2 {
	margin-bottom: 20px;
}
.about-section-7-subsection-3 {
	display: flex;
	flex-direction: column;
	align-items: start;
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 50px);
	padding-left: 170px;
}
.about-section-7-subsection-3 a {
	display: inline-block;
}
.about-section-7-subsection-3 p {
	margin-top: 20px;
}



/* About – Section 8 */
.about-section-8 {
	z-index: 1;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	padding: 200px 0 100px 0;
	background-color: #006837;
	color: white;
}
.about-section-8-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/about-section-8.jpg);
	background-size: cover;
	background-position: center center;
}
.about-section-8-background::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #006837;
	opacity: .25;
}
.about-section-8-subsection-1 {
	position: relative;
	width: 50%;
}
.about-section-8-subsection-1 h2 {
	margin-bottom: 20px;
}
.about-section-8-subsection-1 p {
	width: 80%;
}



/* About – Section 9 */
.about-section-9 {
	box-sizing: border-box;
	height: auto;
	padding: 100px 20vw;
	background: #ECECEC;
}
.about-section-9-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-right: 20%;
}
.about-section-9-element {
	width: calc(50% - 25px);
	margin-bottom: 20px;
}
.about-section-9-element:nth-child(odd) {
	margin-right: 50px;
}
.about-section-9 h2 {
	margin-bottom: 40px;
}
.about-section-9-element h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 24px;
	font-variation-settings: "wght" 800;
}
.about-section-9-element p {
	display: none;
	margin-bottom: 20px;
}
.about-section-9-element-opened p {
	display: block;
}
.about-section-9-button {
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: -5px;
	margin-left: -10px;
	cursor: pointer;
}
.about-section-9-button::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 5px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #006837;
	transition: transform .2s;
}
.about-section-9-button:hover::after {
	transform: translateY(5px);
}
.about-section-9-element-opened .about-section-9-button::after {
	border-top: unset;
	border-bottom: 10px solid #006837;
}
.about-section-9-element-opened .about-section-9-button:hover::after {
	transform: translateY(-5px);
}



/* About – Acorn */
.acorn-subsection {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 50%;
	pointer-events: none;
}
.about-section-1::after,
.about-section-2::after,
.about-section-3::after,
.about-section-5::after,
.about-section-7::after,
.about-section-9::after,
.footer-about::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	pointer-events: none;
}
.about-section-1::after {
	background-image: url(images/about-acorn-path-1.svg);
}
.about-section-2::after {
	background-image: url(images/about-acorn-path-2.svg);
}
.about-section-3::after {
	background-image: url(images/about-acorn-path-3.svg);
}
.about-section-5::after {
	background-image: url(images/about-acorn-path-5.svg);
}
.about-section-7::after {
	background-image: url(images/about-acorn-path-7.svg);
}
.about-section-9::after {
	background-image: url(images/about-acorn-path-9.svg);
}
.footer-about::after {
	background-image: url(images/about-acorn-path-10.svg);
}
@media (max-width: 680px) {
	.about-section-1::after,
	.about-section-2::after,
	.about-section-3::after,
	.about-section-5::after,
	.about-section-7::after,
	.about-section-9::after,
	.footer-about::after {
		display: none;
	}
}
.acorn-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.acorn {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 160px;
	margin-left: -80px;
	margin-top: -80px;
	background-image: url(images/about-acorn.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translate(70vw, 37.5vw) rotate(-15deg);
	transition: transform 2s;
}



/* Doors – Section 1 */
.doors-section-1 {
	background-image: url(images/doors-section-1-img-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}
.doors-section-1-subsection-1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 200px;
	top: 0;
	height: 100%;
}
.doors-section-1-subsection-1 h1 {
	margin-bottom: 40px;
}
.doors-section-1-subsection-1 p {
	width: 25vw;
}
.doors-section-1-subsection-2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 50vw;
	height: 50vw;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
.doors-section-1-icons {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50vw;
	height: 50vw;
}
@keyframes doors-icons-technology {
	0% {transform: translate(0, 0) rotate(-10deg)}
	20% {transform: translate(0, 0) rotate(-10deg)}
	80% {transform: translate(-5vw, 3vw) rotate(0deg)}
	100% {transform: translate(-5vw, 3vw) rotate(0deg)}
}
@keyframes doors-icons-touch {
	0% {transform: translate(0, 0) rotate(-30deg)}
	20% {transform: translate(0, 0) rotate(-30deg)}
	80% {transform: translate(3vw, -2vw) rotate(0deg)}
	100% {transform: translate(3vw, -2vw) rotate(0deg)}
}
@keyframes doors-icons-texture {
	0% {transform: translate(0, 0) rotate(15deg)}
	20% {transform: translate(0, 0) rotate(15deg)}
	80% {transform: translate(-2vw, -4vw) rotate(0deg)}
	100% {transform: translate(-2vw, -4vw) rotate(0deg)}
}
.doors-section-1-icons-technology {
	position: absolute;
	right: 5vw;
	bottom: 30vw;
	width: 10vw;
	height: 10vw;
	background-image: url(images/doors-section-1-icon-technology.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: doors-icons-technology ease-in-out 10s infinite alternate;
}
.doors-section-1-icons-touch {
	position: absolute;
	right: 15vw;
	bottom: 3vw;
	width: 10vw;
	height: 10vw;
	background-image: url(images/doors-section-1-icon-touch.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: doors-icons-touch ease-in-out 10s infinite alternate;
}
.doors-section-1-icons-texture {
	position: absolute;
	right: 2vw;
	bottom: 10vw;
	width: 10vw;
	height: 10vw;
	background-image: url(images/doors-section-1-icon-texture.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: doors-icons-texture ease-in-out 10s infinite alternate;
}



/* Doors – Section 2 – Catalog */
.doors-catalog {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	height: auto;
	padding: 100px 15vw;
	background: #ECECEC;
}
.doors-catalog a {
	position: relative;
	flex-grow: 1;
	width: 33%;
	margin-bottom: 100px;
	text-align: center;
}
.doors-catalog a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.doors-catalog a img {
	display: inline-block;
	max-width: 100%;
	transition: opacity .5s;
}
.doors-catalog a img:first-of-type {
	opacity: 1;
}
.doors-catalog a img:last-of-type {
	position: absolute;
	left: 50%;
	top: 0;
	opacity: 0;
	transform: translateX(-50%);
}
.doors-catalog a:hover img:first-of-type {
	opacity: 0;
}
.doors-catalog a:hover img:last-of-type {
	opacity: 1;
}
.doors-catalog h2 {
	margin-top: 20px;
	font-size: 4vw;
	line-height: 1em;
	text-transform: none;
}



/* Panels – Section 1 */
.panels-section-1 {
	background-image: url(images/panels-section-1-img-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}
.panels-section-1-subsection-1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 200px;
	top: 0;
	height: 100%;
}
.panels-section-1-subsection-1 h1 {
	margin-bottom: 40px;
}
.panels-section-1-subsection-1 p {
	width: 25vw;
}
.panels-section-1-subsection-2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 50vw;
	height: 50vw;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.panels-section-1-icons {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50vw;
	height: 50vw;
}
@keyframes panels-icons-technology {
	0% {transform: translate(0, 0) rotate(-20deg)}
	20% {transform: translate(0, 0) rotate(-20deg)}
	80% {transform: translate(-1vw, 3vw) rotate(0deg)}
	100% {transform: translate(-1vw, 3vw) rotate(0deg)}
}
@keyframes panels-icons-oak {
	0% {transform: translate(0, 0) rotate(30deg)}
	20% {transform: translate(0, 0) rotate(30deg)}
	80% {transform: translate(-5vw, -0.5vw) rotate(0deg)}
	100% {transform: translate(-5vw, -0.5vw) rotate(0deg)}
}
@keyframes panels-icons-texture {
	0% {transform: translate(0, 0) rotate(15deg)}
	20% {transform: translate(0, 0) rotate(15deg)}
	80% {transform: translate(1vw, 4vw) rotate(0deg)}
	100% {transform: translate(1vw, 4vw) rotate(0deg)}
}
@keyframes panels-icons-touch {
	0% {transform: translate(0, 0) rotate(25deg)}
	20% {transform: translate(0, 0) rotate(25deg)}
	80% {transform: translate(-2vw, -1vw) rotate(0deg)}
	100% {transform: translate(-2vw, -1vw) rotate(0deg)}
}
.panels-section-1-icons-technology {
	position: absolute;
	right: 32vw;
	bottom: 32vw;
	width: 10vw;
	height: 10vw;
	background-image: url(images/doors-section-1-icon-technology.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: panels-icons-technology ease-in-out 10s infinite alternate;
}
.panels-section-1-icons-oak {
	position: absolute;
	right: 25vw;
	bottom: 24vw;
	width: 10vw;
	height: 10vw;
	background-image: url(images/doors-section-1-icon-oak.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: panels-icons-oak ease-in-out 10s infinite alternate;
}
.panels-section-1-icons-texture {
	position: absolute;
	right: 10vw;
	bottom: 28vw;
	width: 10vw;
	height: 10vw;
	background-image: url(images/doors-section-1-icon-texture.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: panels-icons-texture ease-in-out 10s infinite alternate;
}
.panels-section-1-icons-touch {
	position: absolute;
	right: 22vw;
	bottom: 12vw;
	width: 10vw;
	height: 10vw;
	background-image: url(images/doors-section-1-icon-touch.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: panels-icons-touch ease-in-out 10s infinite alternate;
}



/* Panels – Section 2 – Catalog */
.panels-catalog {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	height: auto;
	padding: 150px 10vw 100px 10vw;
	background: #ECECEC;
}
.panels-catalog a {
	position: relative;
	flex-grow: 1;
	width: 25%;
	margin-bottom: 80px;
	text-align: center;
}
.panels-catalog a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.panels-catalog a img {
	display: inline-block;
	max-width: 90%;
	transition: transform .5s;
}
.panels-catalog a:hover img {
	transform: scale(1.1);
}
.panels-catalog h2 {
	margin-top: 50px;
	font-size: 3vw;
	line-height: 1em;
	text-transform: none;
}



/* Products – Slider */
.products-slider-section {
	overflow-x: hidden;
	background: #ECECEC;
}
.products-slider {
	position: absolute;
	left: 20vw;
	top: 7vw;
	width: 60vw;
	height: 36vw;
}
.products-slider div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 1s, background-size 1s;
}
.products-slider div.products-slider-before {
	transform: translateX(-190%) scale(0.8);
	background-size: 125% auto;
}
.products-slider div.products-slider-prev {
	transform: translateX(-95%) scale(0.8);
	background-size: 125% auto;
}
.products-slider div.products-slider-next {
	transform: translateX(95%) scale(0.8);
	background-size: 125% auto;
}
.products-slider div.products-slider-after {
	transform: translateX(190%) scale(0.8);
	background-size: 125% auto;
}
.products-slider a {
	display: block;
	position: absolute;
	left: 40px;
	bottom: 40px;
	padding: 14px 20px;
	border: 2px solid white;
	border-radius: 10px;
	color: white;
	transition: background-color .2s, color .2s;
}
.products-slider a:hover {
	background: white;
	color: #FF5113;
}



/* Product page */
.product {
	height: auto;
	box-sizing: border-box;
	padding: 120px 100px 100px 15vw;
	font-variation-settings: "wght" 500;
	background: #ECECEC;
}
.product h1 {
	font-size: 120px;
	line-height: 1em;
	margin-bottom: 40px;
	color: #FF5113;
}
.product h2 {
	font-size: 64px;
	line-height: 1em;
	margin-bottom: 40px;
	text-transform: none;
}
.product p {
	margin-bottom: 20px;
}
.product span {
	display: inline-block;
	vertical-align: top;
}
.product-left {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% - 50px);
}
.product-left::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product-left-render {
	display: block;
	max-width: 100%;
}
.product-left-miniatures {
	display: flex;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
.product-left-miniatures div {
	position: relative;
	flex: 1;
	height: 10vw;
	text-align: center;
}
.product-left-miniatures img {
	display: inline-block;
	max-width: 100%;
	height: 100%;
}
.product-left-miniatures-panels div {
	display: flex;
	align-items: center;
	height: unset;
}
.product-left-miniatures-panels img {
	height: unset;
}
.product-left-miniatures-fragment {
	flex: 0.8;
	width: 20%;
	overflow: hidden;
}
.product-left-miniatures-fragment img {
	position: absolute;
	left: 0;
	top: -18%;
	width: 125%;
	max-width: unset;
	height: auto;
}
.product-left-icons {
	position: relative;
	width: 500px;
	max-width: 100%;
	height: 120px;
	background-image: url(images/doors-product-icons.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
.product-right {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-left: calc(50% + 50px);
}
.product-title p {
	max-width: 400px;
	margin-bottom: 40px;
}
.product-coating-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.product-coating {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 120px;
	height: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 4px solid transparent;
	background-position: center;
	cursor: pointer;
	transition: border-color .2s;
}
.product-coating:hover,
.product-coating.product-option-selected {
	border-color: #FF5113;
}
.product-color {
	margin-top: 14px;
	color: #FF5113;
}
.product-color img {
	margin-bottom: 5px;
}
.product-characteristics {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
.product-characteristics > div {
	display: flex;
	margin-bottom: 10px;
	font-variation-settings: "wght" 600;
}
.product-characteristics > div > span:first-of-type {
	width: 120px;
	margin-right: 20px;
}
.product-characteristics > div > span:last-of-type {
	flex: 1;
}
.product-characteristics-panels {
	margin-bottom: 40px;
}
.product-characteristics-panels > div {
	margin-bottom: 20px;
	align-items: center;
}
.product-characteristics-panels-class {
	display: flex !important;
}
.product-characteristics-panels-class a {
	margin-right: 10px;
	padding: 8px 30px;
	border: 2px solid #006837;
	text-align: center;
	cursor: pointer;
	transition: color .2s, background-color .2s, border-color .2s;
}
.product-characteristics-panels-class a:last-of-type {
	margin-right: 0;
}
.product-characteristics-panels-class a:hover {
	color: #FF5113;
	border-color: #FF5113;
}
.product-characteristics-panels-class a.product-option-selected {
	color: white;
	background-color: #FF5113;
	border-color: #FF5113;
}
.product-characteristics-slider {
	position: relative;
	width: 100%;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.product-characteristics-slider::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background-color: #006837;
}
.product-characteristics-slider-bar {
	position: absolute;
	left: -10px;
	top: 0;
	width: calc(100% + 20px);
	height: 100%;
	cursor: pointer;
}
.product-characteristics-slider-handle {
	position: absolute;
	left: 0%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 50%;
	background-color: #FF5113;
}
.product-characteristics-slider-size {
	position: absolute;
	appearance: none;
	box-shadow: none;
	outline: none;
	border: none;
	border-radius: 0;
	font-family: inherit;
	font-variation-settings: "wght" 600;
	font-size: 14px;
	line-height: inherit;
	text-align: center;
	background-color: transparent;
	left: 50%;
	top: -20px;
	width: 50px;
	height: 16px;
	color: #FF5113;
	transform: translateX(-50%);
	cursor: text;
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.product-characteristics-slider-size:hover,
.product-characteristics-slider-size:focus {
	font-variation-settings: "wght" 700;
}
.product-locks {
	position: relative;
	margin-top: 20px;
	margin-bottom: -20px;
	cursor: default;
}
.product-locks-wrapper {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 20px;
}
.product-locks-preview {
	display: none;
	position: absolute;
	left: -34px;
	bottom: calc(100% + 5px);
	width: 340px;
	height: 190px;
	background-repeat: no-repeat;
	background-size: contain;
}
.product-locks-wrapper:hover .product-locks-preview {
	display: block;
}
.product-locks-icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 98px;
	height: 64px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image: url(images/panels-locks-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.product-locks-text {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-bottom: 20px;
}
.product-locks-checkbox {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 32px;
	height: 32px;
	margin-bottom: 20px;
	background-image: url(images/panels-locks-checkbox.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	cursor: pointer;
}
.product-locks-checkbox:hover,
.product-locks-checkbox-selected {
	background-position: center bottom;
}
.product-order-button {
	display: block;
	width: 100%;
	margin-top: 40px;
	padding: 20px 20px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1em;
	font-variation-settings: "wght" 700;
	text-transform: uppercase;
	color: white;
	background-color: #006837;
	cursor: pointer;
	transition: background-color .2s;
}
.product-order-button:hover {
	background-color: #FF5113;
}
.product-bottom {
	display: flex;
	margin-top: 100px;
}
.product-bottom > div {
	width: calc(50% - 50px);
}
.product-bottom > div:first-of-type {
	margin-right: 100px;
}
.product-certificate-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 110px;
	height: 96px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-image: url(images/doors-product-iso.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.product-certificate-links {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}
.product-certificate-links a {
	display: block;
	position: relative;
	margin-bottom: 5px;
}
.product-certificate-links a::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	width: 16px;
	height: 16px;
	background-image: url(images/doors-product-download.svg);
	background-repeat: no-repeat;
	background-size: contain;
}



/* Product – Order form */
.product-order-popup {
	z-index: 4;
	display: none;
	position: relative;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #ECECEC;
	opacity: 0;
	transition: opacity .5s;
}
.product-order-popup-show {
	display: flex;
}
.product-order-popup-visible {
	opacity: 1;
}
.product-order,
.product-order-sent {
	display: flex;
	justify-content: center;
	position: relative;
	width: 1280px;
	max-width: calc(100vw - 80px);
}
.product-order-hidden {
	display: none;
}
.product-order-column {
	display: inline-block;
	position: relaitve;
	width: 400px;
	margin-right: 40px;
}
.product-order-column:last-of-type {
	margin-right: 0;
}
.product-order-column-center {
	text-align: center;
}
.product-order-image {
	max-width: 100%;
	margin-bottom: 20px;
}
.product-order-image-door {
	margin-top: -40px;
	margin-bottom: 0;
}
.product-order h2,
.product-order-sent h2 {
	font-size: 64px;
	line-height: 1em;
	margin-bottom: 40px;
	text-transform: none;
}
.product-order-category {
	display: none;
}
.product-order-characteristics {
	margin-bottom: 20px;
}
.product-order-characteristics span {
	display: inline-block;
	vertical-align: top;
}
.product-order-characteristics span:first-of-type {
	width: 150px;
}
.product-order-characteristics span:last-of-type {
	font-variation-settings: "wght" 700;
	color: #FF5113;
}
.product-order-coating-image {
	display: block;
	width: 120px;
	height: 120px;
	margin-top: 20px;
}
.product-order-locks-wrapper {
	display: none;
}
.product-order-locks-wrapper-show {
	display: block;
}
.product-order-locks {
	position: relative;
	width: 32px;
	height: 32px;
	margin-top: -6px;
	background-image: url(images/panels-locks-checkbox.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.product-order-locks-image {
	position: relative;
	width: 98px;
	height: 64px;
	margin-top: 10px;
	background-image: url(images/panels-locks-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.product-order input,
.product-order input:focus {
	display: block;
	width: 100%;
	appearance: none;
	box-shadow: none;
	outline:none;
	flex: 1;
	margin-bottom: 20px;
	padding: 0 0 10px 0;
	border: none;
	border-bottom: 2px solid #006837;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	background-color: inherit;
	color: inherit;
}
.product-order input::placeholder {
	color: inherit;
}
.product-order input.product-order-error {
	color: #FF5113;
	border-color: #FF5113;
	font-variation-settings: "wght" 700;
}
.product-order textarea {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	margin: 40px 0;
	padding: 10px;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	outline: none;
	border: 2px solid #006837;
	border-radius: 0;
	text-decoration: none;
	resize: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color: inherit;
	background-color: transparent;
}
.product-order textarea::placeholder {
	color: inherit;
}
.product-order button {
	appearance: none;
	box-shadow: none;
	outline:none;
	width: 100%;
	margin-bottom: 20px;
	padding: 14px 20px;
	border: 2px solid #FF5113;
	border-radius: 10px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-variation-settings: "wght" 700;
	text-transform: uppercase;
	background-color: transparent;
	color: #FF5113;
	cursor: pointer;
	transition: background-color .2s, color .2s;
}
.product-order button:hover {
	background-color: #FF5113;
	color: white;
}
.product-order-close {
	position: absolute;
	right: 100px;
	top: 80px;
	width: 50px;
	height: 50px;
	background-image: url(images/home-section-6-popup-close.svg);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: center top;
	cursor: pointer;
}
.product-order-close:hover {
	background-position: center bottom;
}



@media (max-width: 1600px) {
	.product-characteristics-panels-class a {
		margin-right: 5px;
		padding: 8px 20px;
	}
}



/* Tablet */
@media (max-width: 1280px) {
	body {
		font-size: 14px;
	}
	h3 {
		font-size: 24px;
	}
	.nav-logo {
		left: 50px;
	}
	.nav-icon-open {
		right: 50px;
	}
	.nav-icon-close {
		left: 50px;
	}
	.nav-links {
		left: 50px;
		width: calc(100% - 200px)
	}
	.home-section-1-header {
		left: 50px;
		bottom: 50px;
	}
	.home-section-1-links {
		right: 50px;
		bottom: 50px;
	}
	.home-section-2-text {
		left: 50px;
		top: 50%;
		width: 50%;
		transform: translateY(-50%);
	}
	.home-section-3-text,
	.home-section-4-text {
		left: 50px;
	}
	.home-section-3-text-percents,
	.home-section-4-text-percents {
		margin: 20px 0;
	}
	.home-section-3-text-percents span,
	.home-section-4-text-percents span {
		margin-right: 20px;
	}
	.home-section-3-text-percents-1,
	.home-section-3-text-percents-2,
	.home-section-4-text-percents-1,
	.home-section-4-text-percents-2 {
		margin-top: 20px;
	}
	.home-section-6-content {
		left: 50px;
		width: calc(100vw - 50px);
	}
	.home-section-6-content > div {
		width: calc(33vw - 30px);
		margin-right: 20px;
	}
	.home-section-6-popup-close {
		right: 50px;
		top: 50px;
	}
	.home-section-6-popup-panels a,
	.home-section-6-popup-doors a {
		top: 50px;
	}
	footer {
		height: 140vw;
	}
	.footer-tverdi {
		top: 10vw;
		width: 60vw;
	}
	.footer-tverdi h2 {
		width: 30%;
	}
	.footer-tverdi p {
		width: 70%;
	}
	.footer-bottom {
		padding: 50px 50px 100px 50px;
	}
	.footer-contact-text,
	.footer-nav-right {
		width: 250px;
	}
	.footer-contact {
		margin-bottom: 50px;
	}
	.footer-contact a {
		margin-bottom: 10px;
	}
	.footer-contact-form-button {
		margin-top: 20px;
	}
	.contact-form-close,
	.product-order-close {
		right: 40px;
		top: 40px;
	}
	.about-section-1-text {
		left: 50px;
		bottom: 50px;
	}
	.about-section-1-text p {
		width: 355px;
	}
	.about-section-2 {
		padding: 50px;
	}
	.about-section-2-subsection-1 h2 {
		font-size: 44px;
	}
	.about-section-2-subsection-2 img {
		margin-bottom: 50px;
	}
	.about-section-2-subsection-2 p {
		margin-left: 100px;
	}
	.about-section-3 {
		padding: 0 50px 50px 50px;
	}
	.about-section-3-subsection-2 h2 {
		font-size: 44px;
		margin-bottom: 20px;
	}
	.about-section-4 {
		padding: 50px;
	}
	.about-section-4-subsection-1 {
		margin-left: unset;
		max-width: unset;
	}
	.about-section-4-subsection-1 h2 {
		font-size: 44px;
		line-height: 1em;
		margin-bottom: unset;
	}
	.about-section-5 {
		padding: 50px;
	}
	.about-section-5-subsection-2 {
		margin-top: 120px;
	}
	.about-section-5-subsection-1 {
		top: 50px;
		left: 30vw;
	}
	.about-section-5-subsection-1 h2 {
		font-size: 44px;
		line-height: 1em;
	}
	.about-section-5-subsection-1 p {
		width: 40vw;
	}
	.about-section-5-subsection-3 {
		margin-top: 50px;
	}
	.about-section-5-subsection-3 h2 {
		font-size: 44px;
		line-height: 1em;
	}
	.about-section-5-subsection-4 {
		left: 20px;
		bottom: 50px;
	}
	.about-section-5-subsection-4 img {
		width: 250px;
	}
	.about-section-7 {
		padding: 50px;
	}
	.about-section-7-subsection-1 {
		padding: 0 0 50px 30vw;
	}
	.about-section-7-subsection-1 h2 {
		margin-top: unset;
		font-size: 44px;
		line-height: 1em;
	}
	.about-section-7-subsection-2 {
		padding: 50px 0;
	}
	.about-section-7-subsection-2-1 {
		width: calc(50% - 25px);
		margin-right: 50px;
		padding-left: unset;
	}
	.about-section-7-subsection-2-1 {
		width: calc(50% - 25px);
	}
	.about-section-7-subsection-2 h2 {
		font-size: 44px;
		line-height: 1em;
	}
	.about-section-7-subsection-3 {
		width: calc(50% - 25px);
		padding-left: unset;
	}
	.about-section-8 {
		padding: 100px 0;
		height: unset;
		min-height: 50vw;
	}
	.about-section-8-subsection-1 {
		width: 60%;
	}
	.about-section-8-subsection-1 p {
		width: unset;
	}
	.about-section-9-wrapper {
		padding-right: unset;
	}
	.about-section-9-element-drop {
		width: 100%;
	}
	.about-section-9-element-drop p {
		width: calc(50% - 25px);
	}
	.about-section-9-element img {
		width: 100px;
	}
	.about-section-9-element h3 {
		font-size: 16px;
	}
	.about-section-9-element p {
		display: block;
	}
	.about-section-9-button {
		display: none;
	}
	.acorn {
		width: 120px;
		height: 120px;
		margin-left: -60px;
		margin-top: -60px;
	}
	.doors-section-1-subsection-1 {
		left: 50px;
		top: 10%;
		height: 90%;
	}
	.doors-section-1-subsection-1 h1 {
		margin-bottom: 20px;
	}
	.doors-section-1-subsection-1 p {
		width: 35vw;
	}
	.doors-catalog {
		padding: 50px 10vw;
	}
	.doors-catalog a {
		margin-bottom: 50px;
	}
	.doors-catalog h2 {
		margin-top: 0;
	}
	.product {
		padding: 150px 50px 50px 50px;
	}
	.product h1 {
		font-size: 60px;
		margin-bottom: 20px;
	}
	.product h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.product-left {
		width: calc(50% - 25px);
	}
	.product-right {
		padding-left: calc(50% + 25px);
	}
	.product-characteristics-panels > div {
		display: block;
	}
	.product-characteristics-panels > div > span:first-of-type {
		margin-bottom: 20px;
	}
	.product-characteristics-panels-class a {
		padding: 8px 15px;
	}
	.product-bottom {
		margin-top: 50px;
	}
	.panels-section-1-subsection-1 {
		left: 50px;
		top: 10%;
		height: 90%;
	}
	.panels-section-1-subsection-1 h1 {
		margin-bottom: 20px;
	}
	.panels-section-1-subsection-1 p {
		width: 35vw;
	}
	.panels-catalog {
		padding: 50px 10vw;
	}
	.panels-catalog a {
		width: 50%;
	}
	.panels-catalog a img {
		max-width: 80%;
	}
	.panels-catalog h2 {
		margin-top: 20px;
	}
	.product-order h2,
	.product-order-sent h2 {
		font-size: 48px;
	}
	.product-order-characteristics span:first-of-type {
		width: 120px;
	}
}



@media (max-width: 1024px) {
	.doors-catalog a {
		width: 50%;
	}
}
@media (max-height: 580px) {
	.contact-form-wrapper {
		margin-top: 20px;
	}
	.contact-form textarea {
		height: 100px;
		margin-top: 10px;
	}
	.contact-form h2 {
		margin-bottom: 20px;
	}
	.product-order textarea {
		height: 100px;
	}
}



/* Mobile */
@media (max-width: 680px) {
	body {
		font-size: 12px;
	}
	section {
		height: unset;
		min-height: 100vw;
		padding: 40px;
		box-sizing: border-box;
	}
	h1,
	h2 {
		font-size: 48px;
		line-height: 54px;
	}
	h3 {
		font-size: 20px;
	}
	.nav-logo {
		left: 40px;
		top: 20px;
		width: 60px;
		height: 75px;
	}
	.nav-icon-open {
		right: 40px;
		top: 35px;
	}
	.nav-icon-open:hover {
		background-position: 0 0;
	}
	.nav-icon-close:hover {
		background-position: 0 0;
	}
	.nav-opened .nav-overlay {
		display: none;
	}
	.nav-content-wrapper {
		width: 100vw;
	}
	.home-section-1 {
		overflow-x: hidden;
		padding-top: 120px;
	}
	.home-section-1-video {
		width: 200%;
	}
	.home-section-1-header {
		position: relative;
		left: unset;
		bottom: unset;
		width: unset;
		margin-bottom: 20px;
	}
	.home-section-1-links {
		align-items: flex-start;
		position: relative;
		right: unset;
		bottom: unset;
	}
	.home-section-2-img-1 {
		display: none;
	}
	.home-section-2-img-2,
	.home-section-2-img-3 {
		width: 100%;
	}
	.home-section-2-toggler {
		display: none;
	}
	.home-section-2-right {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		right: unset;
		top: unset;
		width: 100%;
		min-height: calc(100vw - 80px);
	}
	.home-section-2-text {
		position: relative;
		left: unset;
		top: unset;
		box-sizing: border-box;
		transform: none;
	}
	.home-section-3,
	.home-section-4 {
		height: auto;
		min-height: 200vw;
		padding: 0;
	}
	.home-section-3-img-1,
	.home-section-4-img-2,
	.home-section-3-toggler,
	.home-section-4-toggler {
		display: none;
	}
	.home-section-3-text-wrapper,
	.home-section-4-text-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.home-section-3-text,
	.home-section-4-text {
		position: relative;
		left: unset;
		top: unset;
		width: 100%;
		padding: 40px;
		box-sizing: border-box;
		transform: none;
	}
	.home-section-3-img-3,
	.home-section-3-text,
	.home-section-4-img-3,
	.home-section-4-text {
		transition: none;
	}
	.home-section-3-text-wrapper,
	.home-section-3-img-2,
	.home-section-4-text-wrapper,
	.home-section-4-img-1 {
		position: relative;
		width: 100%;
		height: auto;
		min-height: 100vw;
	}
	.home-section-3-text-percents-1,
	.home-section-3-text-percents-2,
	.home-section-4-text-percents-1,
	.home-section-4-text-percents-2 {
		width: 100px;
		height: 30px;
	}
	.home-section-5-slider {
		position: relative;
		left: unset;
		top: unset;
		width: 100%;
		height: 60vw;
	}
	.home-section-5-slider div {
		transition: none;
	}
	.home-section-5-slider-before,
	.home-section-5-slider-prev,
	.home-section-5-slider-next,
	.home-section-5-slider-after {
		display: none;
	}
	.home-section-5-nav {
		position: relative;
		left: unset;
		top: unset;
		width: 30px;
		transform: none;
		margin: 40px auto 0 auto;
		font-size: 24px;
	}
	.home-section-5-nav-prev {
		left: -90px;
	}
	.home-section-5-nav-next {
		right: -90px;
	}
	.home-section-6 {
		display: block;
		overflow-x: hidden;
	}
	.home-section-6-content {
		display: block;
		left: unset;
		width: 100%;
	}
	.home-section-6-content > div {
		display: block;
		width: 100%;
		margin-right: unset;
	}
	.home-section-6-content h2 {
		font-size: 48px;
		line-height: 54px;
	}
	.home-section-6-content a {
		margin: 40px 0;
	}
	.home-section-6-magnifier {
		display: none;
	}
	.home-section-6-panels,
	.home-section-6-doors {
		width: 100%;
		height: calc(70.4vw - 80px);
	}
	.home-section-6-doors {
		margin-left: 25vw;
	}
	footer {
		height: auto;
		padding: 40px;
	}
	.footer-tverdi {
		display: block;
		position: relative;
		left: unset;
		top: unset;
		width: 100%;
	}
	.footer-tverdi h2 {
		width: unset;
	}
	.footer-tverdi p {
		width: unset;
		margin: 40px 0;
	}
	.footer-icons {
		position: relative;
		left: unset;
		top: unset;
		width: 100%;
		height: calc(80vw - 80px);
		margin-bottom: 40px;
	}
	.footer-icons-oak {
		left: 16vw;
		top: 0;
		width: 30vw;
		height: 30vw;
		animation: none;
	}
	.footer-icons-touch {
		left: 40vw;
		top: 15vw;
		width: 30vw;
		height: 30vw;
		animation: none;
	}
	.footer-icons-texture {
		left: 5vw;
		top: 25vw;
		width: 30vw;
		height: 30vw;
		animation: none;
	}
	.footer-bottom {
		position: relative;
		left: unset;
		bottom: unset;
		width: unset;
		padding: 0;
	}
	.footer-contact {
		display: block;
	}
	.footer-contact-title {
		width: unset;
	}
	.footer-contact-text {
		position: relative;
		right: unset;
		bottom: unset;
		width: unset;
		margin-top: 40px;
	}
	.footer-contact a:hover::after {
		display: none;
	}
	.footer-nav {
		display: block;
	}
	.footer-nav a {
		margin-right: 15px;
	}
	.footer-nav a:hover::after {
		display: none;
	}
	.footer-nav-left {
		width: unset;
	}
	.footer-nav-right {
		position: relative;
		right: unset;
		top: unset;
		width: unset;
		margin-top: 20px;
	}
	.footer-developer {
		position: relative;
		right: unset;
		bottom: unset;
		margin-top: 20px;
		font-size: unset;
		opacity: 1;
		text-align: right;
	}
	.contact-form-popup {
		padding: 90px 40px 40px 40px;
	}
	.contact-form-wrapper {
		display: block;
		margin-top: 0;
	}
	.contact-form h2 {
		font-size: 48px;
		line-height: 48px;
	}
	.contact-form input,
	.contact-form-wrapper-select {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contact-form textarea {
		height: 150px;
		margin-bottom: 20px;
	}
	.contact-form-close {
		right: 20px;
		top: 20px;
	}
	.transition-left-bottom,
	.transition-right-bottom,
	.transition-left,
	.transition-right,
	.transition-bottom {
		transform: translate(0, 50px);
		opacity: 0;
	}
	.about-section-1 {
		padding-top: 200px;
		padding-right: 120px;
	}
	.about-section-1-text {
		position: relative;
		left: unset;
		bottom: unset;
		width: unset;
	}
	.about-section-1-text p {
		width: unset;
	}
	.about-section-2 {
		display: block;
		min-height: auto;
		padding: 40px 120px 40px 40px;
	}
	.about-section-2-subsection-1 {
		width: unset;
		margin-right: unset;
		margin-bottom: 40px;
	}
	.about-section-2-subsection-1 h2 {
		order: unset;
		margin-bottom: 20px;
	}
	.about-section-2-subsection-1 p {
		width: unset;
	}
	.about-section-2-subsection-2 {
		width: unset;
	}
	.about-section-2-subsection-2 img {
		margin-bottom: 40px;
	}
	.about-section-2-subsection-2 p {
		margin-left: 60px;
	}
	.about-section-3 {
		display: block;
		min-height: auto;
		padding: 0 120px 40px 40px;
	}
	.about-section-3-subsection-1 {
		display: none;
	}
	.about-section-3-subsection-2 {
		width: unset;
		margin-bottom: unset;
	}
	.about-section-3-subsection-2 h2,
	.about-section-3-subsection-2 p {
		margin-left: 60px;
	}
	.about-section-4 {
		display: block;
		min-height: auto;
		padding: 40px;
	}
	.about-section-4-subsection-1-1 {
		display: block;
		margin-left: 60px;
		margin-bottom: 40px;
		padding-right: 80px;
	}
	.about-section-4-subsection-1 h2 {
		margin-bottom: 20px;
	}
	.about-section-4-subsection-1 a {
		text-transform: unset;
	}
	.about-section-5 {
		display: block;
		padding: 40px;
	}
	.about-section-5-subsection-1 {
		position: relative;
		width: unset;
		left: unset;
		top: unset;
	}
	.about-section-5-subsection-1 p {
		width: unset;
		padding-right: 80px;
	}
	.about-section-5-subsection-2 {
		margin-left: -40px;
		width: 100vw;
		margin-top: unset;
		padding-left: unset;
		overflow-x: hidden;
	}
	.about-section-5-subsection-2 img {
		width: 105vw;
		margin-left: 20px;
		max-width: unset;
	}
	.about-section-5-subsection-3 {
		width: unset;
		margin-top: 40px;
		padding-left: unset;
	}
	.about-section-5-subsection-3 p {
		padding-right: 80px;
	}
	.about-section-5-subsection-4 {
		position: relative;
		left: unset;
		bottom: unset;
		width: 100%;
		margin-top: 40px;
	}
	.about-section-5-subsection-4 img {
		width: 200px;
		margin-left: -20px;
	}
	.about-section-6 {
		height: 75vw;
		min-height: unset;
	}
	.about-section-6-photo {
		background-position: center bottom;
	}
	.about-section-7 {
		padding: 40px;
	}
	.about-section-7-subsection-1 {
		display: block;
		padding: 0 0 40px 0;
	}
	.about-section-7-subsection-1 h2 {
		margin-bottom: 20px;
	}
	.about-section-7-subsection-1 p {
		padding-right: 80px;
	}
	.about-section-7-subsection-2 {
		display: block;
		padding: 40px 0;
	}
	.about-section-7-subsection-2-1 {
		width: unset;
		margin-right: unset;
		margin-bottom: 20px;
	}
	.about-section-7-subsection-2-1 p {
		padding-right: 80px;
	}
	.about-section-7-subsection-2-2 {
		width: unset;
	}
	.about-section-7-subsection-2-2-2 {
		left: 30%;
		bottom: 15px;
		width: 100px;
	}
	.about-section-7-subsection-3 {
		width: unset;
	}
	.about-section-8 {
		padding: 40px;
		min-height: unset;
	}
	.about-section-8-subsection-1 {
		width: unset;
	}
	.about-section-8-subsection-1 p {
		padding-right: 80px;
	}
	.about-section-9 {
		padding: 40px 120px 40px 40px;
	}
	.about-section-9-element,
	.about-section-9-element:nth-child(odd) {
		width: unset;
		margin-right: unset;
	}
	.about-section-9-element-drop {
		width: unset;
	}
	.about-section-9-element-drop p {
		width: unset;
	}
	.acorn {
		width: 80px;
		height: 80px;
		margin-left: -40px;
		margin-top: -40px;
		transform: translate(80vw, 75vw) rotate(-15deg);
	}
	.doors-section-1 {
		padding-top: 120px;
		padding-bottom: 0;
		overflow-x: hidden;
	}
	.doors-section-1-subsection-1 {
		display: block;
		position: relative;
		left: unset;
		top: unset;
		height: unset;
	}
	.doors-section-1-subsection-1 p {
		width: unset;
	}
	.doors-section-1-subsection-2 {
		position: relative;
		right: unset;
		top: unset;
		width: 140vw;
		height: 140vw;
		margin-left: -8vw;
		margin-top: -10vw;
		pointer-events: none;
	}
	.doors-section-1-icons-technology {
		width: 25vw;
		height: 25vw;
		animation: none;
	}
	.doors-section-1-icons-touch {
		right: 35vw;
		bottom: 2vw;
		width: 25vw;
		height: 25vw;
		animation: none;
	}
	.doors-section-1-icons-texture {
		right: 8vw;
		bottom: 6vw;
		width: 25vw;
		height: 25vw;
		animation: none;
	}
	.doors-catalog {
		display: block;
		position: relative;
		padding: 40px;
		height: auto;
	}
	.doors-catalog a {
		display: block;
		flex-grow: unset;
		width: 100%;
		margin-bottom: 40px;
	}
	.doors-catalog a:last-of-type {
		margin-bottom: 0;
	}
	.doors-catalog h2 {
		font-size: 48px;
		line-height: 48px;
	}
	.products-slider-section {
		height: unset;
		min-height: unset;
	}
	.products-slider {
		position: relative;
		left: unset;
		top: unset;
		width: 100%;
		height: 60vw;
	}
	.products-slider div {
		transition: none;
	}
	.products-slider-before,
	.products-slider-prev,
	.products-slider-next,
	.products-slider-after {
		display: none;
	}
	.product {
		padding: 120px 40px 40px 40px;
	}
	.product h1 {
		font-size: 48px;
	}
	.product-left {
		position: relative;
		left: unset;
		top: unset;
		width: 100%;
		margin-bottom: 40px;
	}
	.product-left-miniatures div {
		height: 20vw;
	}
	.product-left-icons {
		max-width: unset;
		width: calc(100vw - 80px);
		height: 18vw;
	}
	.product-right {
		padding-left: unset;
	}
	span.product-coating {
		margin-bottom: 40px;
	}
	.product-characteristics-panels-class {
		display: block !important;
	}
	.product-characteristics-panels-class a {
		display: inline-block;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 8px 30px;
	}
	.product-locks-wrapper:hover .product-locks-preview {
		display: none;
	}
	.product-locks-checkbox:hover {
		background-position: center top;
	}
	.product-locks-checkbox-selected:hover {
		background-position: center bottom;
	}
	.product-bottom {
		display: block;
		margin-top: 40px;
	}
	.product-bottom > div {
		width: 100%;
	}
	.product-bottom > div:first-of-type {
		margin-right: 0;
	}
	.panels-section-1 {
		padding-top: 120px;
		padding-bottom: 0;
		overflow-x: hidden;
	}
	.panels-section-1-subsection-1 {
		display: block;
		position: relative;
		left: unset;
		top: unset;
		height: unset;
	}
	.panels-section-1-subsection-1 p {
		width: unset;
	}
	.panels-section-1-subsection-2 {
		position: relative;
		right: unset;
		top: unset;
		width: 100vw;
		height: 100vw;
		margin-left: calc(30vw - 40px);
		pointer-events: none;
	}
	.panels-section-1-icons-technology {
		right: 30vw;
		bottom: 60vw;
		width: 25vw;
		height: 25vw;
		animation: none;
	}
	.panels-section-1-icons-oak {
		right: 38vw;
		bottom: 40vw;
		width: 25vw;
		height: 25vw;
		animation: none;
	}
	.panels-section-1-icons-touch {
		right: 20vw;
		bottom: 30vw;
		width: 25vw;
		height: 25vw;
		animation: none;
	}
	.panels-section-1-icons-texture {
		right: 10vw;
		bottom: 10vw;
		width: 25vw;
		height: 25vw;
		animation: none;
	}
	.panels-catalog {
		display: block;
		position: relative;
		padding: 80px 40px;
		height: auto;
	}
	.panels-catalog a {
		display: block;
		flex-grow: unset;
		width: 100%;
	}
	.panels-catalog a:last-of-type {
		margin-bottom: 0;
	}
	.panels-catalog h2 {
		font-size: 48px;
		line-height: 48px;
		margin-top: 20px;
	}
	.product-order-popup-show {
		display: block;
	}
	.product-order,
	.product-order-sent {
		display: block;
		width: calc(100% - 80px);
		height: calc(100% - 80px);
		padding: 40px;
	}
	.product-order {
		overflow-y: auto;
	}
	.product-order-hidden {
		display: none;
	}
	.product-order-column {
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
	.product-order-column:last-of-type {
		margin-bottom: 0;
	}
	.product-order-column-center {
		text-align: unset;
	}
	.product-order-image {
		width: 200px;
	}
	.product-order-image-door {
		width: unset;
		height: 200px;
		margin-top: -20px;
	}
	.product-order-characteristics {
		margin-bottom: 5px;
	}
	.product-order-locks-wrapper {
		margin-top: 12px;
	}
	.product-order-coating-image {
		width: 80px;
		height: 80px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.product-order-locks-image {
		display: none;
	}
	.product-order-locks {
		margin-top: -10px;
	}
	.product-order textarea {
		height: 80px;
		margin: 20px 0;
	}
}