html, 
body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: 'Inter', sans-serif;
	color: #0A0A0A;
	font-weight: 600;
}

* {
	box-sizing: border-box;
	transition: all 0.2s linear;
}

p {
	padding: 0;
	margin: 0;
}

button,
input {
	border: 0;
	outline: none;
}

.hidden {
	display: none!important;
}

.mobile-menu {
	display: none;
}

.blue-text {
	color: #0202bf;
}

.blue-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0202bf;
	color: #fff;
	border-radius: 12px;
	padding: 18px 35px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
}	

.blue-button.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.block-title {
	font-size: 56px;
	margin-bottom: 58px;
	text-align: center;
}

.block-title_left {
	text-align: left;
}

.arrow-button {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url("../images/arrow-down.png") center center no-repeat #0202bf;
	border-radius: 50px;
	text-decoration: none;
}

.arrow-button_opened {
	transform: rotate(180deg);
}

.white-link {
	display: flex;
	align-items: center;
	justify-content: center;	
	color: #fff;
	text-decoration: none;
}

.blue-button_download:before,
.white-link_download:before {
	display: inline-block;
	content: '';
	width: 24px;
	height: 24px;
	background: url("../images/d.png");
	margin-right: 15px;
}

.opened-modal {
	overflow: hidden;
}

.opened-modal .header {
	display: none!important;
}

.all {
}

.wrapper {
	width: 1500px;
	margin: 0 auto;
}

.header {
	background: #f5f5f5;
	z-index: 100;
  }

.header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
	/* margin-bottom: 24px; */
}

.header__top-logo {
	margin-right: auto;
}

.header__top-participate {
	width: 350px;
	font-size: 20px;
	line-height: 1.5;
}

.header__top-order {
	margin-left: auto;
}

.header__top-order a {
	background: url("../images/d_blue.png") no-repeat;
	color: #0A0A0A;
	font-weight: 500;
	font-size: 20px;
	text-decoration: none;
	padding: 2px 0 2px 30px;
}

.header__menu {
	display: flex;
	font-weight: 500;
	font-size: 20px;
}

.header__menu a {
	flex-shrink: 0;
	padding: 15px 20px;
	text-decoration: none;
	color: #000032;
}


.header__main {
	background: #f5f5f5;
  }
  
.header__main .container {
	display: flex;
	max-width: 1540px;
	padding: 0 20px 60px 20px;
	margin: 0 auto;
	gap: 90px;
}
  

.header__title {
	font-size: 56px;
	line-height: 1.1;
	padding-top: 40px;
	margin-bottom: 42px;
}

.header__title-icon {}

.header__title-date {}

.header__info {
	margin-bottom: 20px;
}

.header__info-name {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	color: #0202BF;
	border: 1px solid #0202BF;
	border-radius: 100px;
	padding: 4px 10px;
	margin-bottom: 10px;
}

.header__info-body {
	font-size: 20px;
	line-height: 1.6;
}

.big-buttons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	box-shadow: 0 15px 20px #0000000D;
	margin-top: -50px;
	border-radius: 0 0 16px 16px;
	margin-bottom: 155px;
}

.big-buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	font-size: 20px;
	background: #fff;
	color: #000032;
	text-decoration: none;
}

.big-buttons a:hover {
	background: #0202B3;
	color: #fff;
}

.big-buttons a:first-of-type {
	border-radius: 16px 0 0 16px;
}

.big-buttons a:last-of-type {
	border-radius: 0 16px 16px 0;
}

.about {
	margin-bottom: 155px;
}

.about__wrapper {
	display: grid;
	grid-template-columns: 745px 1fr;
	gap: 60px;
}

.about__body {
	font-size: 20px;
	line-height: 1.6;
}

.about__slider {
	width: 100%;
	/* max-height: 500px; */
	position: relative;
	height: fit-content;
}

.about__button {
	margin-top: 40px;
}

.flows {
	margin-bottom: 150px;
}

.flows__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
}

.flows__item {
	overflow: hidden;
}

.flows__item-bg {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	aspect-ratio: 1;
	padding: 30px;
	color: #fff;
	border-radius: 24px;
	background-size: cover;
}

.flows__item-wrap {
	transform:translateX(0) translateY(66px);
}

.flows__item-bg_1 {
	background-image: url("../images/flows/1.png");
}

.flows__item-bg_2 {
	background-image: url("../images/flows/2.png");
}

.flows__item-bg_3 {
	background-image: url("../images/flows/3.png");
}

.flows__item-bg_4 {
	background-image: url("../images/flows/4.png");
}

.flows__item-bg_5 {
	background-image: url("../images/flows/5.png");
}

.flows__item-bg_6 {
	background-image: url("../images/flows/6.png");
}

.flows__item-title {
	font-size: 24px;
	margin-bottom: 14px;
}

.flows__item-time {
	font-weight: 500;
	font-size: 16px;
}

.flows__item-button {
	opacity: 0;
	/* display: none; */
	margin-top: 20px;
}

.flows__item-button a {
	display: flex;
    height: 56px;
    align-items: center;
    justify-content: center;	
	background: #fff;
	border-radius: 12px;
	font-size: 16px;
	color: #0A0A0A;
	text-decoration: none;
}

.flows__item-bg:hover .flows__item-button {
	display: block;
	opacity: 1;
}

.flows__item-bg:hover .flows__item-wrap {
	transform: translateX(0) translateY(0);
}

.flows__item-schedule {
	display: none;
	background: #fff;
	border-radius: 0 0 40px 40px;
	padding: 45px 40px 50px;
	--mask: radial-gradient(40px at 40px 0,#0000 98%,#000) -40px;
	-webkit-mask: var(--mask);
    mask: var(--mask);
}

.flows__item_expanded .flows__item-bg {
	--mask: radial-gradient(40px at 40px 100%,#0000 98%,#000) -40px;
	-webkit-mask: var(--mask);
    mask: var(--mask);
	padding-bottom: 35px;
}

.flows__item_expanded .flows__item-schedule {
	display: block;
}

.flows__item_expanded .arrow-button {
	transform: rotate(180deg);
}

.flows__item-schedule-event {
	display: flex;
	
	font-size: 20px;
	line-height: 1.2;
}

.flows__item-schedule-time {
	width: 150px;
	white-space: nowrap;
	flex-shrink: 0;
	font-weight: 700;
}

.flows__item-schedule-title {
	width: 100%;
	position: relative;
	padding: 0 0 45px 35px;
}

.flows__item-schedule-title span {
	display: block;
	position: absolute;
	top: -8px;
	left: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0202bf;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 2.5;
}

.flows__item-schedule-event_last .flows__item-schedule-title {
	border-left: 0;
}

.useful {
	margin-bottom: 155px;
}

.useful__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.useful__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 438px;
	background: #F5F5F5;
	border-radius: 24px;
	padding-top: 40px;
	gap: 40px;
}

.useful__item-title {
	font-size: 32px;
	text-align: center;
}

.headliners {
	margin-bottom: 150px;
}

.headliners__items {
	display: grid;
    grid-template-columns: repeat(4, 24%);
    grid-gap: 30px 10px;
    justify-content: space-between;
}

.headliners__item {
}

.headliners__item-photo {
	margin-bottom: 20px;
	width: 100%;
    max-height: 340px;
    border-radius: 24px;
	aspect-ratio: 92/85;
	overflow: hidden;
}

.headliners__item-photo img {
	width: 100%;
 	height: 100%;
    object-fit: cover;
	
}

.headliners__item-name {
	font-size: 20px;
	padding: 0 10px 10px;
}

.headliners__item-dep {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	padding: 0 10px 10px;
}

.headliners__item-city {
	font-size: 14px;
	line-height: 1.4;
	padding: 0 10px;
}

.forms {
	margin-bottom: 150px;
}

.forms__tabs {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: -26px 0 56px;
	font-size: 16px;
}

.forms__tab {
	display: flex;
	height: 48px;
	align-items: center;
	color: #0A0A0A;
	text-decoration: none;
	border-radius: 100px;
	border: 1px solid #0A0A0A29;
	padding: 0 20px;
}

.forms__tab.active,
.forms__tab:hover {
	color: #fff;
	background: #0202B3;
	border-color: #0202B3;	
}

.forms__items {}

.forms__item {
	display: grid;
	grid-template-columns: 40% 1fr;
	gap: 68px;
	background: #F5F5F5;
	border-radius: 24px;
	padding: 60px;
}

.forms__items-text {}

.forms__item-form {}

.forms__item-text-title {
	font-size: 40px;
	margin-bottom: 20px;
}

.forms__item-text-note {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
}

.forms__item-form-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 15px;	
	margin-bottom: 30px;

}

.forms__item-form-field  {
	position: relative;
}

.forms__item-form-field_wide {
	grid-column: 1 / 3;
	padding-top: 22px;
}

.forms__item-form-field label {
	position: absolute;
	top: 20px;
	left: 20px;
	font-weight: 500;
	font-size: 16px;
	opacity: 0.4;
	z-index: 2;
}

.forms__item-form-field input[type="text"] {
	position: relative;
	width: 100%;
	padding: 20px;
	border: 1px solid #0A0A0A14;
	background: #fff;
	border-radius: 16px;
	font-weight: 500;
	font-size: 16px;
	padding: 20px 0;
	z-index: 1;
}

.forms__item-form-field_focused label {
	top: -5px;
	font-size: 14px;
	color: #0202bf;
}

.forms__item-form-button {
	margin: 20px 0;
}

.forms__item-form-note {
	font-weight: 500;
	font-size: 12px;
	color: #0A0A0AA3;
}


.bonus {
	margin-bottom: 150px;
}

.bonus__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.bonus__item {
	background: #F5F5F5;
	border-radius: 24px;
	padding: 30px;
	position: relative;
}

.bonus__item-title {
	font-size: 32px;
	margin-bottom: 20px;
}

.bonus__item-text {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
}

.bonus__item:last-of-type:before {
	position: absolute;
	display: block;
	width: 310px;
	height: 220px;
	content: "";
	top: -145px;
	right: 0;
	background: url("../images/promocode.png");
}

.sponsors {
	margin-bottom: 150px;
}

.sponsors__logos {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 60px 30px;
	margin-bottom: 60px;
}

.sponsors__logos img {
	max-width: 200px;
}

.main-logo {
	grid-column: span 2;
	max-width: 100%!important;
}

.footer {
	background: #00008B;
	color: #fff;
}

.footer__info {
	display: grid;
	grid-template-columns: 1fr 430px 430px;
	grid-gap: 50px;
	padding-top: 100px;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 95px;
	padding-right: 105px;
}

.footer__info-logo {}

.footer__info-item {}

.footer__info-day {
	display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 4px 10px;
    margin-bottom: 10px;
}

.footer__info-value {
	font-size: 20px;
	line-height: 1.6;
}

.footer__contacts {
    display: grid;
    align-items: flex-end;
    margin-bottom: 55px;
    grid-template-columns: 1fr 430px 430px;
    padding-right: 105px;
    gap: 60px;
}

.footer__contacts-scoial {}

.footer__contacts-scoial-link {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 15px;
}

.footer__contacts-scoial-link_wa {
	background-image: url("../images/wa.svg");
}

.footer__contacts-scoial-link_vk {
	background-image: url("../images/vk.svg");
}

.footer__contacts-scoial-link_tg {
	background-image: url("../images/tg.svg");
}

.footer__contacts-phones {
	font-size: 24px;
}

.footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer__bottom .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
	font-weight: 500;
}

.footer__bottom-copyright {
	font-size: 14px;
	color: #FFFFFF7A;
	padding-left: 125px;
}

.footer__bottom .white-link {
	font-size: 16px;
}

.overlay {
	position: fixed;
	display: none;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.overlay_opened {
	display: flex;
}

.modal {
	position: relative;
	background: #fff;
	border-radius: 24px;
	width: 600px;
	padding: 30px 10px 30px 30px;
}

.modal-title {
	color: #0A0A0A;
	font-size: 24px;
	margin-bottom: 25px;
}

.modal-body {
	max-height: 680px;
	overflow-y: scroll;
	padding-right: 10px;
}

.schedule-item {
	display: grid;
	grid-template-columns: 160px 1fr;
	margin-bottom: 20px;
}

.schedule-item-time {
	font-size: 20px;
	color: #0202B3;
}

.schedule-item-title {
	color: #0A0A0A;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.modal-button {
	padding-top: 15px;
}

.modal-close {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 32px;
	height: 32px;
	background: url("../images/x.png");
}

.video {
	margin-bottom: 150px;
}

.video img {
	max-width: 100%;
}

.video__desktop {
	border-radius: 24px;
	overflow: hidden;
}

.register {
	width: 320px;
	max-width: 90%;
	margin: 0 auto 50px;
}

.register button {
	font-size: 20px;
}
/* .about__slider-wr {
	max-height: 500px !important;
} */


.header__picture {
	display: flex;
	gap: 10px;
	height: fit-content;
  }
  
  .header__picture--adaptive {
	display: none;
  }
  .header__pictureCol {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: fit-content;
	position: relative;
  }
  .header__pictureCol .header__defaultPicture {
	aspect-ratio: 1;
	background: linear-gradient(180deg, #c9c9ff 0%, #3939f4 100%);
	border-radius: 24px;
	overflow: hidden;
	width: 220px;
	max-width: 220px;
	object-fit: cover;
  }
  
  .header__pictureCol:nth-child(1) {
	margin-top: 40px;
  }
  
  .header__pictureCol:nth-child(2) {
	margin-top: 100px;
  }
  
  .header__pictureDeco1,
  .header__pictureDeco2 {
	position: absolute;
	background: transparent;
	border-radius: 0;
	aspect-ratio: initial;
  }
  
  .header__pictureDeco1 {
	top: -40px;
	right: -40px;
  }
  
  .header__pictureDeco2 {
	bottom: -110px;
	left: -60px;
  }
  
  .big-buttons a {
	border-right: 1px solid rgba(10, 10, 10, 0.08);
  }
  .big-buttons a:last-child {
	border-right: none;
  }
  
  .header__pictureContainer {
	position: relative;
  }
  
  .header__pictureText {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: rgba(10, 10, 10, 1);
  
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 100%;
	max-width: calc(100% - 30px);
  }
  
  .header__pictureText--white {
	color: #fff;
  }
  
  .flows__item-bg {
	box-shadow: 0px -150px 150px -64px rgba(0, 0, 0, 0.8) inset;
  }
  

  .video__desktop {
	aspect-ratio: 15/8;
	position: relative;
}

.video__desktop video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.video__play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	aspect-ratio: 1;
	background: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	cursor: pointer;
}

.video__play::after {
	content: '';
	display: block;
	width: 120px;
	aspect-ratio: 1;
	background: none;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}

.video__play:hover::after {
	width: 180px;
} 

.video__play.hidden {
	display: none;
}

.blue-text {
	color: #0202B3;
}

.blue-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0202B3;
	color: #fff;
	border-radius: 12px;
	padding: 18px 30px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
	font-family: 'Inter', sans-serif;
}	

.blue-button:hover {
	background: #2A2ADB;
}

.forms__tab {
	display: flex;
	align-items: center;
	color: #0A0A0A;
	text-decoration: none;
	border-radius: 100px;
	border: 1px solid #0A0A0A29;
	padding: 18px 20px;
}

.forms__tabs {
	display: flex;
	justify-content: center;
	gap: 15px;
	/* margin: -26px 0 56px; */
	margin-bottom: 60px;
	font-size: 16px;
}

.forms__item-form .js-form {
	margin: 0;
}

.forms__item-form-note a {
	color: #0202B3;
	text-decoration: underline;
	transition: all 0.3s;
}

.forms__item-form-note a:hover {
	color: #2A2ADB;
}

.forms__lunch {
	display: flex;
	gap: 10px;
	align-items: center;
}

.forms__lunch span {
	font-size: 14px;
	color: #0A0A0A;
}

.forms__lunch div {
	width: 18px;
    min-width: 18px;
    height: 18px;
    position: relative;
}

.forms__lunch div svg {
	transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.forms__lunch div svg:first-child {
	visibility: visible;
    opacity: 1;
}

.forms__lunch div svg:last-child {
	visibility: hidden;
    opacity: 0;
}

.forms__lunch:has(input:checked) div svg:first-child {
	visibility: hidden;
    opacity: 0;
}

.forms__lunch:has(input:checked) div svg:last-child {
	visibility: visible;
    opacity: 1;
}

.forms__lunch input {
	display: none;
}

.footer__contacts-scoial-link:hover svg rect {
	fill: #EBEBEB;
}

.footer__contacts-phones {
	font-size: 24px;
	text-decoration: none;
	color: #FFFFFF;
	transition: 0.3s;
}

.footer__contacts-phones:hover {
	color: #EBEBEB;
}

.footer__bottom-copyright {
	font-size: 14px;
	color: #FFFFFF7A;
	/* padding-left: 125px; */
}

.about__nav {
	position: absolute;
	z-index: 2;
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding: 20px;
}

.about__nav-prev, .about__nav-next {
	position: absolute;
	width: 48px;
	min-width: 48px;
	min-height: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	display: flex ;
	align-items: center;
	justify-content: center;
	padding: 12px;
	transition: all 0.3s ease;
	cursor: pointer;
	top: 50%;
	bottom: 50%;
	z-index: 10;
	padding: 8px;
	transform: translateY(-50%);
}

.about__nav-prev {
    transform: translateY(-50%) rotate(180deg);
	right: auto;
	left: 20px;
}

.about__nav-next {
	left: auto;
	right: 20px;
}

.about__imgWrap{
		width: 100%;
		border-radius: 24px;
		overflow: hidden;
		display: flex;
		border-radius: 24px;
		/* aspect-ratio: 1.49; */
	}

	.about__imgWrap img{
		width: 100%;
		/* height: fit-content; */
	}

.about__slide {
	display: flex !important;
		justify-content: space-between;
		gap: 10px;
		height: auto;
}

