.main-slide {
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}
.slide-title-wrap {
	display: flex;
	justify-content: center;
	max-width: 1220px;
	padding: 0 16px;
	margin: 0 auto;
	}
.slide-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
	color: var(--white);
	max-width: 850px;
	text-align: center;
	}
.slide-title::after {
	content: '';
	display: block;
	width: 200px;
	height: 3px;
	background: var(--red);
	margin-top: 40px;
	}
.slide-options {
	display: flex;
	justify-content: center;
	margin-top: 38px;
	}
.slide-options div {
	font-size: 24px;
	font-weight: 500;
	line-height: 140%;
	color: var(--white);
	padding: 0 16px;
	text-align: center;
	}
.header-wrap {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	height: 96px;
	max-width: 1220px;
	padding: 0 16px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	}
.menu-container-left {
	display: flex;
	align-items: flex-start;
	}
.menu-item {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	padding: 0 16px;
	color: var(--white);
	}
.menu-item a {
	color: var(--white);
	text-decoration: none;
	}
.menu-item svg {
	margin-right: 8px;
	}
.menu-item a:hover, .menu-item:hover {
	text-decoration: none;
	color: var(--gray);
	}
.logo-container {
	margin-top: 20px;
	}
.menu-container-right {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	}
.slide-logo-wrap {
	max-width: 1220px;
	padding: 0 16px 110px 16px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	}
.slide-logo-wrap svg {
	opacity: 0.6;
	margin: 0 30px;
	}
section.center {
	max-width: 1220px;
	padding: 80px 16px;
	margin: 0 auto;
	}
section.center.nomargin {
	padding: 0 16px 80px 16px;
	}
.second-slide-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
	}
.section-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 130%; 	
	color: var(--red);
	margin-bottom: 20px;
	}
.black .section-title {
	color: var(--white);
	}
.company-stat-wrap {
	margin: 48px 0 0 0;
	}
.company-stat-item-wrap {
	width: 100%;
	}
.photo-item.stat {
	height: 100%;
	position: relative;
	}
.photo-item img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	}
.company-stat-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
	}
.company-stat-item-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	}
.company-stat-item {
	background: var(--bg-gray);
	padding: 30px;
	position: relative;
	}
.project-item {
	background: var(--bg-gray);
	position: relative;
	}
.project-pic {
	width: 100%;
	}
.company-stat-group {
	font-size: 22px;
	font-weight: 600;
	line-height: 140%; 
	margin-bottom: 12px;
	}
.company-stat-group-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 140%; 
	}
.company-stat-item::after {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 100%;
	background: var(--red);
	top: 0;
	left: 0;
	}
.second-slide {
	width: 100%;
	position: relative;
	padding: 120px 0;
	}
.center-column {
	max-width: 1220px;
	padding: 0 16px;
	margin: 0 auto;
	}
.rotate-subtitle .section-title {
	padding-left: 42px;
	position: relative;
	}
.rotate-text {
	color: #949494;
	font-size: 16px;
	font-weight: 600; 
	position: absolute;
	line-height: 100%;
	left: -170px;
	top: 14px;
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	}
.regular-text {
	font-size: 16px;
	font-weight: 400; 
	line-height: 140%; 	
	}
.rotate-subtitle .regular-text {
	padding-left: 42px;
	}
.black .regular-text {
	color: var(--white);
	}
.column2 {
       	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
	}
.column2r {
       	display: grid;
	grid-template-columns: 1fr 540px;
	grid-gap: 40px;
	}
.pic-full-w img {
	width: 100%;
	}
.inline-form {
	display: flex;
	justify-content: space-between;
	}
.form-header-container {
	min-width: 380px;
	width: 380px;
	padding-right: 40px;
	}
.section-gray {
	padding: 70px 0;
	background: var(--bg-gray);
	}
.form-header {
	font-size: 36px;
	font-weight: 700;
	line-height: 130%; 	
	color: var(--red);
	}
.form-header-container .comment {
	max-width: 320px;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	margin: 18px 0;
	}
.flex-field {
	display: flex;
	align-items: flex-start;
	}
.flex-field .field-wrap-s {
	width: 400px;
	min-width: 400px;
	margin: 0 24px 0 0 ;
	}
.flex-field .field-wrap-s:last-child {
	margin: 0;
	}
.success-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	color: #027A35;
	margin: 20px 0;
	}
.logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	}
.footer {
	width: 100%;
	padding: 40px 0;
	background: var(--bg-dark-gray);
	}
.footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.footer-item {
	font-size: 14px;
	font-weight: 600;
	line-height: 140%; 
	color: var(--text-disabled);
	display: flex;
	align-items: center;
	}
.footer-item a {
	color: var(--text-disabled);
	text-decoration: none;
	}
.footer-item a:hover {
	color: var(--white);
	text-decoration: none;
	}
.footer-item svg {
	margin-right: 20px;
	}
.submit-wrap {
	display: flex;
	margin: 32px 0 0 0;
	align-items: center;
	}
.field-wrap-s {
	margin: 18px 0 0 0;
	}
.spec-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0;
	}
.spec-grid div {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%; 
	padding: 16px 0;
	border-bottom: 1px solid var(--bg-disabled);
	}
.spec-grid div.grid-header {
	font-weight: 700;
	padding-right: 20px;
	}
.project-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-top: 40px
	}
.comment-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; 
	}
.comment-text a {
	font-size: 16px;
	font-weight: 700;
	color: var(--black);
	text-decoration: underline;
	}
.project-text {
	padding: 20px;
	font-size: 14px;
	font-weight: 400;
	}
.project-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	}
.project-grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 20px;
	margin-top: 20px;
	font-weight: 500;	
	}
.project-grid-header {
	font-weight: 400;	
	color: var(--gray);
	}
.sticker {
	height: 22px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	color: var(--white);	
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: var(--red);
	position: absolute;
	top: 10px;
	left: 10px;
	}
.logo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 60px;
	margin-top: 50px;
	}
.logo-item-client {
	display: flex;
	align-items: center;
	justify-content: center;
	}
.contact-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: 18px;
	}
.contact-detail {
	font-size: 12px;
	color: var(--gray);
	margin-top: 6px;
	}
.contact-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 45px;
	margin-top: 50px;
	}
.contact-container:nth-child(3) {
	grid-column: 1 / 3;
	}
.contact-container {
	border: 1px solid var(--bg-gray);
	padding: 30px;
	display: flex;
	align-items: center;
	}
.contact-info {
	margin-left: 42px;
	width: 100%;
	font-size: 18px;
	line-height: 140%;
	font-weight: 500;
	}
.contact-info a {
	color: var(--black);
	text-decoration: none;
	}