<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

:root {
	--black: #000;
	--white: #fff;
	--blue-1: #005efe;
	--blue-2: #0077ff;
	--light-blue: #eef5fb;
	--grey: #f1f1f1;
}

.body-wrapper {
	position: relative;
	overflow: hidden;
}

body {
	font-family: "VK Sans Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}

.section {
	padding: 120px 0;
}

.container {
	width: 1764px;
	max-width: 100%;
	padding: 0 40px;
	margin: 0 auto;
}

.text-85 {
	font-size: 85px;
	line-height: 100%;
	font-weight: 500;
}

.text-70 {
	font-size: 70px;
	line-height: 120%;
}

.text-64 {
	font-size: 64px;
	line-height: 120%;
}

.text-60 {
	font-size: 60px;
	line-height: 120%;
}

.h2 {
	font-size: 48px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.96px;
}

.text-40 {
	font-size: 40px;
	line-height: 120%;
}

.text-36 {
	font-size: 36px;
	line-height: 120%;
}

.text-35 {
	font-size: 35px;
	line-height: 120%;
}

.text-34 {
	font-size: 34px;
	line-height: 120%;
}

.text-32 {
	font-size: 32px;
	line-height: 120%;
}

.text-30 {
	font-size: 30px;
	line-height: 110%;
}

.text-28 {
	font-size: 28px;
	line-height: 110%;
}

.text-26 {
	font-size: 26px;
	line-height: 120%;
}

.text-24 {
	font-size: 24px;
	line-height: 120%;
}

.text-23 {
	font-size: 23px;
	line-height: 110%;
}

.text-22 {
	font-size: 22px;
	line-height: 150%;
}

.text-20 {
	font-size: 20px;
	line-height: 110%;
}

.text-16 {
	font-size: 16px;
	line-height: 110%;
}

.text-15 {
	font-size: 15px;
	line-height: 110%;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.pt-160 {
	padding-top: 160px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-100 {
	padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
	.text-36 {
		font-size: 28px;
		line-height: 120%;
	}

	.text-35 {
		font-size: 28px;
		line-height: 120%;
	}

	.text-34 {
		font-size: 28px;
		line-height: 120%;
	}
}

@media screen and (max-width: 1024px) {
	.text-64 {
		font-size: 54px;
		line-height: 120%;
	}

	.text-60 {
		font-size: 50px;
		line-height: 120%;
	}

	.h2 {
		font-size: 40px;
		line-height: 120%;
	}

	.text-40 {
		font-size: 35px;
		line-height: 120%;
	}

	.text-28 {
		font-size: 20px;
		line-height: 105%;
	}

	.text-22 {
		font-size: 16px;
		line-height: 110%;
	}
}

@media screen and (max-width: 768px) {
	.pt-160 {
		padding-top: 100px;
	}

	.pt-100 {
		padding-top: 60px;
	}

	.pb-160 {
		padding-bottom: 100px;
	}

	.pb-100 {
		padding-bottom: 60px;
	}

	.text-85 {
		font-size: 42px;
		line-height: 120%;
	}

	.text-70 {
		font-size: 40px;
		line-height: 120%;
	}

	.text-64 {
		font-size: 35px;
		line-height: 120%;
	}

	.text-60 {
		font-size: 30px;
		line-height: 120%;
	}

	.text-36 {
		font-size: 20px;
		line-height: 120%;
	}

	.text-35 {
		font-size: 20px;
		line-height: 130%;
	}

	.text-34 {
		font-size: 26px;
		line-height: 120%;
	}

	.text-32 {
		font-size: 24px;
		line-height: 130%;
	}

	.text-30 {
		font-size: 24px;
		line-height: 130%;
	}
}

@media screen and (max-width: 570px) {
	.pt-160 {
		padding-top: 60px;
	}

	.pb-160 {
		padding-bottom: 60px;
	}

	.text-85 {
		font-size: 35px;
		line-height: 120%;
	}

	.h2 {
		font-size: 30px;
		line-height: 120%;
	}

	.text-40 {
		font-size: 26px;
		line-height: 120%;
	}

	.text-26 {
		font-size: 20px;
		line-height: 140%;
	}

	.text-24 {
		font-size: 18px;
		line-height: 140%;
	}

	.text-23 {
		font-size: 18px;
		line-height: 140%;
	}

	.text-70 {
		font-size: 26px;
		line-height: 120%;
	}

	.text-64 {
		font-size: 25px;
		line-height: 120%;
	}

	.text-60 {
		font-size: 23px;
		line-height: 120%;
	}

	.text-32 {
		font-size: 20px;
		line-height: 130%;
	}

	.text-30 {
		font-size: 20px;
		line-height: 130%;
	}
}

.content p:not(:last-child) {
	margin-bottom: 1em;
}

.content ul {
	padding-left: 25px;
}

.content ul:not(:last-child) {
	margin-bottom: 1em;
}

.content ul&gt;li {
	list-style-type: "— ";
}

b {
	font-weight: 700;
}

.btn {
	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: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 16px 36px 18px;
	background: var(--blue-2);
	cursor: pointer;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	color: var(--white);
	gap: 13px;
	border: 1px solid transparent;
}

.btn:hover {
	background-color: transparent;
	color: var(--blue-2);
	border-color: var(--blue-2);
	background-color: var(--white);
}

.btn_white {
	background-color: var(--white);
	color: var(--blue-1);
}

.tt-uc {
	text-transform: uppercase;
}

.header {
	padding: 50px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
	color: var(--white);
	transition: all ease 0.5s;
	transform: translateY(-100%);
	background: var(--blue-2);
}

.header_scroll {
	transform: none;
}

.header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 95px;
}

.header__btn {
	margin-left: auto;
}

.header__date {
	display: flex;
	gap: 15px;
	align-items: center;
	border-radius: 100px;
	padding: 9px 25px 11px;
	background-color: #fff;
	color: var(--blue-2);
}

@media screen and (max-width: 850px) {
	.header__btn {
		display: none;
	}
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__menu-btn {
	display: none;
}

.header__nav-btn {
	display: none;
}

.header__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.header__tag {
	border-radius: 100px;
	border: 2px solid var(--white);
	padding: 7px 50px 9px;
}

.header .nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 70px;
}

.entrance {
	padding: 45px 0 215px;
	background-color: var(--blue-1);
	color: var(--white);
	position: relative;
	z-index: 1;
}

.entrance__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: -1;
}

.entrance__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.entrance__bg::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0) 100%);
}

.entrance__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 120px;
}

.entrance__logo {
	display: flex;
}

.entrance__title {
	font-size: 133px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	text-transform: uppercase;
	font-family: 'VK Sans Display Expanded';
}

.entrance__desc {
	font-family: 'VK Sans Display Expanded';
	margin-top: 20px;
}

.entrance__btn {
	margin-top: 90px;
	font-family: 'VK Sans Display Expanded';

}

.entrance__wrapper {
	position: relative;
}

.entrance__tags {
	display: flex;
	gap: 18px;
	margin-bottom: 62px;
}

.entrance__tag {
	display: flex;
	gap: 15px;
	align-items: center;
	border-radius: 100px;
	border: 2px solid var(--white);
	padding: 7px 50px 9px;
}

.entrance__tag_blue {
	padding: 9px 25px 11px;
	background-color: var(--blue-2);
	border-color: transparent;
}

.footer {
	padding: 40px 0;
	background-color: var(--black);
}

.footer__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

.footer__social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__text {
	color: #7C8A9A;
}

.popup__success {
	height: 755px;
	max-width: 542px;
	margin: 0 auto;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup__success-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 10px;
}

.popup__success-tag {
	padding: 7px 50px 10px;
	border-radius: 100px;
	border: 1px solid var(--blue-2);
}

.popup__success-title {
	text-align: center;
}

.popup_bg {
	background-image: url(../img/popup/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: var(--light-blue);
	color: var(--blue-2);
	padding: 0;
}

.popup_bg .f-button.is-close-btn {
	--f-button-color: var(--white) !important;
}

.requirement {
	background-color: var(--black);
	color: var(--white);
	position: relative;
	z-index: 1;
}

.requirement__title {
	margin-bottom: 70px;
}

.requirement__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.requirement__item {
	background-color: var(--blue-2);
	position: relative;
	width: 100%;
	min-height: 288px;
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 40px;
}


.requirement__num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 93px;
	line-height: 100%;
	font-family: 'VK Sans Display Expanded';
	font-weight: 600;
	color: var(--blue-1);
}

.about {
	background-color: var(--black);
	color: var(--white);
}

.about__title {
	margin-bottom: 60px;
	width: 100%;
	max-width: 1075px;
	font-family: 'VK Sans Display Expanded';
}

.about__wrapper {
	display: flex;
	gap: 40px;
}

.about__label {
	margin-top: 17px;
}

.about__platforms {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	max-width: 915px;
}

.about__desc {
	width: 100%;
	max-width: 625px;
}

.about__tag {
	position: relative;
	z-index: 1;
}

.about__tag::after {
	display: block;
	content: "";
	width: 105%;
	height: 90%;
	border-radius: 100px;
	border: 2px solid var(--white);
	z-index: -1;
	pointer-events: none;
	position: absolute;
	top: 12%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.advantages {
	position: relative;
	z-index: 1;
	color: var(--white);
}

.advantages__bg {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.advantages__bg::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}

.advantages__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.advantages__title {
	font-family: 'VK Sans Display Expanded';
	margin-bottom: 70px;
}

.advantages__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.advantages__item {
	padding: 40px 30px;
	border: 1px solid var(--white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
}

.work__title {
	font-family: 'VK Sans Display Expanded';
	margin-bottom: 70px;
}


.work__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.work__item {
	padding: 40px 50px;
	border: 2px solid var(--blue-2);
}

.work__item_blue {
	background-color: var(--blue-2);
	color: var(--white);
}

.join {
	position: relative;
	color: var(--white);
}

.join__bg {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.join__bg::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0.3) 100%);
}

.join__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.join__wrapper {
	position: relative;
	padding-right: 300px;
}

.join__title {
	font-family: 'VK Sans Display Expanded';
	width: 100%;
	max-width: 1355px;
}

.join__btn {
	margin-top: 70px;
	font-family: 'VK Sans Display Expanded';

}

.offer {
	background-color: var(--light-blue);
}

.offer__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 70px;
}

.offer__wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	row-gap: 26px;
}

.offer__item-date {
	display: flex;
	width: fit-content;
	align-items: center;
	gap: 15px;
	background: #D6ECFF;
	border-radius: 100px;
	padding: 13px 24px;
	color: var(--blue-2);
	text-align: center;
}

.offer__item_bg {
	position: relative;
	grid-row: span 2;
	z-index: 1;
	color: var(--white);

}

.offer__item-bg {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.offer__item-bg::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6)0%, rgba(0, 0, 0, 0.3) 100%);
}

.offer__item-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.offer__item_bg .offer__item-date {
	background-color: transparent;
	border: 1px solid var(--white);
	color: var(--white);
}

.offer__item_bg .offer__item-body {
	margin-top: auto;
}

.offer__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-color: var(--white);
	padding: 45px;
	padding-top: 40px;
}

.offer__item-top {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.offer__item-body {
	/* margin-top: auto; */
}



.offer__item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.offer__item-title {
	margin-bottom: 16px;
}


@media screen and (max-width: 1550px) {

	.requirement__item {
		flex-direction: column;
		text-align: center;
		align-items: center;
		padding: 40px 20px;
	}
}

@media screen and (max-width: 1400px) {
	.about__wrapper {
		flex-direction: column;
	}

	.about__desc {
		max-width: none;
	}

	.offer__item {
		order: 1;
	}

	.offer__item_bg {
		order: 2;
	}

	.offer__item_bg~.offer__item {
		order: 3;
	}

	.offer__item_bg+.offer__item {
		order: 1;
	}

	.offer__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 1200px) {
	.offer__desc {
		width: 100%;
		max-width: 615px;
	}

	.requirement__list {
		flex-direction: column;
	}

	.requirement__item {
		flex-direction: row;
		text-align: left;
		min-height: 0;
	}
}

@media screen and (max-width: 1100px) {
	.advantages__wrapper {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.advantages__item:nth-child(3) {
		grid-column: span 2;
	}
}

@media screen and (max-width: 1024px) {
	.container {
		padding: 0 20px;
	}

	.header {
		padding: 40px 0;
	}

	.header__wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.entrance__title {
		font-size: 120px;
		line-height: 110%;
	}

	.join__wrapper {
		padding: 0;
	}

	.offer__wrapper {
		display: flex;
		flex-direction: column;
	}

	.offer__item {
		grid-column: auto;
	}

	.offer__item_bg {
		height: 600px;
	}


	.offer__item_bg {
		order: 3;
	}

	.offer__item_bg~.offer__item {
		order: 1;
	}

	.offer__item_bg+.offer__item {
		order: 1;
	}
}

@media screen and (max-width: 850px) {
	.about__platforms {
		justify-content: flex-start;
	}

	.about__logo {
		display: flex;
		height: 40px;
	}

	.about__logo svg {
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 800px) {
	.entrance__title {
		font-size: 14vw;
	}
}

@media screen and (max-width: 768px) {
	.requirement__item {
		padding: 40px 10px;
	}

	.requirement__list {
		gap: 10px;
	}

	.requirement__title {
		margin-bottom: 70px;
	}

	.popup_bg {
		background-image: url(../img/popup/bg_tablet.png);
	}

	.advantages__wrapper {
		display: flex;
		flex-direction: column;
	}

	.footer__wrapper {
		flex-direction: column-reverse;
		gap: 20px;
		align-items: flex-start;
	}
}

@media screen and (max-width: 570px) {

	.section {
		padding: 60px 0;
	}

	.container {
		padding: 0 10px;
	}

	.header {
		padding: 20px 0;
	}

	.header__body {
		gap: 10px;
	}

	.header__tag {
		padding: 5px 24px;
	}

	.header__date {
		padding: 6px 24px 7px;

	}

	.header__logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 40px;
		height: 40px;
	}

	.header__logo svg {
		width: 100%;
		height: 100%;
	}

	.header__wrapper {
		gap: 20px;
	}

	.btn {
		padding: 12px 32px;
	}

	.entrance {
		padding: 30px 0 100px;
	}

	.entrance__desc {
		font-size: 18px;
	}

	.entrance__btn {
		margin-top: 40px;
	}

	.entrance__logo {
		display: flex;
		width: 40px;
	}

	.entrance__logo svg {
		width: 100%;
		height: 100%;
	}

	.requirement__title {
		margin-bottom: 40px;
	}

	.requirement__item {
		padding: 32px 10px;
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}

	.requirement__num {
		font-size: 40px;
	}

	.about__title {
		margin-bottom: 30px;
	}

	.about__text {
		font-size: 18px;
	}

	.about__logo {
		height: 30px;
	}

	.advantages__title {
		margin-bottom: 40px;
	}

	.advantages__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.advantages__item {
		padding: 30px 20px;
		gap: 10px;
	}

	.work__item {
		padding: 30px 20px;
	}


	.offer__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.offer__item {
		padding: 20px 15px;
	}

	.offer__item_bg {
		height: 450px;
	}

	.offer__item-icon {
		display: flex;
		height: 40px;
	}

	.offer__item-icon svg {
		width: 100%;
		height: 100%;
	}

	.offer__title {
		margin-bottom: 10px;
	}

	.popup__success-tag {
		padding: 6px 30px;
	}

	.popup_bg {
		background-image: url(../img/popup/bg_mob.png);
	}

	.popup .f-button.is-close-btn {
		--f-button-color: var(--black) !important;
	}

	.work__title {
		margin-bottom: 40px;
	}
}</pre></body></html>