body {
	background: #fff;
	font-family: "Space Grotesk", Manrope, sans-serif;
	font-size: 19px;
	color: #2b2a29;
	min-width: 320px;
}

/* =========main========= */
.main {
	background: #152c52 url('../img/main_bg.webp') no-repeat center bottom / 100%;
	position: relative;
	padding-bottom: 105px;
	overflow: hidden;
}
.header, .main-welcome, .main-empty-rectangle, .main-totem {
	position: relative;
}
.header {
	padding: 32px 55px 0;
	z-index: 3;
}
.main-welcome, .main-empty-rectangle, .main-totem {
	z-index: 2;
}
.header-official {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #041124;
	border-radius: 0 0 0 20px;
	padding: 10px 50px;
	color: #3e7fa4;
	font-family: Manrope;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
}
.header-official img {
	display: inline-block;
	width: 26px;
	margin-right: 15px;
}
.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-logo {
	display: inline-block;
	width: 318px;
}
.header-logo img {
	display: inline-block;
	width: 100%;
}
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	color: #1b8ad4;
	font-family: "Space Grotesk";
	font-size: 21px;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
}
.header-menu li {
	margin-right: 58px;
}
.header-menu li a {
	display: inline-block;
	color: #1b8ad4;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.header-menu li a:hover {
	color: #00f7ff;
}
.header-lang {
	position: relative;
}
.header-lang__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1b8ad4;
	font-family: Manrope;
	font-size: 21px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.header-lang__link:hover {
	color: #00f7ff;
}
.header-lang__link svg {
	display: inline-block;
	width: 11px;
	margin-left: 10px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.header-lang__link svg * {
	fill: #1b8ad4;
	-webkit-transition: fill 0.5s;
	transition: fill 0.5s;
}
.header-lang__link:hover svg * {
	fill: #00f7ff;
}
.header-lang__link[aria-expanded='true'] svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.header-lang-collapse {
	position: absolute;
	top: calc(100% + 15px);
	right: 0;
	z-index: 2;
}
.header-lang__list {
	padding: 0 21px 0 0;
	margin: 0;
	color: #1b8ad4;
	font-family: Manrope;
	font-size: 21px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}
.header-lang__list li a {
	color: #1b8ad4;
	display: inline-block;
	padding: 7px 0;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.header-lang__list li a:hover {
	color: #00f7ff;
}
.main-welcome {
	padding: 80px 0 0;
	text-align: center;
}
.main-welcome__title {
	margin-bottom: 20px;
}
.main-welcome__text {
	margin-bottom: 0;
}
.btn_main-welcome {
	padding-left: 0;
	padding-right: 30px;
	margin-top: 45px;
}
.btn_main-welcome span {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.btn_main-welcome img {
	display: inline-block;
	width: 26px;
}
.main-empty-rectangle::after {
	display: block;
	content: '';
	padding-top: 19.07%;
}
.main-totem-zag {
	text-align: center;
	margin-bottom: 80px;
}
.main-totem-zag img {
	display: inline-block;
	width: 128px;
	margin-bottom: 25px;
}
.main-totem-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
	row-gap: 30px;
}
.main-totem-item {
	width: calc(33.333% - 40px);
	margin-right: 20px;
	margin-left: 20px;
	background: url('../img/main-totem-item_bg.png') no-repeat center / 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.main-totem__icon {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 200px;
}
.main-totem__icon img {
	display: inline-block;
	max-width: 80%;
	max-height: 80%;
}
.main-totem-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	padding-bottom: 60px;
	padding-right: 55px;
	padding-left: 55px;
	width: 100%;
}
.main-totem-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}
.btn_main-totem img {
	display: inline-block;
	width: 9px;
	margin-left: 35px;
}
.main-totem__download {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #00f7ff;
	font-family: "Space Grotesk";
	font-size: 21px;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: 40px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.main-totem__download span {
	display: inline-block;
	text-decoration: underline;
}
.main-totem__download svg {
	display: inline-block;
	width: 18px;
	margin-left: 25px;
}
.main-totem__download svg * {
	-webkit-transition: fill 0.5s;
	transition: fill 0.5s;
}
.main-totem__download:hover {
	color: #1b8ad4;
}
.main-totem__download:hover svg * {
	fill: #1b8ad4;
}
.main-totem__download:hover span {
	text-decoration: none;
}
.main-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 1252px;
}
.main-bg::after {
	display: block;
	content: '';
	padding-top: 65.21%;
}
.main-bg-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	z-index: 1;
}
.main-bg-bottom {
	position: absolute;
	display: inline-block;
	bottom: -1px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.bg-video {
	display: block;
	position: absolute;
	min-width: 100%;
	min-height: calc(100% - 162px);
	z-index: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
@media (max-width: 1770px) { 
	.header {
		padding: 32px 15px 0;
	}
	.header-logo {
		width: 285px;
	}
	.header-menu, .header-lang__link, .header-lang__list {
		font-size: 19px;
	}
	.header-menu li {
		margin-right: 35px;
	}
	.main-empty-rectangle::after {
		padding-top: 9.1%;
	}
}
/* =========online========= */
.online {
	padding: 100px 0 130px;
}
.online__title {
	margin-bottom: 90px;
}
.online-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[4];
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}
.online-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: url('../img/online-item_bg.png') no-repeat center / 100% 100%;
	padding: 0 0 50px;
	text-align: center;
}
.online-item__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 205px;
}
.online-item__icon img {
	max-height: 80%;
	max-width: 80%;
	display: inline-block;
}
.online-item-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
}
.online-item__text {
	color: #19345e;
	font-weight: 600;
	margin: 0;
}
.btn_online-item {
	margin-top: 25px;
}
.online-item__website {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1b8ad4;
	font-family: "Space Grotesk";
	font-size: 21px;
	font-weight: 600;
	line-height: 1em;
	margin-top: 30px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.online-item__website svg {
	display: inline-block;
	width: 12px;
	margin-left: 20px;
	height: auto;
}
.online-item__website svg * {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.online-item__website:hover {
	color: #00f7ff;
}
.online-item__website:hover svg * {
	fill: #00f7ff;
}
.online-item__soon {
	margin-top: 35px;
}
/* =========offline========= */
.offline {
	background: url('../img/offline_bg.jpg') no-repeat center / cover;
	padding: 135px 0 170px;
}
.offline__title {
	margin-bottom: 95px;
}
.offline-wrap {
	padding: 0 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	row-gap: 45px;
}
.offline-col {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 45px;
}
.offline-col:first-child {
	padding-right: 5px;
}
.offline-col:last-child {
	padding-left: 5px;
}
.offline-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.offline-item-icon {
	width: 68px;
	margin-right: 60px;
}
.offline-item-icon img {
	display: inline-block;
	width: 100%;
}
.offline__text {
	color: #19345e;
	font-family: "Space Grotesk";
	font-size: 27px;
	font-weight: 600;
	line-height: 1.3em;
}
/* =========snowy========= */
.snowy {
	background: url('../img/snowy_bg.jpg') no-repeat center / cover;
	padding: 105px 0 130px;
}
.snowy-cont {
	max-width: 470px;
	width: 100%;
}
.snowy-logo {
	display: inline-block;
	max-width: 425px;
	width: 100%;
	margin-bottom: 80px;
}
.snowy__title {
	margin-bottom: 60px;
}
.snowy__text {
	max-width: 413px;
	width: 100%;
}
.btn_snowy {
	margin-top: 50px;
}
.snowy__thumb {
	display: none;
}
/* =========about========= */
.about {
	padding: 150px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.about__thumb {
	width: 44.47%;
	max-width: 854px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about__thumb::after {
	display: block;
	content: '';
	padding-top: 100%;
}
.about-cont {
	width: 670px;
	margin-right: calc((100vw - 1400px) / 2);
	padding-top: 30px;
}
.about-zag {
	position: relative;
	padding: 10px 0;
	margin-bottom: 40px;
}
.about-zag__dots {
	position: absolute;
	display: inline-block;
	left: 50px;
	top: 0;
	height: 100%;
	z-index: 0;
}
.about__title {
	position: relative;
	z-index: 1;
	color: #19345e;
	margin-bottom: 0;
}
.about-zag__text {
	position: relative;
	z-index: 1;
	color: #1b8ad4;
	font-family: "Space Grotesk";
	font-size: 27px;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 25px;
}
.about-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 65px;
}
.about-logo img {
	display: inline-block;
	width: 115px;
	margin-right: 50px;
}
.about-logo__text  {
	max-width: 355px;
	width: 100%;
	color: #11618f;
}
/* =========iso========= */
.iso-slider__item {
	text-align: center;
	padding: 0 5px;
}
.iso-slider__img {
	display: inline-block;
	max-width: 100%;
}
.iso-slider {
	position: relative;
}
.iso-slider-arrow::after {
	display: none;
}
.iso-slider-arrow {
	width: 42px;
	padding: 5px;
}
.iso-slider-arrow__desc {
	display: inline-block;
	width: 100%;
	height: auto;
}
.iso-slider-arrow svg * {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.iso-slider-arrow:hover svg * {
	fill: #1b8ad4;
}
.iso-slider-arrow.swiper-button-prev {
	left: auto;
	top: 50%;
	right: calc(100% + 85px);
	margin: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.iso-slider-arrow.swiper-button-next {
	right: auto;
	top: 50%;
	left: calc(100% + 85px);
	margin: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media (max-width: 1680px) {
	.iso {
		padding-top: 70px;
	} 
	.iso-slider-arrow {
		width: 42px;
		height: 42px;
		padding: 0;
		border: 2px solid #19345E;
		border-radius: 5px;
		-webkit-transition: border-color 0.5s;
		transition: border-color 0.5s;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.iso-slider-arrow:hover {
		border-color: #1b8ad4;
	}
	.iso-slider-arrow svg {
		width: 22px !important;
		height: auto;
	}
	.iso-slider-arrow.swiper-button-prev {
		left: auto;
		right: 55px;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: calc(100% + 25px);
	}
	.iso-slider-arrow.swiper-button-next {
		right: 0;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: calc(100% + 25px);
	}
}
/* =========presentations========= */
.presentations {
	padding: 150px 0;
}
.presentations__title {
	margin-bottom: 75px;
}
.presentations-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[5];
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
}
.presentations-link {
	height: 64px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #0a1d3b;
	font-family: "Space Grotesk";
	font-size: 21px;
	font-weight: 600;
	line-height: 1em;
	background: url('../img/presentations-link_bg.png') no-repeat left center / 200% 100%;
}
.presentations-link:hover {
	color: #fefefe;
	background-position: 100% 50%;
}
.presentations-link img {
	width: 19px;
	margin-right: 20px;
}
.presentations-link__img1 {
	display: inline-block;
}
.presentations-link__img2 {
	display: none;
}
.presentations-link:hover .presentations-link__img1 {
	display: none;
}
.presentations-link:hover .presentations-link__img2 {
	display: inline-block;
}
/* =========contact========= */
.contact {
	background: url('../img/contact_bg.jpg') no-repeat center bottom / cover;
	padding: 130px 0 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact-cont {
	width: 500px;
	margin-left: calc((100vw - 1400px) / 2);
	padding-top: 10px;
}
.contact__title {
	margin-bottom: 80px;
}
.contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 55px;
}
.contact-item:last-child {
	margin-bottom: 0;
}
.contact-item__icon {
	width: 19px;
	margin-right: 40px;
	margin-top: 3px;
}
.contact-item__icon img {
	display: inline-block;
	width: 100%;
}
.contact-item-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.contact-item-right a {
	display: inline-block;
	color: #fefefe;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.contact-item-right a:hover {
	color: #00f7ff;
}
.contact-right {
	width: 53%;
	max-width: 1018px;
	position: relative;
}
.contact__thumb {
	display: inline-block;
	width: 100%;
}
.contact__corner {
	display: inline-block;
	position: absolute;
	width: 78%;
	bottom: -26px;
	left: -26px;
}
/* =========footer========= */
.footer-top {
	padding: 60px 0;
}
.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-logo {
	display: inline-block;
	width: 268px;
}
.footer-logo img {
	display: inline-block;
	width: 100%;
}
.footer-official {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 100px;
	color: #11618f;
	font-family: Manrope;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4em;
}
.footer-official img {
	display: inline-block;
	width: 69px;
	margin-right: 25px;
}
.footer-menu {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #19345e;
	font-family: "Space Grotesk";
	font-size: 17px;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	gap: 40px;
}
.footer-menu a {
	color: #19345e;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.footer-menu a:hover {
	color: #00f7ff;
}
.footer-bottom {
	background: #f0f5f6;
	padding: 10px 0;
}
.footer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	color: #19345e;
	font-family: "Space Grotesk";
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2em;
}





/*Extra large devices (large desktops, 1430px and up) */
@media (max-width: 1429.5px) { 
	body {
		font-size: 17px;
	}
	/* =========main========= */
	.header-logo {
		width: 215px;
	}
	.header-menu, .header-lang__link, .header-lang__list {
		font-size: 17px;
	}
	.header-menu li {
		margin-right: 25px;
	}
	.header-lang__link svg {
		width: 9px;
		margin-left: 5px;
	}
	.header-lang__list {
		padding-right: 0;
	}
	.header-lang__list li a {
		padding-right: 14px;
	}
	.header-official {
		font-size: 14px;
	}
	.header-official img {
		width: 17px;
		margin-right: 10px;
	}
	.header-official {
		padding: 10px 25px;
	}
	.main-welcome__title {
		margin-bottom: 15px;
	}
	.global-text25 {
		line-height: 1.3em;
	}
	.btn_regular-big {
		min-width: 290px;
		min-height: 58px;
		font-size: 19px;
	}
	.btn_main-welcome {
		margin-top: 30px;
	}
	.btn_main-welcome img {
		width: 20px;
	}
	.main-totem-zag img {
		width: 100px;
		margin-bottom: 20px;
	}
	.main-totem-zag {
		margin-bottom: 50px;
	}
	.main-totem-wrap {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		row-gap: 20px;
	}
	.main-totem-item {
		width: calc(33.333% - 30px);
		margin-right: 15px;
		margin-left: 15px;
	}
	.main-totem-body {
		padding-bottom: 50px;
		padding-right: 30px;
		padding-left: 30px;
	}
	.main-totem__icon img {
		max-width: 55%;
		max-height: 50%;
	}
	.main-totem__icon {
		min-height: 175px;
	}
	.btn_regular-small {
		min-width: 230px;
		min-height: 52px;
		font-size: 16px;
	}
	.btn_main-totem img {
		width: 6px;
		margin-left: 25px;
	}
	.main-totem__download {
		font-size: 18px;
		margin-top: 20px;
	}
	.main-totem__download svg {
		width: 15px;
		margin-left: 15px;
	}
	/* =========online========= */
	.online {
		padding: 70px 0 90px;
	}
	.online__title {
		margin-bottom: 50px;
	}
	.online-wrap {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		row-gap: 25px;
	}
	.online-item__icon {
		height: 180px;
	}
	.online-item__icon img {
		max-height: 50%;
		max-width: 65%;
	}
	.online-item {
		padding-bottom: 40px;
	}
	.online-item__website {
		font-size: 19px;
		margin-top: 20px;
	}
	.online-item__website svg {
		width: 10px;
		margin-left: 15px;
	}
	.btn_online-item {
		margin-top: 20px;
	}
	.btn_second {
		min-width: 200px;
		min-height: 50px;
		font-size: 18px;
	}
	.online-item__soon {
		margin-top: 30px;
	}
	/* =========offline========= */
	.offline {
		padding: 100px 0 130px;
	}
	.offline__title {
		margin-bottom: 60px;
	}
	.offline-wrap {
		padding: 0;
	}
	.offline__text {
		font-size: 24px;
	}
	.offline-item-icon {
		width: 60px;
		margin-right: 40px;
	}
	/* =========snowy========= */
	.snowy {
		padding: 70px 0 100px;
	}
	.snowy-logo {
		max-width: 360px;
		margin-bottom: 50px;
	}
	.snowy__title {
		margin-bottom: 40px;
	}
	.snowy__text {
		max-width: 380px;
	}
	.btn_snowy {
		margin-top: 30px;
	}
	/* =========about========= */
	.about {
		padding: 100px 0;
	}
	.about__thumb {
		width: 47.47%;
	}
	.about-cont {
		width: 570px;
		margin-right: calc((100vw - 1170px) / 2);
		padding-top: 0px;
	}
	.about-zag__text {
		font-size: 24px;
		margin-top: 10px;
	}
	.about-zag {
		margin-bottom: 25px;
	}
	.about-logo {
		margin-top: 45px;
	}
	.about-logo img {
		width: 85px;
		margin-right: 25px;
	}
	.about-logo__text {
		max-width: 330px;
	}
	/* =========iso========= */
	.iso-slider-arrow {
		width: 35px;
		height: 35px;
	}
	.iso-slider-arrow svg {
		width: 18px !important;
	}
	.iso-slider-arrow.swiper-button-prev {
		right: 45px;
	}
	/* =========presentations========= */
	.presentations {
		padding: 100px 0;
	}
	.presentations__title {
		margin-bottom: 50px;
	}
	.presentations-wrap {
		gap: 10px;
	}
	.presentations-link {
		height: 55px;
		font-size: 18px;
	}
	.presentations-link img {
		width: 17px;
		margin-right: 15px;
	}
	/* =========contact========= */
	.contact {
		padding: 100px 0;
	}
	.contact-cont {
		width: 500px;
		margin-left: calc((100vw - 1170px) / 2);
	}
	.contact__title {
		margin-bottom: 30px;
	}
	.contact-item__icon {
		margin-right: 15px;
		width: 15px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
	.contact__corner {
		bottom: -17px;
		left: -17px;
	}
	/* =========footer========= */
	.footer-top {
		padding: 40px 0;
	}
	.footer-logo {
		width: 200px;
	}
	.footer-official {
		margin-left: 30px;
		font-size: 14px;
	}
	.footer-official img {
		width: 60px;
		margin-right: 15px;
	}
	.footer-menu {
		font-size: 15px;
		gap: 30px;
	}
	.footer-text {
		font-size: 15px;
		gap: 15px;
	}

}

/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.5px) { 
	body {
		font-size: 15px;
	}
	/* =========main========= */
	.header-logo {
		width: 185px;
	}
	.header-gumb {
		width: 35px;
		height: 25px;
		margin-left: 25px;
		position: relative;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header-gumb span {
		display: block;
		width: 100%;
		height: 2px;
		background: #1b8ad4;
	}
	.btn_regular-big {
		min-width: 250px;
		min-height: 50px;
		font-size: 17px;
		padding-bottom: 5px;
	}
	.main-welcome {
		padding: 35px 0 0;
	}
	.main-totem-zag img {
		width: 80px;
		margin-bottom: 15px;
	}
	.main-totem-zag {
		margin-bottom: 30px;
	}
	.main-totem-wrap {
		width: calc(100% + 10px);
		margin-left: -5px;
		margin-right: -5px;
	}
	.main-totem-item {
		width: calc(33.33% - 10px);
		margin-right: 5px;
		margin-left: 5px;
	}
	.main-totem-body {
		padding-bottom: 30px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.main-totem__icon {
		min-height: 115px;
	}
	.btn_regular-small {
		min-width: 196px;
		min-height: 40px;
		font-size: 14px;
		padding-bottom: 5px;
	}
	.btn_main-totem img {
		width: 4px;
		margin-left: 10px;
	}
	.main-totem-bottom {
		margin-top: 20px;
	}
	.main-totem__download {
		font-size: 15px;
		margin-top: 15px;
	}
	.main-totem__download svg {
		width: 13px;
		margin-left: 10px;
	}
	.main-empty-rectangle::after {
		padding-top: 35.1%;
	}
	.header-mob {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 10001;
		background: #152c52;
		overflow: auto;
	}
	.header-mob-body {
		padding: 32px 15px 75px;
	}
	.header-mob-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header-mob__close {
		display: inline-block;
		width: 30px;
		padding: 5px;
	}
	.header-mob__close img {
		display: inline-block;
		width: 100%;
	}
	.header-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 50px;
		font-size: 20px;
	}
	.header-menu li {
		width: 100%;
		margin: 0;
	}
	.header-menu li a {
		width: 100%;
		padding: 20px 0;
		color: #00f7ff;
	}
	/* =========online========= */
	.online {
		padding: 50px 0 70px;
	}
	.online__title {
		margin-bottom: 30px;
	}
	.online-item__icon {
		height: 125px;
	}
	.online-item__icon img {
		max-height: 55%;
	}
	.btn_second {
		min-width: 180px;
		min-height: 45px;
		font-size: 16px;
	}
	.online-item__website {
		font-size: 15px;
		margin-top: 15px;
	}
	.online-item__website svg {
		width: 8px;
		margin-left: 10px;
	}
	/* =========offline========= */
	.offline {
		padding: 50px 0 70px;
	}
	.offline__title {
		margin-bottom: 30px;
	}
	.offline__text {
		font-size: 21px;
	}
	.offline-item-icon {
		width: 50px;
		margin-right: 20px;
	}
	.offline-col, .offline-wrap {
		row-gap: 30px;
	}
	/* =========snowy========= */
	.snowy {
		padding: 50px 0;
	}
	.snowy-logo {
		max-width: 300px;
		margin-bottom: 40px;
	}
	.snowy__title {
		margin-bottom: 25px;
	}
	.snowy__text {
		max-width: 300px;
	}
	.btn_snowy {
		margin-top: 20px;
	}
	/* =========about========= */
	.about {
		padding: 70px 15px 70px 0;
	}
	.about-cont {
		margin-right: 0;
		width: 50%;
	}
	.about-zag__text {
		font-size: 20px;
	}
	.about-zag {
		margin-bottom: 15px;
	}
	.about-logo {
		margin-top: 20px;
	}
	/* =========presentations========= */
	.presentations {
		padding: 70px 0;
	}
	.presentations__title {
		margin-bottom: 30px;
	}
	.presentations-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[3];
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px;
	}
	.presentations-link {
		height: 55px;
		font-size: 18px;
		background-size: 201% 100%;
	}
	.presentations-link img {
		width: 17px;
		margin-right: 15px;
	}
	.presentations-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.presentations-link {
		width: 230px;
	}
	/* =========contact========= */
	.contact {
		padding: 60px 0;
	}
	.contact-cont {
		margin-left: 0;
		width: 45%;
		padding-left: 15px;
	}
	.contact-item {
		margin-bottom: 20px;
	}
	.contact__corner {
		bottom: -10px;
		left: -10px;
	}
	/* =========footer========= */
	.footer-top {
		padding: 30px 0;
	}
	.footer-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 25px;
	}
	.footer-left {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer-menu {
		margin-right: auto;
		margin-left: auto;
	}

}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	/* =========main========= */
	.header-official {
		display: none;
	}
	.header {
		padding: 15px;
	}
	.header-logo {
		width: 155px;
	}
	.header-mob-body {
		padding: 15px 15px 75px;
	}
	.header-menu li a {
		padding: 15px 0 0;
	}
	.header-menu {
		font-size: 17px;
	}
	.btn_regular-big {
		font-size: 15px;
	}
	.main-totem-item {
		width: calc(50% - 10px);
	}
	.main-totem__icon {
		height: 90px;
		min-height: inherit;
	}
	.main-totem__icon img {
		max-width: 90%;
		max-height: 60%;
	}
	.main-totem-body {
		padding-bottom: 20px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.global-text21 {
		line-height: 1.4em;
	}
	.btn_main-totem img {
		display: none;
	}
	.btn_regular-small {
		min-width: 150px;
		min-height: 37px;
		font-size: 13px;
	}
	.main-totem__download {
		font-size: 13px;
		margin-top: 10px;
	}
	.main-totem-bottom {
		margin-top: 10px;
	}
	.main {
		padding-bottom: 40px;
	}
	.main-bg::after {
		padding-top: 240% !important;
	}
	.main-bg-top {
		height: 185px;
	}
	.main-totem-zag {
		margin-bottom: 20px;
	}
	.main-bg-bottom {
		display: none;
	}
	.main-bg-mob {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		display: inline-block;
		z-index: 1;
		background: rgba(21, 44, 82, 0.5);
	}
	.main-bg-mob::after {
		display: block;
		content: '';
		padding-top: 128%;
	}
	.header-mob-body .header-official {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		position: relative;
		padding: 10px 15px;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0;
		margin-top: 25px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 13px;
	}
	.header-mob-body .header-official span {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: inline-block;
	}
	.header-menu {
		margin-top: 25px;
	}
	.header-lang__list li a {
		padding-left: 14px;
	}
	.header-lang__list {
		background: #041124;
		border-radius: 5px;
	}
	/* =========online========= */
	.online-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[2] !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.online {
		padding: 30px 0 50px;
	}
	.online-item__icon {
		height: 85px;
	}
	.online-item__icon img {
		max-height: 50%;
		max-width: 70%;
	}
	.online-item__text {
		font-size: 13px;
	}
	.btn_second {
		min-width: 155px;
		min-height: 40px;
		font-size: 14px;
	}
	.btn_online-item {
		min-width: 140px;
		font-size: 12px;
		margin-top: 15px;
	}
	.online-item__website {
		font-size: 14px;
	}
	.online-item__website svg {
		width: 6px;
		margin-left: 5px;
	}
	.online-item {
		padding-bottom: 25px;
	}
	.online-wrap {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		row-gap: 20px;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 10px;
	}
	/* =========offline========= */
	.offline {
		padding: 30px 0;
	}
	.offline-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.offline-col {
		width: 100%;
	}
	.offline-col:first-child {
		padding-right: 0px;
	}
	.offline-col:last-child {
		padding-left: 0px;
	}
	.offline__text {
		font-size: 17px;
	}
	/* =========snowy========= */
	.snowy {
		background: #021f47;
		padding: 0 0 30px;
		text-align: center;
	}
	.snowy-logo {
		max-width: 260px;
		margin-bottom: 30px;
	}
	.snowy-cont {
		max-width: 100%;
	}
	.snowy__text {
		margin-right: auto;
		margin-left: auto;
	}
	.btn_snowy {
		min-width: 180px;
		min-height: 42px;
	}
	.btn_snowy img {
		display: inline-block;
	}
	.snowy__thumb {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	/* =========about========= */
	.about {
		padding: 0 0 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about__thumb {
		width: 100%;
	}
	.about-cont {
		width: 100%;
		padding-top: 30px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.about-zag__text {
		font-size: 18px;
	}
	/* =========iso========= */
	.iso-slider-arrow {
		width: 30px;
		height: 30px;
		bottom: calc(100% + 10px) !important;
	}
	.iso {
		padding-top: 45px;
	}
	.iso-slider-arrow.swiper-button-prev {
		right: 40px;
	}
	/* =========presentations========= */
	.presentations {
		padding: 50px 0;
	}
	.presentations-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.presentations-link {
		height: 40px;
		width: 160px;
		font-size: 14px;
		background: url('../img/presentations-link_bg1.png') no-repeat center / 100% 100%;
	}
	.presentations-link:hover {
		background-position: center;
		color: #0a1d3b;
	}
	.presentations-link img {
		width: 14px;
		margin-right: 5px;
	}
	.presentations-link:hover .presentations-link__img1 {
		display: inline-block;
	}
	.presentations-link:hover .presentations-link__img2 {
		display: none;
	}
	/* =========contact========= */
	.contact {
		padding: 0 0 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.contact-right {
		width: 100%;
	}
	.contact__corner {
		display: none;
	}
	.contact-cont {
		padding: 30px 15px 0;
		width: 100%;
	}
	.contact-item-right {
		line-height: 1.8em;
	}
	/* =========footer========= */
	.footer-logo {
		width: 120px;
	}
	.footer-official img {
		width: 50px;
		margin-right: 10px;
	}
	.footer-official {
		margin-left: 15px;
		font-size: 10px;
	}
	.footer-official img {
		width: 35px;
		margin-right: 10px;
	}
	.footer-menu {
		font-size: 13px;
		gap: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 5px;
		font-size: 12px;
	}

}