#hero-slider {
	position: relative;
	height: calc(100vh - 90px);
	max-height: 1080px;
	margin: 90px 0 0;
	min-height: 720px;
}

#hero-slider .slick-slide {
	height: calc(100vh - 90px) !important;
	display: flex;
	align-items: flex-end;
	background-size: cover;
	max-height: 1080px;
	min-height: 720px !important;
}

#hero-slider .slick-arrow {
	background: transparent;
	padding: 0;
	height: 50px;
	width: 50px;
	top: 50%;
	transform: translate(-50%);
}

#hero-slider .container .col-offset-1 {
	margin-left: 9.3333% !important;
}

body.dark #hero-slider .slick-arrow {
	background-image: url(../assets/arrow_b.png) !important;
}

.slick-prev:before,
.slick-next:before {
	color: #080808 !important;
}

body.dark .slick .slick-arrow {
	color: #d9d9d9 !important;
}

body.dark .slick-prev:before,
body.dark .slick-next:before {
	color: #E7E7E7 !important;
}

body.dark .slick .slick-arrow:hover::before,
.slick .slick-arrow:hover::after {
	color: #877751 !important;
}

.slick .slick-arrow:hover::before,
.slick .slick-arrow:hover::after {
	color: #747474 !important;
}

#hero-slider .slick-arrow {
	width: 85px !important;
	height: 80px !important;
	background-image: url(../assets/arrowback.png) !important;
	filter: drop-shadow(0px 2px 6px #00000026);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

#hero-slider .hero-slide::after {
	display: none !important;
}

body.dark #hero-slider .hero-slide::after {
	background: linear-gradient(0deg, var(--dark-mode-bg) 17.27%, rgba(128, 128, 128, 0) 86.9%);
}

.slick .slick-arrow,
.slick .slick-arrow:hover::before,
.slick .slick-arrow:hover::after {
	color: var(--primary-black);
}

#hero-slider .hero-slide .row {
	position: relative;
	z-index: 2;
	width: 100%;
}

.hero-slide__content {
	padding: 52px 0 !important;
	max-width: 1548px;
	min-width: 80%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(245, 245, 245, 0.80) 20%, #EAEAEA 50%, rgba(245, 245, 245, 0.80) 80%, rgba(255, 255, 255, 0.00) 100%);
	text-align: center;
	position: relative;
	z-index: 2;
	margin: 0 0 95px;
}

.hero-slide__content:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(245, 245, 245, 0.80) 20%, #EAEAEA 50%, rgb(255 255 255 / 74%) 80%, rgba(255, 255, 255, 0.00) 100%);
	z-index: 0;
	height: 4px;
	width: 100%;
}

.hero-slide__content:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(245, 245, 245, 0.80) 20%, #EAEAEA 50%, rgb(255 255 255 / 74%) 80%, rgba(255, 255, 255, 0.00) 100%);
	z-index: 0;
	height: 4px;
	width: 100%;
}

body.dark .hero-slide__content {
	background: linear-gradient(90deg, rgba(27, 27, 27, 0.00) 0%, rgba(27, 27, 27, 0.80) 20%, #1B1B1B 50%, rgba(27, 27, 27, 0.80) 80%, rgba(27, 27, 27, 0.00) 100%);
}

body.dark .hero-slide__content:before {
	background: linear-gradient(90deg, rgba(27, 27, 27, 0.00) 0%, rgba(27, 27, 27, 0.80) 20%, #1B1B1B 50%, rgba(27, 27, 27, 0.80) 80%, rgba(27, 27, 27, 0.00) 100%);
}

body.dark .hero-slide__content:after {
	background: linear-gradient(90deg, rgba(27, 27, 27, 0.00) 0%, rgba(27, 27, 27, 0.80) 20%, #1B1B1B 50%, rgba(27, 27, 27, 0.80) 80%, rgba(27, 27, 27, 0.00) 100%);
}

.banner_divider {
	position: absolute;
	z-index: 0;
	top: 0;
	opacity: 10%;
	object-fit: cover;
	height: 100%;
	object-position: center;
	left: 0;
	width: 100%;
	pointer-events: none;
}

.hero-slide__content h1 {
	margin-bottom: 8px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30), 0px 2px 6px rgba(0, 0, 0, 0.15);
	font-family: Colus;
	font-size: 64px;
	text-align: center;
	font-weight: 400;
	line-height: 68px;
	letter-spacing: -0.64px;
	background: linear-gradient(1deg, #330303 29.96%, #AA0909 59.13%, #800707 70.15%, #550404 77.5%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

body.dark .hero-slide__content h1 {
	background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}

.hero-slide__content p {
	margin-bottom: 40px !important;
	color: #080808;
	text-align: center;
	font-family: Jost;
	font-size: 28px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 36px !important;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

body.dark .hero-slide__content p {
	color: #D6D6D6;
}

.hero-slide__content .btn {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-family: Colus;
	font-size: 24px !important;
	font-weight: 400;
	line-height: 32px !important;
	text-align: center;
	background-color: inherit;
	cursor: pointer;
	min-height: 52px;
	height: 77px;
	position: relative;
	transform-style: flat;
	transition: all 250ms ease-out;
	filter: drop-shadow(0px 2px 2px #0000004D);
	background-image: url(../assets/redmain.png);
	width: 439px !important;
	color: var(--grey-20);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	z-index: 4;
}

.hero-slide__content .btn:hover {
	color: var(--primary-white);
	filter: drop-shadow(0px 3px 3px #00000073);
	transform: scale(1.02);
}

.files_but:hover {
	color: var(--primary-white);
	filter: drop-shadow(0px 3px 3px #00000073);
}

.change {
	overflow: hidden;
	position: relative;
	color: var(--primary-white);
	height: 302px !important;
	background-color: #333;
	width: 100%;
	max-width: 576px;
	margin: auto;
	display: block;
}

.second_wrapper {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.second_block_obertka {
	border-radius: 30px;
	background: linear-gradient(50deg, rgba(224, 224, 224, 0.85) -29.8%, #F5F5F5 75.37%);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
	padding: 16px !important;
	transition: background .2s linear;
	pointer-events: all;
	transition: all 0.3s ease;
}

.second_block_obertka:hover {
	background: linear-gradient(50deg, rgba(224, 224, 224, 0.85) -29.8%, #F5F5F5 75.37%);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.30), 0px 4px 7px 3px rgba(0, 0, 0, 0.15) !important;
}

body.dark .second_block_obertka:hover {
	box-shadow: 0px 0px 8px 3px #bd9c4945, 0px 3px 5px 1px #bd9c497a !important;
}

.shadow_line {
	position: absolute;
	top: 0;
	width: 100%;
	height: 12px;
	background: rgba(0, 0, 0, 0.12);
}

body.dark .second_block_obertka {
	border-radius: 30px;
	background: linear-gradient(0deg, #27241E 0%, #3D362C 100%), linear-gradient(0deg, #212121 0%, #212121 100%);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}

.second_block_border {
	background: linear-gradient(180deg, #4D4336 0%, #714A27 63.5%, #AA8E75 79%, #5E5548 98.5%);
	border-radius: 20px;
	width: 100%;
	height: 100%;
	padding: 3px;
}

body.dark .second_block_border {
	background: #BD9C49;
}

.second_block_body {
	border-radius: 18px;
	background: linear-gradient(50deg, rgb(224, 224, 224) -29.8%, #F5F5F5 75.37%);
	padding: 24px !important;
	pointer-events: all;
	width: 100%;
	height: 100%;
}

body.dark .second_block_body {
	background: linear-gradient(0deg, #27241E 0%, #3D362C 100%), linear-gradient(0deg, #212121 0%, #212121 100%);
}

body.dark .second_block_body:after {
	border: 1px dotted #8C7946;
}

.pic_pers {
	position: absolute;
	height: 302px;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 3;
}

.second_block_title {
	color: #080808;
	font-family: Colus;
	font-size: 42.001px;
	text-align: left;
	font-weight: 400;
	line-height: 45.001px;
	letter-spacing: -0.336px;
	text-transform: uppercase;
}

.second_block_title span {
	color: #AA0909;
}

body.dark .second_block_title {
	color: #E7E7E7;
}

body.dark .second_block_title span {
	background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body.dark .change {
	border: none !important;
}

.change {
	border: none !important;
}

.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 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, #080808 0%, rgba(0, 0, 0, 0.00) 85.29%);
	padding: 0 0 24px 0;
	min-height: 120px;
	color: inherit;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#index-timer {
	padding: 97px 0 40px !important;
	background: url(../assets/paper.jpg);
	width: 100%;
	height: 100%;
}

#index-timer h2 {
	color: #080808;
	font-family: Colus;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -0.48px;
}

#index-timer h2 span {
	color: #AA0909;
}

body.dark #index-timer h2 {
	color: #E7E7E7;
}

body.dark #index-timer h2 span {
	background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body.dark .timer {
	color: #E7E7E7;
}

.timer_block {
	background: url(../assets/paper.jpg);
	position: relative;
	padding: 12px 0 !important;
	overflow-x: hidden;
	box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
}

body.dark .timer_block {
	background: url(../assets/paper_black.jpg);
}

body.dark #index-timer {
	background: url(../assets/paper_black.jpg);
}

.timer_border {
	background: linear-gradient(180deg, #4D4336 0%, #714A27 63.5%, #AA8E75 79%, #5E5548 98.5%);
	width: 100%;
	height: 100%;
	padding: 6px 0;
}

body.dark .timer_border {
	background: linear-gradient(180deg, #877751 0%, #69582A 63.5%, #8B7336 79%, #65562F 98.5%), linear-gradient(270deg, #4D4336 0.05%, #714A27 63.49%, #8B6849 78.97%, #5E5548 98.45%);
}

.timer_block:before {
	content: "";
	position: absolute;
	bottom: 22px;
	width: 100%;
	left: 0;
	height: 2px;
	background: linear-gradient(270deg, #4D4336 0.05%, #714A27 63.49%, #8B6849 78.97%, #5E5548 98.45%);
}

.timer_block:after {
	content: "";
	position: absolute;
	top: 22px;
	width: 100%;
	left: 0;
	height: 2px;
	background: linear-gradient(270deg, #4D4336 0.05%, #714A27 63.49%, #8B6849 78.97%, #5E5548 98.45%);
}

body.dark .timer_block:before,
body.dark .timer_block:after {
	background: linear-gradient(180deg, #877751 0%, #69582A 63.5%, #8B7336 79%, #65562F 98.5%), linear-gradient(270deg, #4D4336 0.05%, #714A27 63.49%, #8B6849 78.97%, #5E5548 98.45%);
}

#index-bg {
	background: inherit !important;
}

body.dark #index-bg {
	background: inherit !important;
}

#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%;
}

body.dark #map-scrollable {
	border-color: var(--grey-90)
}

body.dark #map-card {
	color: var(--grey-20);
}

#map-scrollable::after,
#map-scrollable::before {
	display: none;
}

.map-item {
	color: var(--grey-30);
}

#section-stages {
	display: flex;
	justify-content: center;
	background: url(../images/index/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;
}

.long {
	position: absolute;
	top: 0px;
	height: 159px;
	object-fit: cover;
	z-index: 1;
	transform: translate(-50%);
	left: 50%;
}

.cloud_head {
	position: relative;
	z-index: 4;
	padding: 0 32px;
}

body.dark .cloud_head img {
	opacity: 0.1;
}

.cloud_title {
	color: #080808;
	font-family: Colus;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -0.48px;
	padding: 56px 0 16px;
	text-align: center;
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.30);
	position: relative;
	z-index: 1;
}

body.dark .cloud_title span {
	background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}

body.dark .cloud_title {
	color: #E7E7E7;
}

.cloud_title span {
	color: #AA0909;
}

#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/index/wiki-left.jpg), url(../images/index/wiki-right.jpg);
	background-position: left center, right center;
	background-repeat: no-repeat;
	height: 512px;
	color: var(--grey-20);
	padding-top: 122px;
}

#section-7 .btn {
	color: var(--primary-black);
	background-color: var(--secondary-aquamarine);
	align-self: center;
}

#section-7 .btn:hover {
	box-shadow: 0px 0px 10px 0px #34FCA6;
}

.second_block {
	padding: 168px 64px !important;
	position: relative;
	display: flex;
	flex-direction: row;
	max-width: 1920px;
	margin: 0 auto;
	flex-wrap: nowrap;
}

.second_block_item {
	width: 100%;
	margin: 0 16px;
}

.animated .btn:hover {
	transform: scale(1.02);
}

.second_block_body:after {
	content: "";
	position: absolute;
	top: 26px;
	width: calc(100% - 54px);
	left: 26px;
	height: calc(100% - 54px);
	border: 1px dotted #997759;
	border-radius: 13px;
	pointer-events: none;
	z-index: 2;
}

@media (max-width: 1630px) {
	.pic_pers {
		right: -30px;
	}
}

@media (max-width: 1440px) {

	#hero-slider .slick-slide {
		height: calc(100vh - 72px) !important;
	}
	
	#hero-slider {
		position: relative;
		height: calc(100vh - 72px);
		max-height: 1080px;
		margin: 72px 0 0;
		min-height: 720px;
		min-height: 720px;
	}

	#hero-slider .slick-arrow {
		top: 42%;
	}

	.hero-slide__content .btn {
		min-height: 52px;
		height: 60px;
		width: 344px !important;
		font-size: 18px !important;
	}

	.hero-slide__content {
		padding: 36px 0 !important;
		margin: 0 0 65px;
	}

	.hero-slide__content h1 {
		font-size: 56px;
		margin-bottom: 0;
	}

	.hero-slide__content p {
		font-size: 26px !important;
		margin-bottom: 22px !important;
	}

	.second_block_body {
		padding: 16px !important;
	}

	.second_block_body:after {
		top: 19px;
		width: calc(100% - 40px);
		left: 19px;
		height: calc(100% - 40px);
	}

	.second_block_obertka {
		padding: 12px !important;
	}

	.second_block_title {
		font-size: 32px;
		line-height: 36px;
	}

	.change {
		height: 235px !important;
	}

	.pic_pers {
		right: 0px;
		height: 230px;
	}
}

@media (max-width: 1280px) {


	.second_block_title {
		text-align: center;
	}

	.second_block_body {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.pic_pers {
		display: none;
	}

	#hero-slider .container .col-offset-1 {
		margin-left: 0 !important;
	}

	.second_block {
		flex-direction: column !important;
		padding: 64px 16px !important;
		align-items: center;
		gap: 16px;
	}

	.second_block .col-4 {
		max-width: 100% !important;
	}

	.change {
		width: 100%;
		min-width: 440px !important;
		height: 175px !important;
	}

	#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/index/wiki-left.jpg);
	}
}

@media (max-width: 900px) {
	.cloud_title {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -0.32px;
	}

	#index-timer h2 {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -0.32px;
	}

	.second_block_title {
		font-size: 28px;
		line-height: 32px;
		letter-spacing: -0.32px;
		text-align: center;
	}
}

@media (max-width: 450px) {
	.change {
		width: 100%;
		min-width: 310px !important;
		height: 175px !important;
	}
}

@media (max-width: 640px) {

	.second_block_body:after {
		content: "";
		position: absolute;
		top: 16px;
		width: calc(100% - 34px);
		left: 16px;
		height: calc(100% - 34px);
		border: 1px dotted #997759;
		border-radius: 10px;
		pointer-events: none;
		z-index: 2;
	}

	.hero-slide__content {
		background: linear-gradient(90deg, rgb(255 255 255 / 34%) 0%, rgba(245, 245, 245, 0.80) 20%, #EAEAEA 50%, rgba(245, 245, 245, 0.80) 80%, rgb(255 255 255 / 34%) 100%);
		margin: 0 0 75px;
	}

	#hero-slider .slick-slide .container {
		padding: 0 !important;
	}

	#hero-slider .slick-slide .container .row {
		padding: 0 !important;
	}

	#hero-slider .slick-slide {
		height: calc(100vh -65px) !important;
	}
	
	#hero-slider {
		position: relative;
		height: calc(100vh - 65px);
		max-height: 1080px;
		margin: 65px 0 0;
		min-height: 720px;
		min-height: 720px;
	}

	.hero-slide__content h1 {
		font-size: 48px;
		line-height: 48px;
	}

	.hero-slide__content p {
		font-size: 20px !important;
		line-height: 24px !important;
	}

	#hero-slider {
		max-height: 720px !important;
		min-height: 720px !important;
	}

	.slick-list {
		max-height: 720px !important;
		min-height: 720px !important;
	}

	#hero-slider .slick-arrow {
		display: none !important;
	}

	#hero-slider .slick-slide {
		min-height: 447px;
	}

	#hero-slider .slick-dots {
		bottom: 28px;
	}

	#hero-slider .slick-slide {
		max-height: 720px !important;
		min-height: 720px !important;
	}

	.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% !important;
		min-width: 100% !important;
		background-size: contain;
		font-size: 20px !important;
	}

	.change {
		margin-bottom: 16px;
		border-radius: 22px !important;
		padding: 8px !important;
	}

	.second_block_border {
		border-radius: 15px;
	}

	.second_block_body {
		border-radius: 12px;
	}

	#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;
}