:root {
	--font-main: "Dusha V5", Tahoma, Arial, sans-serif;
	--font-2: "Inter", Tahoma, Arial, sans-serif;
	--color-main: #fff;
	--color-accent: #ffca64;
}

/* @font-face {
	font-family: "Constantine";
	src: url("../fonts/Constantine.eot");
	src: url("../fonts/Constantine.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Constantine.woff2") format("woff2"),
		url("../fonts/Constantine.woff") format("woff"),
		url("../fonts/Constantine.ttf") format("truetype"),
		url("../fonts/Constantine.svg#Constantine") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Constantine";
	src: url("../fonts/Constantine-Bold.eot");
	src: url("../fonts/Constantine-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Constantine-Bold.woff2") format("woff2"),
		url("../fonts/Constantine-Bold.woff") format("woff"),
		url("../fonts/Constantine-Bold.ttf") format("truetype"),
		url("../fonts/Constantine-Bold.svg#Constantine-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
} */
@font-face {
	font-family: "America XIX";
	src: url("../fonts/AmericaXIX.eot");
	src: url("../fonts/AmericaXIX.eot@") format("embedded-opentype"),
		url("../fonts/AmericaXIX.woff2") format("woff2"),
		url("../fonts/AmericaXIX.woff") format("woff"),
		url("../fonts/AmericaXIX.ttf") format("truetype"),
		url("../fonts/AmericaXIX.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-SemiBold.eot");
	src: url("../fonts/Inter-SemiBold.eot@") format("embedded-opentype"),
		url("../fonts/Inter-SemiBold.woff2") format("woff2"),
		url("../fonts/Inter-SemiBold.woff") format("woff"),
		url("../fonts/Inter-SemiBold.ttf") format("truetype"),
		url("../fonts/Inter-SemiBold.svg") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Bold.woff2") format("woff2"),
		url("../fonts/Inter-Bold.woff") format("woff"),
		url("../fonts/Inter-Bold.ttf") format("truetype"),
		url("../fonts/Inter-Bold.svg") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "BeaufortforLOLRegular";
	src: url("../fonts/BeaufortforLOLRegular.eot");
	src: url("../fonts/BeaufortforLOLRegular.eot") format("embedded-opentype"),
		url("../fonts/BeaufortforLOLRegular.woff2") format("woff2"),
		url("../fonts/BeaufortforLOLRegular.woff") format("woff"),
		url("../fonts/BeaufortforLOLRegular.ttf") format("truetype"),
		url("../fonts/BeaufortforLOLRegular.svg")
			format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "BeaufortforLOLBold";
	src: url("../fonts/BeaufortforLOLBold.eot");
	src: url("../fonts/BeaufortforLOLBold.eot") format("embedded-opentype"),
		url("../fonts/BeaufortforLOLBold.woff2") format("woff2"),
		url("../fonts/BeaufortforLOLBold.woff") format("woff"),
		url("../fonts/BeaufortforLOLBold.ttf") format("truetype"),
		url("../fonts/BeaufortforLOLBold.svg") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* BASIC SETTINGS */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input::placeholder {
	transition: 250ms ease all;
}
input:focus::placeholder {
	opacity: 0;
}
html,
body {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1;
	font-family: var(--font-main);
	font-weight: 400;
	background: #5278a2;
	overflow-x: hidden;
	color: var(--color-main);
}
body {
	height: fit-content;
	width: 100%;
	overflow-y: hidden;
	min-height: 100vh;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	padding: 0;
	margin: 0;
	border: 0;
}

:focus,
a:focus,
a:active :active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

img {
	display: block;
	vertical-align: top;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}
.container {
	max-width: 1380px;
	padding: 0 30px;
	margin: 0 auto;
	width: 100%;
}
.container-big {
	max-width: 2500px;
	padding: 0 30px;
	margin: 0 auto;
}
.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
/* BASIC SETTINGS END*/

.bttn {
	--bttn-scale: 1;

	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: calc(318px * var(--bttn-scale));
	height: calc(63px * var(--bttn-scale));
	text-align: center;
	color: rgb(255, 255, 255);
	font-family: var(--font-main);
	font-size: calc(22px * var(--bttn-scale));
	font-weight: 400;
	line-height: 1;
	background-color: transparent;
	background-image: url(../images/bttn.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.3s all;
}

.bttn:hover {
	transform: scale(1.06);
}

/* btttn */

:root {
	--btttn-w: 390px;
	--btttn-h: 96px;
	--btttn-bg-w: 604px;
	--btttn-bg-h: 196px;
	--btttn-fs: 35px;
	--btttn-scale: 1;
	--btttn-img-url: url(../images/btttn.png);
}

@media screen and (max-width: 1920px) {
	:root {
		--btttn-scale: 0.8;
	}
}

.btttn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	grid-gap: 0.5rem;
	gap: 0.5rem;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	flex-shrink: 0;
	font-style: normal;
	color: rgb(88, 77, 71);
	text-shadow: 0 0 16px rgba(255, 255, 255, 0.71);
	font-size: calc(var(--btttn-fs) * var(--btttn-scale));
	font-weight: 400;
	cursor: pointer;
	transition: 0.2s all;
	box-shadow: none;
	position: relative;
	z-index: 0;
	outline: 0;
	background: transparent;
	border: 0;
	line-height: 1;
	padding: 0.1875rem calc(0.625rem * var(--btttn-scale));
	width: calc(var(--btttn-w) * var(--btttn-scale));
	height: calc(var(--btttn-h) * var(--btttn-scale));
	max-width: 100%;
	text-wrap: balance;
	will-change: transform;
}

.btttn:before {
	display: block;
	content: "";
	position: absolute;
	top: calc(-38px * var(--btttn-scale));
	left: calc(-108px * var(--btttn-scale));
	z-index: -1;
	transition: 0.2s all;
	background-image: var(--btttn-img-url);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
	width: calc(var(--btttn-bg-w) * var(--btttn-scale));
	height: calc(var(--btttn-bg-h) * var(--btttn-scale));
}

.btttn:hover {
	transform: scale(1.04);
}

/* button */
:root {
	--button-w: 512px;
	--button-h: 102px;
	--button-fs: 35px;
	--button-color: rgb(40, 46, 50);
	--button-scale: 1;
	--button-img-url: url(../images/button-color-1.png);
}

@media screen and (max-width: 1920px) {
	:root {
		--button-scale: 0.8;
	}
}

.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	grid-gap: 0.5rem;
	gap: 0.5rem;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	flex-shrink: 0;
	font-style: normal;
	color: var(--button-color);
	font-family: var(--font-0);
	font-size: calc(var(--button-fs) * var(--button-scale));
	font-weight: 400;
	cursor: pointer;
	transition: 0.2s all;
	box-shadow: none;
	position: relative;
	/* text-transform: uppercase; */
	z-index: 0;
	outline: 0;
	background: transparent;
	border: 0;
	line-height: 1;
	padding: 0 calc(0.375rem * var(--button-scale));
	width: calc(var(--button-w) * var(--button-scale));
	height: calc(var(--button-h) * var(--button-scale));
	max-width: 100%;
	text-wrap: balance;
	will-change: transform;
}

.button:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: 0.2s all;
	background-image: var(--button-img-url);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.button:hover {
	transform: scale(1.04);
}

/* button_color_1 */
.button_color_1 {
	--button-img-url: url(../images/button-color-1.png);
	--button-color: rgb(40, 46, 50);
}

/* button_color_2 */
.button_color_2 {
	--button-img-url: url(../images/button-color-2.png);
	--button-color: rgb(255, 255, 255);
}

/* header */

.header__wrapper {
	align-items: center;
	justify-content: space-between;
}
.header__logo {
	cursor: pointer;
	transition: 250ms ease all;
	margin: -10px 0;
}
.header__logo:hover {
	filter: brightness(1.1);
}

.header__logo img {
	height: 70px;
}
.header__left {
	align-items: center;
	gap: 35px;
}
.header-list__wrapper li a {
	color: var(--color-main);
	position: relative;
	transition: 300ms ease all;
	font-weight: 400;
	font-size: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.header-list__wrapper li a .nav-ico {
	filter: drop-shadow(0 0 5px #fff);
	transition: 300ms ease all;
}

.header-list__wrapper li a:hover .nav-ico {
	/* filter: drop-shadow(0 0 5px var(--color-accent)); */
	transform: scale(0.86);
	opacity: 0.6;
}

.header-list__wrapper li {
	gap: 23px;
}
.header-list__wrapper li a:hover {
	color: var(--color-accent);
}
.header-lang-top__img {
	width: 41px;
	height: 41px;
	padding: 3px;
	border: 2px solid #bbbbbb;
	border-radius: 100px;
}
.header-lang-top__img img {
	width: 100%;
	height: 100%;
	border-radius: 100px;
}
.header-list__wrapper {
	gap: 60px;
	align-items: center;
}
.header-list__wrapper li {
	display: flex;
}
.header__right {
	align-items: center;
	gap: 40px;
}
.header-lang__top {
	align-items: center;
	cursor: pointer;
	gap: 12px;
}
.section-list__item:hover .section-list-item__title {
	color: var(--color-accent);
}
.section-list__item:hover .section-list-item__text {
	color: var(--color-accent);
}
.header__lang.active .header-lang__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.header__lang.active .header-lang__top .header-lang-top__text,
.header-lang-dropdown__item:hover .header-lang-top__text {
	color: var(--color-accent);
}

.header-button {
	--button-scale: 0.52;
}

@media screen and (max-width: 1920px) {
	.header-button {
		--button-scale: 0.42;
	}
}

.step {
	background: url(../images/section-3.jpg) no-repeat center center;
	background-size: cover;
	padding: 250px 0 130px;
}
.header-lang-top__text {
	font-weight: 400;
	color: var(--color-main);
	font-size: 17px;
	transition: 250ms ease all;
	text-transform: uppercase;
}
.header-lang-cabinet__text {
	position: absolute;
	font-family: "America XIX";
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
}
.header {
	padding: 14px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.header:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	/* height: 443px;
	background-image: url(../images/nav-bg.png); */
	height: 120px;
	background-image: linear-gradient(
		to bottom,
		rgb(58, 105, 156),
		rgba(82, 119, 162, 0)
	);
	background-color: transparent;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
	pointer-events: none;
}

.header-lang__cabinet img {
	max-width: 240px;
}
.header-lang-cabinet__text {
	font-size: 19px;
}
/* /header */
/* start */
.start {
	background: url(../images/section-1.jpg) no-repeat center center;
	background-size: cover;
}
.header-lang__top:hover .header-lang-top__text {
	color: var(--color-accent);
}
.header__lang .header-lang-top__angle img {
	transition: 250ms ease all;
}
.header__lang.active .header-lang-top__angle img {
	transform: rotate(180deg);
}
.start {
	padding: 180px 0 150px;
}
.start__wrapper {
	margin-top: 200px;
}
.start__logo {
	width: fit-content;
	margin: -50px auto;
	transition: 250ms ease all;
}
.start__logo:hover {
	filter: brightness(1.1);
	transform: scale(1.04);
}
.start__title {
	color: rgb(241, 236, 217);
	text-align: center;
	font-size: 75px;
	line-height: 1;
	margin-bottom: 15px;
}
.start__text {
	font-family: "Inter";
	font-size: 22px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	max-width: 840px;
	margin: 0 auto;
}

.start__btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 50px 0 90px;
}

@media screen and (max-width: 1920px) {
	.start__btns {
		margin: 40px 0 64px;
	}
}

.changes-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}

.changes-slider-button {
	--button-color: rgb(50, 78, 96);
	--button-scale: 0.4;
}

@media screen and (max-width: 1920px) {
	.changes-slider-button {
		--button-scale: 0.4;
	}
}

.start-btn__text {
	position: absolute;
	font-size: 22px;
	font-family: "America XIX";
	color: #fff;
	text-transform: uppercase;
}
.step-button {
	--button-scale: 0.6;
}

@media screen and (max-width: 1920px) {
	.step-button {
		--button-scale: 0.42;
	}
}

.step-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}
.step__subtitle {
	text-align: center;
	font-family: "America XIX";
	color: var(--color-main);
	font-size: 25px;
	text-transform: uppercase;
}
.step .start__title {
	margin-bottom: 30px;
}
.step-list-item__num img {
	width: 130px;
}
.sdti__date {
	font-size: var(--sdti-fs-1);
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	color: var(--sdti-color-1);
	transition: 250ms ease all;
}

.sdti__text {
	font-family: "Inter";
	font-size: var(--sdti-fs-2);
	text-align: center;
	line-height: 1;
	color: var(--sdti-color-2);
}
.start-dates-top__item {
	--sdti-scale: 1;
	--sdti-color-1: rgb(182, 182, 182);
	--sdti-color-2: rgb(182, 182, 182);
	--sdti-fs-1: calc(22px * var(--sdti-scale));
	--sdti-fs-2: calc(16px * var(--sdti-scale));

	width: calc(210px * var(--sdti-scale));
	height: calc(110px * var(--sdti-scale));
	position: relative;
	z-index: 0;
	transition: 250ms ease all;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: calc(5px * var(--sdti-scale)) 0 0 0;
}

.start-dates-top__item.active {
	--sdti-color-1: rgb(72, 72, 71);
	--sdti-color-2: rgb(115, 109, 110);
	--sdti-fs-1: calc(26px * var(--sdti-scale));
	--sdti-fs-2: calc(20px * var(--sdti-scale));
	filter: drop-shadow(0 0 5px #fff);
	top: calc(-20px * var(--sdti-scale));
	z-index: 2;
}

@media screen and (max-width: 1920px) {
	.start-dates-top__item {
		--sdti-scale: 0.8;
	}
}

.start-dates-top__item:hover {
	transform: scale(1.05);
}
.start-dates-top__item:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: calc(330px * var(--sdti-scale));
	height: calc(156px * var(--sdti-scale));
	background-color: transparent;
	background-image: url(../images/start-data-bg.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.start-dates-top__item.active:after {
	background-image: url(../images/start-data-bg-accent.png);
	width: calc(369px * var(--sdti-scale));
	height: calc(174px * var(--sdti-scale));
}
.start-dates-line {
	background: #eceff4;
	height: 2px;
	width: calc(100% - 194px);
	margin-left: 98px;
	margin-top: 45px;
	position: relative;
}
.start-dates-line__item {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #eceff4;
	border-radius: 100px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 5px 2px #d3d6d1;
}
.start-dates-line__item:nth-child(2) {
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.start-dates-line__item:last-child {
	right: 0;
}
.header-lang-dropdown__item {
	gap: 12px;
	align-items: center;
}
.header__lang {
	position: relative;
	z-index: 6;
}
.header-lang__dropdown {
	position: absolute;
	top: calc(100% + 10px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #3b6b9d;
	width: calc(100% + 50px);
	margin-left: -25px;
	padding: 20px 0 20px;
	padding-left: 25px;
	border-radius: 20px;
	opacity: 0;
	visibility: hidden;
	transition: 300ms ease all;
	transform: translateY(-20px);
}
.start-dates-line__item::after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	background: #329ad0;
	border-radius: 100px;
}
.start__dates {
	width: 900px;
	margin: 0 auto;
}
.start-dates__top {
	justify-content: space-between;
}
.start__dates-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}

.step-list-item__num {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	position: relative;
}
.step-list__item {
	width: 515px;
}
.step-list-item-num__text {
	position: absolute;
	text-align: center;
	gap: 3px;
	display: flex;
	flex-direction: column;
	line-height: 1;
}
.step-list-item-num-text__num {
	color: #fff;
	font-size: 26px;
	line-height: 0.6;
}
.step-list-item-num-text__text {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.step-list-item__title {
	font-size: 38px;
	margin-bottom: 4px;
}
.step-list-item-btns__reg img {
	max-width: 220px;
}
.step-list-item__text {
	font-family: "Inter";
	font-size: 18px;
	line-height: 1.2;
	max-width: 520px;
	margin-bottom: 15px;
	text-align: center;
}
.step-list-item-btns__reg {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.step-list-item-btns-reg__text {
	position: absolute;
	color: var(--color-main);
	font-size: 18px;
	text-transform: uppercase;
	font-family: "America XIX";
}
.step-list-item__btns {
	gap: 15px;
	margin-top: 15px;
	justify-content: center;
}
.step-list-item-btns__reg {
	transition: 300ms ease all;
}

.changes-slider-item__btn:hover {
	transform: scale(1.04);
}
.discord-btn:hover {
	transform: scale(1.04);
}
.step-list-item-btns__reg:hover {
	transform: scale(1.04);
}
.step-list-item-btns-reg__text,
.changes-slider-item-btn__text,
.discord-btn__text {
	transition: 250ms ease all;
}
.step-list-item-btns__reg:hover .step-list-item-btns-reg__text,
.changes-slider-item__btn:hover .changes-slider-item-btn__text,
.discord-btn:hover .discord-btn__text,
.shop-list-item__btn:hover .shop-list-item-btn__text {
	color: #ad822c;
}
.changes-slider-item-btn__back {
	position: relative;
}
.changes-slider-item-btn__back img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.changes-slider-item__btn:hover .changes-slider-item-btn__back img {
	opacity: 1;
}
.discord-btn__back {
	position: relative;
}
.discord-btn:hover img:last-child {
	opacity: 1;
}
.discord-btn img {
	transition: 250ms ease all;
}
.discord-btn:hover img:first-child {
	opacity: 0;
}
.discord-btn__back img:last-child {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.changes-slider-item-btn__back img {
	max-width: 176px;
}
.step-list-item-btns__reg img,
.changes-slider-item__btn img,
.discord-btn img {
	transition: 250ms ease all;
}
.step-list-item-btns__reg:hover img,
.changes-slider-item__btn:hover img,
.discord-btn:hover img {
	filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.2));
}
.step-list-item__right {
	margin-left: auto;
	position: relative;
	margin-top: -75px;
}

.header-list__wrapper li a::after {
	transition: 250ms ease all;
}
.header-list__wrapper li a:hover::after {
	background: var(--color-accent);
}
.step-list-item__left:not(:first-child) {
	margin-top: -40px;
}
.step-list-item__title {
	text-align: center;
	line-height: 1;
}
.step-deskr__text {
	font-weight: 700;
	font-family: "Inter";
	text-align: center;
	margin-top: 40px;
	font-size: 21px;
	color: var(--color-main);
}
.step-list-item__left {
	position: relative;
}
.step-list-item__left::after {
	content: "";
	width: 141px;
	z-index: 3;
	height: 89px;
	position: absolute;
	background: url(../images/step-arrow-right.png) no-repeat center center;
	background-size: contain;
	right: -215px;
	bottom: -14px;
}
.section-class {
	display: flex;
	flex-direction: column;
	align-items: unset;
	height: 100vh;
	padding: 180px 0;
	justify-content: center;
	transition: transform 0.3s ease;
}
.section__nav {
	position: fixed;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: fit-content;
	padding-left: 70px;
}
.step-list-item__right::after {
	content: "";
	width: 142px;
	height: 75px;
	position: absolute;
	background: url(../images/step-arrow-left.png) no-repeat center center;
	background-size: contain;
	left: -215px;
	bottom: -14px;
}
.step-list-item__left:last-child:after {
	display: none;
}
/* start end */
.section__nav .container-big {
	display: flex;
}
.section__line {
	width: 2px;
	background: linear-gradient(to bottom, transparent, #fff, transparent);
	height: calc(100% + 100px);
	position: absolute;
	top: -50px;
}
.section__list {
	margin-left: 45px;
	display: flex;
	flex-direction: column;
	gap: 50px;
	position: relative;
	z-index: 0;
}
.section__list:after {
	display: block;
	content: "";
	pointer-events: none;
	background: rgba(92, 128, 176, 0.9);
	position: absolute;
	top: -50px;
	right: -40px;
	bottom: -50px;
	left: -40px;
	z-index: -1;
	border-radius: 20%;
	filter: blur(36px);
}
.section-list-item__title {
	font-family: var(--font-main);
	font-weight: 400;
	transition: 300ms ease all;
	color: #cfcfcf;
	margin-bottom: 4px;
	font-size: 25px;
	position: relative;
	top: -10px;
}
.section-list-item__text {
	font-family: "Inter";
	font-size: 14px;
	transition: 300ms ease all;
	color: #cfcfcf;
	position: relative;
	top: -10px;
}
.section-list__item.swiper-pagination-bullet-active .section-list-item__title {
	color: #fff;
}
.section-list__item.swiper-pagination-bullet-active .section-list-item__text {
	color: #fff;
}
.section-list__item {
	position: relative;
}
.section-list__item--angle--main {
	width: 16px;
	height: 16px;
	border: 2px solid #e8ecf2;
	border-radius: 100px;
	background: #329ad0;
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-list__item--angle::after {
	content: "";
	width: 6px;
	height: 6px;
	background: #eaedf2;
	border-radius: 100px;
	position: absolute;
	transition: 300ms ease all;
	opacity: 0;
	z-index: 1;
	left: 5px;
	top: 5px;
}
.section-list__item--angle--arrow {
	left: 13px;
	position: absolute;
	top: 6px;
	z-index: -1;
	opacity: 0;
	transition: 300ms ease all;
}

.section-list__item.swiper-pagination-bullet-active
	.section-list__item--angle::after {
	opacity: 1;
}
.section-list__item--angle {
	z-index: 2;
	transform: translateY(-50%);
	left: -52px;
	position: absolute;
}
.section-list__item.swiper-pagination-bullet-active
	.section-list__item--angle--arrow {
	opacity: 1;
}
.section-list__item {
	cursor: pointer;
}
.shop-list-item-btn__text {
	font-size: 15px;
	color: var(--color-main);
	position: absolute;
	text-transform: uppercase;
	font-family: "America XIX";
}
.shop-list-item__category {
	position: absolute;
	right: -1px;
	background: #3f51b5;
	z-index: 3;
	color: #fff;
	font-weight: 700;
	width: 115px;
	height: 27px;
	padding: 0;
	transform: rotate(-45deg);
	top: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -26px;
	box-shadow: 0 2px 7px 2px rgb(0 0 0 / 15%);
}
.step-list-item__num {
	position: relative;
}
.step-list__item {
	position: relative;
	z-index: 1;
}
.sli__cloud {
	position: absolute;
	left: 50%;
	opacity: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: 300ms ease all;
	filter: blur(5px);
	pointer-events: none;
}
.step-list-item__title {
	position: relative;
	z-index: 1;
}
.step-list-item__text {
	position: relative;
	z-index: 1;
}
.step-list__item:last-child .sli__cloud {
	top: 60%;
	filter: blur(15px);
}
.step-list-item-btns-reg__back {
	position: relative;
}
.step-list-item-btns-reg__back img {
	transition: 250ms ease all;
}
.step-list-item-btns__reg:hover img:last-child {
	opacity: 1;
}
.step-list-item-btns-reg__back img:last-child {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.step-list-item-btns__reg:hover img:first-child {
	opacity: 0;
}
.step-list__item:hover .sli__cloud {
	transform: translate(-50%, -50%) scale(1.15);
	opacity: 0.3;
}
.shop-list-item__category--sale {
	background: #c70000;
}
.shop-list-item__category--best {
	background: #ed8d00;
}
.shop-list-item__category--new {
	background: green;
}
.shop-list__item {
	background: rgb(114 122 124 / 90%);
	border-radius: 15px;
	padding: 40px 17px;
	overflow: hidden;
	border: 1px solid transparent;
	transition: 250ms ease all;
}
.shop-list__item:hover {
	transform: scale(1.02);
	border: 1px solid #ffd200;
}
.shop-list-item__btn:hover {
	transform: scale(1.05);
}
.shop-list-item__btn img:last-child {
	top: 0;
	left: 0;
}
.shop-list-item__btn:hover img:first-child {
	opacity: 1;
}
.shop-list-item__btn:hover img:last-child {
	opacity: 1;
}
.shop-list-item__text {
	font-family: "America XIX";
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 24px;
}
.shop-list-item__img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.shop-list__item {
	position: relative;
}
.shop-list-item__content {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.shop-list-item__angles img:first-child {
	position: absolute;
	left: 5px;
	top: 43%;
}
.shop-list-item__angles img:nth-child(2) {
	position: absolute;
	left: 5px;
	top: 64%;
}
.shop-list-item__angles img:nth-child(3) {
	position: absolute;
	right: 5px;
	top: 30%;
}
.shop-list-item__angles img:nth-child(4) {
	position: absolute;
	right: 5px;
	top: 51%;
}
.shop-list__item::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 9px;
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	border-radius: 15px;
	border: 1px solid #dddfdf;
}
.shop .container {
	max-width: 1460px;
}
.shop__list {
	background: #ffffff;
	padding: 23px 30px;
	border-radius: 15px;
	border: 1px solid #ffd200;
	display: grid;
	grid-template-columns: repeat(5, calc(20% - 15px));
	justify-content: space-between;
	row-gap: 20px;
	margin-top: 40px;
}
.shop-list-item__btn {
	justify-content: center;
	align-items: center;
	transition: 250ms ease all;
}
.deskr-aside-item-icon__back img {
	transition: 250ms ease all;
}
.deskr-aside__item:first-child {
	padding-top: 0;
}
.deskr-aside__item {
	display: flex;
	align-items: center;
	gap: 20px;
	cursor: pointer;
	padding-bottom: 22px;
	border-bottom: 2px solid #d1d1cb;
	padding-top: 22px;
}
.deskr-aside-item-text__title {
	font-size: 17px;
	color: var(--color-main);
	line-height: 25px;
	font-family: "Inter";
	text-transform: uppercase;
}
.deskr-aside-item-icon__back {
	position: relative;
}
.deskr-aside-item-icon--main {
	position: absolute;
	opacity: 0.2;
	filter: brightness(0.3);
}
.deskr-aside-item__icon {
	position: relative;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
}
.deskr-aside-item-icon__back img:nth-child(2) {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.deskr__content {
	padding: 40px;
	background: #3a5572;
	border-radius: 15px;
	font-size: 16px;
}
.text-area__img {
	border-radius: 15px;
	overflow: hidden;
}
.text-area__img img {
	width: 100%;
}
.deskr__aside {
	padding: 40px;
	width: 410px;
	background: #3a5572;
	border-radius: 15px;
	flex: 0 0 auto;
	margin-right: 15px;
	height: fit-content;
	padding-bottom: 120px;
}
.deskr__wrapper {
	display: flex;
}

.deskr__heading {
	text-align: center;
	display: block;
	margin-bottom: 40px;
	font-size: 40px;
}

@media screen and (max-width: 1920px) {
	.deskr__heading {
		font-size: 30px;
	}
}

@media screen and (max-width: 1200px) {
	.deskr__heading {
		font-size: 24px;
	}
}

.header-static {
	position: relative;
}
.shop {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.changes-slider__item {
	width: 250px;
}
.changes-slider__item {
	width: 230px;
	margin: 0 auto;
	min-height: 380px;
	position: relative;
	border-radius: 15px;
	border: 2px solid #ffffff;
	overflow: hidden;
}
.changes-slider-item__back img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.changes .owl-nav .owl-next,
.changes .owl-nav .owl-prev {
	position: absolute;
	width: 41px;
	height: 69px;
	transition: 300ms ease all;
	right: -96px;
	background: transparent;
	top: 50%;
	transform: translateY(-50%);
}
.changes .owl-nav .owl-next::after {
	content: "";
	background: url(../img/arrow-slider-change.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100%;
	transition: 300ms ease all;
	display: block;
}
.changes .owl-nav .owl-next:hover::after,
.changes .owl-nav .owl-prev:hover::after {
	filter: brightness(1.1);
	transform: scale(1.1);
}
.changes .owl-nav .owl-prev {
	right: unset;
	left: -96px;
}
.changes .owl-nav .owl-prev::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/arrow-slider-change-left.png) no-repeat center center;
	background-size: contain;
	transition: 300ms ease all;
}
.changes .owl-nav .owl-next span {
	display: none;
	}
.changes__slider {
	margin-top: 60px;
	position: relative;
}
.discord-btn {
	align-items: center;
	justify-content: center;
	font-family: "America XIX";
	font-size: 26px;
	transition: 300ms ease all;
	color: #545454;
	width: fit-content;
	margin: 30px auto 0;
}
.discord-btn:hover {
	filter: brightness(1.1);
}
.changes-slider-item__text-box {
	position: absolute;
	bottom: 35px;
	left: 25px;
	right: 24px;
	z-index: 2;
}
.footer__left a {
	display: block;
	color: rgb(207, 207, 207);
	width: fit-content;
	font-size: 14px;
	text-decoration: underline;
	font-family: "Inter";
	font-weight: 400;
}
.footer__center {
	color: rgb(207, 207, 207);
	font-family: "Inter";
	font-size: 18px;
	font-weight: 400;
}
.footer-left__p {
	transition: 250ms ease all;
}
.footer-left__p:hover {
	transform: scale(1.04);
}
.footer-inner {
	position: relative !important;
	z-index: 10;
}
.footer__right {
	display: flex;
	font-family: "Inter";
	align-items: center;
	line-height: 18px;
	gap: 13px;
	transition: 250ms ease all;
	font-weight: 500;
}

.inner-body {
	background-color: #5278a2;
}

.footer__right:hover {
	filter: brightness(1.1);
	transform: scale(1.05);
}
body {
	z-index: 1;
	position: relative;
}
.footer-right-text__subtitle {
	color: #ceb17c;
	line-height: 18px;
	font-size: 14px;
}
.footer-right-text__title {
	color: var(--color-main);
	font-size: 13px;
}

.footer__left {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.footer__wrapper {
	justify-content: space-between;
	align-items: center;
}
.changes {
	background: url(../images/section-2.jpg) no-repeat center center;
	background-size: cover;
}
body.lower {
	overflow: auto;
}
.sections.lower {
	overflow: hidden;
	height: auto;
}
.back {
	background-image: url(../images/bg-repeat.jpg);
	inset: 0;
	margin-inline: auto;
	max-width: 2560px;
	pointer-events: none;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: -1;
	-webkit-mask-image: linear-gradient(
		90deg,
		transparent,
		#000 10%,
		#000 90%,
		transparent
	);
	mask-image: linear-gradient(
		90deg,
		transparent,
		#000 10%,
		#000 90%,
		transparent
	);
	background-repeat: repeat-y;
}
.back:before {
	background-image: url(../images/section-3.jpg);
	background-position: top;
	-webkit-mask-image: linear-gradient(
		to bottom,
		rgb(0, 0, 0) 0%,
		rgb(0, 0, 0) calc(100% - 400px),
		rgba(0, 0, 0, 0) 100%
	);
	mask-image: linear-gradient(0deg, transparent, #000 25%);
	top: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	height: 100%;
	max-height: 1420px;
	z-index: -2;
	mask: linear-gradient(
		to bottom,
		rgb(0, 0, 0) 0%,
		rgb(0, 0, 0) calc(100% - 400px),
		rgba(0, 0, 0, 0) 100%
	);
}
.section-class.lower {
	height: auto;
	padding: 100px 0;
}
.section-class.lower.start {
	padding: 100px 0;
}
.section-class.lower.discord {
	padding: 100px 0 180px;
}
.sections.lower .swiper-scrollbar {
	display: none;
}
.discord__wrapper {
	justify-content: center;
	align-items: center;
	gap: 80px;
}
.discord__left {
	position: relative;
	z-index: 0;
	min-width: 0;
	max-width: 100%;
}

.discord__left:after {
	display: block;
	content: "";
	pointer-events: none;
	background: #5c80b0;
	position: absolute;
	top: -60px;
	right: -40px;
	bottom: 60px;
	left: -40px;
	z-index: -1;
	border-radius: 50%;
	filter: blur(80px);
}

.discord__subtitle {
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
.discord-btn img {
	max-width: 350px;
}

.discord__btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 60px;
	max-width: 100%;
}

.start {
	padding: 180px 0 100px;
}
.discord {
	background: url(../images/section-5.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.discord-btn__text {
	position: absolute;
	text-transform: uppercase;
}
.footer {
	background-color: transparent;
	background-image: url(../images/footer-bg.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 19px 0;
}
.changes-slider-item__btn {
	position: relative;
	display: flex;
	transition: 250ms ease all;
	justify-content: center;
	align-items: center;
}
.changes-slider-item__btn .changes-slider-item-btn__text {
	text-transform: uppercase;
	position: absolute;
}
.changes-slider-item__text-inner {
	font-family: "Inter";
	font-size: 14px;
	color: #ffffff;
	line-height: 1.3;
	text-align: center;
	max-width: 96%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.changes-slider-item__title {
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 15px;
}
.changes-slider__item::before {
	content: "";
	width: 100%;
	height: 200%;
	position: absolute;
	z-index: 1;
	transition: 300ms ease all;
	top: 0;
	background: linear-gradient(
		to bottom,
		transparent,
		rgba(78, 127, 155, 0.8) 44%
	);
}
.changes-slider-item__text {
	overflow: hidden;
	transition: 0.3s;
	max-height: 0;
	opacity: 0;
}
.changes-slider__item:hover .changes-slider-item__text {
	opacity: 1;
	max-height: 200px;
}
.changes-slider__item:hover::before {
	top: -50%;
}
.changes-slider-item__line {
	position: absolute;
	z-index: 1;
	border: 1px solid #ffffff;
	border-radius: 15px;
	right: 7px;
	bottom: 7px;
	top: 7px;
	left: 7px;
}
.changes-slider-item__line img:nth-child(1) {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: -5px;
}
.changes-slider-item__line img:nth-child(2) {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	left: -5px;
}
.changes-slider-item__line img:nth-child(3) {
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	right: -5px;
}
.changes-slider-item__line img:nth-child(4) {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5px;
}
.owl-stage {
	display: flex;
}

.owl-stage-outer {
	overflow: hidden;
}
.drt-left__icon img {
	width: 31px;
}
.discord__right {
	border-radius: 5px;
	overflow: hidden;
}
.discord-right__top {
	background: #5865f2;
	padding: 17px 20px;
	width: 100%;
}
.drt__left {
	align-items: center;
	gap: 10px;
}
.drt-left__text {
	font-family: "Inter";
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}
.discord-right__top {
	justify-content: space-between;
	align-items: center;
}
.drt__members {
	font-size: 13px;
	color: #fff;
	font-family: "Inter";
	gap: 4px;
}
.drt-members__num {
	font-weight: 700;
}
.drblil__icon {
	width: 20px;
	position: relative;
	overflow: hidden;
	border-radius: 100px;
	height: 20px;
}
.drb__list {
	margin-left: 30px;
}
.drb-list__item {
	justify-content: space-between;
	align-items: center;
}
.drb-list-item__left {
	align-items: center;
	gap: 7px;
}
.drblil__icon img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
.drb__title {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
	color: #8a8e94;
	text-transform: uppercase;
	font-family: "Inter";
	margin-bottom: 10px;
}
.drblil__username {
	color: #8a8e94;
	font-family: "Inter";
	font-size: 13px;
}
.drb__list {
	display: flex;
	flex-direction: column;
	gap: 7px;
	max-height: 350px;
	overflow-y: auto;
} /* width */
.drb__list::-webkit-scrollbar {
	width: 20px;
}

/* Track */
.drb__list::-webkit-scrollbar-track {
	background: #1b1c20;
}
.drb__bottom {
	border-top: 1px solid #151618;
	background: #1e1f22;
	padding: 10px 20px;
	color: #4d4f54;
	font-family: "Inter";
}
/* Handle */
.drb__list::-webkit-scrollbar-thumb {
	background: #747577;
}
.drblil__info {
	color: #383a40;
	font-family: "Inter";
	margin-right: 20px;
}
.discord-right__bottom {
	padding-top: 20px;
	background: #1e1f22;
}
.header-list__wrapper li:last-child a::after {
	display: none;
}
.header__menu {
	display: none;
}
.header-inner {
	position: relative;
}
.header__list {
	margin-left: 30px;
}
.footer-inner {
	position: static;
}
.shop {
	min-height: fit-content;
	padding: 120px 0;
}
.text-area {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	color: #ececec;
}
.text-area h1 {
	font-family: "BeaufortforLOLBold";
	color: var(--color-main);
	font-size: 22px;
}

.text-area > *:not(:first-child) {
	margin-top: 40px;
}
.text-area > img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.text-area b {
	font-family: var(--secondary-font);
}
.text-area p b {
	color: #ececec;
}
.text-area p img {
	height: auto !important;
	max-width: 100% !important;
	vertical-align: middle;
}
.text-area ul,
.text-area ol {
	padding-left: 26px;
}
.text-area ul li,
.text-area ol li {
	color: #ececec;
	font-size: 16px;
	line-height: 24px;
	font-family: "Inter";
	padding-left: 0;
}
.text-area ol li {
	padding-left: 0;
}
.text-area ul li::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	left: -24px;
	background: #ffad7d;
	top: 8px;
	transform: rotate(45deg);
}

.text-area ul li::marker,
.text-area ol li::marker {
	color: var(--brand-color);
	font-weight: 700;
}
.text-area ul li:not(:first-child),
.text-area ol li:not(:first-child) {
	margin-top: 15px;
}
.text-area ul li img,
.text-area ol li img {
	vertical-align: middle;
}
.text-area ul li {
	position: relative;
	list-style-type: none;
}
.text-area ul ul:not(:first-child) {
	margin-top: 15px;
}
.icon-stroke__line-text-content {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	line-height: 24px;
	text-shadow: 0 0 8px rgba(255, 240, 210, 0.6);
}
.text-area a {
	color: var(--color-main);
	text-decoration: underline;
	transition: color 0.3s ease-in-out;
}
.text-area a:hover {
	filter: brightness(1.1);
}
.text-area hr {
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.text-area h1,
.text-area h2,
.text-area h3,
.text-area h4,
.text-area h5,
.text-area h6 {
	font-family: "BeaufortforLOLBold";
	color: var(--color-main);
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}
.text-area h1 b,
.text-area h2 b,
.text-area h3 b,
.text-area h4 b,
.text-area h5 b,
.text-area h6 b {
	font-family: var(--primary-font);
}
.anim {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
.anim__smoke.smoke_1 {
	background: url(../img/smoke_1.png);
	background-position: 0 50%;
	width: 100%;
	height: 671px;
	top: -300px;
	-webkit-animation: smoke-1 14s linear infinite;
	animation: smoke-1 14s linear infinite;
	opacity: 1;
}
.anim__smoke.smoke_2 {
	background: url(../img/smoke_2.png);
	background-position: 0 50%;
	width: 100%;
	height: 558px;
	left: 0;
	top: -300px;
	-webkit-animation: smoke-2 10s linear infinite;
	animation: smoke-2 10s linear infinite;
	opacity: 1;
}
.anim__smoke.smoke_3 {
	background: url(../img/smoke_1.png);
	background-position: 0 50%;
	width: 100%;
	height: 671px;
	bottom: -100px;
	-webkit-animation: smoke-3 18s linear infinite;
	animation: smoke-3 18s linear infinite;
	opacity: 1;
	z-index: 1;
}
.anim__smoke.smoke_4 {
	background: url(../img/smoke_2.png);
	background-position: 0 50%;
	width: 100%;
	height: 558px;
	left: 0;
	bottom: -200px;
	-webkit-animation: smoke-4 14s linear infinite;
	animation: smoke-4 14s linear infinite;
	opacity: 1;
	z-index: 1;
}
.anim__sparks.left {
	top: 400px;
	left: -100px;
	-webkit-transform: rotate(-135deg) scale(1.8, -1.8);
	transform: rotate(-135deg) scale(1.8, -1.8);
}
.anim__sparks-spark-1 {
	background: url(../img/spark_1.png) no-repeat;
	width: 764px;
	height: 313px;
	right: 0;
	bottom: -120px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-1 4s linear infinite;
	animation: spark-1 4s linear infinite;
}
.anim__sparks div {
	position: absolute;
}
.anim__sparks-spark-2 {
	background: url(../img/spark_2.png) no-repeat;
	width: 149px;
	height: 335px;
	right: 230px;
	bottom: -320px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-1 4s linear infinite;
	animation: spark-1 4s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.anim__sparks-spark-3 {
	background: url(../img/spark_3.png) no-repeat;
	width: 128px;
	height: 165px;
	right: 280px;
	bottom: -140px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-3 4s linear infinite;
	animation: spark-3 4s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.anim__sparks-spark-4 {
	background: url(../img/spark_4.png) no-repeat;
	width: 794px;
	height: 176px;
	right: 0;
	bottom: -180px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-4 4s linear infinite;
	animation: spark-4 4s linear infinite;
}
.anim__sparks-spark-1 {
	background: url(../img/spark_1.png) no-repeat;
	width: 764px;
	height: 313px;
	right: 0;
	bottom: -120px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-1 4s linear infinite;
	animation: spark-1 4s linear infinite;
}
.anim__sparks-spark-2 {
	background: url(../img/spark_2.png) no-repeat;
	width: 149px;
	height: 335px;
	right: 230px;
	bottom: -320px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-1 4s linear infinite;
	animation: spark-1 4s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.anim__sparks-spark-3 {
	background: url(../img/spark_3.png) no-repeat;
	width: 128px;
	height: 165px;
	right: 280px;
	bottom: -140px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-3 4s linear infinite;
	animation: spark-3 4s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.anim__sparks-spark-4 {
	background: url(../img/spark_4.png) no-repeat;
	width: 794px;
	height: 176px;
	right: 0;
	bottom: -180px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-4 4s linear infinite;
	animation: spark-4 4s linear infinite;
}
@keyframes smoke-1 {
	0% {
		background-position: 0 50%;
	}

	100% {
		background-position: 1166px 50%;
	}
}
@keyframes smoke-2 {
	0% {
		background-position: 0 50%;
	}

	100% {
		background-position: 914px 50%;
	}
}
@keyframes smoke-3 {
	0% {
		background-position: 0 50%;
	}

	100% {
		background-position: 1166px 50%;
	}
}
@keyframes smoke-4 {
	0% {
		background-position: 0 50%;
	}

	100% {
		background-position: 914px 50%;
	}
}
@keyframes spark-1 {
	0% {
		bottom: -320px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1;
	}

	25% {
		bottom: -240px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -160px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: -80px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes spark-3 {
	0% {
		bottom: -140px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1;
	}

	25% {
		bottom: -80px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -20px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 40px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 100px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes spark-4 {
	0% {
		bottom: -180px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1;
	}

	25% {
		bottom: -120px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -60px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 60px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
.text-area h1 {
	font-size: 23px;
	line-height: 33px;
	font-weight: bold;
	text-shadow: 0 0 8px rgba(255, 240, 210, 0.6);
	line-height: 48px;
	margin: 0 auto 16px;
}

.text-area h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: var(--color-main);
}

.spoiler-item__top {
	background: #acacac;
	font-weight: 700;
	color: #2d2d2d;
	cursor: pointer;
	font-family: "BeaufortforLOLRegular";
	font-size: 14px;
	line-height: 30px;
	padding: 7px 13px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.spoiler-item-bottom__content {
	background: #283944;
	font-weight: 400;
	color: #3e3e3e;
	font-family: "BeaufortforLOLRegular";
	font-size: 14px;
	line-height: 1.3;
	padding: 7px 13px;
	border-radius: 0 0 5px 5px;
}
.spoiler {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.spoiler__item.active .spoiler-item-top__angle {
	transform: rotate(180deg);
}
.spoiler-item__bottom {
	opacity: 0;
	transition: 250ms ease all;
	height: 0;
	overflow: hidden;
}
.deskr-aside__item.deskr-aside__item--active .deskr-aside-item-icon--main,
.deskr-aside__item:hover .deskr-aside-item-icon--main {
	opacity: 1;
	filter: brightness(1);
}
.deskr-aside__item.deskr-aside__item--empty {
	cursor: default;
}
.deskr-aside__item.deskr-aside__item--active
	.deskr-aside-item-icon__back
	img:nth-child(2),
.deskr-aside__item:hover .deskr-aside-item-icon__back img:nth-child(2) {
	opacity: 1;
}
.deskr-aside__item.deskr-aside__item--empty
	:hover
	.deskr-aside-item-icon__back
	img:nth-child(2) {
	opacity: 0;
}
.deskr-aside-item-icon--main {
	transition: 250ms ease all;
}
.spoiler__item.active .spoiler-item__bottom {
	opacity: 1 !important;
	visibility: visible !important;
	height: auto !important;
	max-height: 5000px !important;
	overflow: auto !important;
}
.spoiler-item-top__angle {
	background: #ded5b9;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	border-radius: 100px;
	transition: 250ms ease all;
	flex-shrink: 0;
}
.spoiler-item-top__angle img {
	width: 10px;
}
.text-area h3 {
	font-size: 16px;
	line-height: 18px;
	color: var(--color-main);
}

.spoiler-title {
	color: #ececec;
	font-size: 16px;
	font-family: "Inter";
	padding: 0px 0px 20.spoiler-item__toppx 20px;
}

.text-area h4,
.text-area h5,
.text-area h6 {
	font-size: 22px;
	line-height: 26px;
	text-shadow: 0 0 8px rgba(255, 240, 210, 0.6);
	color: #fff;
}

.text-area table {
	width: 100% !important;
	min-width: 700px;
}
.text-area table tr td {
	padding: 16px 20px;
}
.text-area table tr td img {
	vertical-align: middle;
}
.text-area table thead tr td {
	background: #ebc37e;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 18px;
	color: var(--color-main);
	font-family: "Inter";
	border-radius: 5px;
}

.text-area table tbody tr:nth-child(even) td {
	background: #f6d8a3;
	border-radius: 5px;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 16px;
	border-radius: 5px;
}
.text-area table tbody tr:nth-child(odd) td {
	background: #f7ebcf;
	border-radius: 5px;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 16px;
	border-radius: 5px;
}
.text-area table tbody tr td {
	font-size: 14px;
	line-height: 22px;
	color: #6e6e6e;
	font-family: "Inter";
}

.text-area table td {
	border-color: #3c4b70 !important;
	border-width: 1px;
}

.text-area p {
	font-family: "Inter";
	font-size: 16px;
	color: #ececec;
	line-height: 24px;
}

.table-bg {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #303e61;
	padding: 5px;
}
.table-bg::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #213862;
}
.table-bg::-webkit-scrollbar-thumb {
	background-color: var(--brand-color);
}
.table-bg::-webkit-scrollbar-thumb:hover {
	background-color: var(--brand-color);
}
.deskr {
	padding: 100px 0 100px;
}
.spoiler-item-top__text {
	align-items: center;
	gap: 10px;
	line-height: 1.3;
}
.spoiler-item-top__text img {
	max-width: 25px;
}
.section-class {
	position: relative;
}
.section-class::after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	background: #6d858c;
	bottom: -1px;
	left: 0;
}
.start__logo img {
	max-width: min(100%, 450px);
	margin: 0 auto;
}
.deskr__back img {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.deskr .container {
	position: relative;
	z-index: 1;
}
.footer-inner {
	position: relative;
	z-index: 1;
}
.discord {
	padding: 250px 0 300px;
}
.video-header {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	-webkit-mask-box-image: linear-gradient(
		to top,
		transparent 0%,
		white 200px,
		white 100%
	);
}
.video-header__player {
	width: 3000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc((100% - 3000px) / 2);
	z-index: 1;
	object-fit: cover;
	-webkit-mask-box-image: linear-gradient(
		to right,
		transparent 0%,
		white 92px,
		white calc(100% - 68px),
		transparent 100%
	);
}
.container {
	position: relative;
	z-index: 1;
}
.discord__right iframe {
	width: 100%;
	height: 500px;
}
.shop-list-item-btn__back {
	position: relative;
}
.shop-list-item-btn__back img {
	transition: 250ms ease all;
}
.shop-list-item-btn__back img:last-child {
	position: absolute;
	opacity: 0;
}
.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}
.sections {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 94px;
	z-index: 50;
	width: 5px;
	height: calc(100% - 105px);
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: #fff;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #000;
	border-radius: 10px;
	left: 0;
	top: 0;
}
.discord.section-class {
	padding: 180px 0;
}
.owl-nav button {
	font-size: 0;
}
@media screen and (max-width: 2800px) {
	.video-header__player {
		width: 2800px;
		left: calc((100% - 2800px) / 2);
	}
}
@media screen and (max-width: 2600px) {
	.video-header__player {
		width: 2600px;
		left: calc((100% - 2600px) / 2);
	}
}
@media screen and (max-width: 2400px) {
	.video-header__player {
		width: 2400px;
		left: calc((100% - 2400px) / 2);
	}
}
@media screen and (max-width: 2200px) {
	.video-header__player {
		width: 2200px;
		left: calc((100% - 2200px) / 2);
	}
}
@media screen and (max-width: 2000px) {
	.video-header__player {
		width: 2000px;
		left: calc((100% - 2000px) / 2);
	}
}
@media screen and (max-width: 1920px) {
	.header-list__wrapper {
		gap: 50px;
	}
	.deskr {
		padding: 200px 0 250px;
	}
	.shop__list {
		display: grid;
	}
	.shop {
		padding: 110px 0;
	}
	.start__title {
		font-size: 60px;
		margin-bottom: 5px;
	}
	.start__text {
		font-size: 20px;
	}
	.start-btn__text {
		font-size: 21px;
	}
	.header-lang-cabinet__text {
		font-size: 21px;
	}
	.header__right {
		gap: 30px;
	}
	.header-list__wrapper li {
		gap: 20px;
	}
	.header__logo {
		max-width: 85px;
	}

	.step__subtitle {
		font-size: 28px;
	}
	.step .start__title {
		margin-bottom: 20px;
	}
	.step-list-item__text {
		font-size: 19px;
		line-height: 28px;
	}
	.step-list-item-btns__reg img {
		max-width: 240px;
	}
	.step-list-item-btns-reg__text {
		font-size: 18px;
	}
	.section__nav {
		padding-left: 30px;
	}
	.step-list-item__num img {
		max-width: 90px;
	}
	.step-list-item-num-text__num {
		font-size: 32px;
	}
	.step-list-item__title {
		font-size: 28px;
		text-wrap: nowrap;
		margin-bottom: 18px;
	}
	.container {
		max-width: 1250px;
	}
	.step-deskr__text {
		font-size: 23px;
		margin-top: 60px;
	}
	.start__dates {
		width: 900px;
	}
	.step-list-item__right::after {
		width: 154px;
		height: 63px;
		right: -151px;
		bottom: 10px;
	}
	.step-list-item__left::after {
		width: 154px;
		height: 76px;
		right: -151px;
		bottom: 10px;
	}
	.step-list-item__text {
		width: 90%;
		margin: 0 auto;
	}
	.start-dates-line {
		background: rgb(236, 239, 244);
		height: 2px;
		width: calc(100% - 154px);
		margin-left: 78px;
		margin-top: 30px;
	}
	.header {
		padding: 13px 0;
	}
	.header__logo img {
		max-width: 85px;
	}
	.header-list__wrapper li {
		gap: 17px;
	}
	.header__angle {
		bottom: -24px;
		width: 27px;
		height: 27px;
	}
	.header__angle::after {
		width: 15px;
		height: 15px;
	}
	.header-lang-cabinet__text {
		font-size: 19px;
	}
	.changes-slider-item__title {
		font-size: 20px;
	}
	.changes-slider__item {
		width: 255px;
	}
	.changes-slider-item__btn img {
		max-width: 160px;
	}
	.discord__subtitle {
		font-size: 27px;
	}
	.start__text {
		font-size: 18px;
		line-height: 1.4;
		/*! margin-top: 6px; */
		max-width: 710px;
	}
	.discord-btn img {
		max-width: 400px;
	}
	.discord-btn__text {
		font-size: 27px;
	}
	.footer {
		padding: 17px 0;
	}
	.footer__center {
		font-size: 17px;
	}
	.discord__subtitle {
		margin-bottom: 35px;
	}
	.step .container {
		max-width: 1100px;
	}
	.step-list__item {
		width: 415px;
	}
	.step-list-item__right {
		margin-top: -170px;
	}
	.section-class,
	.section-class.lower {
		padding: 180px 0;
	}
	.start {
		padding: 230px 0 180px;
	}
	.discord {
		padding: 180px 0 230px;
	}
	.video-header__player {
		width: 1920px;
		left: calc((100% - 1920px) / 2);
	}
	.sdti__text {
		font-size: 16px;
	}
	.section__nav {
		padding-left: 15px;
	}
	.section__list {
		margin-left: 30px;
	}
	.section__line {
		left: 30px;
	}
	.step-list-item__num img {
		max-width: 100px;
	}
	.step-list-item-num-text__num {
		font-size: 23px;
	}
	.step-list-item-num-text__text {
		font-size: 14px;
	}
	.step-list-item__title {
		font-size: 34px;
		text-wrap: nowrap;
		margin-bottom: 0;
	}
	.step-list-item__text {
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
		text-wrap: nowrap;
	}
	.section-class {
		padding: 180px 0 100px;
	}
	.section-class.lower {
		padding: 100px 0;
	}
	.step-list-item__right {
		margin-top: -110px;
	}
	.step-list-item-btns__reg img {
		max-width: 200px;
	}
	.step-list-item-btns-reg__text {
		font-size: 17px;
	}
	.step-deskr__text {
		font-size: 20px;
		margin-top: 36px;
	}
	.step-list-item__left::after {
		width: 134px;
		height: 66px;
		right: -176px;
		bottom: 16px;
	}
	.step-list-item__right::after {
		width: 140px;
		height: 58px;
		right: -155px;
		bottom: -7px;
		left: -174px;
	}
	.step__subtitle {
		font-size: 23px;
	}
	.changes-slider__item {
		width: 217px;
		min-height: 347px;
	}
	.discord__subtitle {
		font-size: 35px;
		margin-bottom: 25px;
	}
	.discord-btn img {
		max-width: 300px;
	}
	.discord-btn__text {
		font-size: 22px;
	}
	.discord__right {
		width: 350px;
		height: 400px;
	}
	.footer {
		padding: 13px 0;
	}
	.section-list-item__title {
		font-size: 20px;
	}
	.footer__left {
		gap: 9px;
	}
	.footer__center {
		font-size: 16px;
	}
	.footer-right__logo img {
		max-width: 32px;
	}
	.changes__slider {
		width: 950px;
		margin: 50px auto 0;
	}
	.changes-slider-item__title {
		font-size: 20px;
	}
	.changes .owl-nav .owl-next,
	.changes .owl-nav .owl-prev {
		width: 34px;
		height: 60px;
	}
	.swiper-container-vertical > .swiper-scrollbar {
		top: 85px;

		height: calc(100% - 95px);
	}
}

@media screen and (max-width: 1600px) {
	.header__logo img {
		max-width: 85px;
	}
	.step-list-item__right {
		margin-top: -100px;
	}
	.deskr .container {
		max-width: 1250px;
	}
	.text-area > *:not(:first-child) {
		margin-top: 35px;
	}
	.deskr__aside {
		padding: 30px;
		width: 367px;
		padding-bottom: 70px;
	}
	.deskr {
		padding: 150px 0 150px;
	}
	.header-list__wrapper li a {
		font-size: 15px;
	}
	.header__left {
		gap: 25px;
	}
	.header-list__wrapper li a {
		gap: 15px;
	}
	.header-list__wrapper {
		gap: 15px;
	}
	.header-list__wrapper li a::after {
		width: 9px;
		height: 9px;
	}
	.header-lang-top__img {
		width: 35px;
		height: 35px;
	}
	.header-lang-cabinet__text {
		font-size: 20px;
	}
	.header {
		padding: 18px 0;
	}
	.start__logo {
		margin-bottom: 25px;
	}
	.start__title {
		font-size: 50px;
		margin-bottom: 0;
	}
	.start__text {
		font-size: 18px;
	}
	.start-btn__text {
		font-size: 23px;
	}
	.section-list-item__title {
		font-size: 17px;
	}
	.start__dates {
		width: 800px;
	}

	.sdti__date {
		font-size: 24px;
	}
	.sdti__text {
		font-size: 16px;
	}
	.start-dates-top__item {
		width: 187px;
		padding: 16px 21px;
	}
	.start-dates-line {
		margin-left: 85px;
		width: calc(100% - 170px);
	}
	.step__subtitle {
		font-size: 26px;
	}
	.step-list-item__num img {
		max-width: 80px;
	}
	.step-list-item-num-text__num {
		font-size: 28px;
	}
	.step-list-item-num-text__text {
		font-size: 15px;
	}
	.step-list-item__num {
		margin-bottom: 15px;
	}
	.step-list-item__title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.header__angle {
		width: 26px;
		height: 26px;
		bottom: -23px;
	}
	.header__angle::after {
		width: 13px;
		height: 13px;
	}
	.changes-slider__item {
		width: 260px;
		min-height: 368px;
	}
	.changes__slider {
		margin-top: 30px;
		position: relative;
		max-width: 83%;
		margin: 40px auto 0;
	}
	.changes .owl-nav .owl-next,
	.changes .owl-nav .owl-prev {
		width: 28px;
		height: 58px;
		right: -55px;
	}
	.changes .owl-nav .owl-prev {
		left: -55px;
	}
	.container {
		max-width: 1150px;
	}
	.step-list-item__text {
		font-size: 18px;
		line-height: 25px;
	}
	.step-list-item-btns__reg img {
		max-width: 220px;
	}
	.step-list-item-btns-reg__text {
		font-size: 17px;
	}
	.step-deskr__text {
		font-size: 19px;
		margin-top: 40px;
	}
	.step-list-item__right::after {
		left: -171px;
	}
	.discord__subtitle {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.start__text {
		max-width: 607px;
	}
	.discord-btn img {
		max-width: 350px;
	}
	.discord-btn__text {
		font-size: 24px;
	}
	.section__list {
		gap: 40px;
	}
	.drt-left__text {
		font-size: 18px;
	}
	.discord-btn {
		margin: 40px auto 0;
	}
	.drt-left__icon img {
		width: 28px;
	}
	.drb__title {
		font-size: 14px;
	}
	.drb__list::-webkit-scrollbar {
		width: 15px;
	}
	.footer {
		padding: 15px 0;
	}
	.footer-right__logo img {
		width: 34px;
	}
	.footer__center {
		font-size: 15px;
	}
	.step-list__item {
		width: 434px;
	}
	.step-list-item__title {
		text-wrap: wrap;
	}
	.start {
		padding: 210px 0 150px;
	}
	.section-class,
	.section-class.lower {
		padding: 150px 0;
	}
	.discord {
		padding: 150px 0 200px;
	}
	.start {
		padding: 210px 0 150px;
	}
	.video-header__player {
		width: 1600px;
		left: calc((100% - 1600px) / 2);
	}
	.header {
		padding: 12px 0;
	}
	.start-btn__text {
		font-size: 21px;
	}
	.sdti__date {
		font-size: 21px;
	}
	.sdti__text {
		font-size: 15px;
	}
	.step-list-item__num img {
		max-width: 90px;
	}
	.header__logo img {
		max-width: 80px;
	}
	.header__left {
		gap: 20px;
	}
	.header-list__wrapper li a {
		font-size: 14px;
	}
	.header-lang-top__img {
		width: 31px;
		height: 31px;
	}
	.header-lang-cabinet__text {
		font-size: 18px;
	}
	.header__angle {
		width: 24px;
		height: 24px;
		bottom: -21px;
	}
	.step__subtitle {
		font-size: 22px;
	}
	.step-list-item-num-text__text {
		font-size: 14px;
	}
	.step-list-item-num-text__num {
		font-size: 22px;
	}
	.step-list-item__title {
		font-size: 30px;
		margin-bottom: 0;
	}
	.step-list-item__text {
		font-size: 15px;
	}
	.step-list-item-btns__reg img {
		max-width: 175px;
	}
	.step-list-item-btns-reg__text {
		font-size: 15px;
	}
	.step-list__item {
		width: 489px;
	}
	.step-list-item__right {
		margin-top: -71px;
	}
	.section-class {
		padding: 180px 0 100px;
	}
	.section-class.lower {
		padding: 100px 0;
	}
	.start__text {
		font-size: 16px;
	}
	.changes-slider__item {
		width: 213px;
		min-height: 353px;
	}
	.changes__slider {
		max-width: 750px;
		margin: 30px auto 0;
	}
	.discord__wrapper {
		gap: 40px;
		max-width: 900px;
		margin: 0 auto;
	}
	.discord__subtitle {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.discord__right {
		flex: 0 0 auto;
	}
	.discord-btn img {
		max-width: 280px;
	}
	.discord-btn__text {
		font-size: 21px;
	}
	.footer {
		padding: 11px 0;
	}
	.swiper-container-vertical > .swiper-scrollbar {
		top: 79px;
		height: calc(100% - 87px);
	}
}
@media screen and (max-width: 1366px) {
	.container-big {
		padding: 0 15px;
	}
	.step-list__item {
		width: 50%;
	}
	.step-list-item__left::after {
		display: none;
	}
	.step-list-item__right::after {
		display: none;
	}
	.step-list-item__right {
		margin-top: 40px;
		margin-left: unset;
	}
	.step-list-item__left:not(:first-child) {
		margin-top: 40px;
	}
	.step-list__item {
		width: 100%;
	}
	.shop__list {
		grid-template-columns: repeat(4, calc(25% - 15px));
		padding: 20px;
	}
	.deskr__aside {
		width: 36%;
	}
	.deskr__content {
		width: 62%;
	}
	.shop {
		padding: 80px 0;
	}

	.header {
		padding: 15px 0;
	}
	.header__logo img {
		max-width: 75px;
	}
	.header-list__wrapper li a {
		font-size: 14px;
	}
	.header-lang-top__img {
		width: 30px;
		height: 30px;
	}
	.video-header__player {
		width: 1366px;
		left: calc((100% - 1366px) / 2);
	}
	.header-lang-top__text {
	}
	.header-lang-cabinet__text {
		font-size: 18px;
	}
	.start__logo {
		margin-bottom: 15px;
	}
	.start__title {
		font-size: 50px;
		margin-bottom: 0;
	}
	.start-btn__text {
		font-size: 21px;
	}
	.start__text {
		max-width: 626px;
		font-size: 18px;
		line-height: 25px;
	}
	.section-class,
	.section-class.lower {
		padding: 120px 0 100px;
	}
	.sdti__date {
		font-size: 21px;
	}
	.sdti__text {
		font-size: 15px;
	}
	.start-dates-top__item {
		width: 169px;
		padding: 12px 12px;
		border-radius: 10px;
	}
	.start__dates {
		width: 650px;
	}
	.start-dates-line {
		margin-left: 77px;
		width: calc(100% - 152px);
	}
	.step .start__title {
		margin-bottom: 20px;
	}
	.section-list-item__title {
		display: none;
	}
	.section-list-item__text {
		display: none;
	}
	.section__list {
		gap: 76px;
	}
	.step-list-item__num img {
		max-width: 90px;
	}
	.step-list-item__title {
		font-size: 30px;
		margin-bottom: 0;
	}
	.step-list-item-num-text__num {
		font-size: 25px;
	}
	.step-list-item-num-text__text {
		font-size: 11px;
	}
	.step-list-item__text {
		font-size: 15px;
		line-height: 19px;
	}
	.step-list-item-btns__reg img {
		max-width: 180px;
	}
	.step-list-item-btns-reg__text {
		font-size: 15px;
	}
	.step__wrapper {
		width: 85%;
		margin: 0 auto;
	}
	.step-deskr__text {
		font-size: 16px;
		margin-top: 34px;
	}
	.start__text {
		max-width: 593px;
		font-size: 16px;
		line-height: 24px;
	}
	.changes-slider-item__title {
		font-size: 18px;
	}
	.discord-btn img {
		max-width: 320px;
	}
	.discord__subtitle {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.drb__list {
		max-height: 300px;
		margin-left: 20px;
	}
	.footer__left a {
		font-size: 13px;
	}
	.footer__center {
		font-size: 14px;
	}
	.drt-left__icon img {
		width: 25px;
	}
	.drt-left__text {
		font-size: 16px;
	}
	.discord-right__top {
		padding: 14px 16px;
	}
	.header-list__wrapper li a {
		font-size: 17px;
	}
	.header-list__wrapper li a .nav-ico {
		max-height: 20px;
	}
	.header-list__wrapper li {
		gap: 15px;
	}
	.header__left {
		gap: 20px;
	}
	.sli__cloud img {
		width: 100%;
	}
	.step-list-item__btns {
		position: relative;
		z-index: 2;
	}
	.start {
		padding: 170px 0 100px;
	}
	.discord {
		padding: 120px 0 170px;
	}
	.section__line {
		left: 15px;
	}
	.header-lang-cabinet__text {
		font-size: 16px;
	}
	.header__right {
		gap: 20px;
	}
	.header__logo img {
		max-width: 70px;
	}
	.step__list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding-top: 10px;
	}
	.step-list__item {
		margin-top: 0;
		width: 50%;
	}
	.changes-slider__item {
		width: 211px;
		min-height: 330px;
	}
	.changes__slider {
		max-width: 700px;
	}
	.discord__wrapper {
		max-width: 980px;
	}
	.discord-btn img {
		max-width: 280px;
	}
	.section-class {
		padding: 172px 0 100px;
	}
	.section-class.lower {
		padding: 100px 0;
	}
}
@media screen and (max-width: 1200px) {
	.header:after {
		height: 100%;
		background: rgba(59, 107, 157, 0.9);
	}

	.header__logo img {
		max-width: 65px;
		height: 46px;
	}
	.header-list__wrapper li a {
		font-size: 16px;
	}
	.header-list__wrapper li {
		gap: 19px;
	}
	.shop__list {
		grid-template-columns: repeat(3, calc(33.3% - 15px));
	}
	.video-header {
		display: none;
	}
	.shop-list-item__img img {
		max-width: 180px;
	}
	.deskr__wrapper {
		flex-direction: column;
	}
	.shop {
		padding: 60px 0;
	}
	.shop-list-item__text {
		font-size: 14px;
		line-height: 20px;
	}
	.shop-list-item__btn img {
		max-width: 190px;
	}
	.shop-list-item-btn__text {
		font-size: 14px;
	}
	.footer-inner {
		margin-top: 0 !important;
	}
	.header__menu {
		display: flex;
		flex-direction: column;
		gap: 7px;
		position: relative;
		width: 29px;
	}
	.header__menu span {
		width: 100%;
		height: 2px;
		background: #fff;
		transition: 250ms ease all;
		position: relative;
		display: block;
	}
	.header-list__wrapper {
		background: rgba(59, 107, 157, 0.9);
		position: absolute;
		width: 100%;
		height: auto;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 0;
		visibility: hidden;
		transition: 250ms ease all;
		top: calc(100% + 60px);
		box-sizing: border-box;
		padding: 20px 0;
	}
	.header-list__wrapper.active,
	.header__right.active {
		opacity: 1;
		visibility: visible;
	}
	.header__menu {
		cursor: pointer;
	}
	.header__right {
		display: flex;
		position: absolute;
		top: 100%;
		background: rgba(59, 107, 157, 0.9);
		width: 100%;
		left: 0;
		height: 60px;
		justify-content: center;
		align-items: center;
		padding: 10px 0;
		opacity: 0;
		visibility: hidden;
		transition: 250ms ease all;
		gap: 10px;
	}
	.header__menu.active span:first-child {
		transform: rotate(45deg);
		top: 9px;
	}
	.header__menu.active span:nth-child(2) {
		opacity: 0;
	}
	.header__menu.active span:last-child {
		transform: rotate(-45deg);
		top: -9px;
	}
	.section__nav {
		display: none;
	}
	.section-class,
	.section-class.lower {
		height: fit-content;
	}
	.section-class,
	.section-class.lower {
		padding: 60px 0;
	}
	.start {
		padding: 120px 0 60px;
	}
	.changes-slider__item {
		width: 231px;
		min-height: 343px;
	}
	.footer__center {
		width: 499px;
		text-align: center;
	}
	.footer {
		position: static;
		margin-top: 60px;
	}
	.discord {
		padding-bottom: 0;
	}
	.deskr__aside {
		width: 100%;
		padding-bottom: 30px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.deskr__content {
		width: 100%;
		font-size: 14px;
	}
	.deskr {
		padding: 100px 0;
	}
	.section-class .header__angle {
		display: flex;
		bottom: -21px;
	}
	.section-class::after {
		display: block;
	}
	.start {
		padding: 140px 0 80px;
	}
	.discord {
		padding: 80px 0 0;
	}
	.footer {
		margin-top: 80px;
	}
	.changes-slider__item {
		width: 216px;
	}
	.sections {
		overflow: auto;
	}
	.swiper-scrollbar {
		display: none;
	}
	.section-class.lower.discord,
	.discord.section-class {
		padding: 100px 0 0px;
	}
	.header__right {
	}
}
@media screen and (max-width: 992px) {
	.header {
		padding: 10px 0;
	}

	.header-list__wrapper li {
		width: 33.3%;
	}
	.shop__list {
		grid-template-columns: repeat(3, calc(33.3% - 15px));
	}

	.header-list__wrapper {
		flex-wrap: wrap;
	}
	.header-list__wrapper {
	}
	.deskr {
		padding: 70px 0;
	}
	.deskr__aside {
		padding: 20px;
	}
	.deskr-aside-item-icon__back img {
		width: 55px;
	}
	.deskr-aside-item-icon--main img {
		max-width: 20px;
	}
	.deskr-aside__item {
		gap: 15px;
	}
	.deskr-aside-item-text__title {
		font-size: 16px;
	}
	.deskr-aside__item {
		padding-bottom: 17px;
	}
	.deskr-aside__item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.text-area > *:not(:first-child) {
		margin-top: 25px;
	}
	.text-area h1 {
		font-size: 21px;
		line-height: 27px;
	}
	.text-area p {
		font-size: 14px;
	}
	.text-area h2 {
		font-size: 19px;
	}
	.text-area ul li,
	.text-area ol li {
		font-size: 14px;
		line-height: 22px;
	}
	.table-box {
		overflow: auto;
		border: 1px solid #ebc37e;
		border-radius: 5px;
		padding: 2px;
		padding-bottom: 5px;
	}
	.table-box::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}

	/* Track */
	.table-box::-webkit-scrollbar-track {
		background-color: #eee;
	}

	/* Handle */
	.table-box::-webkit-scrollbar-thumb {
		background: #ebc37e;
		border-radius: 10px;
	}

	.text-area table {
		width: 100%;
		overflow: auto;
		max-width: fit-content;
	}
	.text-area tbody,
	.text-area thead {
		width: 700px;
	}
	.header-list__wrapper li::after {
		display: none;
	}
	.header-list__wrapper li {
		width: 24.3%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header-lang-cabinet__text {
		font-size: 17px;
	}
	.start__title {
		font-size: 40px;
		margin-bottom: 0;
	}
	.start__text {
		max-width: 525px;
		font-size: 15px;
	}
	.start-btn__text {
		font-size: 19px;
	}
	.sdti__date {
		font-size: 17px;
	}
	.sdti__text {
		font-size: 14px;
	}
	.start-dates-top__item {
		width: 149px;
	}
	.start-dates-line {
		margin-left: 67px;
		width: calc(100% - 133px);
	}
	.step__subtitle {
		font-size: 20px;
	}
	.section-class,
	.section-class.lower {
		padding: 50px 0;
	}
	.start {
		padding: 110px 0 50px;
	}
	.step-list-item__left::after,
	.step-list-item__right::after {
		display: none;
	}
	.step-list__item.step-list-item__right {
		margin-left: unset;
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.step-list-item__left:not(:first-child) {
		margin-top: unset;
	}
	.step__list {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 35px;
		margin-bottom: 10px;
	}
	.start__text {
		max-width: 555px;
	}
	.changes-slider__item {
		width: 210px;
		min-height: 302px;
	}
	.changes-slider-item__title {
		font-size: 15px;
		text-align: center;
		width: 100%;
	}
	.changes-slider-item-btn__text {
		font-size: 14px;
	}
	.changes__slider {
		margin: 30px auto 0;
		max-width: 500px;
	}
	.discord__wrapper {
		flex-direction: column;
		gap: 50px;
		min-width: 0;
		max-width: 100%;
	}
	.discord {
		padding-bottom: 0;
	}
	.footer__center {
		width: 298px;
		text-align: center;
		line-height: 18px;
	}
	.discord__subtitle {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.discord-btn img {
		max-width: 280px;
	}
	.discord-btn__text {
		font-size: 21px;
	}
	.discord-btn {
		margin: 30px auto 0;
	}
	.changes-slider-item__text-box {
		left: 30px;
		right: 30px;
		bottom: 20px;
	}
	.changes-slider-item__btn img {
		max-width: 140px;
	}
	.step-list-item__title {
		font-size: 30px;
	}
	.step-list-item-btns__reg img {
		max-width: 165px;
	}
	.step-list-item-btns-reg__text {
		font-size: 14px;
	}
	.step-deskr__text {
		font-size: 15px;
		margin-top: 0;
	}
	.spoiler-item__top {
		font-size: 13px;
	}
	.spoiler-item-bottom__content {
		font-size: 12px;
	}
	.deskr__content {
		padding: 25px;
	}
	.section-class,
	.section-class.lower {
		padding: 70px 0;
	}
	.start,
	.section-class.lower.start {
		padding: 70px 0;
	}
	.discord {
		padding-bottom: 0 !important;
	}
	.header-list__wrapper li a {
		font-size: 15px;
	}
	.step-list-item__text {
		text-wrap: wrap;
	}
}
@media screen and (max-width: 768px) {
	.sli__cloud {
		display: none;
	}
	.shop-list-item__img img {
		max-width: 150px;
	}
	.shop__list {
		grid-template-columns: repeat(2, calc(50% - 15px));
	}
	.start__dates {
		width: 100%;
	}
	.start__title {
		font-size: 34px;
	}
	.start__text {
		font-size: 14px;
	}
	.footer__wrapper {
		flex-direction: column;
		gap: 30px;
	}
	.footer__left a {
		text-align: center;
		margin: 0 auto;
	}
	.step-list__item {
		width: 100%;
	}
	.step-deskr__text {
		margin-top: 40px;
	}
	.changes__slider {
		max-width: 450px;
	}
	.footer__left {
		flex-direction: row;
		gap: 20px;
	}
	.step__subtitle {
		top: -5px;
	}
	.step-list-item__text {
		text-wrap: wrap;
	}
	.step__wrapper {
		width: 100%;
	}
	.footer {
		padding: 32px 0;
	}
}
@media screen and (max-width: 576px) {
	.header__angle {
		display: none;
	}
	.header__lang {
		z-index: 6;
	}
	.header-lang__dropdown {
		padding: 12px 0 12px;
		padding-left: 25px;
	}
	.shop__list {
		grid-template-columns: repeat(1, calc(100%));
	}
	.header-list__wrapper li a {
		font-size: 20px;
	}
	.header-list__wrapper li a .nav-ico {
		display: none;
	}
	.header-list__wrapper li {
		width: 100%;
	}
	.header-list__wrapper {
		padding: 32px 0;
		text-align: center;
		height: fit-content;
		bottom: unset;
		top: calc(100% + 117px);
	}
	.header__right {
		flex-direction: column;
		height: 117px;
	}
	.start-dates-line {
		display: none;
	}
	.start-dates__top {
		gap: 30px;
		flex-direction: column;
	}
	.start-dates-top__item {
		width: 100%;
		top: 0 !important;
	}
	.step__subtitle {
		font-size: 14px;
	}
	.start__title {
		font-size: 30px;
	}
	.step-list-item__title {
		font-size: 24px;
		line-height: 21px;
	}
	.step-list-item__text {
		font-size: 14px;
		line-height: 19px;
		width: 90%;
		margin: 0 auto;
	}
	.step-list-item__btns {
		flex-direction: column;
		align-items: center;
	}
	.discord__right {
		width: 95%;
	}
	.discord-right__top {
		padding: 14px 16px;
		flex-direction: column;
		gap: 14px;
	}
	.drb__bottom {
		font-size: 13px;
	}
	.changes__slider {
		max-width: 250px;
	}
	.discord__right {
		margin: 0 auto;
		width: fit-content;
		max-width: 100%;
		min-width: 0;
	}
	.changes-slider__item {
		width: 250px;
	}
	.footer {
		padding: 32px 0;
	}
	.footer__left {
		flex-wrap: wrap;
	}
}

/* server */

.server {
	--server-scale: 0.9;
	--server-status-icon: url(../images/server-status-off.png);
	--server-status-color: rgb(255, 89, 89);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 0;
}

.server-on {
	--server-status-icon: url(../images/server-status-on.png);
	--server-status-color: rgb(206, 255, 89);
}

.server-status-ico {
	width: calc(35px * var(--server-scale));
	height: calc(42px * var(--server-scale));
	background-image: var(--server-status-icon);
	background-size: contain;
	background-repeat: no-repeat;
}

.server-title {
	font-size: calc(23px * var(--server-scale));
	font-weight: 400;
	line-height: 1;
	color: rgb(255, 255, 255);
}

.server-rate {
	color: rgb(236, 215, 134);
}

.server-about {
	position: absolute;
	top: calc(100% + 30px);
	border: 2px solid #fff;
	border-radius: 7px;
	box-sizing: border-box;
	padding: 3px;
	left: 50%;
	transform: translateX(-50%) translateY(0px);
	min-width: 260px;
	width: max-content;
	max-height: 400px;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s all;
}

.server:hover .server-about {
	opacity: 1;
	visibility: visible;
}

.server-about:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	background-color: transparent;
	background-image: url(../images/server-about-decor.png@v0);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	/* width: 140px; */
	height: 39px;
}

.server-about-inner {
	background-color: rgba(34, 64, 95, 0.8);
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	padding: 16px 20px;
	display: grid;
	gap: 5px;
}

.server-desc {
	font-family: tahoma;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	color: rgb(189, 203, 216);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.server-desc-value {
	color: #fff;
}

.server-status {
	color: var(--server-status-color);
}

/* servers */

.servers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.servers-mobile {
	display: none;
	margin-top: 30px;
}

@media screen and (max-width: 1200px) {
	.servers-mobile {
		display: block;
	}

	.servers {
		flex-wrap: wrap;
	}
}

/* scl */

.scl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 26px;
}

.scl-item {
	color: rgb(255, 255, 255);
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	gap: 10px;
	transition: 0.2s all;
}

.scl-img {
	display: block;
	max-height: 25px;
	filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.scl-item:hover {
	color: var(--color-accent);
}

.mobile-scl {
	display: none;
}

@media screen and (max-width: 1920px) {
	.scl-item {
		font-size: 18px;
	}
	.scl-img {
		max-height: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.scl-text {
		display: none;
	}
	.mobile-scl {
		display: block;
	}
}

/* bar */

.bar {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 60px;
	background-color: rgba(58, 85, 114, 0.46);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	pointer-events: all;
	transition: 0.2s all;
}

.nav-scroll .bar {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-20px);
}

@media screen and (max-width: 1920px) {
	.bar {
		height: 50px;
	}
}

@media screen and (max-width: 1200px) {
	.bar {
		display: none;
	}
}

.bar-container-big {
	width: 100%;
}

.bar-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.bar-scl {
	margin-right: auto;
}

.bar-servers {
	box-sizing: border-box;
	padding-right: 60px;
}

/* arrow */
.arrow {
	background-color: transparent;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 42px;
	height: 70px;
	flex-shrink: 0;
	cursor: pointer;
	transition: 0.2s all;
}

.arrow:hover {
	filter: brightness(120%);
}

.arrow_prev {
	background-image: url(../img/arrow-slider-change-left.png);
}

.arrow_next {
	background-image: url(../img/arrow-slider-change.png);
}

.arrow.swiper-button-disabled {
	opacity: 0.3;
	pointer-events: none;
}

/* arrows */
.arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
}

/* media */
:root {
	--media-link-scale: 0.8;
}

.media {
	max-width: 100%;
	min-width: 0;
	position: relative;
	z-index: 0;
	margin-top: 20px;
}

.media__swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	transform: translate3d(0px, 0, 0);
}

.media__content {
	max-width: 100%;
	min-width: 0;
}

.media__arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 20px;
	gap: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (min-width: 1200px) {
	.media__arrows {
		margin: 0;
	}
	.media__arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
	.media__arrow_prev {
		left: 0;
	}
	.media__arrow_next {
		right: 0;
	}
}

@media (min-width: 1800px) {
	.media__arrow_prev {
		left: -60px;
	}
	.media__arrow_next {
		right: -60px;
	}
}

.media__list {
	overflow: hidden;
	padding: 40px 0;
}

.media__slide {
	flex-shrink: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 50px;
	height: 400px;
	--media-link-scale: 0.6;
}

.media__slide .media__item:first-child:last-child {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
	--media-link-scale: 0.8;
}

.media__slide .media__item:first-child:nth-last-child(2) {
	grid-column: 1 / span 2;
	grid-row: 1 / span 1;
	--media-link-scale: 0.6;
}

.media__slide .media__item:nth-child(2):nth-last-child(1) {
	grid-column: 1 / span 2;
	grid-row: 2 / span 1;
	--media-link-scale: 0.6;
}

.media__item {
	position: relative;
	z-index: 0;
	display: flex;
}

.media__item:after {
	display: block;
	content: "";
	position: absolute;
	top: -39px;
	right: 0;
	bottom: -7px;
	left: 0;
	background-color: transparent;
	background-image: url(../images/stream-dec-top.png),
		url(../images/stream-dec-bottom.png);
	background-size: 183px 39px, 183px 7px;
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	pointer-events: none;
	z-index: -1;
}

.media__item:nth-child(2):after {
	transform: rotate(180deg) translateY(-32px);
}

.media__item-inner {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	background-image: url(../images/stream-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	clip-path: polygon(
		20px 0%,
		calc(100% - 20px) 0%,
		100% 20px,
		100% calc(100% - 20px),
		calc(100% - 20px) 100%,
		20px 100%,
		0% calc(100% - 20px),
		0% 20px
	);
}

.media__item-inner > * {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.media__link {
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.media__link_video:after {
	display: block;
	content: "";
	background-color: transparent;
	background-image: url(https://L2pvp.gg/template/site/pvpgg/images/media/play.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: calc(113px * var(--media-link-scale));
	height: calc(115px * var(--media-link-scale));
	pointer-events: none;
}

.media__item[\:has\(iframe\)] .media__link_video:after {
	display: none;
}

.media__item:has(iframe) .media__link_video:after {
	display: none;
}

/* streams */

.streams {
	background: url(../images/section-4.jpg) no-repeat center center;
	background-size: cover;
}

.streams-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}
