body {
	background: #fff;
	font-family: "Geologica", sans-serif;
	font-size: 20px;
	line-height: 1.25;
	color: #000;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a {
	color: #00414E;
	text-decoration: underline;
	transition: 0.5s;
}
a:hover {
	color: #00414E;
}
p {
	margin: 0 0 30px 0;
}
p strong {
	color: #00414E;
}
ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.screen {
	min-height: 100vh;
	display: flex;
	background: #D1E7FF;
	position: relative;
	padding: 60px 0;
	border-bottom: 1px solid #ccc;
}
.container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	z-index: 99;
}

.columns {
	display: flex;
	justify-content: start;
	align-items: stretch;
	margin: 0 -15px;
}
.col {
	padding: 0 15px;
	position: relative;
}
.w20 {
	width: 20%;
}
.w30 {
	width: 30%;
}
.w33 {
	width: 33.33%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w66 {
	width: 66.67%;
}
.w70 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.p10 {
	padding: 10px !important;
}
.p20 {
	padding: 20px !important;
}
.p30 {
	padding: 30px !important;
}
.h100 {
	height: 100%;
}
.align-end {
	align-items: end;
}
.align-center {
	align-items: center;
}
.d-flex {
	display: flex;
}
.text-center {
	text-align: center;
}
.firstscreen {
	background: url(../img/fsbg.webp) 100% 50% no-repeat #D1E7FF;
	background-size: cover;
}
.screen::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
	position: absolute;
	z-index: 2;
}
.logo-title {
	max-width: 180px;
	margin-bottom: 30px;
}
.firstscreen__content {
	max-width: 700px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.firstscreen__title {
	font-size: 18px;
	font-weight: 500;
}
.firstscreen__title strong {
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	font-size: 24px;
}
.firstscreen__skolkovo img {
	max-width: 180px;
}
.firstscreen__info img {
	max-width: 480px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.firstscreen__info h1 {
	font-weight: 500;
	color: #00414E;
	line-height: 1.2;
	font-size: 36px;
}
.firstscreen__info h1 span {
	display: none;
}

.about::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
	background: url(../img/aboutbg.webp) 0% 0% no-repeat;
	background-size: auto 120%;
}
.about.power::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
	background: url(../img/about2bg.webp) 100% 0% no-repeat;
	background-size: auto 100%;
}
.about .container {
	display: flex;
	justify-content: end;
}
.about__content {
	max-width: 800px;
}
.about__content p {
	margin-bottom: 60px;
}
.about__benefit {
	background: linear-gradient(140deg, #6C9664 50%, #E7F2FF 100%);	
	padding: 20px;
	color: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
	position: relative;
	border: 1px solid #6D9664;
}
.about__benefit-title {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 24px;
}
.power .about__benefit-title {
	font-size: 32px;
}
.about__benefit p {
	font-weight: 200;
	margin-bottom: 15px;
	font-size: 18px;
}
.power .about__benefit p {
	font-size: 21px;
}
.about.power .container {
	justify-content: start;
}
.big-title {
	color: #6D9664;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 60px;
}
.big-subtitle {
	color: #00414E;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 120px;
	margin-top: -45px;
}
.bordered-img {
	border-radius: 20px;
	padding: 15px;
	background: rgba(88,155,74,0.15);
}
.bordered-img img {
	border-radius: 15px;
}
.bordered-img p:last-child {
	margin-bottom: 0;
}
.equipment {
	min-height: unset;
}

.laboratory {
	background: url(../img/laboratorybg.webp) 100% 50% no-repeat #D1E7FF;
	background-size: cover;
}
.laboratory__content {
	max-width: 700px;
	font-size: 20px;
}

.certificates {
	background: url(../img/certificatesbg.webp) 100% 50% no-repeat #D1E7FF;
	background-size: cover;
}
.certificates__content {
	max-width: 600px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	font-size: 22px;
}
.certificates__content .gypo {
	max-width: 240px;
}
.contacts {
	background: url(../img/contactsbg.webp) 100% 50% no-repeat #D1E7FF;
	background-size: cover;
}
.contacts__content {
	max-width: 600px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	font-size: 22px;
}

.contacts__info {
	background: linear-gradient(140deg, #6C9664 50%, #E7F2FF 100%);	
	padding: 20px;
	color: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 200;
	font-style: normal;
}
.contacts__info strong {
	font-weight: 500;
}
.contacts__info a {
	color: #fff;
	text-decoration: none;
}
.about__benefit-num {
	color: #6D9664;
	position: absolute;
	right: 20px;
	top: 15px;
	font-weight: 800;
	font-size: 24px;
}
.offers .about__benefit-title, .steps .about__benefit-title {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 21px;
}
.offers .about__benefit p, .steps .about__benefit p {
	margin: 0;
}
.professionals {
	font-size: 24px;
}
.prof-item {
	background: linear-gradient(-45deg, #B8D4E5 50%, #E7F2FF 100%);	
	border: 1px solid #B8D4E5;
	border-radius: 20px;
	padding: 20px;
	min-height: 150px;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 21px;
}
img.diplom {
	position: relative;
	z-index: 1;
}
img.award {
	position: absolute;
	z-index: 2;
	top: -20px;
	left: -40px;
	width: 120px;
}
.formula .about__benefit {
	text-transform: uppercase;
}
.article {
	border: 2px solid #ccc;
	border-radius: 20px;
	padding: 20px;
	display: flex;
	font-weight: 200;
}
.article img {
	flex-shrink: 0;
	max-width: 120px;
	margin-right: 20px;
}
.article strong {
	display: block;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.innovations .big-title {
	font-size: 30px;
	margin-bottom: 45px;
}
.innovations .big-subtitle {
	font-style: normal;
}
.innovations .skolkovo {
	max-width: 160px;
}
.innovations em {
	font-size: 16px;
}
.about__benefit p strong {
	color: #fff;
}
.products {
	background: url(../img/productsbg.webp) 100% 50% no-repeat #D1E7FF;
	background-size: cover;
}
.products::after {
	display: none;
}
.products .about__benefit, .products .bordered-img {
	background: linear-gradient(140deg, rgba(204, 225, 212, 0.7) 50%, rgba(231,242,255,0.7) 100%);
	border-color: #86A9B3;
	color: #666;
	font-size: 21px;
}
.products .logos {
	display: flex;
}
.products .logos img {
	max-width: 120px;
	margin: 0 15px;
}
.products .big-title {
	color: #666;
	font-size: 32px;
	margin-bottom: 0;
}
.products .big-subtitle {
	margin: 0;
	font-weight: 800;
	color: #666;
}
.products .about__benefit li {
	margin-bottom: 5px;
}
.bigprod {
	margin: -60px 0;
}
.examples {
	background: url(../img/examplesbg.webp) 100% 50% no-repeat #D1E7FF;
	background-size: cover;
}
.examples::after {
	display: none;
}
.examples__title {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.examples__title .logo-title {
	margin-right: 40px;
	margin-bottom: 0;
}
.examples__title .big-title {
	margin-bottom: 0;
	color: #fff;
}
.examples em {
	display: block;
	margin-top: 30px;
}


@media (max-width: 800px) {
	body {
		font-size: 18px;
	}
	.screen {
		padding: 45px 0;
	}
	.screen::after {
		background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
	}
	.firstscreen__info img {
		max-width: 300px;
	}
	.firstscreen__title strong {
		font-size: 19px;
	}
	.firstscreen__info h1 {
		font-size: 30px;
	}
	.columns {
		flex-direction: column;
	}
	.w20, .w30, .w33, .w35, .w40, .w50, .w60, .w66, .w70, .w80 {
		width: 100%;
	}
	.about::before {
		opacity: 0.4;
	}
	.logo-title {
		max-width: 140px;
	}
	.big-title {
		font-size: 28px;
	}
	.big-subtitle {
		font-size: 21px;
		margin-bottom: 60px;
	}
	.equipment__content .bordered-img {
		margin-bottom: 40px;
	}
	.products .big-subtitle {
		margin-bottom: 40px;
		font-size: 21px;
	}
	.logos {
		flex-direction: column;
		align-items: center;
	}
	.products .logos img {
		margin: 10px auto;
	}
	.products .big-title {
		font-size: 28px;
	}
	.equipment .big-title {
		font-size: 24px;
	}
	.bigprod {
		margin: -15px 0 -45px 0;
	}
	.examples em {
		margin: 15px 0 45px 0;
	}
	.article {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.article img {
		max-width: 240px;
		margin-bottom: 30px;
	}
	img.award {
		left: 0;
	}
	.steps .about__benefit, .steps .bordered-img, .offers .about__benefit, .offers .bordered-img {
		margin-bottom: 15px !important;
	}
	.examples__title {
		flex-direction: column;
		text-align: center;
	}
	.examples__title .logo-title {
		margin-right: 0;
	}
	.examples__title .big-title {
		margin-top: 20px;
	}
}