#hero-slider {
	position: relative;
}

#hero-slider .slick-slide {
	min-height: 900px;
	display: flex;
	align-items: flex-end;
	background-size: cover;
}

#hero-slider .slick-arrow {
	background: transparent;
	padding: 0 32px;
}

#hero-slider .hero-slide::after {
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 900px;
	pointer-events: none;
	background: linear-gradient(0deg, #0f0f0f 17.27%, rgba(237, 237, 237, 0.00) 86.9%);
}

.slick .slick-arrow,
.slick .slick-arrow:hover::before,
.slick .slick-arrow:hover::after {
	color: var(--primary-white);
}

#hero-slider .hero-slide .row {
	position: relative;
	z-index: 2;
	width: 100%;
}

.hero-slide__content {
	padding: 0 0 120px 0;
}

.hero-slide__content h1 {
	margin-bottom: 16px;
}

.hero-slide__content p {
	margin-bottom: 64px;
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
}

.hero-slide__content .btn {
	padding: 16px 32px;
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	min-width: 424px;
}

.change {
	overflow: hidden;
	position: relative;
	color: var(--primary-white);
	height: 322px;
	background-color: #333;
	width: 100%;
	max-width: 576px;
	margin: auto;
	display: block;
	border-radius: 12px;
}

.change::after {
	content: '';
	background: linear-gradient(0deg, #0f0f0f 17.27%, rgba(237, 237, 237, 0.00) 86.9%)
	width: 100%;
	height: 60%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.change > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.2s linear;
	margin-left: 50%;
	transform: translateX(-50%);
	max-height: 100%;
	max-width: none;
}

.change:hover > img {
	transform: translateX(-50%) scale(1.1);
}

.change > h3 {
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 24px 24px;
	font-size: 24px;
	font-weight: 600;
	min-height: 120px;
	line-height: 140%;
	color: inherit;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 2;
}

#index-timer {
	padding: 112px 0 32px;
	font-weight: 400;
}

.timer {
	font-size: 36px;
	line-height: 44px;
}

#index-bg {
	background: url(../images/index-bg.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#map-row {
	background: transparent;
}

#map-scrollable {
	margin: 0 0 32px;
	border: 6px solid var(--primary-white);
	border-radius: 20px;
	box-shadow: 0px 6px 8px 4px rgba(64, 66, 81, 0.15), 0px 4px 4px 0px rgba(88, 95, 139, 0.25);
	overflow: hidden;
	max-width: 100%;
}

#map-scrollable::after,
#map-scrollable::before {
	display: none;
}

.map-item {
	color: var(--grey-30);
}

#section-stages {
	display: flex;
	justify-content: center;
	background: url(../images/pain-bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

#section-stages__wrapper {
	position: relative;
	display: flex;
	max-width: 1920px;
}

.stage {
	min-height: 1070px;
	background-color: var(--primary-white);
	width: 100%;
}

.stage > h4 {
	color: #fff;
	text-align: center;
	display: none;
}

.stage > h4 hr {
	margin: 0 8px 16px 8px;
}

.stage .stage-title {
	height: 250px;
	margin: 32px 0 0 0;
}

.stage-collapsed {
	width: 120px;
	flex-shrink: 0;
	padding: 32px 0 0 0;
	background-image: var(--bg-image);
	background-position: top right;
	background-size: 240px auto;
}

.stage-collapsed > h4 {
	display: block;
}

.stage-collapsed.odd {
	background-position: top left;
}

.stage-collapsed .stage-title {
	display: block;
	font-size: 28px;
	writing-mode: vertical-rl;
	color: var(--primary-white);
	text-align: left;
	margin-left: 40px;
}

.stage-collapsed .stage-date {
	writing-mode: vertical-rl;
	color: var(--primary-white);
	font-size: 18px;
}

.stage-collapsed .stage-content {
	display: none;
}

.stage-content {
	padding: 40px 128px 0 128px;
	background-color: var(--primary-white);
}

.stage-content ul {
	padding-left: 24px;
}

.stage-content p {
	font-family: 'Open Sans';
}

.stage-content hr {
	margin: 16px 0 40px;
	border: none;
	border-top: var(--primary-red) solid 1px;
}

#signup-form {
	margin-bottom: 64px;
}

#signed-up a {
	color: var(--primary-red);
}

.panel {
	background-color: var(--primary-white);
}

#files {
	padding: 112px 0 64px 0;
}

#files-panel {
	padding-left: 64px;
	padding-right: 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#section-7 {
	background-color: #111715;
	background-image: url(../images/footercover2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 512px;
	color: var(--grey-20);
	padding-top: 122px;
	position: relative;
}

/* 
#section-7:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00af5aca;
	top: 0;
	left: 0;
	z-index: 1;
} */

#section-7 .btn {
	align-self: center;
	padding: 16px 32px;
	color: black;
	font-size: 24px;
	z-index: 2;
	background-color: white;
}

#section-7 .btn:hover {
	box-shadow: 0px 0px 10px 0px #34FCA6;
}

@media (max-width: 1280px) {
	#hero-slider .slick-slide {
		min-height: 772px;
	}

	.hero-slide__content p {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 40px;
	}

	.hero-slide__content .btn {
		font-size: 18px;
		line-height: 24px;
		min-width: 200px;
	}

	#section-stages__wrapper {
        flex-direction: column;
    }

    .stage {
        height: auto;
        padding: 16px;
        min-height: auto;
    }

    .stage-collapsed {
        width: 100%;
        height: 64px;
        background: #202020;
        border-top: #ff3b00 solid 1px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .stage-collapsed .stage-title {
    	display: initial;
    }

    .stage-collapsed > h4 hr {
        display: none;
    }

    .stage > h4 {
        line-height: initial;
        font-size: 16px;
        writing-mode: initial;
    }

    .stage > h4 > .stage-title,
    .stage > h4 > .stage-date {
        writing-mode: initial;
        height: auto;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .stage > h4 > .stage-title {
    	margin-left: 4px;
    }

    .stage > h4 > .stage-date {
        font-size: 12px;
        display: block;
    }

    .stage-content {
    	padding: 40px 0 40px 48px;
    }

    .stage-content h2 {
        margin-bottom: 16px;
    }

	#files {
		padding-bottom: 112px;
	}

	#files h4 {
		font-size: 24px;
		line-height: 36px;
	}

	#section-7 {
		background-image: url(../images/wiki-left.jpg);
	}
}

@media (max-width: 640px) {
	#hero-slider .slick-arrow {
		display: none !important;
	}

	#hero-slider .slick-slide {
		min-height: 447px;
	}

	#hero-slider .slick-dots {
		bottom: 28px;
	}

	.hero-slide .row {
		padding-left: 16px;
		padding-right: 16px;
	}

	.hero-slide__content {
		padding-bottom: 72px;
	}

	.hero-slide__content p {
		font-size: 16px;
		line-height: 24px;
	}

	.hero-slide__content .btn {
		width: 100%;
	}

	.change {
		margin-bottom: 16px;
	}

	#index-timer {
		padding: 64px 0;
	}

	.stage-content {
		padding: 16px 24px;
	}

	#files-panel {
		padding-left: 16px;
		padding-right: 16px;
	}

	#files-panel .btn {
		width: 100%;
	}

	#section-7 {
		padding: 112px 0;
		height: auto;
	}

	#section-7 .btn {
		align-self: auto;
	}
}

#streams .slick-prev,
#streams .slick-next {
	background: transparent;
}

#streams .slick-list {
	width: 100%;
}

#streams .slick-track {
	min-width: 100%;
}

.stream {
	border-radius: 20px;
	border: 5px solid var(--primary-white);
	box-shadow: 0px 6px 8px 4px rgba(64, 66, 81, 0.15), 0px 4px 4px 0px rgba(88, 95, 139, 0.25);
}

.stream img {
	border-radius: 15px;
}

.stream iframe {
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 15px;
	display: block;
}

.stream-info {
	display: flex;
	flex-shrink: 0;
}

.stream-info__image {
	width: 56px;
	height: 56px;
	border-radius: 28px;
	overflow: hidden;
}

.stream-info__text {
    display: flex;
	align-items: center;
}

.logo-custom {
	font-size: 24px !important;
}

.socials {
	margin: 100px 0;
}

.socials h2 {
	margin-bottom: 42px;
}

.widgets {
	display: flex;
	justify-content: center;
	gap: 42px;
}

:root {
	--ff: 'Montserrat';
	--ff2: 'OpenSans', sans-serif;
	--white: #fff;
	--cp: #3180ff;
	--cp_t: #fff;
  }
  
  /* BUTTON */
  
  .hero .info-buttons .button-primary {
	color: #fff;
	background-color: #ff0078;
	padding: 32px 64px;
	font-size: 2rem;
	border-radius: 24px;
	text-transform: uppercase;
	transition: 0.3s ease all;
  }
  .hero .info-buttons .button-primary:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
  }
  
  /* BUTTON END */
  
  /* MODAL */
  .modal,
  .modal-terms,
  .modal-policy,
  .modal__close > svg {
	transition: 200ms ease;
	z-index: 100;
  }
  .modal,
  .modal-terms,
  .modal-policy {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: scroll;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	font-family: var(--ff);
  }
  .modal__container {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: flex-start;
	margin-top: 2rem;
  }
  .modal__body {
	position: relative;
	background: var(--primary-black);
	max-width: 47.875rem;
	width: 100%;
	padding: max(1.75rem, min(2.25vw, 2.25rem)) max(1.125rem, min(2.5vw, 2.5rem));
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	transition: 300ms ease 200ms;
  }
  .modal__inner,
  .modal__step {
	width: 100%;
  }
  .modal__step {
	display: flex;
	gap: 32px;
	padding: 24px;
	background-color: rgba(0, 175, 90, 0.06);
  }
  .modal__step-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
  }
  .modal__step-content .step-btns {
	display: flex;
	gap: 12px;
	width: 100%;
	text-transform: uppercase;
  }
  .modal__step-content .step-btns .step-button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--ff);
	font-size: 0.75rem;
	color: #fff;
	background-color: var(--cp);
	font-weight: 500;
	transition: 0.3s ease all;
	font-family: var(--ff2);
	padding: 12px 36px;
  }
  .modal__step-content .step-btns .step-button:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
  }
  .modal__step-content .step-btns .step-button__secondary {
	color: var(--cp_t);
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid var(--cp);
  }
  .step-title {
	color: var(--cp_t);
	font-size: 20px;
	text-transform: uppercase;
	line-height: 150%;
	font-weight: 600;
  }
  .step-title span {
	background-color: rgba(198, 12, 100, 0.06);
	padding: 4px 10px;
	border-radius: 6px;
  }
  .modal__close,
  .modal__closeTerms,
  .modal__closePolicy {
	position: absolute;
	top: max(1.75rem, min(2.25vw, 2.25rem));
	right: max(1.125rem, min(2.5vw, 2.5rem));
	z-index: 2;
	background-color: rgba(0, 0, 0, 0);
  }
  .modal__close > svg {
	fill: rgba(255, 255, 255, 0.4);
  }
  .modal__step-name {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 86px;
	min-width: 102px;
	font-size: 1rem;
	color: var(--cp_t);
	background-color: rgba(198, 12, 100, 0.04);
	border-radius: 12px;
	text-transform: uppercase;
	font-weight: 600;
  }
  .modal__step-name__secondary {
	align-items: flex-start;
  }
  .modal__step-name__secondary span {
	padding-top: 32px;
  }
  .modal__step-name > span {
	opacity: 0.6;
  }
  .modal__step-name--last span:nth-child(2) {
	color: #fee893;
	opacity: 1;
  }
  .modal__heading {
	color: var(--cp);
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 8px;
  }

  .modal__heading-desc {
	color: rgba(255, 255, 255, .3);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 32px;
  }
  .modal__grid-item {
	display: none;
  }
  .modal__grid-item--active {
	display: block;
  }
  ._item-tabs {
	width: 100%;
  }
  .modal__tabs {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	border: 1px solid var(--cp);
  }
  .modal__tabs-item {
	font-family: var(--ff);
	text-transform: uppercase;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	padding: 12px 22px;
	color: var(--cp);
	cursor: pointer;
	transition: 300ms ease;
	font-weight: 600;
	letter-spacing: 1px;
  }
  .modal__tabs-item--active {
	background: var(--cp);
	color: #fff;
	position: relative;
  }
  .modal__grid-block {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
  }
  .modal__grid-name {
	text-transform: uppercase;
	font-family: var(--ff);
	color: var(--cp);
	font-weight: 500;
	font-size: 0.75rem;
	text-align: center;
	margin: 24px 0 18px 0;
  }
  .modal__grid-descr {
	font-size: 0.75rem;
	font-family: var(--ff);
	text-transform: uppercase;
	letter-spacing: 0.0175rem;
	color: rgba(255, 255, 255, 0.6);
	min-height: 1.25rem;
	padding-bottom: 0.75rem;
	border-bottom: 3px solid #131c27;
  }
  .modal__inner {
	display: flex;
	flex-direction: column;
	gap: 12px;
  }
  .modal__sep {
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(198, 12, 100, 0.12);
  }
  .modal__contact-block {
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
  }
  .modal__contact-block a {
	color: #4a637b;
  }
  .modal__register {
	border: 2px solid #60a94e !important;
	font-family: var(--ff);
  }
  .modal__register {
	min-width: 19.875rem;
	max-width: 19.875rem;
	margin-left: auto;
	margin-right: auto;
  }
  .modal__grid {
	display: flex;
	justify-content: space-between;
	gap: 24px;
  }
  .modal__flex {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
  }
  .modal__flex-link {
	border: 1px solid #317fff33;
	font-family: var(--ff);
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 12px 0;
	transition: 0.3s ease all;
	color: var(--white);
  }
  .modal__flex-link:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
  }
  .modal__flex-link img {
	max-width: 1.25rem;
  }
  .modal__flex-link > span {
	line-height: 1.4375rem;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  .modal__flex-link:not(.modal__flex-link--fluid) span {
	max-width: 9.75rem;
  }
  .modal__flex-link--fluid {
	grid-column: span 2;
  }
  .modal__flex-link--fluid > span {
	max-width: 13.625rem;
  }
  .modal__path {
	display: flex;
	gap: 12px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 2px solid rgba(198, 12, 100, 0.06);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 0.75rem;
	border-radius: 4px;
  }
  .modal__path li {
	font-family: var(--ff);
	color: #c60c64;
  }
  .modal__path span,
  .modal__path-item {
	display: grid;
	align-items: center;
	justify-items: center;
	place-items: center;
  }
  .modal__path-item img,
  .modal__path-item svg {
	max-width: 1rem;
  }
  .show-modal {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	z-index: 1002;
  }
  .show-modal .modal__body {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  
  button, input {
	  outline: 0;
	  border: 0;
	  cursor: pointer;
  }
  
  /* MODAL END */
