html, 
body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #f1f3fd;
	font-family: 'Montserrat', sans-serif;
	color: #000032;
	font-weight: 600;
}

* {
	box-sizing: border-box;
	transition: all 0.2s linear;
}

p {
	padding: 0;
	margin: 0;
}

button,
input {
	border: 0;
	outline: none;
}

.mobile-menu {
	display: none;
}

.blue-text {
	color: #0202bf;
}

.blue-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #0202bf;
	color: #fff;
	border-radius: 100px;
	padding: 30px 0;
	text-decoration: none;
	cursor: pointer;
}	

.blue-button.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.round-button {
	display: flex;
	align-items: center;
	color: #000032;
	text-decoration: none;
}

.round-button:before {
	display: inline-block;
	content: '';
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background: url("../images/arrow-right.png") center center no-repeat #000032;
	margin-right: 30px;
	flex-shrink: 0;
}

.round-button_blue:before {
	background-color: #0202bf;
}

.block-title {
	text-align: center;
	font-weight: 700;
	font-size: 80px;
	line-height: 1.2;
	margin-bottom: 100px;
}

.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;
}

.all {
	background: url("../images/bg2.jpg") left top no-repeat;
	background-size: cover;
}

.wrapper {
	width: 1300px;
	margin: 0 auto;
}

.header {
	height: 990px;
}

.header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	margin-bottom: 37px;
}

.header__top-logo {
	margin-right: auto;
}

.header__top-participate {
	width: 350px;
	font-size: 20px;
	line-height: 1.5;
}

.header__top-order {
	font-size: 16px;
}

.header__top-order .round-button:before {
	transform: scale(0.8);
	margin-right: 10px;
}

.header__top-order .round-button:first-child {
	margin-bottom: 10px;
}

.header__menu {
	display: flex;
	font-size: 16px;
	margin-bottom: 105px;
}

.header__menu a {
	flex-shrink: 0;
	margin-right: 18px;
	border: 1px solid #000032;
	border-radius: 100px;
	padding: 15px 20px;
	text-decoration: none;
	color: #000032;
}

.stripe {
	width: 100%;
	height: 26px;
	border-bottom: 1px solid #000032;
}

.header__title {
	font-weight: 700;
	font-size: 104px;
	line-height: 138px;
	white-space: nowrap;
	margin-bottom: 26px;
}

.header__title-icon {}

.header__title-date {}

.header__note {
	max-width: 970px;
	font-size: 16px;
	line-height: 2;
}

.questions {
	display: grid;
	grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 40%;
	grid-gap: 20px;
	margin-bottom: 95px;
}

.questions__item {
	background: #f1f3fd;
	border: 10px solid #fff;
	border-radius: 40px;
	padding: 70px 50px;
}

.questions__item-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 40px;
}

.questions__item-body {
	font-size: 20px;
	line-height: 2;
}

.questions__item-button {
	padding-top: 50px;
}

.questions__item-button .blue-button {
	font-size: 20px;
}

.questions__item:first-child {
	grid-row-start: 1;
    grid-row-end: 3;
}

.questions__item_blue {
	background: #0202bf;
	border-color: #0202bf;
	color: #fff;
}

.important {
	display: grid;
	grid-template-columns: 330px 1fr;
	margin-bottom: 150px;
}

.important__title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
}

.important__body {
	font-size: 20px;
	line-height: 1.6;
}

.important__body p:first-of-type {
	margin-bottom: 20px;
}

.flows {
	margin-bottom: 150px;
}

.flows__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.flows__item {}

.flows__item-bg {
	border: 10px solid #fff;
	border-radius: 46px;
	background: #fff;
}

.flows__item-inner {
	height: 340px;
	background: #f1f3fd;
	border-radius: 40px;
	text-align: center;
}

.flows__item-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
	padding: 100px 0 60px;
}

.flows__item-button {
	padding-top: 20px;
}

.flows__item-button .blue-button {
	font-size: 20px;
}

.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;
}

.headliners {
	margin-bottom: 60px;
}

.headliners__items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 70px;
}

.headliners__item {
	text-align: center;
}

.headliners__item-photo {
	margin-bottom: 30px;
}

.headliners__item-photo img {
	border-radius: 50%;
}

.headliners__item-name {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.headliners__item-dep {
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20;
}

.headliners__item-city {
	font-weight: 700;
	font-size: 16px;
	line-height: 2;
}

.forms {
	margin-bottom: 150px;
}

.forms__items {
}

.forms__items-left {
	display: flex;
	justify-content: center;
}

.forms__items-form {
	max-width: 700px;
	background: #fff;
	border-radius: 40px;
	padding: 80px 60px 40px;
}

.forms__items-form-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 75px;
	text-align: center;
}

.forms__items-form-fields {}

.forms__items-form-field  {
	position: relative;
	margin-bottom: 45px;
}

.forms__items-form-field label {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 20px;
	opacity: 0.4;
	z-index: 0;
}

.forms__items-form-field input[type="text"] {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #000032;
	background: transparent;
	font-size: 20px;
	padding: 20px 0;
	z-index: 1;
}

.forms__items-form-field_focused label {
	top: -5px;
	font-size: 14px;
	color: #0202bf;
}

.forms__items-form-button {
	margin-bottom: 30px;
}

.forms__items-form-button .blue-button {
	font-size: 20px;	
}

.forms__items-form-note {
	padding: 0 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.8;
}

.forms__items-right {
	padding: 100px;
	background: #0202bf;
	border-radius: 40px 0 0 40px;
}

.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;
}


.sponsors__button {
	display: flex;
	justify-content: flex-end;
	font-size: 20px;
}

.footer {
	background: #0202bf;
	color: #fff;
}

.footer__info {
	display: grid;
	grid-template-columns: 1fr 360px 360px;
	grid-gap: 140px;
	padding-top: 150px;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 110px;
}

.footer__info-logo {}

.footer__info-item p {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 36px;
}

.footer__contacts {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 110px;
}

.footer__contacts-scoial {}

.footer__contacts-scoial-link {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 15px;
}

.footer__contacts-scoial-link_vk {
	background-image: url("../images/vk.png");
}

.footer__contacts-scoial-link_tg {
	background-image: url("../images/tg.png");
}

.footer__contacts-phones {
	font-weight: 700;
	font-size: 32px;
	text-align: right;
}

.footer__contacts-phones p {
	margin-bottom: 40px;
}

.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: 130px;
}

.footer__bottom-copyright {
	font-size: 14px;
}

.footer__bottom .white-link {
	font-size: 20px;
}

.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 {
	background: #fff;
	border-radius: 8px;
	width: 450px;
	padding: 30px;
}

.video {
	margin-bottom: 60px;
}

.video__desktop, 
.video__mobile {
	border-radius: 40px;
	overflow: hidden;
}

.video__mobile {
	display: none;
}

.register {
	width: 320px;
	max-width: 90%;
	margin: 0 auto 50px;
}

.register button {
	font-size: 20px;
}