.main-slide {
	height: 100%;
	min-height: 660px;
	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: 21px;
	font-weight: 600;
	color: var(--white);
	padding: 0 16px;
	}
.header-wrap {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	height: 140px;
	max-width: 1220px;
	padding: 0 16px;
	margin: 0 auto;
	justify-content: space-between;
	}
.menu-container-left {
	width: 50%;
	padding-right: 180px;
	padding-top: 36px;
	display: flex;
	align-items: flex-start;
	}
.menu-item {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	padding: 0 16px;
	}
.menu-item a {
	color: var(--white);
	text-decoration: none;
	}
.menu-item svg {
	margin-right: 8px;
	}
.menu-item a:hover {
	color: var(--gray);
	}
.logo-container {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,-100%);
	transition: 0.4s;
	}
.menu-container-right {
	width: 50%;
	padding-left: 180px;
	padding-top: 36px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	}
.slide-logo-wrap {
	max-width: 980px;
	padding: 0 16px 110px 16px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.slide-logo-wrap svg {
	opacity: 0.6;
	margin: 20px 30px;
	}
section.center {
	max-width: 1220px;
	padding: 80px 16px;
	margin: 0 auto;
	}
.section-title {
	font-size: 42px;
	font-weight: 600;
	line-height: 140%; 	
	color: var(--red);
	margin-bottom: 30px;
	}
.black .section-title {
	color: var(--white);
	}
.company-stat-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
	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%;
	}
.company-stat-item {
	background: var(--bg-gray);
	margin-left: auto;
	margin-right: auto;
	padding-top: 50%;
	padding-bottom: 50%;
	position: relative;
	}
.company-stat-group {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%; 
	}
.company-stat-group::after {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: var(--red);
	bottom: 30px;
	right: 30px;
	}
.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: 48px;
	position: relative;
	}
.rotate-text {
	color: var(--red);
	font-size: 16px;
	font-weight: 600; 
	position: absolute;
	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: 18px;
	font-weight: 400; 
	line-height: 140%; 	
	}
.rotate-subtitle .regular-text {
	padding-left: 48px;
	}
.black .regular-text {
	color: var(--white);
	}
.column2 {
       	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
	}
.pic-full-w img {
	width: 100%;
	}
.inline-form {
	display: flex;
	justify-content: space-between;
	}
.form-header-container {
	max-width: 380px;
	padding-right: 60px;
	}
.section-gray {
	padding: 70px 0;
	background: var(--bg-gray);
	}
.form-header {
	font-size: 32px;
	font-weight: 600;
	line-height: 140%; 	
	}
.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: 80px 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;
	}
