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

.body-wrapper {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05%, #010101), color-stop(17.04%, #010101), color-stop(25.74%, #013cd8), color-stop(30.17%, #2861f6), color-stop(76.76%, #99a9d4), color-stop(80.89%, #b0b9d0), color-stop(99.95%, #ccc));
	background: linear-gradient(180deg, #010101 0.05%, #010101 17.04%, #013cd8 25.74%, #2861f6 30.17%, #99a9d4 76.76%, #b0b9d0 80.89%, #ccc 99.95%);
	background-size: 100% 100%;
}

.section {
	padding: 100px 0;
}

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

main {
	overflow: hidden;
	margin-top: -157px;
}

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

.h2 {
	font-family: "VK Sans Display Expanded";
	font-size: 160px;
	font-style: normal;
	font-weight: 700;
	line-height: 80%;
	text-transform: uppercase;
	margin-bottom: 100px;
}

.text-38 {
	font-family: "VK Sans Display Expanded";
	font-size: 38px;
	line-height: 120%;
}

.text-36 {
	font-family: "VK Sans Display Expanded";
	font-size: 36px;
	line-height: 120%;
	font-weight: 500;
}

.text-28 {
	font-family: "VK Sans Display Expanded";
	font-size: 28px;
	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;
}

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

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

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

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

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

@media screen and (max-width: 1440px) {
	.h2 {
		font-size: 124px;
		line-height: 80%;
		margin-bottom: 75px;
	}

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

@media screen and (max-width: 1024px) {
	.h2 {
		font-size: 90px;
		line-height: 80%;
		margin-bottom: 50px;
	}

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

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

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

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

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

@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-36 {
		font-size: 26px;
		line-height: 120%;
	}
}

@media screen and (max-width: 570px) {
	.h2 {
		font-size: 32px;
		line-height: 80%;
		margin-bottom: 40px;
	}

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

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

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

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

.content ul {
	padding-left: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

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

.content ul>li {
	list-style-type: disc;
}

.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: 28px 40px;
	border-radius: 100px;
	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;
	white-space: nowrap;
}

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

.btn_white {
	background-color: var(--white);
	color: var(--black);
	padding: 16px 20px;
	border-radius: 16px;
}

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

.accordion__body {
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.accordion__btn {
	cursor: pointer;
}

.accordion__item_open .accordion__caret {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header {
	padding: 16px 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
	color: var(--white);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	margin-top: 67px;
}

.header_scroll {
	background-color: var(--black);
	box-shadow: 5px 0 10px var(--blue-2);

}

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

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

.header__menu-btn {
	display: none;
}

.header__btn {
	font-family: "Consolas";
}

.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: 70px;
	margin: auto 0;
}

.header .nav__link {
	position: relative;
	font-family: "Consolas";
}

.header .nav__link::after {
	display: block;
	content: "";
	width: 0;
	height: 1px;
	background-color: currentColor;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	position: absolute;
	top: calc(100% + 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header .nav__link:hover::after {
	width: 100%;
}

.slider-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.slider-prev,
.slider-next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.footer {
	padding: 100px 0;
}

.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__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 235px;
}

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

.footer__social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 75px;
	height: 75px;
}

.footer__social-link svg {
	width: 100%;
	height: 100%;
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__bottom-left {
	border-bottom: 1px solid currentColor;
	padding-bottom: 3px;
}

.ymaps-2-1-79-ground-pane {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.ymaps-2-1-79-copyrights-pane {
	display: none;
}

.location__title {
	text-align: center;
}

.location__map {
	width: 100%;
	height: 800px;
	position: relative;
	border-radius: 48px;
	overflow: hidden;
}

.faq {
	color: var(--black);
	position: relative;
	z-index: 2;
}

.faq__item {
	padding: 54px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.faq__item:first-child {
	padding-top: 0;
}

.faq__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.faq__btn-caret {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	min-width: 35px;
}

.faq__btn-text {
	width: 100%;
	max-width: 800px;
}

.faq__body {
	width: 100%;
	max-width: 70%;
}

.faq__body::before {
	display: block;
	content: "";
	width: 100%;
	height: 24px;
}

.popup__success {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.popup__success-top {
	font-family: "VK Sans Display Expanded";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}

.popup__success-top-text:nth-child(2) {
	text-align: right;
}

#popup-success {
	background-image: url(../img/popup-success-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}



.popup__success-left {
	width: 100%;
	max-width: 336px;
}

.popup__success-name {
	display: flex;
	width: 100%;
	height: fit-content;
	max-width: 385px;

	color: var(--White, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-family: "VK Sans Display Expanded";
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	line-height: 80%;
	text-align: right;
}


.popup__success-btn {
	margin-top: 20px;
}

.popup__success-text {
	width: 100%;
	max-width: 336px;
}

.popup__success-body {
	display: flex;
	justify-content: space-between;
}


.popup__success-bottom {
	margin-top: 125px;
	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;
}

.popup__social {
	margin-top: 20px;
	display: flex;
	gap: 4px;
}

.popup__success-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.popup__info-title {
	color: var(--blue-2);
}

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

.popup__title {
	color: var(--blue-2);
}

.entrance {
	padding: 320px 0px 330px;
	overflow: hidden;
}

.entrance__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: -256px;
	left: -515px;
	width: auto;
	height: 240%;
	z-index: -1;
}

.entrance__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left top;
	object-position: left top;
}

.entrance__subtitle {
	text-align: right;
	font-family: "Consolas";
	margin-left: auto;
	margin-bottom: -44px;
}

.entrance__title {
	color: var(--White, #fff);
	leading-trim: both;
	text-edge: cap;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: "VK Sans Display Expanded";
	font-size: 220px;
	font-style: normal;
	font-weight: 700;
	line-height: 80%;
}

.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;
	position: relative;
	z-index: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: calc((100vh - 965px) / 0.85 / 2) auto;
}

.entrance__bottom {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 50px;
	margin-top: -25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 960px;
}

.entrance__btn {
	font-family: "Consolas";
}

.entrance__desc {
	font-family: "Consolas";
}

.line {
	padding: 14px 0 19px;
	background: var(--white);
	color: var(--black);
}

.line__wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.line__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	white-space: nowrap;
}

.line_rotate {
	-webkit-transform: rotate(-10deg) translateX(-5%);
	transform: rotate(-10deg) translateX(-5%);
	width: 120%;
}

.about {
	margin-top: 100px;
}

.about__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding-bottom: 9%;
}

.about__item {
	width: 100%;
	max-width: 770px;
	padding: 32px;
	padding-right: 7%;
	height: 100%;
	aspect-ratio: 1.57;
	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;
	position: relative;
	z-index: 1;
	gap: 40px;
}

.about__item:nth-child(2) {
	margin-top: 20%;
	margin-left: -4.5%;
}

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

.about__bg svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: top left;
	object-position: top left;
}

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

.about__desc {
	font-family: "Consolas";
}

.about__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
	height: auto;
	position: absolute;
	top: 10%;
	left: -19%;
}

.about__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: top left;
	object-position: top left;
}

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

.location__body {
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	z-index: 2;
	border-radius: 32px;
	background: var(--white);
	color: var(--black);
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.location__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	z-index: -1;
	top: -44%;
	left: calc(-38% - 100px);
	width: auto;
	height: 180%;
}

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

.location__btn {
	margin-top: auto;
	font-family: Consolas;
}

.location__subtitle {
	margin-bottom: 24px;
}

.location__desc {
	font-family: "Consolas";
}

.location__map {
	width: 100%;
	height: auto;
	aspect-ratio: 2.15;
}

.form__checkbox {
	font-family: "Consolas";
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form__submit {
	font-family: "Consolas";
	text-transform: uppercase;
}

.form__input {
	color: #010101;
}

.program__item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 270px auto;
	grid-template-columns: 270px auto;
	gap: 167px;
	padding: 40px 0;
	border: solid var(--white);
	border-width: 1px 0;
}

.program__time {
	border-right: 1px solid var(--white);
}

.program__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	min-height: 200px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 55%;
}

.program__desc {
	font-family: "Consolas";
	width: 100%;
	max-width: 700px;
}

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

.program__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 47%;
	height: auto;
	position: absolute;
	z-index: 2;
	top: 80px;
	right: calc(-10% - 100px);
}

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

.program__title {
	text-align: center;
}

.speakers {
	margin-top: 200px;
	position: relative;
	zoom: 0.8;
}

.speakers__title {
	text-align: right;
	position: relative;
	z-index: 2;
}

.speakers__card {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	width: 100%;
	max-width: 65%;
	height: auto;
	aspect-ratio: 0.8;
}

.speakers__card:nth-child(1) {
	grid-row: span 2;
	margin-top: 18%;
}

.speakers__card:nth-child(2) {
	margin-left: auto;
	margin-right: 12%;
}

.speakers__card:nth-child(3) {
	margin-top: 14%;
	margin-left: -10%;
}

.speakers__card-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

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

.speakers__card-body {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
	padding: 28px;
}

.speakers__card-desc {
	font-family: "Consolas";
}

.speakers__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	position: relative;
	z-index: 1;
}

.speakers__img-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: -10%;
	left: calc(-30% - 100px);
	z-index: -1;
	width: 88%;
	height: auto;
}

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

.speakers__img-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
	right: calc(-35% - 100px);
	z-index: -1;
	width: 57%;
	height: auto;
}

.speakers__img-right img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	object-position: left center;
}

.popup {
	border-radius: 16px;
	border: 1px solid var(--blue-2);
}



@media screen and (max-width: 1440px) {
	.section {
		padding: 75px 0;
	}

	.footer {
		padding: 75px 0;
	}

	.faq__item {
		padding: 40px 0;
	}

	.faq__body::before {
		height: 20px;
	}

	.footer__logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 55px;
	}

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

	.footer__social-link {
		height: 55px;
		width: 55px;
	}

	.entrance {
		padding: 215px 0 190px;
	}

	.entrance__title {
		font-size: 167px;
		line-height: 80%;
	}

	.entrance__bottom {
		margin-top: -10px;
	}

	.entrance__img {
		top: -215px;
		left: -335px;
	}

	.program__item {
		padding: 30px 0;
		gap: 125px;
		-ms-grid-columns: 190px auto;
		grid-template-columns: 190px auto;
	}

	.program__body {
		min-height: 150px;
	}

	.header .nav__list {
		gap: 40px;
	}

	.entrance__wrapper {
		margin: calc((100vh - 690px) / 0.85 / 2) auto;
	}
}

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

	.section {
		padding: 50px 0;
	}

	.footer {
		padding: 50px 0;
	}

	.btn {
		padding: 20px 27px;
	}

	.header {
		margin-top: 35px;
	}

	main {
		margin-top: -123px;
	}

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

	.header__logo {
		margin: 0;
	}

	.header__menu-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		cursor: pointer;
	}

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

	.header__nav-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.header .nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		background: rgba(0, 0, 0, 0.8);
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
		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;
		padding: 170px 20px 20px;
		z-index: -1;
		-webkit-transition: all ease 0.5s;
		transition: all ease 0.5s;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.header .nav__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}

	.header .nav__link {
		font-family: "VK Sans Display Expanded";
		font-size: 24px;
		font-weight: 700;
		line-height: 80%;
		text-transform: uppercase;
	}

	.header-open {
		overflow: hidden;
	}

	/* .header-open .header__btn {
		display: none;
	} */

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

	.header-open .header__menu-btn svg:nth-child(2) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

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

	.faq__btn-caret {
		min-width: 26px;
		width: 26px;
		height: 26px;
	}

	.faq__btn-caret svg {
		width: 100%;
		height: 100%;
	}

	.faq__item {
		padding: 28px 0;
	}

	.entrance {
		padding: 185px 0 155px;
	}

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

	.entrance__img {
		top: -135px;
		left: -250px;
	}

	.entrance__wrapper {
		margin: calc((100vh - 615px) / 2) auto;
	}

	.about {
		margin-top: 40px;
	}

	.about__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 32px;
		margin: 0 auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
	}

	.about__item {
		margin: 0 !important;
		max-width: 550px;
	}

	.about__img {
		width: 400px;
		height: auto;
		bottom: 0;
		left: 0;
		-webkit-transform: translate(-50%, 50%) rotate(-10deg);
		transform: translate(-50%, 50%) rotate(-10deg);
	}

	.program__item {
		padding: 22px 0;
		gap: 95px;
		-ms-grid-columns: 130px auto;
		grid-template-columns: 130px auto;
	}

	.program__body {
		min-height: 105px;
	}
}

@media screen and (max-width: 900px) {
	.location__map {
		height: 650px;
		width: 100%;
		aspect-ratio: unset;
		border-radius: 24px;
	}

	.location__body {
		padding: 20px 16px;
		left: 12px;
		bottom: 12px;
		top: unset;
		right: 12px;
		border-radius: 16px;
	}

	.location__btn {
		margin-top: 38px;
	}

	.location__subtitle {
		margin-bottom: 12px;
	}

	.speakers__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;
		gap: 16px;
	}

	.speakers__card {
		margin: 0 !important;
		max-width: 100%;
	}

	.speakers__card:nth-child(2) {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.speakers__title {
		text-align: center;
	}

	.speakers__img-left {
		left: -70px;
		width: 150%;
	}

	.speakers__img-right {
		width: 100%;
		right: -170px;
		bottom: -4%;
	}
}

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

	.program__img {
		display: none;
	}

	.program__body {
		width: 100%;
	}

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

	.popup__success-body {
		flex-direction: column;
		gap: 32px;
	}

	.popup__success-name {
		text-align: left;
	}
}


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

	.section {
		padding: 40px 0;
	}

	.footer {
		padding: 40px 0;
	}

	main {
		margin-top: -80px;
	}

	.btn {
		padding: 17px 20px;
	}

	.header {
		margin-top: 20px;
	}

	.header__btn {
		padding: 6px 8px;
		border-radius: 7px;
		text-transform: none;
	}

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

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

	.tile__title {
		margin-bottom: 25px;
	}

	.faq__body::before {
		height: 14px;
	}

	.faq__body {
		max-width: 100%;
		padding-right: 55px;
	}

	.footer__logo {
		display: none;
		/* width: 30px;
		height: 30px; */
	}

	/* .footer__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 80px;
	}

	.footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 48px;
		margin-top: 14px;
	} */

	.footer__social-link {
		width: 30px;
		height: 30px;
	}

	.entrance {
		padding: 115px 0 40px;
		position: relative;
		z-index: 1;
	}

	.entrance__title {
		font-size: 73px;
		line-height: 80%;
	}


	.entrance__img {
		top: 25px;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.entrance__subtitle {
		width: 100%;
		max-width: 200px;
		margin-bottom: 65px;
	}

	.entrance__bottom {
		margin-top: 150px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.entrance__btn {
		width: 100%;
	}

	.entrance__wrapper {
		position: static;
		margin: calc((100dvh - 655px) / 2) auto;

	}

	.about__item {
		aspect-ratio: 1.14;
		padding: 16px;
		width: 100%;
		max-width: 320px;
		gap: 30px;
	}

	.about__bg svg {
		display: none;
	}

	.about__bg svg:nth-child(2) {
		display: block;
	}

	.line {
		padding: 4px 0 6px;
	}

	.line__slide {
		font-size: 14px;
	}

	.location__btn {
		width: 100%;
	}

	.program__item {
		padding: 24px 0;
		gap: 24px;
		-ms-grid-columns: 100px auto;
		grid-template-columns: 100px auto;
	}

	.program__body {
		min-height: 120px;
	}

	.speakers__card-body {
		padding: 14px;
	}

	.speakers__card {
		border-radius: 21px;
	}

	.popup__success-top {
		flex-direction: column;
		gap: 16px;
		margin-bottom: 24px;
	}

	.popup__success-top-text:nth-child(2) {
		text-align: left;
	}

	.popup__success-name {
		font-size: 60px;
		text-align: center;
	}
}

.form_error .form__input_error {
	border-color: var(--red);
}


.grecaptcha-badge {
	display: none !important;
}

@media screen and (min-width: 1024px) {
	.body-wrapper {
		zoom: 0.85;
	}
}