/* ===============
   polus
   =============== */
/*
Theme Name: polus
Theme URI: 
Author:
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: polus
Tags: 



CSS CONTENTS:
--------------------------
*/

*,
::after,
::before {
	box-sizing: border-box;
}

*:active,
*:focus {
	outline: none !important;
}

*::-moz-focus-inner {
	border: 0 !important;
}

@font-face {
	font-family: 'My Font';
	src: url(/wp-content/themes/polus/fonts/SofiaLZ-Semibold.woff2) format("woff2"),
		url(/wp-content/themes/polus/fonts/SofiaLZ-Semibold.woff) format("woff"),
		url(/wp-content/themes/polus/fonts/SofiaLZ-Semibold.ttf) format("ttf"),
		url(/wp-content/themes/polus/fonts/SofiaLZ-Semibold.otf) format("otf");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'My Font';
	src: url(/wp-content/themes/polus/fonts/SofiaLZ-Bold.woff2) format("woff2"),
		url(/wp-content/themes/polus/fonts/SofiaLZ-Bold.woff) format("woff"),
		url(/wp-content/themes/polus/fonts/SofiaLZ-Bold.ttf) format("ttf"),
		url(/wp-content/themes/polus/fonts/SofiaLZ-Bold.otf) format("otf");
	font-weight: bold;
	font-style: normal;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

#main {
	overflow: hidden;
}

.section.h100 {
	min-height: 100vh;
}

.relative {
	position: relative;
}

.section.content-home.content-home1 {
	background: #025EA1;
}


/* блок логотипов*/
.top-logos {
	position: absolute;
	left: 60px;
	top: 40px;
	z-index: 3;
}

.top-logos img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.top-logos .logo img {
	height: 95px;
	width: 95px;
}


@media(min-width: 768px) {
	.top-logos {
		left: 3.125vw;
		top: 2.08333vw;
	}

	.top-logos .logo img {
		height: 4.94792vw;
		width: 4.94792vw;
	}
}

@media(max-width: 767px) {
	.top-logos {
		position: absolute;
		left: 14px;
		top: 14px;
		z-index: 3;
	}

	.top-logos .logo img {
		height: 60px;
		width: 60px;
	}
}

@media(max-width: 767px) {
	.top-logos {
		position: absolute;
		left: 3.27103vw;
		top: 3.27103vw;
		z-index: 3;
	}

	.top-logos .logo img {
		height: 14.01869vw;
		width: 14.01869vw;
	}
}

/* -блок логотипов*/


/* секция 1 */
.fly-elements .fly {
	position: absolute;
	right: 0px;
	z-index: 0;
}

.fly.seagull1 {
	width: 248px;
	left: 386px;
	z-index: 1;
	top: 90px;
}

.fly.logo-center1 {
	width: 603px;
	left: 250px;
	z-index: 1;
	top: 419px;
}

.fly.map-cruiz1 {
	width: 1314px;
	right: 4px;
	z-index: 0;
	top: 119px;
}

.fly.icebreaker1 {
	width: 1027px;
	right: -142px;
	z-index: 1;
	bottom: 0px;
}


.animation-atom-wave {
	animation: 4s cubic-bezier(.61, .1, .58, 1) 0s normal none infinite running animation_atom_wave;
}

@keyframes animation_atom_wave {
	0% {
		transform: rotate(0deg) translateY(0px);
	}

	50% {
		transform: rotate(2deg) translateY(30px);
	}

	100% {
		transform: rotate(0deg) translateY(0px);
	}
}


@media(min-width: 768px) {
	.fly.seagull1 {
		width: 12.91667vw;
		left: 20.10417vw;
		top: 4.6875vw;
	}

	.fly.logo-center1 {
		width: 31.40625vw;
		left: 13.02083vw;
		top: 21.82292vw;
	}

	.fly.map-cruiz1 {
		width: 68.4375vw;
		right: 0.20833vw;
		top: 6.19792vw;
	}

	.fly.icebreaker1 {
		width: 53.48958vw;
		right: -7.39583vw;
	}

	@keyframes animation_atom_wave {
		0% {
			transform: rotate(0deg) translateY(0px);
		}

		50% {
			transform: rotate(2deg) translateY(1.5625vw);
		}

		100% {
			transform: rotate(0deg) translateY(0px);
		}
	}
}

@media(max-width: 767px) {
	.fly.seagull1 {
		width: 137px;
		left: 10px;
		top: 132px;
	}

	.fly.logo-center1 {
		width: 350px;
		left: 14px;
		top: 390px;
	}

	.fly.map-cruiz1 {
		width: 888px;
		right: -340px;
		top: 94px;
	}

	.fly.icebreaker1 {
		width: 370px;
		right: -47px;
		bottom: 60px;
	}

	@keyframes animation_atom_wave {
		0% {
			transform: rotate(0deg) translateY(0px);
		}

		50% {
			transform: rotate(2deg) translateY(20px);
		}

		100% {
			transform: rotate(0deg) translateY(0px);
		}
	}
}

@media(max-width: 767px) {
	.fly.seagull1 {
		width: 32.00935vw;
		left: 2.33645vw;
		top: 30.84112vw;
	}

	.fly.logo-center1 {
		width: 81.7757vw;
		left: 3.27103vw;
		top: 91.1215vw;
	}

	.fly.map-cruiz1 {
		width: 207.47664vw;
		right: -79.43925vw;
		top: 21.96262vw;
	}

	.fly.icebreaker1 {
		width: 86.4486vw;
		right: -10.98131vw;
		bottom: 14.01869vw;
	}

	@keyframes animation_atom_wave {
		0% {
			transform: rotate(0deg) translateY(0px);
		}

		50% {
			transform: rotate(2deg) translateY(4.6729vw);
		}

		100% {
			transform: rotate(0deg) translateY(0px);
		}
	}
}

/* -секция 1 */


/* секция 2 */
.section.content-home.content-home2 {
	min-height: 500px;
}

.center-block {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.center-block .center-block-in {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.center-block .text-block {
	display: flex;
	width: 100%;
	max-width: 895px;
	padding-top: 170px;
	padding-bottom: 274px;
}

.center-block .text-block .text-content .title {
	color: #B2B2B2;
	font-family: 'My Font';
	font-size: 64px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	margin-top: unset;
	margin-bottom: 27px;
	text-transform: uppercase;
}

.center-block .text-block .text-content .text {
	color: #000;
	text-align: justify;
	font-family: 'My Font';
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	margin: unset;
}


.fly.bear1 {
	width: 285px;
	left: 52px;
	z-index: 1;
	top: -140px;
}

.fly.atom1 {
	width: 196px;
	right: 117px;
	z-index: 1;
	bottom: 312px;
	transform: rotate(18deg);
}


@media(min-width: 768px) {
	.section.content-home.content-home2 {
		min-height: 26.04167vw;
	}

	.center-block .text-block {
		width: 100%;
		max-width: 46.61458vw;
		padding-top: 8.85417vw;
		padding-bottom: 14.27083vw;
	}

	.center-block .text-block .text-content .title {
		font-size: 3.33333vw;
		margin-bottom: 1.40625vw;
	}

	.center-block .text-block .text-content .text {
		font-size: 2.5vw;
	}


	.fly.bear1 {
		width: 14.84375vw;
		left: 2.70833vw;
		top: -7.29167vw;
	}

	.fly.atom1 {
		width: 10.20833vw;
		right: 6.09375vw;
		bottom: 16.25vw;
	}
}

@media(max-width: 767px) {
	.section.content-home.content-home2 {
		min-height: 500px;
	}

	.center-block .text-block {
		width: 100%;
		padding-top: 134px;
		padding-bottom: 186px;
		max-width: 376px;
	}

	.center-block .text-block .text-content .title {
		font-size: 42px;
		margin-bottom: 14px;
	}

	.center-block .text-block .text-content .text {
		font-size: 24px;
	}


	.fly.bear1 {
		width: 100px;
		left: 2px;
		top: -108px;
	}

	.fly.atom1 {
		width: 100px;
		right: 50px;
		bottom: 68px;
	}
}

@media(max-width: 767px) {
	.section.content-home.content-home2 {
		min-height: 116.82243vw;
	}

	.center-block .text-block {
		width: 100%;
		padding-top: 31.30841vw;
		padding-bottom: 43.45794vw;
		max-width: 87.85047vw;
	}

	.center-block .text-block .text-content .title {
		font-size: 9.81308vw;
		margin-bottom: 3.27103vw;
	}

	.center-block .text-block .text-content .text {
		font-size: 5.60748vw;
	}


	.fly.bear1 {
		width: 23.36449vw;
		left: 0.46729vw;
		top: -25.23364vw;
	}

	.fly.atom1 {
		width: 23.36449vw;
		right: 11.68224vw;
		bottom: 15.88785vw;
	}
}

/* -секция 2 */



/* секция 3 */
.subscribe-block {
	width: 100%;
	max-width: 1080px;
	background-color: #E52713;
	padding: 63px 128px 154px 92px;
	border-radius: 50px;
	position: relative;
}

.subscribe_block .title {
	color: #FFF;
	font-family: 'My Font';
	font-size: 64px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	margin-top: unset;
	margin-bottom: 71px;
}

#subscribe_block .input-text::placeholder {
	color: rgba(0, 0, 0, 0.20);
}

#subscribe_block .input-text {
	border-radius: 26px;
	border: 2px solid #ECECEC;
	width: 100%;
	color: black;
	font-family: 'My Font';
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 9px 36px;
	background-color: #ECECEC;
	/* margin-bottom: 65px; */
}

#subscribe_block .response {
	position: relative;
}

#subscribe_block .response span {
	display: flex;
	font-family: 'My Font';
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 26px;
	color: white;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: -10px;
	position: absolute;
	width: 100%;
}

#subscribe_block .response span.error {
	color: #025EA1;
}

#subscribe_block input.input-text.error {
	border: 2px solid #025EA1 !important;
}

.subscribe_block .bottom-button {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 65px;
}

.subscribe_block .subscribe-button.style-button2 {
	text-align: center;
	color: white;
	border: 2px solid #001F3B;
	background-color: #001F3B;
	border-radius: 14px;
	padding: 27px 71px;
	cursor: pointer;
	transition: border 0.3s, color 0.3s;
	position: relative;
	transition: background-color 0.5s;
	user-select: none;
	overflow: hidden;
}

.subscribe_block .subscribe-button.style-button2:active {
	background-color: #E52713;
}

.subscribe_block .subscribe-button.style-button2 span {
	font-family: 'My Font';
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	color: white;
	text-transform: uppercase;
	text-decoration: underline #E52713 3px;
	transition: text-decoration 0.5s;
}

.subscribe_block .subscribe-button.style-button2:active span {
	text-decoration: underline #001F3B 3px;
}

.style-button2 .icons .icon {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8719 5.815C10.436 5.56227 9.13957 4.78511 8.22486 3.6288C7.22548 2.63129 6.48807 1.39367 6.08042 0.0297279C6.07362 0.0204926 6.06481 0.0130145 6.05469 0.00785179C6.04456 0.00268911 6.03338 0 6.02205 0C6.01073 0 5.99959 0.00268911 5.98946 0.00785179C5.97934 0.0130145 5.97053 0.0204926 5.96373 0.0297279C5.54537 1.37272 4.78528 2.57866 3.76092 3.52468C3.21584 4.01642 2.63013 4.45924 2.01034 4.84828C1.3989 5.27261 0.74332 5.62677 0.0555451 5.90423C-0.0757474 5.90423 0.0555415 6.17189 0.14307 6.09753C1.12206 6.4961 2.04442 7.02632 2.88563 7.67402C3.75063 8.36206 4.48692 9.20336 5.05924 10.1576C5.37564 10.7086 5.63476 11.2918 5.8324 11.8977C5.8324 12.0762 6.16793 12.0018 6.10958 11.8233C6.46615 10.4271 7.18778 9.1557 8.19744 8.14471C9.2071 7.13373 10.467 6.42106 11.8427 6.08269C11.8604 6.08937 11.8793 6.09159 11.898 6.08918C11.9167 6.08676 11.9345 6.07976 11.95 6.0688C11.9654 6.05784 11.978 6.04324 11.9867 6.02623C11.9955 6.00922 12 5.99032 12 5.97113C12 5.95194 11.9955 5.93304 11.9867 5.91603C11.978 5.89902 11.9654 5.88442 11.95 5.87346C11.9345 5.8625 11.9167 5.85554 11.898 5.85313C11.8793 5.85071 11.8604 5.85294 11.8427 5.85962' fill='%23B5D9EF'/%3E%3C/svg%3E%0A");
	position: absolute;
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: width 0.5s, height 0.5s, left 0.5s, right 0.5s, top 0.5s, bottom 0.5s;
}

.style-button2 .icon.icon1 {
	width: 12px;
	height: 12px;
	left: 16px;
	bottom: 30px;
}

.style-button2 .icon.icon2 {
	width: 20px;
	height: 20px;
	left: 44px;
	bottom: 9px;
}

.style-button2 .icon.icon3 {
	width: 29px;
	height: 29px;
	right: 18px;
	top: 6px;
}


.style-button2:hover .icon.icon3 {
	/* width: 29px; */
	/* height: 29px; */
	/* right: 18px; */
	width: 39px;
	height: 39px;
	right: 4px;
}

.style-button2:hover .icon.icon2 {
	/* width: 20px; */
	/* height: 20px; */
	/* bottom: 9px; */
	width: 30px;
	height: 30px;
	bottom: 0px;
}

.style-button2:hover .icon.icon1 {
	/* width: 12px; */
	/* height: 12px; */
	/* left: 16px; */
	width: 20px;
	height: 20px;
	left: 8px;
}


.style-button2.load .icons .loading {
	display: flex;
}

.style-button2.hide .icons .loading {
	display: none;
}

.style-button2 .icons .loading {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #E52713;
	display: none;
	justify-content: center;
	align-items: center;
}

.style-button2 .icons .loading img {
	width: 80px;
	height: 80px;
	transform: rotate(90deg);
	transition: rotate 10s linear;
}

.animation-atom-rotate {
	animation: 4s linear 0s normal none infinite running animation_atom_rotate;
}

@keyframes animation_atom_rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.hide {
	display: none !important;
}

.fly.peaked-cap1 {
	width: 250px;
	left: -152px;
	z-index: 1;
	top: -106px;
	transform: rotate(-49.2deg);
}

.fly.seagull2 {
	width: 248px;
	right: -180px;
	z-index: 1;
	top: -54px;
}

.fly.tulen1 {
	width: 368px;
	right: -150px;
	z-index: 1;
	bottom: -66px;
}


@media(min-width: 768px) {
	.subscribe-block {
		width: 100%;
		max-width: 56.25vw;
		padding: 3.28125vw 6.66667vw 8.02083vw 4.79167vw;
		border-radius: 2.60417vw;
	}

	.subscribe_block .title {
		font-size: 3.33333vw;
		margin-bottom: 3.69792vw;
	}

	#subscribe_block .input-text {
		border-radius: 1.35417vw;
		border: 0.10417vw solid #ECECEC;
		font-size: 3.33333vw;
		padding: 0.46875vw 1.875vw;
	}

	#subscribe_block .response span {
		font-size: 1.35417vw;
		line-height: 1.35417vw;
		margin-top: 0.52083vw;
		margin-bottom: -0.52083vw;
	}

	#subscribe_block input.input-text.error {
		border: 0.10417vw solid #025EA1 !important;
	}

	.subscribe_block .bottom-button {
		margin-top: 3.38542vw;
	}

	.subscribe_block .subscribe-button.style-button2 {
		border: 0.10417vw solid #001F3B;
		border-radius: 0.72917vw;
		padding: 1.40625vw 3.69792vw;
	}

	.subscribe_block .subscribe-button.style-button2 span {
		font-size: 1.875vw;
		line-height: 1.875vw;
		text-decoration: underline #E52713 0.15625vw;
	}

	.subscribe_block .subscribe-button.style-button2:active span {
		text-decoration: underline #001F3B 0.15625vw;
	}

	.style-button2 .icon.icon1 {
		width: 0.625vw;
		height: 0.625vw;
		left: 0.83333vw;
		bottom: 1.5625vw;
	}

	.style-button2 .icon.icon2 {
		width: 1.04167vw;
		height: 1.04167vw;
		left: 2.29167vw;
		bottom: 0.46875vw;
	}

	.style-button2 .icon.icon3 {
		width: 1.51042vw;
		height: 1.51042vw;
		right: 0.9375vw;
		top: 0.3125vw;
	}


	.style-button2:hover .icon.icon3 {
		width: 2.03125vw;
		height: 2.03125vw;
		right: 0.20833vw;
	}

	.style-button2:hover .icon.icon2 {
		width: 1.5625vw;
		height: 1.5625vw;
	}

	.style-button2:hover .icon.icon1 {
		width: 1.04167vw;
		height: 1.04167vw;
		left: 0.41667vw;
	}

	.style-button2 .icons .loading img {
		width: 4.16667vw;
		height: 4.16667vw;
	}

	.fly.peaked-cap1 {
		width: 13.02083vw;
		left: -7.91667vw;
		top: -5.52083vw;
	}

	.fly.seagull2 {
		width: 12.91667vw;
		right: -9.375vw;
		top: -2.8125vw;
	}

	.fly.tulen1 {
		width: 19.16667vw;
		right: -7.8125vw;
		bottom: -3.4375vw;
	}
}

@media(max-width: 767px) {
	.subscribe-block {
		width: 100%;
		max-width: 376px;
		padding: 100px 14px 100px 14px;
		border-radius: 50px;
	}

	.subscribe_block .title {
		font-size: 28px;
		margin-bottom: 21px;
		text-align: center;
	}

	#subscribe_block .input-text {
		border-radius: 26px;
		border: 2px solid #ECECEC;
		font-size: 24px;
		padding: 14px 20px;
	}

	#subscribe_block .response span {
		font-size: 20px;
		line-height: 26px;
		margin-top: 10px;
		margin-bottom: -10px;
	}

	#subscribe_block input.input-text.error {
		border: 2px solid #025EA1 !important;
	}

	.subscribe_block .bottom-button {
		margin-top: 48px;
	}

	.subscribe_block .subscribe-button.style-button2 {
		border: 2px solid #001F3B;
		border-radius: 14px;
		padding: 18px 60px;
	}

	.subscribe_block .subscribe-button.style-button2 span {
		font-size: 24px;
		line-height: 28px;
		text-decoration: underline #E52713 3px;
	}

	.subscribe_block .subscribe-button.style-button2:active span {
		text-decoration: underline #001F3B 3px;
	}

	.style-button2 .icon.icon1 {
		width: 12px;
		height: 12px;
		left: 7px;
		bottom: 28px;
	}

	.style-button2 .icon.icon2 {
		width: 20px;
		height: 20px;
		left: 31px;
		bottom: 9px;
	}

	.style-button2 .icon.icon3 {
		width: 29px;
		height: 29px;
		right: 8px;
		top: 6px;
	}


	.style-button2:hover .icon.icon3 {
		width: 39px;
		height: 39px;
		right: 4px;
	}

	.style-button2:hover .icon.icon2 {
		width: 30px;
		height: 30px;
	}

	.style-button2:hover .icon.icon1 {
		width: 20px;
		height: 20px;
		left: 4px;
	}

	.style-button2 .icons .loading img {
		width: 11.68224vw;
		height: 11.68224vw;
	}

	.fly.peaked-cap1 {
		width: 111px;
		left: -45px;
		top: -25px;
	}

	.fly.seagull2 {
		width: 158px;
		right: -33px;
		top: -54px;
	}

	.fly.tulen1 {
		width: 190px;
		right: -20px;
		bottom: -68px;
	}
}


@media(max-width: 767px) {
	.subscribe-block {
		width: 100%;
		max-width: 87.85047vw;
		padding: 23.36449vw 3.27103vw 23.36449vw 3.27103vw;
		border-radius: 11.68224vw;
	}

	.subscribe_block .title {
		font-size: 6.54206vw;
		margin-bottom: 4.90654vw;
		text-align: center;
	}

	#subscribe_block .input-text {
		border-radius: 6.07477vw;
		border: 0.46729vw solid #ECECEC;
		font-size: 5.60748vw;
		padding: 3.27103vw 4.6729vw;
	}

	#subscribe_block .response span {
		font-size: 4.6729vw;
		line-height: 6.07477vw;
		margin-top: 2.33645vw;
		margin-bottom: -2.33645vw;
	}

	#subscribe_block input.input-text.error {
		border: 0.46729vw solid #025EA1 !important;
	}

	.subscribe_block .bottom-button {
		margin-top: 11.21495vw;
	}

	.subscribe_block .subscribe-button.style-button2 {
		border: 0.46729vw solid #001F3B;
		border-radius: 3.27103vw;
		padding: 4.20561vw 14.01869vw;
	}

	.subscribe_block .subscribe-button.style-button2 span {
		font-size: 5.60748vw;
		line-height: 6.54206vw;
		text-decoration: underline #E52713 0.70093vw;
	}

	.subscribe_block .subscribe-button.style-button2:active span {
		text-decoration: underline #001F3B 0.70093vw;
	}

	.style-button2 .icon.icon1 {
		width: 2.80374vw;
		height: 2.80374vw;
		left: 1.63551vw;
		bottom: 6.54206vw;
	}

	.style-button2 .icon.icon2 {
		width: 4.6729vw;
		height: 4.6729vw;
		left: 7.24299vw;
		bottom: 2.1028vw;
	}

	.style-button2 .icon.icon3 {
		width: 6.7757vw;
		height: 6.7757vw;
		right: 1.86916vw;
		top: 1.40187vw;
	}


	.style-button2:hover .icon.icon3 {
		width: 9.11215vw;
		height: 9.11215vw;
		right: 0.93458vw;
	}

	.style-button2:hover .icon.icon2 {
		width: 7.00935vw;
		height: 7.00935vw;
	}

	.style-button2:hover .icon.icon1 {
		width: 4.6729vw;
		height: 4.6729vw;
		left: 0.93458vw;
	}

	.fly.peaked-cap1 {
		width: 25.93458vw;
		left: -10.51402vw;
		top: -5.84112vw;
	}

	.fly.seagull2 {
		width: 36.91589vw;
		right: -7.71028vw;
		top: -12.61682vw;
	}

	.fly.tulen1 {
		width: 44.39252vw;
		right: -4.6729vw;
		bottom: -15.88785vw;
	}
}

/* -секция 3 */


/* секция 4 */
.section.content-home.content-home4 {
	min-height: 490px;
}

.fly.ice-left1 {
	width: 524px;
	left: 0px;
	z-index: 1;
	bottom: 0px;
}

.fly.ice-right1 {
	width: 656px;
	right: 0px;
	z-index: 1;
	bottom: 0px;
}

.fly.ice-center1 {
	height: 230px;
	left: 0px;
	z-index: 0;
	bottom: 0px;
	width: 100%;
}

.bottom-logos {
	position: absolute;
	bottom: 50px;
	left: 0px;
	right: 0px;
	display: flex;
	justify-content: center;
	z-index: 2;
}

.bottom-logos img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.bottom-logos .logo img {
	height: 95px;
	width: 95px;
}

.bottom-logos .logo + .logo {
	margin-left: 50px;
}

.bottom-logos .logo.icae img {
	width: 100px;
	height: 100px;
}

@media(min-width: 768px) {
	.section.content-home.content-home4 {
		min-height: 25.52083vw;
	}

	.fly.ice-left1 {
		width: 27.29167vw;
	}

	.fly.ice-right1 {
		width: 34.16667vw;
	}

	.fly.ice-center1 {
		height: 11.97917vw;
	}

	.bottom-logos {
		bottom: 2.60417vw;
	}

	.bottom-logos .logo img {
		height: 4.94792vw;
		width: 4.94792vw;
	}

	.bottom-logos .logo + .logo {
		margin-left: 2.60417vw;
	}

	.bottom-logos .logo.icae img {
		width: 5.20833vw;
		height: 5.20833vw;
	}
}

@media(max-width: 767px) {
	.section.content-home.content-home4 {
		min-height: 220px;
	}

	.fly.ice-left1 {
		width: 150px;
	}

	.fly.ice-right1 {
		width: 164px;
	}

	.fly.ice-center1 {
		height: 86px;
	}

	.bottom-logos {
		bottom: 0px;
	}

	.bottom-logos .logo img {
		height: 42px;
		width: 42px;
	}

	.bottom-logos .logo + .logo {
		margin-left: 16px;
	}

	.bottom-logos .logo.icae img {
		width: 44px;
		height: 44px;
	}

}

@media(max-width: 767px) {
	.section.content-home.content-home4 {
		min-height: 51.40187vw;
	}

	.fly.ice-left1 {
		width: 35.04673vw;
	}

	.fly.ice-right1 {
		width: 38.31776vw;
	}

	.fly.ice-center1 {
		height: 20.09346vw;
	}

	.bottom-logos {
		bottom: 0vw;
	}

	.bottom-logos .logo img {
		height: 9.81308vw;
		width: 9.81308vw;
	}

	.bottom-logos .logo + .logo {
		margin-left: 3.73832vw;
	}

	.bottom-logos .logo.icae img {
		width: 10.28037vw;
		height: 10.28037vw;
	}
}

/* -секция 4 */