@charset "UTF-8";

:root {
	--white: #fff;
	--black: #000;
	--blue: #0077ff;
}

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

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

.container {
	/* width: 1320px; */
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}

.section .container {
	padding-top: 150px;
}

.h1 {
	font-family: "VK Sans Display Expanded";
	font-size: 135px;
	font-weight: 700;
	line-height: 110%;
}

.h2 {
	font-family: "VK Sans Display Expanded";
	font-size: 35px;
	font-weight: 700;
	line-height: 140%;
}

.h3 {
	font-family: "VK Sans Display Expanded";
	font-size: 30px;
	font-weight: 700;
	line-height: 120%;
}

.h4 {
	font-family: "VK Sans Display Expanded";
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
}

.h5 {
	font-family: "VK Sans Display Expanded";
	font-size: 22px;
	font-weight: 500;
	line-height: 140%;
}

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

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

.text-m {
	font-size: 22px;
	font-weight: 500;
	line-height: 130%;
}

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

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

@media screen and (max-width: 570px) {
	.h2 {
		font-size: 25px;
		line-height: 140%;
	}
}

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

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

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

/* .content ul>li::before {
	display: inline;
	margin-right: 5px;
	content: "-";
} */

.btn {
	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: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 10px 30px;
	border-radius: 100px;
	border: 2px solid var(--white);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	cursor: pointer;
	white-space: nowrap;
}



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

.btn_big {
	padding: 27px 70px;
	font-size: 35px;
	line-height: 100%;
}

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

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

.btn-gradient {
	font-size: 25px;
	border-radius: 30px;
	background: linear-gradient(45deg, rgba(11, 133, 244, 1) 0%, rgba(15, 123, 185, 1) 12%, rgba(16, 75, 145, 1) 42%, rgba(16, 87, 146, 1) 53%, rgba(11, 195, 157, 1) 88%, rgba(10, 246, 210, 1) 100%);
	color: #fff;
	border: none;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "VK Sans Display Expanded";
}

.btn-gradient:hover {
	background: linear-gradient(0deg, #fff 0%, #fff 100%);
	color: var(--black);
}

.btn-blue {
	font-family: "VK Sans Display Expanded";
	border: 1.945px solid var(--Blue, #07F);
	background: var(--Blue, #07F);
	padding-top: 20px;
	padding-bottom: 20px;
}

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

.btn-blue-light {
	font-family: "VK Sans Display Expanded";
	border: 1.945px solid var(--Turquoise, #00D3E6);
	background: var(--Turquoise, #00D3E6);
	padding-top: 20px;
	padding-bottom: 20px;
}

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

.header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 50px;
}

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

.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;
	gap: 30px;
	padding: 50px 0;
}

.header__menu-btn {
	width: 40px;
	height: 40px;
	padding: 13px 4px;
	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;
	cursor: pointer;
	display: none;
}

.header__menu-btn span {
	position: relative;
	width: 100%;
	height: 100%;
}

.header__menu-btn span::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 2px;
	background-color: var(--white);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header__menu-btn span::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 2px;
	background-color: var(--white);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-open .header__menu-btn span::before {
	bottom: 50%;
	-webkit-transform: translate(-50%, 50%) rotate(45deg);
	transform: translate(-50%, 50%) rotate(45deg);
}

.header-open .header__menu-btn span::after {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.header__btn {
	position: fixed;
	top: 30px;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateY(-100%) translateX(-50%);
	transform: translateY(-100%) translateX(-50%);
	pointer-events: none;
}

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

.header .nav__link {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.header .nav__link:hover {
	color: var(--blue);
}


.header_show .header__btn {
	opacity: 1;
	-webkit-transform: none;
	transform: translateX(-50%);
	pointer-events: all;
}

.footer__wrapper {
	padding: 100px 20px 40px;
}

.footer__wrapper::before {
	display: block;
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	left: -120px;
	top: 0;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
}

.footer__wrapper::after {
	display: block;
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	right: -120px;
	top: 0;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
}

.footer__text {
	max-width: 700px;
}

.footer__text a {
	color: var(--blue);
	text-decoration: underline;
}

.footer__bottom {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
}

.footer__bottom a {
	color: var(--blue);
	text-decoration: underline;
}

.footer__social {
	margin-top: 40px;
}

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

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

.social__item svg path {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	fill: var(--white);
	stroke: transparent;
}

.social__item:hover svg path {
	fill: transparent;
	stroke: var(--white);
}

.title {
	margin-bottom: 60px;
}

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

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

.accordion__caret {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../img/icons/caret.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid transparent;
}

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

.accordion__item {
	cursor: pointer;
}

.accordion__item:hover .accordion__caret {
	background-color: transparent;
	border-color: var(--white);
}

.accordion__item_open .accordion__body {
	margin-top: 20px;
}

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

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

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

.faq .accordion__item {
	padding: 40px 0px;
	position: relative;
}

.faq .accordion__item:first-child {
	padding-top: 0;
}

.faq .accordion__item:hover .accordion__btn-text {
	color: var(--blue);
}






.header::before {
	display: none;
}

.header__nav {
	padding-right: 14px;
}

.entrance {
	/* padding: 230px 0 100px; */
	padding: 49px 0 0px;
}

body .entrance::before {
	top: 49px;
	z-index: -1;
}

body .entrance::after {
	bottom: 0px;
	z-index: 3;
}

.entrance__wrapper {
	position: relative;
}

.entrance__title {
	margin-bottom: 30px;
}

.entrance__desc {
	margin-bottom: 50px;
}

.entrance__date {
	position: absolute;
	top: 45px;
	right: 0px;
}

.about__title {
	margin-bottom: 80px;
}

.about__text {
	margin-bottom: 80px;
}

.about__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
}

.about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	cursor: default;
}

.about__item:hover .about__label::after {
	width: 100%;
}

.about__num {
	font-family: "VK Sans Display Expanded";
	font-size: 150px;
	font-weight: 700;
	line-height: 120%;
}

.about__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}

.about__label::after {
	display: block;
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: var(--white);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.map {
	position: relative;
}



.map__wrapper {
	width: 100%;
	height: 530px;
	position: relative;
	padding: 0 3px;
}

.map__wrapper::after {
	display: block;
	content: "";
	width: 100vw;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
}

.map__wrapper::before {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 50px;
	right: 100%;
	-webkit-transform: rotate(55deg);
	transform: rotate(55deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
}

.map__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0 20px;
}

.map__subtitle {
	color: rgba(241, 241, 241, 0.5);
}

.map__container::before {
	display: block;
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	left: -120px;
	top: 0;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
}

.map__container::after {
	display: block;
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	right: -120px;
	top: 0;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
}

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

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

.program .container::after {
	display: none;
}

.program .container::before {
	display: none;
}

.program__row {
	width: 100%;
}


.program__row:nth-child(2) .program__row-wrapper {
	padding-top: 40px;
}

.program__row_title .program__row-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.program__row-wrapper {
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-ms-grid-columns: 210px auto;
	grid-template-columns: 210px auto;
	grid-template-areas: "a b"
		". c";
	padding-left: 10px;
	position: relative;
}





.program__time {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: a;
	font-style: italic;
}

.program__name {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: b;
	font-weight: 600;
}

.program__body {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	grid-area: c;
}

.program__desc {
	margin-top: 5px;
}

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

.program__speaker-photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 140px;
	width: 140px;
	height: 140px;
	overflow: hidden;
	aspect-ratio: 1/1;
}

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

.program__speaker-position {
	margin-top: 10px;
}

.program__speaker-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: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.program__speaker-label {
	margin-bottom: auto;
}

.program__2col {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	padding: 20px 0;
}


.program__card .program__speaker {
	margin-bottom: 10px;
}

.program__card-title {
	margin-bottom: 5px;
}

.program__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--black);
	padding: 4px;
	border-radius: 100px;
	border: 1px solid var(--white);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: fixed;
	z-index: 9;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translate(-50%, 100px);
	transform: translate(-50%, 100px);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.program__tab {
	padding: 10px 16px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 100px;
}

.program__platforms {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
	position: relative;
}



.program__platform {
	padding: 20px;
	background-color: #00d3e6;
}

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

.program__platform-title {
	font-weight: 600;
	margin-bottom: 5px;
}

.program_сommittee .program__title {
	margin-bottom: 30px;
}

.program_сommittee .program__time {
	position: relative;
}





.program .accordion__body {
	margin-bottom: 20px;
}

.anchor_active {
	color: var(--blue);
}

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

.tab__btn:nth-child(2).tab__btn_active {
	background-color: #00d3e6;
}

.gradient {
	position: absolute;
	background: radial-gradient(circle, rgba(0, 119, 255, 0.4) 20%, rgba(255, 255, 255, 0) 70%);
	z-index: -1;
	pointer-events: none;
}

.gradient_main {
	width: 150vw;
	height: 150vw;
	max-width: 1600px;
	max-height: 1600px;
	top: -50%;
	left: -40%;
}

.gradient_right {
	width: 2500px;
	height: 2500px;
	top: 5%;
	right: -1200px;
}

.gradient_left {
	width: 2500px;
	height: 2500px;
	top: -100%;
	left: -1500px;
}




/* Линии сверху и снизу */
.--pseudo-v {
	position: relative;
}

.--pseudo-v::after,
.--pseudo-v::before {
	content: '';
	height: 3px;
	width: 100vw;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.--pseudo-v::before {
	top: 0;
}

.--pseudo-v::after {
	bottom: 0;
}

.section-sidelines {}

.section-sideline {
	position: absolute;
	top: 0;
	height: 100%;
	width: 3px;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
}

.section-sideline:nth-child(1) {
	left: calc((100% - 1400px) / 2 - 100px);
}

.section-sideline:nth-child(2) {
	right: calc((100% - 1400px) / 2 - 100px);
}

/* Линии слева и справа */
.--pseudo-h {
	position: relative;
}

.--pseudo-h::before,
.--pseudo-h::after {
	content: '';
	width: 3px;
	height: 100%;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	position: absolute;
	top: 0;
	z-index: 2;
}

.--pseudo-h::before {
	left: 0;
}

.--pseudo-h::after {
	right: 0;
}


.entrance {}

.entrance .section-sideline {
	top: -150px;
	height: 898px;
}

.entrance__line {
	position: absolute;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
}

.entrance__line.--t1 {
	top: 263px;
	left: 0;
	height: 3px;
	width: 100%;
}

.entrance__line.--t2 {
	top: 315px;
	left: 0;
	height: 3px;
	width: calc((100% - 1320px) / 2);
}

.entrance__line.--t3 {
	top: 487px;
	left: 0;
	height: 3px;
	width: 100%;
}

.entrance__line.--t4 {
	top: 522px;
	left: 0;
	height: 3px;
	width: 100%;
}

.entrance__line.--t5 {
	top: 182px;
	right: -68px;
	height: 3px;
	width: 500px;
	transform: rotate(-36deg);
}

.entrance__line.--t6 {
	top: 374px;
	right: 97px;
	height: 3px;
	width: 261px;
	transform: rotate(60deg);
	z-index: 0;
}


.entrance__wrapper::before {
	display: block;
	content: "";
	width: 3px;
	height: 290px;
	position: absolute;
	left: 53px;
	top: -200px;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
}

.entrance__top {
	display: flex;
	justify-content: start;
	align-items: start;
	position: relative;
}

.entrance-logo {
	position: relative;
	z-index: 9;
	left: -33px;
}

.entrance-tag {
	padding: 18px 57px;
	border-radius: 42.632px;
	background: var(--White, #F1F1F1);
	color: var(--Black, #000);
	font-size: 60px;
	font-weight: 500;
	line-height: 110%;
	/* 66px */
	letter-spacing: 1.2px;
	font-family: "VK Sans Display Expanded";
}

.entrance__center {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.entrance__center::before {
	display: none;
}

.entrance-just {
	position: relative;
	min-height: 224px;
	width: 100%;
	margin-right: 67px;
}

.entrance-just::before {
	display: none;
}

.entrance-just::after {
	z-index: 1;
}

.entrance-just svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.entrance__info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	max-width: 543px;
	width: 100%;
}

.entrance__info-item {
	padding: 21px 20px;
	position: relative;
}

.entrance__info-item:nth-child(1)::after {
	content: '';
	width: 3px;
	height: 100%;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	position: absolute;
	top: 0;
	right: 0;
}

.entrance__info-item:nth-child(2)::after {
	content: '';
	width: 263px;
	height: 3px;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	position: absolute;
	top: -2px;
	left: calc(100% - 1px);
	transform-origin: left;
	transform: rotate(58deg);
}

.entrance__info-item:nth-child(2)::before {
	content: '';
	width: 600px;
	height: 3px;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	position: absolute;
	top: -2px;
	left: calc(100% - 1px);
	transform-origin: left;
	transform: rotate(-41.5deg);
}

.entrance__text {
	display: block;
	font-weight: 500;
}

.entrance__info-item.--button {
	grid-column: 1/3;
	position: relative;
}

.entrance__info-item.--button::after {
	display: none;
}

.entrance__btn {
	width: 100%;
}

.entrance__bottom {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-top: 32px;
}

.entrance__conf {}

.entrance-conf__text {
	margin-bottom: 24px;
	font-weight: 500;
	display: block;
}

.entrance__conf-buttons {
	display: flex;
	justify-content: start;
	align-items: center;
}

.entrance__conf-btn {
	pointer-events: none;
	font-weight: 500;
}


.entrance__conf-btn:not(:last-child) {
	margin-right: 11px;
}

.entrance-tech {
	position: relative;
	z-index: 1;
}

.entrance-tech::before {
	content: '';
	height: 315px;
	width: 3px;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	display: block;
	position: absolute;
	bottom: -27px;
	left: 155px;
	transform: rotate(35deg);
	z-index: -1;
}

.entrance-tech svg {}

.about {
	position: relative;
}

.about::before {
	display: none;
}

#about .container {
	padding-top: 0;
}

#about .container::after {
	height: 710px;
}

.about__wrapper {
	display: flex;
	justify-content: start;
}

.about__wrapper::before {
	display: none;
}

.about__header {
	padding-left: 20px;
	flex-shrink: 0;
	padding-right: 111px;
	padding-top: 150px;
}

.about__info {
	padding-top: 150px;
}

.about__info-text {
	font-weight: 400;
	padding-left: 11px;
}

.about__info-items {
	display: flex;
	justify-content: start;
	align-items: start;
	margin-top: 21px;
}

.about__info-item {
	padding: 19px;
	color: var(--White, #F1F1F1);
	font-family: "VK Sans Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;

	min-width: 215px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about__info-item .num {
	color: var(--White, #F1F1F1);
	font-family: "VK Sans Display Expanded";
	font-size: 110px;
	font-style: italic;
	font-weight: 700;
	line-height: 100%;
	/* 132px */
	display: block;
}

.about__info-item:nth-child(1)::before,
.about__info-item:nth-child(2)::before {
	display: none;
}

.about__info-item:nth-child(2)::after {
	height: 448px;
}

.about__line {
	position: absolute;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
}

.about__line.--t1 {
	height: 3px;
	top: 205px;
	left: 0;
	width: calc((100% - 1320px) / 2 + 523px);
}

.about__line.--t2 {
	height: 3px;
	bottom: 168px;
	left: 0;
	width: 100%;
}

.about__line.--t3 {
	height: 3px;
	width: 963px;
	top: 205px;
	left: calc((100% - 1400px) / 2 + 563px);
	transform-origin: left;
	transform: rotate(148.5deg);
}

.about__line.--t4 {
	height: 3px;
	top: 707px;
	right: calc((100% - 1920px) / 2);
	width: 500px;
	transform: rotate(-19.7deg);
	transform-origin: right;
}

.about .section-sideline:nth-child(1) {
	display: none;
}

.about .section-sideline:nth-child(2) {
	height: 710px;
}


.entrance__info-item.--pseudo-v::before {
	width: 100%;
}

.entrance__line.--t1 {
	display: none;
}

.entrance__line.--t3 {
	display: none;
}

.entrance__line.--t4 {
	display: none;
}

.entrance__age {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: "VK Sans Display Expanded";
	font-size: 60px;
	line-height: 110%;
	font-weight: 500;
}

.container::before {
	display: block;
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	left: 40px;
	top: 0;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	z-index: -3;
}

.container::after {
	display: block;
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	right: 40px;
	top: 0;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	z-index: -3;
}

.header .container::before {
	height: calc(100% + 50px);
}

.header .container::after {
	height: calc(100% + 50px);
}

.header__wrapper {
	position: relative;
}

.header__wrapper::before {
	display: block;
	content: "";
	width: 743px;
	height: 3px;
	position: absolute;
	right: -140px;
	bottom: -52px;
	background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	z-index: 3;
	transform-origin: right;
	transform: rotate(4deg);
	z-index: -1;
}

/* min */
@media screen and (min-width: 1100px) {

	.container {
		position: relative;
	}





	.program:not(.program_сommittee) .program__row:first-child .program__row-wrapper::after {
		display: block;
		content: "";
		width: 1376px;
		height: 3px;
		position: absolute;
		bottom: 0;
		right: 0;
		transform: rotate(16.4deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.faq__container {
		padding: 0 20px;
	}

	.faq__container::before {
		display: block;
		content: "";
		width: 3px;
		height: 100%;
		position: absolute;
		left: -120px;
		top: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	}

	.faq__container::after {
		display: block;
		content: "";
		width: 3px;
		height: 100%;
		position: absolute;
		right: -120px;
		top: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	}

	.faq .accordion__item::after {
		display: block;
		content: "";
		width: 100vw;
		height: 3px;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.faq .accordion__item:nth-child(1)::before {
		display: block;
		content: "";
		width: 100%;
		height: 3px;
		position: absolute;
		bottom: 0;
		right: calc(100% + 20px);
		-webkit-transform: rotate(-55deg);
		transform: rotate(-55deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.faq .accordion__item:nth-child(2)::before {
		display: block;
		content: "";
		width: 100%;
		height: 3px;
		position: absolute;
		bottom: 0;
		left: calc(100% + 20px);
		-webkit-transform: rotate(-55deg);
		transform: rotate(-55deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.faq .accordion__item:nth-child(3)::before {
		display: block;
		content: "";
		width: 373px;
		height: 3px;
		position: absolute;
		top: 0;
		left: calc(100% + 20px);
		-webkit-transform: rotate(65deg);
		transform: rotate(65deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}



	.program__row-wrapper::before {
		display: block;
		content: "";
		width: 3px;
		height: 100%;
		position: absolute;
		left: 220px;
		top: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.program__platforms::after {
		display: block;
		content: "";
		width: 200vw;
		height: 3px;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.map::after {
		z-index: -1;
		display: block;
		content: "";
		width: 3px;
		height: 50%;
		position: absolute;
		top: 0;
		left: 45%;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.map__heading {
		position: relative;
	}

	.map__heading::before {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		top: -150px;
		right: 0;
		-webkit-transform-origin: right;
		transform-origin: right;
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.map__heading::after {
		display: block;
		content: "";
		width: 100vw;
		height: 2px;
		position: absolute;
		bottom: -20px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.program__wrapper {
		position: relative;
	}

	.program__wrapper::before {
		display: block;
		content: "";
		width: 3px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.program__wrapper::after {
		display: block;
		content: "";
		width: 3px;
		height: calc(100% + 260px);
		position: absolute;
		right: 0;
		bottom: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	/* .program_сommittee .program__wrapper::after {
		display: none;
	} */

	.program__card:first-child {
		position: relative;
	}

	.program__card:first-child::after {
		display: block;
		content: "";
		width: 3px;
		height: calc(100% + 40px);
		position: absolute;
		right: -20px;
		top: -20px;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.program__card:last-child {
		position: relative;
	}

	.program__card:last-child .program__card-text {
		position: relative;
	}

	.program__card:last-child .program__card-text::after {
		display: block;
		content: "";
		width: 100vw;
		height: 3px;
		position: absolute;
		left: -20px;
		bottom: -20px;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.program__card:last-child::after {
		display: block;
		content: "";
		width: 3px;
		height: calc(100% + 40px);
		position: absolute;
		left: -20px;
		top: -20px;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.program__row {
		position: relative;
	}

	.program__row::before {
		display: block;
		content: "";
		width: 100vw;
		height: 3px;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
		z-index: 1;
	}

	.program__row:first-child::before {
		display: block;
		content: "";
		width: 1783px;
		height: 3px;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.program_committee .program__row:first-child::before {
		width: 100%;
		z-index: 1;
	}

	.program__row:last-child::after {
		display: block;
		content: "";
		width: 100vw;
		height: 3px;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.header__logo {
		position: relative;
		margin-left: 3px;
	}

	.program_сommittee .program__time::before {
		display: block;
		content: "";
		width: 100vw;
		height: 2px;
		position: absolute;
		bottom: 0;
		right: 0;
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.program_сommittee .program__row::before {
		width: 100vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.program_сommittee .program__speaker {
		position: relative;
	}

	.program_сommittee .program__speaker:first-child::before {
		display: block;
		content: "";
		width: 3px;
		height: 1700px;
		position: absolute;
		top: -20px;
		right: -20px;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.program_сommittee .program__speaker:first-child::after {
		display: block;
		content: "";
		width: 595px;
		height: 3px;
		position: absolute;
		top: -20px;
		right: -30px;
		transform: rotate(157.1deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.program_сommittee .program__speaker:nth-child(2)::before {
		display: block;
		content: "";
		width: 3px;
		height: 1700px;
		position: absolute;
		top: -20px;
		left: -20px;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.program_сommittee .program__speaker:nth-child(2)::after {
		display: block;
		content: "";
		width: 3px;
		height: 230px;
		position: absolute;
		bottom: calc(100% + 20px);
		right: -22px;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

	.entrance-just {
		transform: translate(1px, -1px);
	}

	.header .nav__link {
		white-space: nowrap;
	}

	.program__cards {
		padding-right: 22px;
	}
}

/* max */
@media screen and (max-width: 1400px) {
	.program_сommittee .program__speaker:nth-child(2)::after {
		display: none;
	}

	.program__speaker-body {
		max-width: 200px;
	}

	.container {
		width: 1110px;
	}

	.header__wrapper {
		padding: 40px 0;
	}

	.header .nav__list {
		gap: 20px;
	}

	.btn_big {
		padding: 25px 50px;
		font-size: 30px;
		line-height: 100%;
	}

	.about__info-item:nth-child(2)::after {
		height: 100%;
	}

	.program__row:first-child::before {
		width: 100vw;
		left: 50%;
		transform: translateX(-50%);
	}

	.program:not(.program_сommittee) .program__row:first-child .program__row-wrapper::after {
		display: none;
	}

	.about__wrapper {
		flex-direction: column;
		padding-bottom: 50px;
	}

	.about__lines {
		display: none;
	}

	.about__info-items {
		position: relative;
	}

	.about__info-items::before {
		display: block;
		content: "";
		width: 100vw;
		height: 3px;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	}

	.about__info-items::after {
		display: block;
		content: "";
		width: 100vw;
		height: 3px;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	}

	#about .container::after {
		height: calc(100% - 215px);
	}

	#about .container::before {
		height: calc(100% - 215px);
	}

	.about__header::after {
		display: none;
	}

	.about__header::before {
		display: none;
	}

	.about__info-item:nth-child(1)::after {
		height: calc(100% + 50px);
	}

	.about__info-item {
		position: relative;
	}

	.about__info-item:nth-child(3)::after {
		display: block;
		content: "";
		width: 570px;
		height: 3px;
		position: absolute;
		right: 0;
		bottom: 0;
		transform-origin: right;
		transform: rotate(-5deg);
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
	}

	.about__info {
		padding: 0;
		margin-top: 20px;
	}

	.about__header {
		padding: 100px 10px 0;
	}

	.header__logo::after {
		height: 228px;
	}

	.entrance__title {
		margin-bottom: 20px;
	}

	.entrance__line.--t2 {
		width: calc((100% - 1025px)/2);
		top: 261px;
	}

	.entrance-just svg {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
	}

	.entrance-just {
		min-height: 0;
		height: 200px;
		width: 555px;
		margin-top: -1px;
		transform: none;
	}

	.entrance__bottom {
		margin-top: 25px;
	}



	.entrance__info-item {
		padding: 10px 20px;
	}

	.entrance__info {
		max-width: 330px;
		height: 100%;
	}

	.entrance {
		padding-bottom: 140px;
		position: relative;
	}



	.entrance__info.--pseudo-h::before {
		height: calc(100% + 26px);
	}

	.entrance-logo {
		height: 173px;
		width: 360px;
		left: -20px;
	}

	.entrance-tech {
		height: 174px;
		transform: translateX(10px);
		position: relative;
		z-index: 9;
		width: 630px;
	}

	.entrance-tech svg {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
	}

	.entrance__conf-btn {
		font-size: 27px;
		font-weight: 500;
		line-height: 120%;
		/* color: #000;
		background-color: #fff; */
		padding: 16px 22px;
		border: none;
		border-radius: 27px;

	}

	.entrance__info-item:nth-child(2)::after {
		width: 400px;
	}



	.entrance-tech::before {
		left: 90px;
		height: 211px;
		bottom: -19px;
	}

	.entrance-tag {
		font-size: 48px;
		padding: 15px 46px;
		border-radius: 34px;
	}


	.header__wrapper::before {
		right: 0;
		width: 424px;
		transform: rotate(7deg);
	}

}


@media screen and (max-width: 1100px) {
	.entrance__info-item:nth-child(2)::before {
		display: none;
	}

	.entrance__info-item:nth-child(2)::after {
		display: none;
	}

	.footer {
		padding: 150px 0px 40px;
	}



	.faq .accordion__item {
		position: relative;
	}

	.faq .accordion__item::after {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
	}

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

	.header__btn {
		display: none;
	}

	.header .nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background: #000;
		padding-top: 180px;
		font-family: "VK Sans Display Expanded";
		font-size: 23px;
		font-weight: 700;
		line-height: 140%;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all ease 0.5s;
		transition: all ease 0.5s;
	}

	.header .nav__list {
		padding: 20px 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.header .nav__link {
		padding: 10px 0;
	}

	.header-open {
		overflow: hidden;
	}

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

	.entrance__date {
		top: 20px;
	}

	.about__title {
		margin-bottom: 50px;
	}

	.about__text {
		margin-bottom: 50px;
	}

	.about__num {
		font-size: 90px;
		line-height: 120%;
	}

	.about__list {
		gap: 60px;
	}

	.program__cards {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
		grid-area: c;
		grid-column: span 2;
		margin-top: 30px;
	}

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

	.program__row-wrapper {
		padding: 30px 0;
	}

	.program__speaker-photo {
		min-width: 130px;
		width: 130px;
		height: 130px;

	}

	.footer__wrapper {
		padding: 0;
	}


	.about .container::before {
		display: block;
		content: "";
		width: 3px;
		height: 100%;
		position: absolute;
		left: 40px;
		top: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.about .container::after {
		display: block;
		content: "";
		width: 3px;
		height: 100%;
		position: absolute;
		right: 40px;
		top: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.program__title {
		margin: 0;
		margin-bottom: 30px;
	}


	.program__row_title .program__row-wrapper {
		padding: 0;
		padding-top: 30px;
		position: relative;
	}

	.program__row_title:first-child .program__row-wrapper {
		padding-bottom: 30px;
	}

	.program__row_title:first-child .program__row-wrapper::before {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.program__row_title:last-child .program__row-wrapper {
		padding-bottom: 30px;
	}

	.program__row_title:last-child .program__row-wrapper::before {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.program__row_title .program__row-wrapper::after {
		display: block !important;
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		top: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.program__speaker {
		padding-bottom: 20px;
		position: relative;
	}

	.program__speaker::before {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.program__2col {
		gap: 30px;
		padding: 0;
	}

	.program__cards {
		margin: 0;
	}

	.program__row-wrapper {
		padding: 0;
		grid-template-columns: 170px auto;
		overflow: hidden;
	}

	.program__card .program__speaker {
		flex-direction: row-reverse;
		justify-content: flex-end;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.program__speaker-body {
		width: 300px;
	}


	.program__desc {
		margin: 25px 0;
	}

	.program__time {
		position: relative;
	}

	.program__time::before {
		display: block;
		content: "";
		width: 100vw;
		height: 2px;
		position: absolute;
		left: 100%;
		top: 50%;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.program__row_title .program__time::before {
		display: none;
	}

	.program__row:nth-child(2) .program__time::before {
		display: none;
	}

	.program__wrapper {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.program__row:nth-child(2) .program__row-wrapper {
		padding: 0;
	}

	.program__row:nth-child(2) .program__speaker::before {
		display: none;
	}

	.program__platforms {
		margin: 0;
	}

	.program_сommittee .program__time::before {
		display: none;
	}


	.entrance .container::before {
		display: block;
		content: "";
		width: 3px;
		height: 100%;
		position: absolute;
		left: 40px;
		top: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.entrance .container::after {
		display: block;
		content: "";
		width: 3px;
		height: 100%;
		position: absolute;
		right: 40px;
		top: 0;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		z-index: 3;
	}

	.entrance__line.--t2 {
		width: 40px;
	}

	.entrance__center {
		justify-content: flex-start;
	}

	.entrance__info-item::after {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {

	.entrance__info::after {
		display: none;
	}



	.entrance-conf__text {
		position: absolute;
		top: calc(100% + 15px);
		left: 5px;
		max-width: 420px;
		margin: 0;
	}

	.entrance .container::before {
		height: calc(100% + 140px);
	}

	.entrance .container::after {
		height: calc(100% + 140px);
	}

	.entrance__btn {
		position: absolute;
		bottom: -300px;
		right: 20px;
		width: 475px;
	}

	.entrance__conf-buttons {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}

	.entrance-just {
		min-height: 0;
		height: 205px;
		width: 100%;
		min-width: 565px;
		max-width: 565px;
		margin-top: -1px;
		margin-bottom: -26px;
		transform: none;
		margin-right: 40px;
	}

	.entrance__info {
		display: flex;
		flex-direction: column;
		max-width: none;
	}

	.entrance__info-item {
		padding: 8px 30px;
	}

	.entrance__info-item.--button {
		padding: 0;
	}

	.entrance__info-item.--button::before {
		top: -89px;
	}

	.entrance-just.--pseudo-h::after {
		height: calc(100% - 1px);
	}


	.entrance__info-item:nth-child(2)::after {
		width: 600px;
	}

	.entrance__conf {
		position: relative;
		z-index: 4;
	}

	.entrance__info.--pseudo-h::before {
		height: calc(100% + 27px);
	}

	.header__logo {
		margin-left: 3px;
	}
}

@media screen and (max-width: 991px) {
	.entrance-just {
		min-width: 0;
	}

	.entrance__info {
		max-width: 340px;
	}

	.entrance__center {
		justify-content: space-between;
	}

	.entrance__age {
		top: 100px;
	}

	.entrance-conf__text {
		margin: 0;
		font-size: 16px;
		font-weight: 500;
		line-height: 120%;
		letter-spacing: 0.32px;
		top: calc(100% + 42px);
	}
}

@media screen and (max-width: 768px) {
	.map__wrapper {
		padding: 0 2px;
	}

	.entrance__info-item::after {
		display: block;
	}

	.entrance__text {
		font-size: 16px;
		line-height: 140%;
	}

	.header__wrapper::before {
		display: none;
	}

	.entrance__wrapper::before {
		display: none;
	}

	.entrance {
		padding-bottom: 75px;
	}

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

	.entrance__conf {
		padding: 10px;
	}

	.entrance__conf-btn {
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0.32px;
		border-radius: 12px;
		padding: 7px 9px;
		border: none;
	}

	.entrance__age {
		font-size: 24px;
		line-height: 110%;

		top: -35px;
		right: 100px;
	}

	.section .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.section_active .program__tabs {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.btn_big {
		padding: 16px 36px;
		font-size: 23px;
		line-height: 100%;
	}

	.title {
		margin-bottom: 40px;
	}

	.header__logo {
		max-width: 40px;
	}

	.footer {
		padding: 50px 0;
	}

	.footer__bottom {
		margin-top: 20px;
	}

	.faq .accordion__item {
		padding: 30px 0;
	}

	.entrance__title {
		margin-bottom: 10px;
	}



	.program__row-wrapper {
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}

	.gradient_main {
		width: 1000px;
		height: 1000px;
		left: -500px;
	}

	.gradient_right {
		width: 2000px;
		height: 2000px;
	}

	.gradient_left {
		width: 2500px;
		height: 2500px;
		top: -50%;
		left: -1200px;
	}

	.tab[data-tab="1"] [data-tab="2"] {
		display: none;
	}

	.tab[data-tab="2"] [data-tab="1"] {
		display: none;
	}

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

	.about__info-text {
		font-size: 22px;
		line-height: 140%;
		padding: 0 10px;
		font-family: "VK Sans Display";
	}

	.about__info-item .num {
		font-size: 60px;
		line-height: 120%;
	}

	.about__info-item {
		min-width: 0;
		padding: 10px 15px;
		white-space: nowrap;
	}

	.about__wrapper {
		padding: 0;
	}

	#about .container::before {
		height: calc(100% - 160px);
	}

	#about .container::after {
		height: calc(100% - 160px);
	}

	.about__info-items {
		margin-top: 30px;
	}

	.entrance-logo {
		height: 83px;
		width: auto;
	}

	.entrance__bottom {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin: 0;
	}

	.entrance-tag {
		font-size: 24px;
		line-height: 100%;
		padding: 9px 24px;
		position: relative;
		z-index: 4;
	}

	.entrance-just {
		height: 100px;
		width: 275px;
		margin-left: -20px;
	}

	.entrance-just::after {
		display: none;
	}

	.entrance-tech {
		height: 83px;
		width: 275px;
	}

	.entrance-tech::before {
		display: none;
	}

	.entrance__lines {
		display: none;
	}

	.entrance-conf__text {
		margin: 0;
		font-size: 16px;
		font-weight: 500;
		line-height: 120%;
		letter-spacing: 0.32px;
	}

	.entrance__conf {
		display: flex;
		flex-direction: column-reverse;
		gap: 25px;
	}

	.entrance__info.--pseudo-h::before {
		display: none;
	}

	.entrance__info::after {
		display: none;
	}

	.entrance__info-item:nth-child(2)::before {
		display: none;
	}

	.entrance__info-item:nth-child(2)::after {
		display: none;
	}

	.entrance__info {
		position: absolute;
		top: -215px;
		left: 0;
	}

	.entrance__info-item {
		padding: 5px 10px;
	}

	.entrance__text {
		font-weight: 500;
	}

	.entrance {
		padding-top: 130px;
	}

	.entrance__info-item.--pseudo-v::before {
		display: none;
	}

	.entrance .container::after {
		display: none;
	}

	.entrance__btn {
		position: absolute;
		bottom: -509px;
	}

	.entrance__info-item:nth-child(1)::after {
		height: calc(100% + 60px);
	}

	.entrance__info-item:nth-child(1)::before {
		display: block;
		content: '';
		width: 183px;
		height: 2px;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		position: absolute;
		top: calc(100% + 60px);
		right: 0;
		transform-origin: right;
		transform: rotate(26deg);
	}

	.entrance__center::after {
		bottom: 13px;
	}

	.entrance__conf {
		padding: 0;
		margin-top: 25px;
		padding-bottom: 28px;
		position: relative;
	}

	.entrance-conf__text {
		margin-left: 67px;
		max-width: 230px;
		position: relative;
	}

	.entrance__conf::after {
		display: block;
		content: '';
		width: 2px;
		height: 242px;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		position: absolute;
		bottom: 0;
		left: 60px;
	}

	.entrance-conf__text::after {
		display: block;
		content: '';
		width: 100vw;
		height: 2px;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		position: absolute;
		left: -107px;
		bottom: -5px;
	}

	.entrance-conf__text::before {
		display: block;
		content: '';
		width: 100vw;
		height: 2px;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		position: absolute;
		left: -107px;
		top: -5px;
	}

	.entrance__conf-buttons {
		position: relative;
		z-index: 4;
		width: fit-content;
	}

	.entrance__conf-buttons::before {
		display: block;
		content: '';
		width: 100vw;
		height: 2px;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		position: absolute;
		left: -40px;
		bottom: 0;
		z-index: -1;
	}

	.entrance__conf-buttons::after {
		display: block;
		content: '';
		width: 227px;
		height: 2px;
		background: radial-gradient(circle, #7cedf8 0%, #0077ff 100%);
		position: absolute;
		left: 100%;
		bottom: 0;
		transform-origin: left;
		transform: rotate(-14deg);
		z-index: -2;
	}

	.entrance-tech::before {
		display: block;
		width: 100vw;
		height: 2px;
		left: 0;
		bottom: 0;
		z-index: -1;
		transform: none;
	}

	.entrance-tech {
		transform: none;
		margin-left: 60px;
	}

	.entrance .section-sideline {
		top: unset;
		right: unset;
		left: 0;
		bottom: 76px;
		width: 220px;
		height: 2px;
		transform-origin: left;
		transform: rotate(-64.6deg);
	}

	.entrance .section-sideline:nth-child(2) {
		width: 460px;
		transform: rotate(-57deg);
	}

	.entrance__wrapper {
		background: none;
	}

	.map__btn {
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 16px;
		line-height: 100%;
	}


	.map__wrapper::before {
		right: unset;
		bottom: unset;
		top: 0;
		left: -2px;
		transform: none;
		width: 2px;
		height: calc(100% + 58px);
	}

	.map__wrapper::after {
		bottom: unset;
		left: unset;
		top: 0;
		right: 0;
		transform: none;
		width: 2px;
		height: calc(100% + 58px);
	}



	.map__container {
		padding-bottom: 60px;
		position: relative;
	}

	.map__container::after {
		top: unset;
		right: unset;
		bottom: 0;
		left: 50%;
		width: 100vw;
		height: 2px;
		transform: translate(-50%);
	}

	.map__container::before {
		top: unset;
		right: unset;
		bottom: 58px;
		left: 50%;
		width: 100vw;
		height: 2px;
		transform: translate(-50%);
	}

	.map__heading {
		display: block;
		padding: 0;
	}

	.map__heading::after {
		display: block;
		content: '';
		width: calc(100vw + 40px);
		height: 2px;
		background: linear-gradient(45deg, #7cedf8 0%, #0077ff 100%);
		transform: translate(-40px, 20px);
	}

	.map__wrapper {
		height: 460px;
	}

	.container::before {
		display: none;
	}

	.container::after {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.entrance__date {
		position: static;
		margin-bottom: 85px;
	}

	.entrance__title {
		margin-bottom: 35px;
	}

	.entrance__desc {
		margin-bottom: 35px;
	}

	.entrance__btn {
		width: 100%;
	}

	.about__title {
		margin-bottom: 30px;
	}

	.about__text {
		margin-bottom: 30px;
	}

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

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

	.program__body {
		grid-column: span 2;
		margin-top: 15px;
	}
}

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

	.container {
		padding: 0 20px;
	}

	.btn_big {
		font-size: 16px;
		line-height: 100%;
	}

	.header__logo {
		max-width: 40px;
	}

	.header__wrapper {
		padding: 20px 0;
	}

	.header .nav {
		padding-top: 80px;
	}

	.header .nav__list {
		padding: 20px;
	}

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

	.faq .accordion__item {
		padding: 15px 0;
	}

	.program__row-wrapper {
		-ms-grid-columns: 90px auto;
		grid-template-columns: 90px auto;
		width: 100%;
	}

	.accordion__btn-text {
		font-size: 16px;
		line-height: 120%;
		letter-spacing: 0.32px;
		font-weight: 500;
	}

	.accordion__item_open .accordion__body {
		margin-top: 10px;
	}

	.faq__title {
		margin-bottom: 20px;
	}

	.program__time::before {
		left: calc(100% + 10px);
	}

	.program__time {
		font-size: 22px;
		line-height: 140%;
	}

	.program__speaker-name {
		font-size: 16px;
		line-height: 120%;
	}

	.program {
		font-size: 16px;
		line-height: 120%;
	}

	.program__card-title {
		font-size: 20px;
		line-height: 120%;
		margin-bottom: 10px;
	}

	.program__name {
		font-size: 22px;
		line-height: 140%;
	}

	.program__card .program__speaker {
		justify-content: space-between;
		margin-top: -6px;
	}

	.program__desc {
		font-size: 22px;
		line-height: 130%;
	}

	.program__platform-title {
		font-size: 22px;
		line-height: 140%;
	}

	.program__platform-desc {
		font-size: 22px;
		line-height: 140%;
	}

	.program__speaker-photo {
		min-width: 120px;
		width: 120px;
		height: 120px;

	}

	.about .container::before {
		left: 20px;
	}

	.about .container::after {
		right: 20px;
	}

	.entrance .container::before {
		left: 20px;
	}

	.entrance .container::after {
		right: 20px;
	}

	.entrance__conf-buttons::before {
		left: -20px;
	}

	.entrance-conf__text::after {
		left: -87px;
	}

	.entrance-conf__text::before {
		left: -87px;
	}
}

.grecaptcha-badge {
	opacity: 0;
}