html {
	scroll-behavior: smooth;
	font-family: "Open Sans", sans-serif;
	background: #000;
	background: rgb(20,25,35);
	background: linear-gradient(90deg, rgba(20,25,35,1) 0%, rgba(28,33,43,1) 100%);
}
header {
	background: #141923;
}
.burger {
	display: none;
}
.burger {
	cursor: pointer;
	width: 40px;
}
.burger div {
	background: #C8CFE0;
    width: 100%;
    height: 4px;
    margin-bottom: 7px;
}
.burger div:last-child {
	margin-bottom: 0px;
}
.wrapper {
	display: flex;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
header .wrapper {
	justify-content: space-between;
	align-items: center;
	padding: 35px 80px;
}
header ul {
	display: flex;
	gap: 36px;
}
header ul a {
	font-size: 14px;
	font-weight: bold;
	color: #C8CFE0;
}
a.bordered {
	border: 1px solid #C8CFE0;
	border-radius: 8px;
	padding: 14px 28px;
	color: #fff;
}
.title {
	font-size: 32px;
	color: #fff;
}
.title.blue {
	color: #574CE3 !important;
	font-weight: bold;
	font-size: 18px;
}
.title.thin {
	font-weight: 300;
}
.title.bold {
	font-size: 52px;
	font-weight: bold;
}
.desc {
	line-height: 24px;
	font-size: 14px;
}
.row {
	width: 100%;
	display: flex;
}
.section {
	width: 100%;
	padding: 73px 0px;
	overflow: hidden;
}
.section .wrapper {
	justify-content: space-between;
}
.section.intro .wrapper {
	justify-content: space-evenly;
}
.section.intro img {
	width: 572px;
	height: 521px;
}
.section.intro .desc {
	color: #C8CFE0;
	padding-top: 38px;
}
.section.intro .title:first-child {
	padding-bottom: 20px;
}
.section.intro .col:last-child {
	max-width: 478px;
	padding-top: 120px;
}
.section.company {
	position: relative;
}
.section.company .wrapper {
	background: #fff;
	border-radius: 4px;
	padding: 98px 60px 86px 60px;
	flex-flow: column;
}
.section.company .title {
	font-family: "Red Hat Display", system-ui;
    color: #333A4D;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}
.section.company .title.bold {
	line-height: 75px;
	font-size: 52px;
}
.section.company .title.blue {
	font-size: 18px;
}
.section.company .desc {
	color: #6D7280;
}
.section.company .row {
	display: flex;
	gap: 56px;
}
.section.company .row:first-child {
	margin-bottom: -10px;
}
.section.company .row:nth-child(4) {
	border-bottom: 2px solid #C8CFE0;
	margin-bottom: 32px;
}
.section.company .col {
	width: 50%;
}
.section.company .transparent {
	position: absolute;
    width: 71%;
	top: 65px;
    right: 5%;
}
.section.products {
	padding-bottom: 250px;
}
.rectangle {
	width: 95%;
    position: absolute;
    top: -30px;
    left: 35px;
}
.section.products .wrapper {
	gap: 50px;
}
.section.products .col {
	width: 50%;
    display: flex;
}
.section.products .list {
	display: flex;
    flex-flow: wrap;
	gap: 20px;
	justify-content: end;
}
.section.products .col:last-child .list {
	flex-flow: column;
}
.section.products .item {
	width: 306px;
	background: #F5F7FB;
	border-radius: 4px;
	padding: 20px 16px;
}
.section.products .item .number {
	font-family: "Red Hat Display", system-ui;
    color: #574CE3;
    font-size: 18px;
    font-weight: bold;	
	margin-bottom: 20px;
}
.section.products .item .title {
	font-family: "Red Hat Display", system-ui;
	font-size: 20px;
	font-weight: bold;
	color: #333A4D;
	margin-bottom: 20px;
}
.section.products .item .desc {
	line-height: 24px;
	font-size: 14px;
	color: #6D7280;
	padding-bottom: 30px;
}
.section.products .col:last-child .title.blue {
	margin-bottom: 15px;
}
.section.products .col:last-child .title.bold {
	font-size: 32px;
	margin-bottom: 40px;
}
.section.products img {
	max-width: 580px;
	max-height: 500px;
}
.section.industries {
	background: #1F2530;
}
.section.industries .img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -65px;
}
.section.industries .wrapper {
	flex-flow: column;
}
.section.industries .intro-text {
	font-family: "Red Hat Display", system-ui;
    font-size: 52px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    padding-top: 150px;
    width: 90%;
    margin: 0 auto;
}
.section.industries .intro-text b {
	font-weight: bold;
}
.section.industries .list {
	width: 100%;
    display: flex;
    gap: 85px;
    flex-flow: wrap;
    justify-content: space-around;
    margin-top: 100px;
}
.section.industries .item {
	width: 306px;
}
.section.industries .item .title {
	font-family: "Red Hat Display", system-ui;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
	position: relative;
}
.section.industries i {
	width: 46px;
    height: 42px;
    display: block;
    background: url(../assets/marker.svg) no-repeat;
    position: absolute;
    top: -10px;
    left: -25px;
}
.section.industries .item .desc {
	color: #C8CFE0;
}
.section.partners {
	background: #1F2530;
}
.section.partners .wrapper {
    background: #fff;
    border-radius: 4px;
    padding: 60px;
    flex-flow: column;
}
.section.partners .title {
	font-family: "Red Hat Display", system-ui;
	font-size: 52px;
	font-weight: bold;
	color: #333A4D;
}
.section.partners .list {
	margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section.partners img.cimbria {
	width: 146px;
	height: 120px;
}
.section.partners img.siemens {
	width: 286px;
	height: 38px;
}
.section.partners img.grakjaer {
	width: 218px;
	height: 146px;
}
.section.partners img.beumergroup {
	width: 248px;
	height: 72px;
}
.section.contacts .wrapper {
	justify-content: space-around;
	align-items: center;
}
.section.contacts .col {
	max-width: 525px;
	width: 100%;
}
.section.contacts .col:last-child {
	max-width: 590px;
	width: 100%;
}
.section.contacts .title.thin {
	font-family: "Red Hat Display", system-ui;
	font-size: 32px;
	margin-bottom: 50px;
	line-height: 42px;
}
.section.contacts .title.blue {
	margin-bottom: 20px;
}
.section.contacts b {
	font-weight: bold;
}
.section .info {
	width: 300px;
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 28px;
}
.section .info:last-child {
	margin-bottom: 0px;
}
.section .info,
.section .info a {
	color: #fff;
	line-height: 20px;
    font-size: 14px;
	font-weight: bold;
}
.section .info img {
	width: 32px;
	height: 32px;
}
.form-wrapper {
	width: 100%;
	background: #fff;
	border-radius: 4px;
	padding: 42px;
}
.form-wrapper form {
	width: 100%;
}
.form-wrapper .input-row {
	width: 100%;
	display: flex;
	gap: 20px;
	margin-bottom: 16px;
}
.form-wrapper .input-row:last-child {
	margin-bottom: 0px;
}
.form-wrapper .input-row.center {
	justify-content: center;
	margin-top: 36px;
}
.form-wrapper .row {
	display: flex;
	flex-flow: column;
}
.form-wrapper label {
	font-size: 14px;
	color: #6D7280;
	margin-bottom: 5px;
}
.form-wrapper input,
.form-wrapper textarea {
	border: 1px solid #C8CFE0;
	background: #F5F7FB;
	border-radius: 3px;
	padding: 14px;
}
.form-wrapper textarea {
	width: 100%;
	resize: none;
	height: 102px;
}
.form-wrapper button {
	cursor: pointer;
	background: #574CE3;
	border: 1px solid #C8CFE0;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 13px 48px;
}
footer {
	background: #1F2530;
	padding: 18px 40px;
	font-size: 14px;
	font-weight: bold;
	color: #6D7280;
}
#overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#overlay .pop {
    background: #fff;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 50px 50px 50px;
    border-radius: 6px;
    display: none;
}
#overlay .pop .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
#overlay .pop .close:hover {
    opacity: 1;
}
#overlay .pop .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
#overlay .pop .close:before {
    transform: rotate(45deg);
}
#overlay .pop .close:after {
    transform: rotate(-45deg);
}
#overlay .pop .message {
    text-align: center;
    font-size: 18px;
}
.relative-image {
    position: relative;
}
.relative-image .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0px;
}
.mobile-menu {
    display: none;
    background: #141923;
    position: fixed;
    top: 0px;
    min-width: 250px;
    max-width: 50%;
    right: 0;
    height: 100%;
    z-index: 100;
}
.mobile-menu .close {
    position: absolute;
    right: 35px;
    width: 35px;
    height: 58px;
}
.mobile-menu .close:after{
    display: inline-block;
    content: "\00d7";
    width: 35px;
    height: 58px;
    font-size: 59px;
    color: #C8CFE0;
    background: transparent;
    cursor: pointer;
}
.mobile-menu ul {
    display: flex;
    gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 75px;
}
.mobile-menu ul li:last-child {
    margin-top: 14px;
}
.mobile-menu ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #C8CFE0;
}
@media screen and (max-width: 1330px) {
	.section.products .col {
		width: auto;
	}
}
@media screen and (max-width: 1277px) {
	.section.products .wrapper {
		flex-flow: column-reverse;
	}
	.section.products .col {
		width: 100%;
        justify-content: center;
	}
	.section.products .list {
        width: 100%;
        justify-content: center;
		align-items: center;
    }
}
@media screen and (max-width: 1013px) {
	.section.intro .wrapper {
		flex-flow: column-reverse;
		gap: 70px;
	}
	.section.intro .col {
		max-width: 100%;
        padding: 0px 40px;
        display: flex;
        flex-flow: column;
        align-items: center;
	}
	.section.intro .col:last-child {
		padding-top: unset;
		max-width: 100%;
	}
	.section.intro .desc {
		text-align: center;
	}
	.section.contacts .wrapper {
		flex-flow: column;
		gap: 50px;
	}
}
@media screen and (max-width: 967px) {
	header .menu { display: none; } 
	.burger {
		display: block;
	}
	.section.partners .list {
		flex-flow: wrap;
		justify-content: center;
	}
	.section.contacts .title.thin {
		text-align: center;
	}
}
@media screen and (max-width: 678px) {
	.section.company .wrapper {
		padding: 40px;
	}
	.section.company .row {
		flex-flow: column;
		gap: 18px;
	}
	.section.company .col {
		width: 100%;
	}
	.section.company .row:nth-child(4) .col:last-child .desc {
		padding-bottom: 30px;
	}
	.section.industries .list {
		gap: 0px;
	}
	.section.industries .item {
		width: 100%;
		padding: 20px 50px;
	}
	.section.partners img {
		width: auto;
		height: auto;
	}
}
@media screen and (max-width: 665px) {
    .section {
        padding: 40px 0px;
    }
    .relative-image .img {
        min-width: 90%;
    }
    .section.intro img,
    .section.products img {
        width: 90%;
        height: 90%;
    }
}
@media screen and (max-width: 520px) {
    .title.bold {
        font-size: 42px;
    }
    .section.contacts {
        padding: 40px 30px;
    }
    .form-wrapper .input-row {
        flex-flow: column;
    }
}
@media screen and (max-width: 450px) {
    .section.partners .title {
        font-size: 40px;
    }
    .section.products {
        padding-bottom: 120px;
    }
    .section.industries .intro-text {
        font-size: 42px;
        padding-top: 64px;
        line-height: 50px;
    }
    .section.industries .list {
        margin-top: 30px;
    }
    header .wrapper {
        padding: 35px 25px;
    }
    .burger {
        width: 35px;
    }
    footer .wrapper {
        justify-content: center;
    }
}