/* Defaults */
html, body {
	height: 100%;
}
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: "Montserrat-Regular";
	src: url(Montserrat-Regular.woff);
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Montserrat-Medium";
	src: url(Montserrat-Medium.ttf);
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Unbounded-Light";
	src: url(Unbounded-Light.woff);
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: "Unbounded-Regular";
	src: url(Unbounded-Regular.woff);
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Unbounded-Medium";
	src: url(Unbounded-Medium.woff);
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Neutral-Face";
	src: url(NeutralFaceRegular.woff);
	font-style: normal;
	font-weight: normal;
}
body {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	-moz-font-feature-settings: 'kern';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Montserrat-Regular";
	font-size: 16px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	background-color: white;
	color: #111111;
}
h1, h2, h3, h4 {
	position: relative;
	margin: 0;
	font-family: "Neutral-Face";
	font-weight: 300;
	text-transform: uppercase;
}
h2 {
	font-size: 3.125vw;
}
h3 {
	font-size: 2.1875vw;
}
h4 {
	font-size: 16px;
}
p {
	font-size: 16px;
	line-height: 1.5em;
	word-wrap: break-word;
}
a {
	position: relative;
	color: inherit;
	cursor: pointer;
}
a:visited {
	color: inherit;
}
a:hover {
	color: red !important;
}



section {
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 130px 120px 50px 120px;
}
.rounded {
	border-radius: 90px;
}
.boldheader {
	font-family: "Montserrat-Medium";
}
.dark {
	background: #111111;
	color: white;
}
.light {
	background: white;
	color: #111111;
}
.lightgray {
	background: #f5f5f5;
}
.light.rounded::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111111;
}
.red {
	color: red;
}
.justify {
	text-align: justify;
	text-align-last: justify;
}
.floatright {
	float: right;
}
.nobreak {
	white-space: nowrap;
}
.separator {
	position: relative;
	display: inline-block;
	width: 4vw;
}
.verticalcenter {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 100px;
}
.section-left {
	position: relative;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
}
.section-left.plan{
	height: 100%;
	display: flex;
	flex-direction: column;
	@media (max-width: 1024px) {
			height: auto;
		}
}

.section-left.plan .alarm{
    color: red;
	margin-top: auto;
	margin-bottom: 0;
	font-weight: bold;
	@media (max-width: 1024px) {
			margin-top: 30px;
		}
}
.section-right {
	position: relative;
	width: 50%;
}
.section-left h3 {
	color: red;
	margin-bottom: 30px;
}
.section-num-shift {
	position: relative;
	padding-left: 5.2vw;
}
.section-num-index {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Montserrat-Medium";
	font-size: 4.68vw;
	line-height: 1em;
	color: red;
}
.pause {
	position: absolute;
	right: 90px;
	bottom: 90px;
	width: 46px;
	height: 46px;
	border: 2px solid #cccccc;
	border-radius: 50%;
	cursor: pointer;
}
.pause::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 13px;
	width: 2px;
	height: 20px;
	background: #cccccc;
}
.pause::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 13px;
	width: 2px;
	height: 20px;
	background: #cccccc;
}
.pause:hover {
	right: 88px;
	bottom: 88px;
	width: 50px;
	height: 50px;
}
.pause:hover::before {
	left: 18px;
	top: 15px;
}
.pause:hover::after {
	right: 18px;
	top: 15px;
}
.pause.play::before {
	left: 23px;
	top: 10px;
	height: 16px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transform-style: preserve-3d;
}
.pause.play::after {
	left: 23px;
	top: 20px;
	height: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-style: preserve-3d;
}
.pause.play:hover::before {
	left: 25px;
	top: 12px;
}
.pause.play:hover::after {
	left: 25px;
	top: 22px;
}
.mobile-header {
	display: none;
}



.logo {
	z-index: 1;
	position: absolute;
	left: 120px;
	top: 50px;
	width: 210px;
	height: 50px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIxMCA1MCI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I2ZmZmZmZjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02MS42MjQ4LDEuNjU3N3YxNi44ODE3YzAsMTYuMzM1My0xMi43Nzg2LDI5Ljc0MjktMjguODY0NiwzMC43NTFDMTQuNzYyNiw1MC40MTg1LDAsMzUuODY3OSwwLDE3LjgzNTFWMS42NTc3CgljMC0wLjkxNTUsMC43NDIxLTEuNjU3NiwxLjY1NzctMS42NTc2aDIxLjIzMThjMC45MTU1LDAsMS42NTc2LDAuNzQyMSwxLjY1NzYsMS42NTc2djE2LjYxMjljMCwzLjIxMjgsMi4zLDYuMTAxNiw1LjQ4OTcsNi40ODY4CgljMy43OTk2LDAuNDU4Nyw3LjA0MS0yLjUwOCw3LjA0MS02LjIxOFYxLjY1NzdjMC0wLjkxNTUsMC43NDIxLTEuNjU3NiwxLjY1NzYtMS42NTc2aDIxLjIzMTgKCUM2MC44ODI2LDAuMDAwMSw2MS42MjQ4LDAuNzQyMiw2MS42MjQ4LDEuNjU3N3ogTTE4NS40MjE2LDEuNjU3N2MwLTAuOTE1NS0wLjc0MjItMS42NTc2LTEuNjU3Ny0xLjY1NzZoLTIxLjIzMTcKCWMtMC45MTU1LDAtMS42NTc3LDAuNzQyMS0xLjY1NzcsMS42NTc2djE2Ljg4MTdjMCwzLjcxLTMuMjQxNSw2LjY3NjgtNy4wNDEsNi4yMThjLTMuMTg5Ny0wLjM4NTItNS40ODk3LTMuMjc0LTUuNDg5Ny02LjQ4NjgKCVYxLjY1NzdjMC0wLjkxNTUtMC43NDIxLTEuNjU3Ni0xLjY1NzUtMS42NTc2aC0yMS4yMzE4Yy0wLjkxNTUsMC0xLjY1NzcsMC43NDIxLTEuNjU3NywxLjY1NzZ2MTYuMTc3NAoJYzAsMTguMDMyOCwxNC43NjI1LDMyLjU4MzQsMzIuNzYwMSwzMS40NTU0YzE2LjA4NjItMS4wMDgyLDI4Ljg2NDctMTQuNDE1NywyOC44NjQ3LTMwLjc1MVYxLjY1Nzd6IE0xMTUuNzcwMiwwSDY5LjY1MTQKCWMtMC45MTY0LDAtMS42NTkyLDAuNzQyOS0xLjY1OTIsMS42NTkydjIxLjQwMDFjMCwwLjkxNjQsMC43NDI5LDEuNjU5MywxLjY1OTIsMS42NTkzaDIuNTg0N2M0LjUyOTIsMCw4LjIwMDgsMy42NzE2LDguMjAwOCw4LjIwMDgKCXYxNC44NTg0YzAsMC45MTY0LDAuNzQyOSwxLjY1OTIsMS42NTkyLDEuNjU5MmgyMS4yMjg1YzAuOTE2NCwwLDEuNjU5Mi0wLjc0MjksMS42NTkyLTEuNjU5MlYzMi45MTk0CgljMC00LjUyOTIsMy42NzE2LTguMjAwOCw4LjIwMDgtOC4yMDA4aDIuNTg1NWMwLjkxNjQsMCwxLjY1OTItMC43NDI5LDEuNjU5Mi0xLjY1OTNWMS42NTkyQzExNy40Mjk0LDAuNzQyOSwxMTYuNjg2NiwwLDExNS43NzAyLDB6CgkgTTE5Mi43NzA1LDQwLjU5MjloLTEuMjg4YzAsMy4zMzA0LDIuNzA5NSw2LjAzOTksNi4wMzk3LDYuMDM5OWMzLjMzMDMsMCw2LjAzOTgtMi43MDk1LDYuMDM5OC02LjAzOTloLTEuMjg4CgljMCwyLjYyMDEtMi4xMzE3LDQuNzUxNy00Ljc1MTgsNC43NTE3QzE5NC45MDIyLDQ1LjM0NDYsMTkyLjc3MDUsNDMuMjEzLDE5Mi43NzA1LDQwLjU5Mjl6IE0xOTUuNDE5OSwzOS42MDI4CgljMC42OTksMCwxLjE2ODItMC43NzkyLDEuMTY4Mi0xLjkzOXMtMC40NjkyLTEuOTM5LTEuMTY4Mi0xLjkzOWMtMC42OTg3LDAtMS4xNjgxLDAuNzc5Mi0xLjE2ODEsMS45MzkKCVMxOTQuNzIxMiwzOS42MDI4LDE5NS40MTk5LDM5LjYwMjh6IE0xOTkuNjI0OSwzOS42MDI4YzAuNjk4OSwwLDEuMTY4MS0wLjc3OTIsMS4xNjgxLTEuOTM5cy0wLjQ2OTItMS45MzktMS4xNjgxLTEuOTM5CglzLTEuMTY4MSwwLjc3OTItMS4xNjgxLDEuOTM5UzE5OC45MjYsMzkuNjAyOCwxOTkuNjI0OSwzOS42MDI4eiBNMjEwLDM2Ljc4OTR2MTIuODE4N2gtMjUuMDAxMVYzNi43ODc1bDEyLjU2MzQtNy4xODM3TDIxMCwzNi43ODk0Cgl6IE0yMDguNzExOSwzNy41MzI4bC0xMS4xNTMxLTYuNDQzNGwtMTEuMjcyLDYuNDQ1M3YxMC43ODUyaDIyLjQyNVYzNy41MzI4eiIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-position: left top;
}
@supports(mix-blend-mode: difference) {
	.logo {
		position: fixed;
		mix-blend-mode: difference;
	}
	.logo-dark {
		mix-blend-mode: normal;
	}
	.logo-light {
		mix-blend-mode: normal;
		filter: invert(1);
	}
}



.language {
	z-index: 1;
	position: absolute;
	right: 180px;
	top: 50px;
	color: white;
}
.language a {
	display: block;
	position: relative;
	font-family: "Montserrat-Medium";
	font-size: 20px;
	line-height: 21px;
	padding: 12px 15px;
	border: 2px solid white;
	border-radius: 15px;
}
.language a:hover {
	border-color: red;
}



.menu-icon {
	z-index: 1;
	position: absolute;
	right: 90px;
	top: 49px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
.menu-icon::before {
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	width: 50px;
	height: 2px;
	background-color: white;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.menu-icon::after {
	content: "";
	position: absolute;
	right: 0;
	top: 45px;
	width: 50px;
	height: 2px;
	background-color: white;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.menu-icon:hover::before {
	top: 10px;
}
.menu-icon:hover::after {
	top: 40px;
}
.menu {
	z-index: 2;
	display: none;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	right: 0;
	top: 0;
	min-width: 230px;
	padding: 100px 90px 50px 90px;
	border-radius: 90px;
	background-color: #111111;
	color: white;
	overflow: hidden;
	cursor: default;
	overflow-y: auto;
}
.menu-icon.menu-icon-show {
	color: transparent;
}
.menu-icon.menu-icon-show::before {
	top: 24px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-icon.menu-icon-show::after {
	top: 24px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-icon.menu-icon-show:hover::before,
.menu-icon.menu-icon-show:hover::after {
	right: -5px;
	width: 60px;
}
.menu.menu-show {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	height: 100vh;
}
.menu a {
	display: inline-block;
	/* margin-bottom: 8px; */
	line-height: 2.5em;
	white-space: nowrap;
	cursor: pointer;
}
.menu a.menu-page {
	font-family: "Neutral-Face";
	font-size: 20px;
	text-transform: uppercase;
}
.menu a.menu-section {
	font-family: "Montserrat-Medium";
	margin-left: 20px;
}
.menu a:last-of-type {
	margin-bottom: 0;
}
.menu-active {
	color: red !important;
}
.menu.menu-light {
	background-color: white;
	color: #111111;
}
.menu.menu-light::after {
	background-color: white;
}
@supports(mix-blend-mode: difference) {
	.menu-icon {
		position: fixed;
		mix-blend-mode: difference;
	}
	.menu {
		position: fixed;
	}
}



nav {
	display: none;
	z-index: 2;
	position: fixed;
	left: 30px;
	top: 50%;
	width: 30px;
	height: 324px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Montserrat-Medium";
	cursor: default;
}
.nav-elem {
	position: relative;
	cursor: pointer;
}
.nav-number {
	display: inline-block;
	position: relative;
	width: 28px;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	border: 1px solid #cccccc;
	border-radius: 15px;
	color: #cccccc;
	text-align: center;
	-webkit-transition: height 1s, line-height 1s;
	transition: height 1s, line-height 1s;
}
.nav-name {
	display: none;
	position: absolute;
	left: 30px;
	top: 0;
	height: 28px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 28px;
	white-space: nowrap;
	border: 1px solid #cccccc;
	border-radius: 15px;
	color: #cccccc;
	-webkit-transition: height 1s, line-height 1s, border-radius 1s;
	transition: height 1s, line-height 1s, border-radius 1s;
}
.nav-dark .nav-name::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background-color: #111111;
	opacity: .6;
}
.nav-dark .nav-active .nav-name::before {
	display: none;
}
.nav-light .nav-number,
.nav-light .nav-name {
	background-color: white;
}
.nav-name::before {
	content: "";
	position: absolute;
	left: -15px;
	top: -1px;
	width: 30px;
	height: 30px;
	background: transparent;
}
.nav-elem:hover .nav-name {
	display: inline-block;
}
.nav-active .nav-number {
	height: 58px;
	line-height: 58px;
	background-color: #cccccc;
	color: white;
}
.nav-active .nav-name {
	height: 58px;
	line-height: 58px;
	border-radius: 30px;
	padding: 0 20px;
	background-color: #cccccc;
	color: white;
}
.nav-active .nav-name::before {
	height: 60px;
}
.nav-contact {
	display: inline-block;
	position: relative;
	height: 28px;
	font-size: 16px;
	line-height: 26px;
	white-space: nowrap;
	border: 1px solid red;
	border-radius: 15px;
	padding: 0 20px;
	background-color: red;
	color: white;
	-webkit-transform: rotate(-90deg) translate(-57px, -57px);
	transform: rotate(-90deg) translate(-57px, -57px);
	-webkit-transition: padding 1s, -webkit-transform 1s;
	transition: padding 1s, transform 1s;
}
.nav-contact.nav-active {
	padding: 0 35px;
	border-color: #cccccc;
	background-color: #cccccc;
	-webkit-transform: rotate(-90deg) translate(-72px, -72px);
	transform: rotate(-90deg) translate(-72px, -72px);
}



/* timelapse section */
.swiper {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0 !important;
	
}
.swiper-button-next,
.swiper-button-prev {
	display: none !important;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination {
	position: absolute;
	bottom: 50% !important;
	left: auto !important;
	right: 20px !important;
	/* Расположение внизу */
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 10px !important;
	flex-direction: column;
	width: fit-content !important;
}

.swiper-pagination-bullet {
	width: 14px !important;
	height: 14px !important;
	border-radius: 7px !important;
	background-color: white !important;
	/* Цвет точек */
	/* opacity: 0.5; */
	opacity: 1 !important;
	transition: height .5s;
}

.swiper-pagination-bullet-active {
	height: 40px !important;
	opacity: 1;
	background-color: white !important;
	/* Цвет активной точки */
	/* transform: scale(1.3); */
	/* Увеличение активной точки */
}
.hi video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #111111;
	border-radius: 90px;
}
.hi img {
	/* position: absolute;
	left: 0;
	top: 0; */
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	background-color: #111111;
	border-radius: 90px;
	@media screen and (max-width: 1024px) {
			border-radius: 40px;
		}
}
.video-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #111111;
	opacity: 0.25;
	border-radius: 90px;
	pointer-events: none;
}
.hi h1 {
	position: absolute;
	width: 65%;
	top: 3%;
	left: 50%;
	transform: translate(-46%, 0);
	text-align: center;
	/* margin-top: 20px; */
	font-size: 4.1vw;
	line-height: 1.35em;
}

.hero-title{
	@media screen and (max-width: 1440px) {
		top: 5% !important;
	}
	@media screen and (max-width: 1024px) {
			font-size: 5.1vw !important;
			width: 100% !important;
		}
	@media screen and (max-width: 425px) {
		font-size: 9vw !important;
		width: 100% !important;
			margin-top: 40px;
		}
}
.hero-title span{
	/* margin-left: 120px; */
	@media screen and (max-width: 425px) {
			margin: 0;
	}
}
.hi-title{
    position: absolute;
    bottom: 2%;
	left: 50% ;
	transform: translate(-50%, 0);
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px 40px 60px;
    background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    border-radius: 90px;
	font-size: 18px;
	margin-top: 20px;
	@media screen and (max-width: 1024px) {
		border-radius: 40px;
		width: 90%;
			padding: 40px 20px 40px 20px;
			transform: translate(-50%, 35%);
		}
	@media screen and (max-width: 425px) {
		font-size: 12px;
		transform: translate(-50%, -30%);
		padding: 30px 20px 30px 20px;
		line-height: 30px;
		margin-top: 60px;
	}
}

/* Section 2 */
.bottom-white-title {
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 40px 40px 120px;
	background: white;
	color: #111111;
	border-radius: 90px;
}
.section-photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 90px 90px 0 0;
	background-size: cover;
}
.section-2-photo {
	width: 100%;
	height: calc(100vh - 4vw);
	background-image: url(/house_elements/main-photo1.jpg);
	background-position: center bottom;
}
.section-2 .bottom-white-title {
	font-size: 2.8vw;
}
.section-2-ua .bottom-white-title {
	font-size: 2.3vw;
}
/* Advantages section */
.advantages::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111111;
}
.advantages .subsection {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}
.advantages .subsection.subsection-active {
	opacity: 1;
}
.advantages-photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(advantages-photo.jpg);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.advantages-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.advantages-video video {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #111111;
	border-radius: 90px;
}
.advantages-content {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	position: absolute;
	left: 20%;
	bottom: 50px;
	width: 80%;
	color: white;
	pointer-events: none;
}
.advantages-subcontent {
	width: 50%;
}
.advantages-subcontent div {
	margin-bottom: 15px;
}
.advantages-subcontent div:last-of-type {
	margin-bottom: 0;
}
.advantages-subcontent .red {
	color: white;
}
.advantages-content h2 {
	line-height: 1.1em;
}
.advantages-content h3,
.advantages-content h4 {
	display: inline-block;
	vertical-align: middle;
}
.advantages-content h3 {
	position: relative;
	width: 50px;
	margin-left: 50px;
}
.advantages-content h4 {
	font-family: "Unbounded-Regular";
}



/* Opportunity section */
.opportunity {
	overflow: hidden;
}
.opportunity-animation {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 50vw;
	height: 100vh;
	-webkit-transition: right .5s;
	transition: right .5s;
}
.opportunity-reverse .opportunity-animation {
	right: calc(50vw - 60px);
}
.opportunity-picture {
	display: inline-block;
	position: relative;
	max-width: 100%;
	max-height: 100%;
}
.opportunity-left,
.opportunity-right {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	top: 0;
	width: 50vw;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.opportunity-left {
	left: 0;
	padding: 100px 60px 50px 120px;
}
.opportunity-right {
	left: 50vw;
	padding: 100px 120px 50px 60px;
}
.subsection-active.opportunity-left,
.subsection-active.opportunity-right {
	opacity: 1;
}
.opportunity-left h2,
.opportunity-right h2 {
	margin-top: 30vh;
	margin-bottom: 30px;
}
.opportunity-left h3,
.opportunity-right h3 {
	margin-bottom: 30px;
	color: red;
}
.opportunity-left p,
.opportunity-right p {
	margin-bottom: 15px;
}
.opportunity-left p:last-of-type,
.opportunity-right p:last-of-type {
	margin-bottom: 15px;
}
.opportunity-bullet {
	position: relative;
}
.opportunity-bullet::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #111111;
}



/* Software section */
.software .section-right {
	text-align: center;
}
.software .section-right::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.software .section-right img {
	display: inline-block;
	max-width: 100%;
}



/* Control section */
.control-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 50vw;
	height: 100vh;
	-webkit-transition: width 1s;
	transition: width 1s;
}
.control-box.subsection-active {
	width: 100vw;
}

.control-image {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 90px;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(slider1.jpg);
	-webkit-transition: border-radius 1s;
	transition: border-radius 1s;
}
.control-box.subsection-active .control-image {
	background-image: url(slider2.jpg);
}
.control-nonrounded .control-image {
	border-radius: 0;
}



/* Deployment section */
.deployment-images {
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
	width: 50vw;
	height: 100vh;
}
@-webkit-keyframes deployment {
	0% {opacity:1}
	20% {opacity:1}
	20.0001% {opacity: 0}
	100% {opacity: 0}
}
@keyframes deployment {
	0% {opacity:1}
	20% {opacity:1}
	20.0001% {opacity: 0}
	100% {opacity: 0}
}
.deployment-images > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 90px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-animation: deployment 9s infinite;
	animation: deployment 9s infinite;
}
.deployment-images > div:nth-child(1) {
	background-image: url(slider1.jpg);
	opacity: 1;
}
.deployment-images > div:nth-child(2) {
	background-image: url(main-photo1.jpg);
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.deployment-images > div:nth-child(3) {
	background-image: url(main-photo3.jpg);
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.deployment-images > div:nth-child(4) {
	background-image: url(main-photo5.jpg);
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
}
.deployment-images > div:nth-child(5) {
	background-image: url(main-photo4.jpg);
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}
.deployment-images > div:nth-child(6) {
	background-image: url(slider2.jpg);
	-webkit-animation-delay: 7.5s;
	animation-delay: 7.5s;
}
.deployment-images>div:nth-child(7) {
	background-image: url(IMG_5098.jpg);
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
}
.deployment-images>div:nth-child(8) {
	background-image: url(slider3.jpg);
	-webkit-animation-delay: 10.5s;
	animation-delay: 10.5s;
}
.deployment-images>div:nth-child(9) {
	background-image: url(slider5.jpg);
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
.deployment-images>div:nth-child(10) {
	background-image: url(slider6.jpg);
	-webkit-animation-delay: 13.5s;
	animation-delay: 13.5s;
}





/* Economy section */
.economy .section-right {
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
	width: 50vw;
	height: 100vh;
}
.economy-video-wrapper {
	display: inline-block;
	position: relative;
	width: 60vh;
	max-width: 50vw;
	height: 100%;
}
.economy video {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #111111;
	border-radius: 90px;
}



/* Construction section */
.construction {
	background-color: black;
	overflow: hidden;
}
.construction-animation {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 50vw;
	height: 100vh;
	-webkit-transition: right .8s;
	transition: right .8s;
}
.construction-picture {
	display: inline-block;
	position: relative;
	max-width: 100%;
	max-height: 100%;
}
.construction-text {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 50vw;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.construction-text h3 {
	margin-bottom: 30px;
	cursor: default;
}
.construction-text p {
	cursor: default;
}
.construction-left {
	padding: 100px 60px 50px 120px;
}
.construction-right {
	left: 50vw;
	padding: 100px 120px 50px 60px;
}
.construction-left h2,
.construction-right h2 {
	margin-top: 30vh;
}
.construction-text-2,
.construction-text-3,
.construction-text-4,
.construction-text-5 {
	opacity: 0;
}
.construction-2 .construction-animation,
.construction-4 .construction-animation {
	right: calc(50vw - 60px);
}
.construction-2 .construction-text-1,
.construction-3 .construction-text-1,
.construction-4 .construction-text-1,
.construction-5 .construction-text-1 {
	opacity: 0;
}
.construction-2 .construction-text-2 {
	opacity: 1;
}
.construction-3 .construction-text-3 {
	opacity: 1;
}
.construction-4 .construction-text-4 {
	opacity: 1;
}
.construction-5 .construction-text-5 {
	opacity: 1;
}
.construction-slider {
	z-index: 2;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: calc(100vh - 60px);
	width: 100%;
	pointer-events: none;
}
.construction-slider-1,
.construction-slider-2,
.construction-slider-3,
.construction-slider-4,
.construction-slider-5 {
	position: relative;
	width: 20px;
	height: 20px;
	-webkit-transition: width .5s;
	transition: width .5s;
}
.construction-slider-1::after,
.construction-slider-2::after,
.construction-slider-3::after,
.construction-slider-4::after,
.construction-slider-5::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: white;
	-webkit-transition: width .5s;
	transition: width .5s;
}
.construction-slider-1 {
	width: 40px;
}
.construction-slider-1::after {
	width: 28px;
}
.construction-2 .construction-slider-1,
.construction-3 .construction-slider-1,
.construction-4 .construction-slider-1,
.construction-5 .construction-slider-1 {
	width: 20px;
}
.construction-2 .construction-slider-1::after,
.construction-3 .construction-slider-1::after,
.construction-4 .construction-slider-1::after,
.construction-5 .construction-slider-1::after {
	width: 8px;
}
.construction-1 .construction-slider-1,
.construction-2 .construction-slider-2,
.construction-3 .construction-slider-3,
.construction-4 .construction-slider-4,
.construction-5 .construction-slider-5 {
	width: 40px;
}
.construction-1 .construction-slider-1::after,
.construction-2 .construction-slider-2::after,
.construction-3 .construction-slider-3::after,
.construction-4 .construction-slider-4::after,
.construction-5 .construction-slider-5::after {
	width: 28px;
}
.construction,
.construction div,
.construction h2,
.construction h3,
.construction p {
	cursor: none !important;
}
.construction-cursor {
	position: absolute;
	left: 50vw;
	top: 50vh;
	width: 0;
	height: 0;
}
@-webkit-keyframes cursor {
	33% {
		left: -100px;
		top: -100px;
		width: 200px;
		height: 200px;
	}
	66% {
		left: -110px;
		top: -110px;
		width: 220px;
		height: 220px;
	}
	100% {
		left: -100px;
		top: -100px;
		width: 200px;
		height: 200px;
	}
}
@keyframes cursor {
	33% {
		left: -100px;
		top: -100px;
		width: 200px;
		height: 200px;
	}
	66% {
		left: -110px;
		top: -110px;
		width: 220px;
		height: 220px;
	}
	100% {
		left: -100px;
		top: -100px;
		width: 200px;
		height: 200px;
	}
}
.construction-cursor::before {
	content: "";
	position: absolute;
	left: -100px;
	top: -100px;
	width: 200px;
	height: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid white;
	border-radius: 50%;
	-webkit-transition: all .1s;
	transition: all .1s;
	-webkit-animation: cursor 1.5s infinite;
	animation: cursor 1.5s infinite;
}
.construction-cursor-down::before {
	-webkit-animation: none;
	animation: none;
	left: -90px;
	top: -90px;
	width: 180px;
	height: 180px;
}
.construction-cursor > div {
	position: absolute;
	left: 0;
	top: 10px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: "Unbounded-Light";
	font-weight: 300;
	font-size: 28px;
	line-height: 1.2em;
	text-transform: uppercase;
}



/* Characteristics section */
.characteristics .section-left h3 {
	color: #111111;
	margin-bottom: 60px;
}
.characteristics-title {
	display: block;
}
.characteristics-title-hide {
	display: none;
}
.characteristics .dropdown {
	position: relative;
	margin-bottom: 60px;
}
.characteristics .dropdown::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	height: 1px;
	background: #111111;
}
.characteristics .dropdown:last-of-type {
	margin-bottom: 0;
}
.characteristics .dropdown:last-of-type::after {
	display: none;
}
.characteristics .dropdown h4 {
	position: relative;
	/* cursor: pointer; */
}
.characteristics .dropdown h4::after {
	/* content: "";
	position: absolute;
	right: 3px;
	top: 5px;
	width: 8px;
	height: 8px;
	border: 1px solid #111111;
	border-left: none;
	border-top: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-style: preserve-3d; */
}
.characteristics .dropdown.dropdown-active h4::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 10px;
}
.dropdown-content {
	display: none;
}
.dropdown-active .dropdown-content {
	display: block;
	position: relative;
	margin-top: 30px;
}
.characteristics-subcontent {
	margin-bottom: 15px;
}
.subdropdown {
	position: relative;
	padding-left: 25px;
	cursor: default;
}
.subdropdown::before {
	content: "";
	position: absolute;
	left: 3px;
	top: 5px;
	width: 8px;
	height: 8px;
	border: 1px solid #111111;
	border-left: none;
	border-top: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-style: preserve-3d;
}
.subdropdown:hover {
	color: red;
}
.subdropdown:hover::before {
	border-color: red;
}

.slider{
	width: 50%;
		height: 70vh;
		/* Высота на весь экран */
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
}
@media (max-width: 1024px) {
	.slider {
		margin-top: 90px;
		height: 100vh;
		/* Делаем секцию выше, чтобы не сжималась */
	}
}

@media (max-width: 768px) {
	.slider {
		height: 90vh;
		/* Для мобильных устройств */
	}
}
@media (max-width: 425px) {
	.slider {
		height: 50vh;
		/* Для мобильных устройств */
	}
}
.characteristics-pagination{
bottom: 0px !important;
}

.characteristics-pagination .swiper-pagination-bullet{
	background-color: #999999 !important;
}
.characteristics-image {
	
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(sheme.jpg);
}
.characteristics-image-2{
	width: 100%;
		height: 100%;
		background-color: #fff;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(plan2.png);
}
@media (max-width: 1024px) {

	.characteristics-image,
	.characteristics-image-2 {
		max-height: 100%;
		/* Убеждаемся, что изображение не выходит за границы */
		/* max-width: 80%; */
		/* Немного уменьшаем */
	}
}
@media (max-width: 768px) {

	.characteristics-image,
	.characteristics-image-2 {
		height: 100%;
		/* Убеждаемся, что изображение не выходит за границы */
		max-width: 90%;
		/* Немного уменьшаем */
	}
}

.characteristics-2 {
	background-image: url(characteristics-2.png?v2);
}
.characteristics-3 {
	background-image: url(characteristics-3.png?v2);
}
.characteristics-4 {
	background-image: url(characteristics-4.png?v3);
}
.characteristics-5 {
	background-image: url(characteristics-5.png);
}
.characteristics-6 {
	background-image: url(characteristics-6.png);
}
.characteristics .menu-onpage {
	text-decoration: underline;
}
@supports (text-underline-offset: 5px) {
	.characteristics .menu-onpage {
		text-underline-offset: 5px;
	}
}
.characteristics-sertificate-box {
	position: relative;
}
.characteristics-sertificate {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	border: 1px solid black;
	border-radius: 30px;
}

/* Section 7 */
.section-7 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	padding: 0;
}
.section-7 > div {
	-webkit-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	height: 50vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 120px;
	font-family: "Unbounded-Light";
	color: red;
}

.section-7 > div p{
	font-size: 14px;
	color: #fff;
}
.section-7 > h4 {
	-webkit-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	height: 50vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 120px;
}
.section-7 > div.section-7-intro {
	padding-top: 145px;
	padding-right: 90px;
	font-size: 1.4vw;
}
.section-7-picture-2 {
	background-image: url(section-7-picture-2.png);
	background-position: center bottom 50px;
	background-size: 50%;
	background-repeat: no-repeat;
}
.section-7-picture-3 {
	background-image: url(section-7-picture-3.png);
	background-position: center bottom 50px;
	background-size: 50%;
	background-repeat: no-repeat;
}
.section-7-picture-4 {
	background-image: url(section-7-picture-4.png);
	background-position: center bottom 50px;
	background-size: 50%;
	background-repeat: no-repeat;
}
.section-7-picture-5 {
	background-image: url(section-7-picture-5.png);
	background-position: center bottom 50px;
	background-size: 50%;
	background-repeat: no-repeat;
}
.section-7-picture-6 {
	background-image: url(section-7-picture-6.png);
	background-position: center bottom 50px;
	background-size: 50%;
	background-repeat: no-repeat;
}
	/* comparison */
	.content-wraper {
		display: flex;
		@media (max-width: 1440px) {
			flex-direction: row;
		}
		@media (max-width: 1024px) {
			flex-direction: column;
		}
		/* @media (max-width: 768px) {
			flex-direction: column;
		} */
	  }

	  .comparison-header {
		text-align: start;
		/* margin-bottom: 20px; */
		margin-top: auto;
		margin-bottom: auto;
		margin-right: 50px;
		@media (max-width: 1440px) {
			
		}
		@media (max-width: 1024px) {
			margin-bottom: 40px;
		}
	  }
	  /* .comparison-header.mobile {
		@media (max-width: 1440px) {
			display: none;
		}
		@media (max-width: 1024px) {
			display: block;
		}
	  } */
	  /* .comparison-header.desk {
		@media (max-width: 1440px) {
			display: block;
		}
		@media (max-width: 1024px) {
			display: none;
		}
	  } */

	  .comparison-footer{
		position: absolute;
		height: fit-content;
		padding: 40px;
		right: +40px;
		top: 60%;
		width: 160px;
		background-color: #F3F3F3;
		@media (max-width: 1440px) {
			position: absolute;
			right: 30px;
		    top: 70%;
			width: 140px;
		}
		@media (max-width: 1024px) {
			position: relative;
			left: 80%;
		    top:-100px;
			width: 160px;
			box-sizing: content-box;
			
	  }
	  @media (max-width: 768px) {
		position:static;
		width: 100%;
		box-sizing: border-box;
		margin-top: 20px;
		
  }
  @media (max-width: 425px) {
	margin-top: 20px;
  }
	  
	  }
	  
	  .comparison-header h2 {
		/* font-size: 2.1875vw; */
		/* font-weight: bold; */
		margin-bottom: 30px;
	  }
	  
	  .comparison-header h4 {
		/* font-size: 16px; */
		color: #555;
	  }
	  
	  .comparison-grid {
		position: relative;
		display: flex;
		/* flex-direction: column; */
		/* gap: 20px; */
		/* justify-content: flex-end; */
		align-items: center;
		/* @media screen and (max-width: 1024px) {
			flex-direction: column;
		} */
		@media screen and (max-width: 1024px) {
			flex-direction: row;
		}
		@media (max-width: 768px) {
			flex-direction: row;	
	  }
	  @media (max-width: 425px) {
		flex-direction: column;	
		gap: 20px;
  }
	  }
	  
	  .comparison-column {
		position: relative;
		
		/* width: 15%; */
		height: 100%;
		/* flex: 1; */
		background: #fff;
		border: 2px solid #ddd;
		border-radius: 50px;
		padding: 40px 20px;
		/* text-align: center; */
		@media (max-width: 768px) {
			padding: 40px 20px;
	  }
		@media (max-width: 425px) {
			padding: 40px 20px;
	  }
	  }
	  .comparison-column img{
		display: block;
		width: 100%;
		height: 50%;
		object-fit: contain;
	  }
	  
	  .comparison-column h4 {
		font-size: 17px;
		font-weight: 300;
		margin-bottom: 10px;
		@media (max-width: 1440px) {
			font-size: 17px;
	  }
		@media (max-width: 1024px) {
			font-size: 18px;
	  }
	  @media (max-width: 768px) {
		font-size: 14px;
  }
  @media (max-width: 425px) {
	font-size: 18px;
}
	  }
	  
	  .comparison-column ul {
		display: flex;
		flex-direction: column;
		gap: 15px;
		list-style: none;
		padding: 0;
		margin: 0;
		margin-top: 15px;
		@media (max-width: 425px) {
			gap: 15px;
	  }
	  }
	  
	  .comparison-column ul li {
		font-size: 14px;
		line-height: 1.6;
	  }

	  .comparison-column ul li.last{
		font-weight: bold;
	  }
	  .comparison-column.middle{
		left: -30px;
		@media (max-width: 1440px) {
			left: -30px;
		}
		@media (max-width: 1024px) {
			left: -30px;
	  }
	  @media (max-width: 425px) {
		left: 0;
  }
	  }
	  
	  .comparison-column.highlighted {
		/* background-color: #ffece5; */
		border-color: red;
		/* left: 0; */
		left: -60px;
		@media (max-width: 1440px) {
			left: -60px;
		}
		@media (max-width: 1024px) {
			left: -60px;
	  }
	  @media (max-width: 425px) {
		left: 0;
  }
	}
	  .comparison-column.highlighted h4  {
		/* color: #f00; */
		font-weight: bold;
		/* font-size: 18px; */
		
	  }

	  .comparison-column span {
		font-size: 18px;
		font-weight: 400;
	  }
	  .comparison-column.highlighted span {
		font-size: 18px;
		font-weight: 800;
	  }
	  
	  .comparison-footer h3 {
		font-size: 18px;
		/* color: #f00; */
	  }
	  .comparison-footer .title {
		color: red;
	  }


/* price section */
.price-wraper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: stretch;
	@media screen and (max-width: 768px) {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

}
.item-wraper{
	width: 100%;
	height: 100%;
	border-radius: 40px;
	overflow: hidden;
	background-color: #fff;
}

.item-wraper ul{
	list-style: none;
		padding: 10%;
		margin: 0;
		display: flex;
		flex-direction: column;
		gap: 10px;
		height: 100%;
		box-sizing: border-box;
		justify-content: space-between;
}
.item-wraper li{
	display: flex;
		align-items:  flex-end;
		/* height: 40px; */
		border-bottom: 1px solid black;
		color: black;
		font-family: "Neutral-Face";
		font-size: 16px;
		line-height: 20px;
		@media screen and (max-width: 1024px) {
			font-size: 14px;
		}
}

.price {
	display: -webkit-flex;
	display: flex;
	padding-top: 150px;
}

/* Contact section */
.contact {
	display: -webkit-flex;
	display: flex;
	padding-top: 150px;
}
.contact-description {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
}
.contact-toggle-margin {
	position: relative;
	margin: 10px 0;
}
.contact-toggle {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: "Unbounded-Regular";
	font-size: 16px;
	line-height: 1em;
	margin-top: -0.4vw;
	padding: 12px 40px;
	border-radius: 20px;
	background-color: red;
	color: white;
	cursor: pointer;
}
.contact-toggle:hover {
	background-color: white;
	color: red;
}
.contact-description-separator {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	margin: 30px 0;
}
.contact-open .contact-description-separator {
	background: white;
}
.contact-open .contact-description-separator::before {
	content: "";
	position: absolute;
	right: 0;
	top: -4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-style: preserve-3d;
}
.contact-open .contact-description-separator::after {
	content: "";
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 12.0833vw;
	height: 6.25vw;
	background: url(contact-printer.png) right bottom / contain no-repeat;
}
.contact-social {
	position: relative;
	margin-top: 30px;
}
.contact-social a {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 60px;
	background-size: contain;
	background-repeat: no-repeat;
}
.contact-social-facebook {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23111111;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M60,30C60,13.43,46.57,0,30,0S0,13.43,0,30c0,14.97,10.97,27.38,25.31,29.64V38.67H17.7V30h7.62v-6.61 c0-7.52,4.48-11.67,11.33-11.67c3.28,0,6.72,0.59,6.72,0.59v7.38h-3.78c-3.73,0-4.89,2.31-4.89,4.68V30h8.32l-1.33,8.67h-6.99 v20.96C49.03,57.38,60,44.97,60,30z'/%3E%3Cpath class='st0' d='M41.68,38.67L43.01,30h-8.32v-5.63c0-2.37,1.16-4.68,4.89-4.68h3.78V12.3c0,0-3.43-0.59-6.72-0.59 c-6.85,0-11.33,4.15-11.33,11.67V30H17.7v8.67h7.62v20.96C26.84,59.88,28.41,60,30,60s3.16-0.12,4.69-0.36V38.67H41.68z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.contact-social-instagram {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23111111;%7D%0A%3C/style%3E%3Cg%3E%3Ccircle class='st1' cx='30' cy='30' r='30'/%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M30,14.51c5.04,0,5.64,0.02,7.63,0.11c1.84,0.08,2.84,0.39,3.51,0.65c0.88,0.34,1.51,0.75,2.17,1.41 c0.66,0.66,1.07,1.29,1.41,2.17c0.26,0.67,0.57,1.67,0.65,3.51c0.09,1.99,0.11,2.59,0.11,7.63s-0.02,5.64-0.11,7.63 c-0.08,1.84-0.39,2.84-0.65,3.51c-0.34,0.88-0.75,1.51-1.41,2.17c-0.66,0.66-1.29,1.07-2.17,1.41c-0.67,0.26-1.67,0.57-3.51,0.65 c-1.99,0.09-2.59,0.11-7.63,0.11c-5.04,0-5.64-0.02-7.63-0.11c-1.84-0.08-2.84-0.39-3.51-0.65c-0.88-0.34-1.51-0.75-2.17-1.41 c-0.66-0.66-1.07-1.29-1.41-2.17c-0.26-0.67-0.57-1.67-0.65-3.51c-0.09-1.99-0.11-2.59-0.11-7.63s0.02-5.64,0.11-7.63 c0.08-1.84,0.39-2.84,0.65-3.51c0.34-0.88,0.75-1.51,1.41-2.17c0.66-0.66,1.29-1.07,2.17-1.41c0.67-0.26,1.67-0.57,3.51-0.65 C24.36,14.53,24.96,14.51,30,14.51 M30,11.11c-5.13,0-5.77,0.02-7.79,0.11c-2.01,0.09-3.38,0.41-4.59,0.88 c-1.24,0.48-2.3,1.13-3.35,2.18c-1.05,1.05-1.7,2.1-2.18,3.35c-0.47,1.2-0.79,2.57-0.88,4.59c-0.09,2.01-0.11,2.66-0.11,7.79 c0,5.13,0.02,5.77,0.11,7.79c0.09,2.01,0.41,3.38,0.88,4.59c0.48,1.24,1.13,2.3,2.18,3.35c1.05,1.05,2.1,1.7,3.35,2.18 c1.2,0.47,2.57,0.79,4.59,0.88c2.01,0.09,2.66,0.11,7.79,0.11c5.13,0,5.77-0.02,7.79-0.11c2.01-0.09,3.38-0.41,4.59-0.88 c1.24-0.48,2.3-1.13,3.35-2.18c1.05-1.05,1.7-2.1,2.18-3.35c0.47-1.2,0.79-2.57,0.88-4.59c0.09-2.01,0.11-2.66,0.11-7.79 s-0.02-5.77-0.11-7.79c-0.09-2.01-0.41-3.38-0.88-4.59c-0.48-1.24-1.13-2.3-2.18-3.35c-1.05-1.05-2.1-1.7-3.35-2.18 c-1.2-0.47-2.57-0.79-4.59-0.88C35.77,11.13,35.13,11.11,30,11.11L30,11.11z'/%3E%3Cpath class='st0' d='M30,20.3c-5.36,0-9.7,4.34-9.7,9.7s4.34,9.7,9.7,9.7c5.36,0,9.7-4.34,9.7-9.7S35.36,20.3,30,20.3z M30,36.3 c-3.48,0-6.3-2.82-6.3-6.3s2.82-6.3,6.3-6.3s6.3,2.82,6.3,6.3S33.48,36.3,30,36.3z'/%3E%3Ccircle class='st0' cx='40.08' cy='19.92' r='2.27'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.contact-social-linkedin {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FDFDFD;%7D .st1%7Bfill:%23111111;%7D%0A%3C/style%3E%3Cg%3E%3Ccircle class='st1' cx='30' cy='30' r='30'/%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M32.32,25.91c0.49-0.55,0.9-1.12,1.4-1.59c1.56-1.47,3.4-2.21,5.54-2.19c1.18,0.01,2.35,0.1,3.49,0.42 c2.6,0.75,4.12,2.55,4.84,5.09c0.54,1.91,0.64,3.87,0.64,5.83c0.01,4.14-0.01,8.29,0,12.43c0,0.39-0.11,0.49-0.49,0.49 c-2.13-0.02-4.27-0.02-6.4,0c-0.38,0-0.46-0.11-0.46-0.47c0.01-3.94,0.01-7.89,0-11.83c0-0.99-0.07-1.98-0.34-2.94 c-0.51-1.77-1.78-2.67-3.63-2.57c-2.53,0.13-3.85,1.39-4.17,3.96c-0.08,0.61-0.11,1.23-0.11,1.85c0,3.84,0,7.67,0.01,11.51 c0,0.38-0.09,0.5-0.49,0.49c-2.15-0.02-4.3-0.02-6.45,0c-0.34,0-0.44-0.09-0.44-0.44c0.01-7.59,0.01-15.19,0-22.78 c0-0.38,0.12-0.46,0.48-0.46c2.04,0.02,4.08,0.02,6.13,0c0.38,0,0.47,0.12,0.46,0.47C32.31,24.09,32.32,25,32.32,25.91z'/%3E%3Cpath class='st0' d='M20.62,34.58c0,3.76-0.01,7.51,0.01,11.27c0,0.42-0.1,0.54-0.53,0.54c-2.13-0.02-4.27-0.02-6.4,0 c-0.34,0-0.45-0.08-0.44-0.44c0.01-7.61,0.01-15.21,0-22.82c0-0.31,0.08-0.43,0.41-0.42c2.17,0.01,4.33,0.02,6.5,0 c0.42,0,0.47,0.16,0.47,0.51C20.62,27.01,20.62,30.8,20.62,34.58z'/%3E%3Cpath class='st0' d='M21.21,15.17c0,2.36-1.91,4.28-4.26,4.28c-2.32,0-4.25-1.92-4.26-4.24c-0.01-2.35,1.92-4.28,4.27-4.28 C19.29,10.94,21.21,12.85,21.21,15.17z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.contact-form {
	display: none;
	width: 50%;
	margin-bottom: -50px;
	overflow-y: auto;
}
.contact-open #contact-form {
	display: block;
}
#contact-form.contact-form-hide {
	display: none;
}
.contact-complete {
	display: none;
}
.contact-complete-show {
	display: block;
}
.contact-form > div {
	position: relative;
	margin-bottom: 21px;
	cursor: default;
}
.contact-form > div:last-of-type {
	margin-bottom: 0;
}
.contact-form > div::after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 100%;
	height: 1px;
	background: white;
}
.contact-form > div:nth-last-child(1)::after,
.contact-form > div:nth-last-child(2)::after {
	display: none;
}
.contact-number {
	position: absolute;
	left: 0;
	top: 0;
}
.contact-data {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 50px;
}
label.contact-data {
	cursor: text;
}
.contact-data input {
	display: block;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	margin: 0;
	padding-top: 5px;
	line-height: 16px;
	border: none;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	background-color: #111111;
	color: #999999;
}
.contact-data textarea {
	display: block;
	position: relative;
	width: 100%;
	min-height: 24px;
	height: 24px;
	margin: 5px 0 0 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	outline: none;
	text-decoration: none;
	resize: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-color: #111111;
	color: #999999;
}
.contact-checkbox {
	display: inline-block;
	position: relative;
	padding: 10px 30px 10px 24px;
}
.contact-checkbox::before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 10px;
	height: 10px;
	border: 1px solid white;
	border-radius: 50%;
}
.contact-checkbox:hover::after,
.contact-checkbox-active::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 17px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: white;
}
.contact-agreement {
	color: #999999;
}
.contact-checkbox-active.contact-agreement {
	color: inherit;
}
#contact-send {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	font-size: inherit;
	line-height: 60px;
	padding: 0 50px;
	border-radius: 30px;
	background-color: red;
	color: white;
	cursor: pointer;
}
#contact-send:hover {
	background-color: white;
	color: red;
}
#contact-send.contact-send-gray,
#contact-send.contact-send-gray:hover {
	background-color: #444444;
	color: white;
}
#contact-error {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 0 250px;
	min-height: 55px;
	color: #ff5555;
	cursor: default;
	pointer-events: none;
}
.contact-photo {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60vw;
	height: 100vh;
	background-image: url(/house_elements/main-photo1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.contact-open .contact-photo {
	display: none;
}
.contact-copyright {
	position: absolute;
	left: 120px;
	bottom: 50px;
	color: white;
	font-size: 12px;
}
.contact-copyright a {
	text-decoration: underline;
}
@supports (text-underline-offset: 5px) {
	.contact-copyright a {
		text-underline-offset: 5px;
	}
}



/* Medium screens */
@media (max-width: 1440px) or (max-height: 720px) {
	.section-7 div:not(.section-7-intro) {
		padding: 90px;
	}
}
@media (max-width: 1440px) {
	body,
	h4 {
		font-size: 14px;
	}
	.hi h1 {
		font-size: 4.8vw;
	}
	.separator {
		width: 3vw;
	}
	.characteristics {
		padding-top: 150px;
	}
	.characteristics .section-left h3 {
		margin-bottom: 30px;
	}
	.characteristics .dropdown {
		margin-bottom: 40px;
	}
	.characteristics .dropdown::after {
		bottom: -20px;
	}
	.dropdown-active .dropdown-content {
		margin-top: 20px;
	}
	#contact-error {
		padding-left: 240px;
	}
	/* .comparison-grid{
		flex-direction: row;
	} */
	/* .comparison-column{
		padding: 40px;
	} */
}
@media (max-height: 860px) {
	.contact label h4 {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	.contact input {
		display: inline-block;
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: top;
		padding-top: 3px;
		padding-left: 10px;
	}
}
@media (max-height: 800px) {
	.contact-form {
		margin-top: -100px;
	}
	.contact-description h3 {
		font-size: 24px;
		line-height: 30px;
	}
}



/* Mobile devices */
@media (max-width: 1024px) {
	h1, h2, h3 {
		font-size: 24px;
		line-height: 30px;
	}
	section {
		display: block;
		height: auto;
		padding: 40px;
		overflow-x: hidden;
	}
	.rounded {
		padding: 40px;
		border-radius: 40px;
	}
	.separator {
		width: 0;
	}
	.justify {
		text-align: left;
		text-align-last: auto;
	}
	.hi .justify {
		text-align: justify;
		text-align-last: justify;
	}
	.floatright {
		float: none;
	}
	.mobilefloatright {
		float: right;
	}
	.mobilebreak {
		display: block;
		position: relative;
		height: 0;
	}
	.verticalcenter {
		display: block;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		padding-top: 40px;
	}
	.section-left {
		width: 100%;
		padding-right: 0;
	}
	.section-right {
		width: 100%;
	}
	.section-left h3 {
		margin-bottom: 40px;
	}
	.section-num-shift {
		padding-left: 0;
	}
	.section-num-index {
		position: relative;
		left: auto;
		top: auto;
		font-size: 50px;
		margin-bottom: 15px;
	}
	.pause {
		right: 40px;
		bottom: 40px;
	}
	.pause:hover {
		right: 38px;
		bottom: 38px;
	}
	.mobile-header {
		z-index: 1;
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 90px;
		background: #111111;
	}
	.logo {
		position: fixed;
		left: 40px;
		top: 40px;
		width: 130px;
		height: 30px;
	}
	.logo-dark {
		mix-blend-mode: normal;
	}
	.logo-light {
		mix-blend-mode: normal;
		filter: none;
	}
	.language {
		right: 120px;
		top: 40px;
	}
	.language a {
		padding: 3px 7px;
		border-radius: 10px;
	}
	.menu-icon {
		right: 40px;
		top: 30px;
	}
	.menu {
		width: 100%;
		padding: 100px 40px 40px 40px;
		border-radius: 40px;
	}
	nav {
		display: none;
	}
	.hi {
		height: calc(100vh - 90px);
		margin-top: 90px;
	}
	section.hi {
		overflow-x: visible;
	}
	.hi video {
		border-radius: 40px;
	}
	.hi::before {
		content: "";
		z-index: -1;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 40px;
		background: #111111;
	}
	.video-cover {
		border-radius: 40px;
	}
	.hi h1 {
		margin-top: 0;
		font-size: 10vw;
	}
	.advantages {
		background-color: white;
	}
	.advantages.rounded {
		border-radius: 0;
	}
	.advantages .subsection {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: wrap;
		flex-flow: wrap;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		position: relative;
		left: auto;
		bottom: auto;
		width: auto;
		height: auto;
		margin-bottom: 40px;
		opacity: 1;
	}
	.advantages .subsection:last-of-type {
		margin-bottom: 0;
	}
	.advantages-photo {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		height: 100vw;
		margin: 40px -40px 0 -40px;
	}
	.advantages-video {
		position: relative;
		left: auto;
		top: auto;
		width: 100vw;
		height: 100vw;
		margin: 40px 0 -40px -40px;
	}
	.advantages-video video {
		border-radius: 40px;
	}
	.advantages-content {
		display: block;
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		color: black;
	}
	.advantages-content h2 {
		line-height: normal;
	}
	.advantages-content h3 {
		position: relative;
		width: 40px;
		margin-left: 0;
		color: red;
	}
	.advantages-subcontent .red {
		color: red;
	}
	.advantages-content h4 {
		white-space: normal;
	}
	.advantages-subcontent {
		display: block;
		width: 100%;
		margin-bottom: 40px;
		white-space: nowrap;
	}
	.advantages-subcontent:last-of-type {
		margin-bottom: 0;
	}
	.opportunity {
		overflow: auto;
	}
	.opportunity-animation {
		display: none;
	}
	.opportunity-left,
	.opportunity-right {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		padding: 0;
		opacity: 1;
	}
	.opportunity-1 h2 {
		font-size: 30px;
		line-height: normal;
	}
	.opportunity-left h2,
	.opportunity-right h2 {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.opportunity-left h3,
	.opportunity-right h3 {
		margin-bottom: 40px;
	}
	.opportunity-left p,
	.opportunity-right p,
	.opportunity-left p:last-of-type,
	.opportunity-right p:last-of-type {
		margin-bottom: 40px;
	}
	.opportunity-4 p:last-of-type {
		margin-bottom: 0;
	}
	.opportunity-picture-mobile {
		position: relative;
		width: 100vw;
		height: 100vw;
		margin: 0 -40px 40px -40px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.opportunity-4 .opportunity-picture-mobile {
		margin-bottom: 0;
	}
	.opportunity-picture-mobile-1 {
		background-image: url(opportunity-mobile-1.jpg?v2);
	}
	.opportunity-picture-mobile-2 {
		background-image: url(opportunity-mobile-2.jpg?v2);
	}
	.opportunity-picture-mobile-3 {
		background-image: url(opportunity-mobile-3.jpg?v2);
	}
	.opportunity-picture-mobile-4 {
		background-image: url(opportunity-mobile-4.jpg?v2);
	}
	.software .section-right {
		position: relative;
		width: 100vw;
		height: 80vw;
		margin: 40px -40px 0 -40px;
	}
	.software .section-right img {
		display: block;
		position: absolute;
		right: 40px;
		top: 0;
		max-width: none;
		width: auto;
		height: 100%;
	}
	.control-box {
		position: relative;
		right: auto;
		top: auto;
		width: 100vw;
		height: 127vw;
		margin: 40px -40px 0 -40px;
	}
	.control-image {
		border-radius: 40px;
		background-image: url(/house_elements/slider1.jpg);
	}
	.deployment-images {
		position: relative;
		width: 100vw;
		height: 100vw;
		margin: 40px -40px 0 -40px;
	}
	.deployment-images > div {
		border-radius: 40px;
	}
	.economy .section-right {
		position: relative;
		right: auto;
		top: auto;
		margin: 40px -40px -40px -40px;
		width: 100vw;
		height: 140vw;
	}
	.economy-video-wrapper {
		display: block;
		max-width: none;
		width: 100%;
		height: 100%;
	}
	.economy video {
		border-radius: 40px;
	}
	.construction-animation {
		display: none;
		position: relative;
		right: auto;
		top: auto;
		width: 100vw;
		height: 100vw;
		margin: -40px -40px 40px -40px;
	}
	.construction-text {
		display: block;
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		height: auto;
	}
	.construction-text h3 {
		margin-bottom: 40px;
	}
	.construction-picture-mobile {
		position: relative;
		width: 100vw;
		height: 100vw;
		margin: -20px -40px 70px -40px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.construction-picture-mobile-1 {
		background-image: url(construction-mobile-1.jpg?v2);
	}
	.construction-picture-mobile-2 {
		background-image: url(construction-mobile-2.jpg?v2);
	}
	.construction-picture-mobile-3 {
		background-image: url(construction-mobile-3.jpg?v2);
	}
	.construction-picture-mobile-4 {
		background-image: url(construction-mobile-4.jpg?v2);
	}
	.construction-picture-mobile-5 {
		background-image: url(construction-mobile-5.jpg?v2);
	}
	.construction-left,
	.construction-right {
		padding: 0;
	}
	.construction-left h2,
	.construction-right h2 {
		margin-top: 0;
	}
	.construction-2 .construction-animation,
	.construction-4 .construction-animation {
		right: auto;
	}
	.construction,
	.construction div,
	.construction h2,
	.construction h3,
	.construction p {
		cursor: default !important;
	}
	.construction-cursor {
		display: none;
	}
	.construction-text-2,
	.construction-text-3,
	.construction-text-4,
	.construction-text-5 {
		display: none;
		opacity: 1;
	}
	.construction-2 .construction-text-1,
	.construction-3 .construction-text-1,
	.construction-4 .construction-text-1,
	.construction-5 .construction-text-1 {
		display: none;
		opacity: 1;
	}
	.construction-2 .construction-text-2 {
		display: block;
	}
	.construction-3 .construction-text-3 {
		display: block;
	}
	.construction-4 .construction-text-4 {
		display: block;
	}
	.construction-5 .construction-text-5 {
		display: block;
	}
	.construction-slider {
		top: calc(100vw + 40px);
		pointer-events: auto;
	}
    .section-photo {
		position: relative;
        left: auto;
		top: auto;
		width: 100vw;
		height: 100vw;
		margin-left: -40px;
		margin-top: 0;
		margin-bottom: -40px;
				}
	.section-2 .bottom-white-title{
		z-index: auto;
		position: relative;
		left: auto;
		bottom: auto;
		width: 100vw;
		margin: -40px -40px 0 -40px;
		padding: 40px;
		border-radius: 40px;
		font-size: 24px;
		line-height: 30px;
				}
	section.characteristics {
		overflow-x: visible;
	}
	.characteristics::before {
		background: black !important;
	}
	.characteristics::after {
		content: "";
		z-index: -1;
		position: absolute;
		left: 0;
		top: -40px;
		width: 100%;
		height: 40px;
		background: black;
	}
	.characteristics .section-left h3 {
		margin-bottom: 40px;
	}
	.characteristics-title-hide {
		display: block;
	}
	.characteristics .dropdown {
		margin-bottom: 80px;
	}
	.characteristics .dropdown::after {
		bottom: -40px;
	}
	.characteristics .dropdown h4::after {
		top: 2px;
	}
	.characteristics .dropdown.dropdown-active h4::after {
		top: 7px;
	}
	.dropdown-active .dropdown-content {
		margin-top: 40px;
	}
	.characteristics-subcontent {
		margin-bottom: 40px;
	}
	.characteristics-image,
	.characteristics-image-2{
		/* margin-top: 60px; */
	}
	.subdropdown {
		padding-left: 0;
	}
	.subdropdown::before {
		display: none;
	}
	.characteristics-subcontent:first-of-type .floatright {
		display: block;
	}
	.characteristics-image,  .characteristics-image-2{
		position: relative;
		width: 100%;
		height: calc(100vw - 50px);
	}
/* comparison */
	/* .comparison-grid{
		flex-direction: row;
	} */
	/* .comparison-column{
		padding: 20px;
	} */

	  /* Contact */

	  .section-7 {
		display: block;
	}
	.section-7 h4 {
		width: 100vw;
		height: 80vw;
		padding: 40px !important;
	}
	.section-7 > div.section-7-intro {
		padding: 40px;
		height: auto;
		font-size: 24px;
	}
	.section-7-picture-2,
	.section-7-picture-3,
	.section-7-picture-4,
	.section-7-picture-5,
	.section-7-picture-6 {
		background-position: center bottom 40px;
		background-size: 60%;
	}  
	.contact {
		display: block;
		padding-top: 40px;
	}
	.contact-description {
		width: 100%;
		margin-bottom: 40px;
		padding-right: 0;
	}
	.contact-description-separator,
	.contact-open .contact-description-separator {
		display: none;
	}
	.contact-social a {
		margin-right: 25px;
	}
	.contact-social a:last-of-type {
		margin-right: 0;
	}
	.contact-form {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		overflow-y: visible;
	}
	.contact-form > div {
		margin-bottom: 51px;
	}
	.contact-form > div::after {
		bottom: -25px;
	}
	.contact-form > div:last-of-type {
		margin-top: -20px;
		text-align: center;
	}
	.contact label h4 {
		display: block;
		width: 100%;
	}
	.contact-data input {
		display: block;
		width: 100%;
		padding-top: 15px;
		padding-left: 0;
	}
	.contact-checkbox {
		padding: 25px 40px 25px 24px;
	}
	.contact-checkbox-group:last-of-type .contact-checkbox {
		margin-bottom: -25px;
	}
	.contact-checkbox::before {
		top: 28px;
	}
	.contact-checkbox:hover::after,
	.contact-checkbox-active::after {
		top: 32px;
	}
	.contact-data textarea {
		height: 21px;
		min-height: 21px;
		margin-top: 15px;
	}
	#contact-send {
		position: relative;
	}
	#contact-error {
		padding: 25px 0 0 0;
		min-height: 46px;
	}
	.contact-toggle-margin {
		margin: 0;
	}
	.contact-toggle {
		display: block;
		margin: 40px 0;
		text-align: center;
	}
	.contact-photo {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: 100vw;
		margin-left: -40px;
		margin-bottom: -40px;
	}
	.contact-copyright {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 80px;
	}
}











