.main-slide {
	min-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: 64px;
	font-style: normal;
	font-weight: 100;
	line-height: 125%;
	color: var(--white);
	max-width: 850px;
	text-transform: uppercase;
	text-align: center;
	}
.slide-title::after {
	content: '';
	display: block;
	width: 200px;
	height: 3px;
	background: var(--white);
	margin-top: 30px;
	}
.slide-options {
	display: flex;
	justify-content: center;
	font-weight: 100;
	margin-top: 30px;
	line-height: 150%;
	text-align: center;
	font-size: 20px;
	color: var(--white);
	max-width: 850px;
	}
.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: 100;
	color: var(--white);
	text-transform: uppercase;
	text-decoration: none;
	}
.menu-item:hover {
	color: var(--white);
	text-decoration: none;
	}
.menu-item svg {
	margin-right: 8px;
	}
.menu-item a:hover {
	color: var(--gray);
	}
.logo-container {
	display: flex;
	align-items: center;
	}
.menu-container-right {
	display: flex;
	align-items: center;
	}
.header-space {
	height: 140px;
	}
.slide-logo-wrap {
	max-width: 1220px;
	padding: 0 16px 110px 16px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.slide-logo-wrap svg {
	opacity: 0.6;
	margin: 0 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;
	}
.mission {
	height: 100%;
	width: 100%;
	position: relative;
	padding: 70px 0;
	}
.offer {
	width: 100%;
	position: relative;
	padding: 70px 0;
	}
.offer .slide-title {
	color: var(--black);
	max-width: 100%;
	}
.offer .slide-title::after {
	background: var(--black);
	}
.offer .slide-options {
	justify-content: flex-start;
	text-align: left;
	font-size: 18px;
	color: var(--black);
	max-width: 100%;
	}
.text-header {
	text-align: center;
	font-weight: bold;
	}
.half-wrap {
	display: flex;
	height: 100%;
	}
.half-left {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	}
.half-left-text {
	max-width: 610px;
	padding: 0 0 0 16px;
	}
.half-right {
	width: 50%;
	height: 100%;
	}
.half-left-text .slide-title {
	align-items: flex-start;
	color: var(--black);
	max-width: 100%;
	text-align: left;
	margin-right: 70px;
	}
.half-left-text .slide-title::after {
	background: var(--black);
	}
.half-left-text .slide-options {
	justify-content: flex-start;
	text-align: left;
	font-size: 18px;
	color: var(--black);
	max-width: 100%;
	margin-right: 70px;
	}
.different .slide-options {
	text-align: left;
	}
.black .section-title {
	color: var(--white);
	}
.grid2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 48px;
	margin: 48px 0;
	}
.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%;
	height: 100px;
	background: var(--bg-dark-gray);
	display: flex;
	align-items: center;
	justify-content: center;
	}
.footer-item {
	font-size: 16px;
	font-weight: 100;
	color: var(--white);
	display: flex;
	align-items: center;
	}
.submit-wrap {
	display: flex;
	margin: 32px 0 0 0;
	align-items: center;
	}
.field-wrap-s {
	margin: 18px 0 0 0;
	}
.modal-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 125%;
	margin-bottom: 24px;
	text-align: center;
	}
.modal-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 140%;
	margin-bottom: 24px;		
	text-align: center;
	}
.modal-sm, .modal-md, .modal-lg {
	background-color: var(--white);
	border-radius: 16px;
	padding: 40px;
	max-width: 420px;
	margin: 50px auto;
	position: relative;
	}
.field-wrap {
	margin-bottom: 20px;
	}
.login-button button {
	width: 100%;
	}