:root {
	--black: #000;
	--white: #fff;
	--blue-1: #7CEDF8;
	--blue-2: #0040ff;
}

.body-wrapper {
	position: relative;
	overflow: hidden;
	background-image: url(../img/bg-desktop.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

@media screen and (max-width: 550px) {
	.body-wrapper {
		/* background-image: unset; */
	}
}

body {
	font-family: "VK Sans Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	background-color: var(--black);
	color: var(--white);
}

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

.section {
	padding: 90px 0;
	zoom: 0.75;
}

.text-80 {
	font-size: 80px;
	line-height: 120%;
	font-weight: 500;
}

.text-65 {
	font-size: 48px;
	line-height: 100%;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
	.text-80 {
		font-size: 60px;
		line-height: 120%;
	}

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

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

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

@media screen and (max-width: 570px) {
	.text-80 {
		font-size: 40px;
		line-height: 120%;
	}

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

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

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

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

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

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

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

.file-input__field {
	display: none;
}

.file-input__label {
	color: #FF3985;
	cursor: pointer;
}

.file-input__info {
	margin-left: 15px;
	margin-top: 5px;
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
	border-radius: 100px;
	background: linear-gradient(274deg, #00EAFF -14.45%, #FF3985 100%);
	cursor: pointer;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	color: var(--white);
}

.btn:hover {
	filter: brightness(1.1);
}

.btn_wide {
	width: 100%;
}

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

.main {
	padding-top: 80px;
}

.header {
	position: fixed;
	width: 100%;
	z-index: 10;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

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

.header__wrapper {
	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;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	gap: 30px;
}

.header__menu-btn {
	cursor: pointer;
	display: none;
}

.header__menu-btn svg:nth-child(2) {
	display: none;
}

.header__nav-btn {
	display: none;
}

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

.header_scroll {
	background: linear-gradient(180deg, #000A2C 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.page-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

.page-bg video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.title {
	text-align: center;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
}

.steps__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}

.steps__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 48px;
}

.steps__card {
	width: 100%;
	position: relative;
}

.steps__card_blue .steps__body {
	background-color: #00EAFF;
}

.steps__card_blue .steps__body::after {
	background-color: var(--white);
	opacity: 0.5;
}

.steps__card_blue .steps__desc {
	opacity: 0.8;
}

.steps__card:first-child .steps__body::after {
	/* top: 45%;
	left: -20%;
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg);
	opacity: 0.43; */
}

.steps__body {
	width: 100%;
	height: 100%;
	-webkit-mask-image: url(../img/steps/mask.png);
	mask-image: url(../img/steps/mask.png);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: var(--white);
	color: var(--black);
	padding: 24px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

.steps__body::after {
	/* display: block;
	content: "";
	width: 100%;
	height: 130%;
	border-radius: 50%;
	background-color: var(--blue-2);
	opacity: 0.3;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-filter: blur(150px);
	filter: blur(150px);
	z-index: -1;
	pointer-events: none; */
}

.steps__name {}

.steps__desc {
	margin-top: 36px;
	opacity: 0.6;
	width: 100%;
	max-width: 338px;
}

.steps__num {
	position: absolute;
	top: 0;
	right: 0;
	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;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background-color: var(--blue-1);
	color: var(--black);
}

.stack__item:nth-child(1) {
	text-indent: 175px;
}

.stack__item:nth-child(2) {
	text-indent: 100px;
}

.stack__tag {
	position: relative;
	z-index: 1;
	padding: 0 30px 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	overflow: hidden;
	background-color: var(--blue-1);
	color: var(--black);
	border-radius: 100px;
	line-height: 100%;
	text-indent: 0px !important;
}

.stack__tag:last-child:not(.stack__tag_white) {
	background: #FF3985;
	color: var(--white);
}

.stack__tag_white {
	color: var(--white);
	border-radius: 100px;
	border: 3px solid rgba(255, 255, 255, 0.00);
	background: linear-gradient(92deg, rgba(255, 255, 255, 0.03) -15.98%, rgba(255, 255, 255, 0.18) 47.25%, rgba(255, 255, 255, 0.03) 97.79%);
	margin-left: 540px;
	padding: 0 46px 5px;
}

.stack__tag_white::before {
	/* display: block;
	content: "";
	width: 100%;
	height: 200%;
	border-radius: 50%;
	position: absolute;
	top: 150%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: var(--blue-2);
	opacity: 0.7;
	-webkit-filter: blur(100px);
	filter: blur(100px);
	z-index: -1; */
}

.faq__wrapper {
	position: relative;
}

.faq__wrapper::before {
	display: block;
	content: "";
	width: 1140px;
	height: 850px;
	border-radius: 50%;
	position: absolute;
	top: 90%;
	left: 0;
	-webkit-transform: translate(-50%, -50%) rotate(118deg);
	transform: translate(-50%, -50%) rotate(118deg);
	/* background-color: var(--blue-2); */
	-webkit-filter: blur(200px);
	filter: blur(200px);
	z-index: -1;
}

.faq__wrapper::after {
	display: block;
	content: "";
	width: 1140px;
	height: 850px;
	border-radius: 50%;
	position: absolute;
	top: 150%;
	left: 120%;
	-webkit-transform: translate(-50%, -50%) rotate(118deg);
	transform: translate(-50%, -50%) rotate(118deg);
	/* background-color: var(--blue-2); */
	-webkit-filter: blur(200px);
	filter: blur(200px);
	z-index: -1;
}

.faq .accordion {
	color: var(--black);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}

.faq .accordion__btn {
	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;
	gap: 10px;
}

.faq .accordion__btn svg {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.faq .accordion__item {
	padding: 16px;
	padding-left: 48px;
	border-radius: 50px;
	background-color: var(--white);
	cursor: pointer;
}

.faq .accordion__item_open .accordion__btn-caret svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq .accordion__body {
	opacity: 0.7;
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	cursor: auto;
}

.faq .accordion__body::before {
	display: block;
	content: "";
	height: 10px;
}

.faq .accordion__body::after {
	display: block;
	content: "";
	height: 22px;
}

.faq .accordion__btn-caret {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 88px;
	width: 88px;
	height: 88px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(60%, black), to(#001866));
	background: linear-gradient(180deg, black 0%, black 60%, #001866 100%);
	overflow: hidden;
}

.footer {
	color: var(--white);
	position: relative;
	padding-top: 32px;
}

.footer::after {
	display: block;
	content: "";
	width: 100%;
	height: 1400px;
	/* background: -webkit-gradient(linear, left bottom, left top, color-stop(-1.6%, #aae6f4), color-stop(5.29%, #a9c8ff), color-stop(24.27%, #246ff2), color-stop(47.64%, #053482), to(rgba(0, 0, 0, 0))); */
	/* background: linear-gradient(0deg, #aae6f4 -1.6%, #a9c8ff 5.29%, #246ff2 24.27%, #053482 47.64%, rgba(0, 0, 0, 0) 100%); */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.footer__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 34px 0;
	border-top: 1px solid var(--white);
	gap: 24px;
}

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

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

.offer__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

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

.offer__item:nth-child(n + 4) .offer__text {
	background: #FF428A;
	color: #FFF2F2;
}

.offer__item_wide {
	grid-column: span 2;
}

.offer__item_wide .offer__text {
	-webkit-mask-image: url(../img/offer/mask-wide.png);
	mask-image: url(../img/offer/mask-wide.png);
}

.offer__text {
	width: 100%;
	height: 100%;
	padding: 35px 44px 40px 147px;
	background-color: #00EAFF;
	-webkit-mask-image: url(../img/offer/mask.png);
	mask-image: url(../img/offer/mask.png);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	line-height: 115%;
	color: var(--black);
}

.offer__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.registration__btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.registration__btn {
	padding: 15px 50px 20px;
	border-radius: 1592.609px;
	background: #7CEDF8;
	color: #000;
	font-size: 51.014px;
	font-weight: 500;
	line-height: 51.014px;
	/* 100% */
}

.registration__btn:last-child {
	background: #FF3985;
	color: #fff;
}

.registration__form {
	border-radius: 30px;
	background: #fff;
	width: 100%;
	padding: 70px 90px;
}

.teams__content {
	padding: 34px 48px 36px 88px;
	color: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: relative;
	z-index: 1;
}

.teams__title {
	line-height: 100%;
}

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

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

.teams__wrappper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 424px auto;
	grid-template-columns: 424px auto;
	gap: 24px;
	position: relative;
}

.teams__wrappper::after {
	display: block;
	content: "";
	width: 110vw;
	height: 100%;
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 20%;
	background-color: var(--blue-2);
	z-index: -1;
	-webkit-filter: blur(200px);
	filter: blur(200px);
}

.teams .tab__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 34px;
}

.teams .tab__link {
	width: 100%;
	padding: 22px 36px;
	border-radius: 24px;
	border: 4px solid var(--white);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	position: relative;
}

.teams .tab__link::after {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background-image: url(../img/teams/caret.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 0;
}

.teams .tab__link:not(.tab__link_active) {
	cursor: pointer;
	background-color: transparent;
}

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

.teams .tab__link_active::after {
	opacity: 1;
}

.teams .tab__item {
	height: 100%;
}

.teams .tab__item:not(.tab__item_active) {
	display: none;
}

@-webkit-keyframes shakeAnim {
	0% {
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}

	100% {
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
	}
}

@keyframes shakeAnim {
	0% {
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}

	100% {
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
	}
}

.entrance {
	padding-top: 100px;
}

.entrance__wrapper {
	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;
	justify-content: center;
}

.entrance__top {
	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;
	gap: 10px;
	line-height: 100%;
	margin-bottom: 70px;
}

.entrance__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 8px 22px 10px;
	border-radius: 100px;
	background-color: var(--white);
	color: var(--black);
}

.entrance__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 8px 22px 10px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.4);
	border: 2px solid var(--white);
}

.entrance__btn {
	margin-top: 77px;
	padding: 15px 50px 20px;
	overflow: hidden;
	position: relative;
}

.entrance__btn::after {
	display: block;
	content: "";
	width: 100%;
	height: 300%;
	border-radius: 50%;
	background-color: var(--white);
	opacity: 0.5;
	position: absolute;
	top: 90%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.entrance__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 1325px;
	position: relative;
}

.entrance__title span {
	leading-trim: both;
	text-edge: cap;
	font-size: 237px;
	line-height: 82%;
	letter-spacing: -5.7px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.entrance__title span:nth-child(2) {
	margin-left: 115px;
	color: #00EAFF;
	filter: blur(5px);
}

.entrance__title span:nth-child(3) {
	font-weight: 300;
	margin-left: auto;
	margin-right: 115px;
}

.entrance__tags {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.entrance__tag-text {
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(153, 153, 153, 0.8)));
	background: linear-gradient(90deg, #fff 0%, rgba(153, 153, 153, 0.8) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	leading-trim: both;
	text-edge: cap;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5), 0px 0px 50px #000;
	font-size: 41px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.entrance__tag {
	position: absolute;
	-webkit-animation: shakeAnim infinite alternate ease-in-out;
	animation: shakeAnim infinite alternate ease-in-out;
}

.entrance__tag:nth-child(1) {
	top: 30%;
	left: 0;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.entrance__tag:nth-child(2) {
	top: 60%;
	left: 42%;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

.entrance__tag:nth-child(3) {
	top: 0;
	right: 13%;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.entrance__tag:nth-child(4) {
	top: 59%;
	right: 0;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.entrance__tag-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	height: 160%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.entrance__tag-img img {
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.entrance__desc-bottom {
	display: none;
}

.popup {
	display: none;
	padding: 0;
	background-color: var(--white);
	border-radius: 24px;
	zoom: 0.75;
}

.popup__title {
	text-align: center;
	margin-bottom: 50px;
}

.popup__desc {
	text-align: center;
	margin-top: 50px;
	width: 100%;
	max-width: 446px;
}

.popup__wrapper {
	min-height: 349px;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fancybox__backdrop {
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

/* min */
@media screen and (min-width: 769px) {
	.entrance__wrapper {
		min-height: calc(100vh - 200px);
	}
}

/* max */
@media screen and (max-width: 1024px) {
	.steps__wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-content: center;
		width: fit-content;
		margin: 0 auto;
	}



	.steps__card_blue {
		grid-column: span 2;
	}

	.steps__card_blue .steps__body {
		-webkit-mask-image: url(../img/steps/mask_wide.png);
		mask-image: url(../img/steps/mask_wide.png);
	}

	.steps__card_blue .steps__desc {
		width: 100%;
		max-width: none;
	}

	.stack__tag_white {
		margin-left: 200px;
	}
}

@media screen and (max-width: 975px) {
	.steps__card {
		/* max-width: 424px; */
	}

	.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__text {
		-webkit-mask-image: url(../img/offer/mask-wide.png);
		mask-image: url(../img/offer/mask-wide.png);
	}
}

@media screen and (max-width: 900px) {
	.header__menu-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header__btn {
		/* margin-left: auto; */
	}

	.header__nav-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		margin-top: 94px;
		font-size: 25px;
		line-height: 100%;
		padding: 8px 20px 13px;
		position: relative;
		overflow: hidden;
	}

	.header__nav-btn::after {
		display: block;
		content: "";
		width: 100%;
		height: 300%;
		border-radius: 50%;
		background-color: var(--white);
		opacity: 0.5;
		position: absolute;
		top: 90%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-filter: blur(50px);
		filter: blur(50px);
	}


	.header .nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: -1;
		padding: 72px 24px;
		/* -webkit-transition: all ease 0.5s;
		transition: all ease 0.5s; */
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		background-image: url(../img/bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		overflow-y: auto;
	}

	.header .nav__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 68px;
		gap: 45px;
		text-align: center;
	}

	.header-open {
		overflow: hidden;
	}

	.header-open .header__menu-btn svg:nth-child(1) {
		display: none;
	}

	.header-open .header__menu-btn svg:nth-child(2) {
		display: block;
	}

	.header-open .header .nav {
		-webkit-transform: none;
		transform: none;
	}

	.stack__item:nth-child(1) {
		text-indent: 0;
	}

	.stack__item:nth-child(2) {
		text-indent: 0;
	}

	.teams__wrappper {
		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;
	}

	.teams__content {
		padding: 30px;
		border-radius: 18px;
		background-color: var(--white);
	}

	.teams__bg {
		display: none;
	}

	.teams .tab__link {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		border-radius: 20px;
		padding: 12px 23px;
		border-width: 2px;
		line-height: 100%;
	}

	.teams .tab__link::after {
		display: none;
	}

	.teams .tab__header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 5px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.entrance {
		padding-top: 30px;
	}

	.entrance__desc {
		display: none;
	}

	.entrance__top {
		margin-bottom: 65px;
	}

	.entrance__date {
		background-color: transparent;
		color: var(--white);
		border: 2px solid var(--white);
	}

	.entrance__desc-bottom {
		display: block;
		margin-top: 60px;
		text-align: center;
		width: 100%;
		max-width: 220px;
	}

	.entrance__title span {
		font-size: 21vw;
	}

	.entrance__title span:nth-child(2) {
		margin-right: 0;
		margin-left: 5%;
		filter: blur(2px);
	}

	.entrance__title span:nth-child(3) {
		margin-left: 0;
	}

	.entrance__tag-text {
		font-size: 4vw;
	}

	.entrance__btn {
		margin-top: 60px;
	}

	.registration__form {
		padding: 30px 20px;
	}
}

@media screen and (max-width: 700px) {
	.steps__wrapper {
		display: flex;
		flex-direction: column;
	}

	.steps__card {
		max-width: 424px;
	}

	.steps__card_blue .steps__body {
		-webkit-mask-image: url(../img/steps/mask.png);
		mask-image: url(../img/steps/mask.png);
	}
}

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

	.container {
		padding: 0 24px;
	}

	.header__wrapper {
		border: none;
	}

	.header__wrapper::after {
		display: block;
		content: "";
		height: 1px;
		width: 100vw;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: var(--white);
		opacity: 0.5;
	}

	.offer__wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.offer__item {
		max-width: 400px;
	}

	.offer__icon {
		left: unset;
		right: 0;
		min-width: 40px;
		width: 40px;
		height: 40px;
	}

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

	.offer__text {
		-webkit-mask-image: url(../img/offer/mask-mob.png) !important;
		mask-image: url(../img/offer/mask-mob.png) !important;
		padding: 24px 45px 30px 24px;
	}
}

@media screen and (max-width: 550px) {
	/* .page-bg {
		background-image: url(../img/bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
	} */

	.page-bg video {
		display: none;
	}

	.section {
		padding: 50px 0;
		zoom: normal;
	}

	.title {
		margin-bottom: 40px;
		font-size: 35px;
	}

	.steps__wrapper {
		gap: 12px;
	}

	.steps__card {
		max-width: 312px;
	}

	.steps__body {
		padding: 18px;
		padding-bottom: 40px;
		min-height: 280px;
	}

	.steps__desc {
		margin-top: 32px;
		max-width: 270px;
	}

	.steps__icon {
		margin-bottom: 35px;
		width: 64px;
		height: 64px;
	}

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

	.steps__num {
		width: 64px;
		height: 64px;
	}

	.stack__tag {
		padding: 0 16px 5px;
	}

	.stack__tag_white {
		margin-left: 20px;
	}

	.stack__right {
		/* text-align: right; */
		margin-left: 60px;
		display: inline-block;
		width: 100%;
	}

	.stack__wrapper {
		max-width: 300px;
		margin: 0 auto;
	}

	.faq__wrapper {
		position: relative;
	}

	.faq__wrapper::before {
		width: 715px;
		height: 530px;
	}

	.faq__wrapper::after {
		width: 715px;
		height: 530px;
	}

	.faq .accordion__item {
		padding: 20px 24px;
		border-radius: 18px;
	}

	.faq .accordion__btn-caret {
		min-width: 30px;
		width: 30px;
		height: 30px;
		padding: 6px;
	}

	.footer::after {
		height: 1080px;
	}

	.footer__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.offer__item {
		max-width: 312px;
	}

	.teams__content {
		padding: 17px 18px;
	}

	.teams .tab__link {
		padding: 10px 23px;
	}

	.entrance__btn {
		font-size: 25px;
		padding: 8px 20px 13px;
		width: 100%;
	}

	.popup__desc {
		margin-top: 30px;
	}

	.registration__form {
		padding: 20px 15px;
	}

	.entrance__tag {
		animation: none;
	}

	.teams .tab__link:nth-child(3) {
		order: -1;
	}
}


.about__wrapper {
	background: linear-gradient(98deg, rgba(255, 255, 255, 0.10) -12.33%, rgba(255, 255, 255, 0.26) 34.54%, rgba(255, 255, 255, 0.07) 102.45%);
	border: 3px solid rgba(255, 255, 255, 0.10);
	border-radius: 50px;
	padding: 50px 60px 60px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
}

.about__left {}

.about__title {}

.about__subtitle:not(:last-child) {
	margin-bottom: 50px;
}

.about__logos {
	display: flex;
	gap: 32px 40px;
	flex-wrap: wrap;
	margin-bottom: 37px;
}

.about__logo {
	height: 40px;
}

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

.about__right {}

.about__description {}

.about__btns {
	display: flex;
	gap: 32px;
	margin-bottom: 30px;
}

.about__btn {
	--btn-Color: #00EAFF;
	border-radius: 1592.609px;
	background: var(--btn-Color);
	padding: 8px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 245px;
	max-width: 100%;
	color: #000;
	font-size: 36px;
	font-weight: 500;
	line-height: 51.014px;
	border: 1px solid transparent;
	transition: all ease 0.5s;
}

.about__btn:last-child {
	--btn-Color: #FF3985;
	color: #fff;
}

.about__description {
	display: none;
}

[data-type="go"] .about__description[data-type="go"],
[data-type="java"] .about__description[data-type="java"] {
	display: block;
}

[data-type="go"] .about__btn[data-type="java"] {
	background-color: transparent;
	color: white;
	border-color: var(--btn-Color);
}

[data-type="java"] .about__btn[data-type="go"] {
	background-color: transparent;
	color: white;
	border-color: var(--btn-Color);
}

.offer__item {
	display: none;
}

.offer__btns {
	display: flex;
	gap: 32px;
	justify-content: center;
	margin-bottom: 50px;
}

[data-type="go"] .offer__item[data-type="go"],
[data-type="java"] .offer__item[data-type="java"] {
	display: block;
}

@media screen and (max-width: 1024px) {
	.about__wrapper {
		grid-template-columns: 1fr;
	}

	.about__btns {
		gap: 10px;
	}

	.about__btn {
		width: auto;
		flex-grow: 1;
		font-size: 24px;
		line-height: 100%;
		padding: 8px 10px;
	}

	.registration__btns {
		flex-direction: column;
		gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.about__wrapper {
		gap: 40px;
		border-radius: 30px;
		padding: 20px;
	}

	.about__subtitle:not(:last-child),
	.about__logos {
		margin-bottom: 20px;
	}

	.about__logo {
		height: 30px;
	}

	.registration__btn {
		font-size: 24px;
		line-height: 100%;
		width: 100%;
		padding: 15px 20px;
		border-radius: 100px;
		text-align: center;
	}
}