@font-face {
	font-family: "Beaufort for LOL Bold";
	src: url("../fonts/Beaufort.eot");
	src: url("../fonts/Beaufort.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Beaufort.woff2") format("woff2"),
		url("../fonts/Beaufort.woff") format("woff"),
		url("../fonts/Beaufort.ttf") format("truetype"),
		url("../fonts/Beaufort.svg#Beaufort for LOL Bold") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: local("../fonts/Gilroy Medium"), local("Gilroy-Medium"),
		url("../fonts/Gilroy-Medium.woff2") format("woff2"),
		url("../fonts/Gilroy-Medium.woff") format("woff"),
		url("../fonts/Gilroy-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

body {
	margin: 0;
	background: #000306 url(../images/bg-bottom.jpg) no-repeat center bottom;
	font-family: "Beaufort for LOL Bold";
	min-width: 1200px;
}

* {
	box-sizing: border-box;
	transition: 0.4s ease all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
}

.page {
	position: relative;
	z-index: 2;
	min-width: 1200px;
	overflow: hidden;
}

/* videobg */

.videobg {
	display: none;
}

.videobg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-width: 1200px;
	filter: blur(0.2px); /* ÃÂ­Ã‘â€žÃ‘â€žÃÂµÃÂºÃ‘â€š ÃÂ±ÃÂ»Ã‘Æ’Ã‘â‚¬ÃÂ°, ÃÂ·ÃÂ½ÃÂ°Ã‘â€¡ÃÂµÃÂ½ÃÂ¸ÃÂµ ÃÂ¼ÃÂ¾ÃÂ¶ÃÂµÃ‘â€š ÃÂ±Ã‘â€¹Ã‘â€šÃ‘Å’ ÃÂ¸ÃÂ·ÃÂ¼ÃÂµÃÂ½ÃÂµÃÂ½ÃÂ¾ ÃÂ¿ÃÂ¾ ÃÂ²ÃÂ°Ã‘Ë†ÃÂµÃÂ¼Ã‘Æ’ Ã‘Æ’Ã‘ÂÃÂ¼ÃÂ¾Ã‘â€šÃ‘â‚¬ÃÂµÃÂ½ÃÂ¸Ã‘Å½ */
    opacity: 0.6; /* ÃÅ¸Ã‘â‚¬ÃÂ¾ÃÂ·Ã‘â‚¬ÃÂ°Ã‘â€¡ÃÂ½ÃÂ¾Ã‘ÂÃ‘â€šÃ‘Å’, ÃÂ·ÃÂ½ÃÂ°Ã‘â€¡ÃÂµÃÂ½ÃÂ¸ÃÂµ ÃÂ¾Ã‘â€š 0 (ÃÂ¿ÃÂ¾ÃÂ»ÃÂ½ÃÂ¾Ã‘ÂÃ‘â€šÃ‘Å’Ã‘Å½ ÃÂ¿Ã‘â‚¬ÃÂ¾ÃÂ·Ã‘â‚¬ÃÂ°Ã‘â€¡ÃÂ½Ã‘â€¹ÃÂ¹) ÃÂ´ÃÂ¾ 1 (ÃÂ¿ÃÂ¾ÃÂ»ÃÂ½ÃÂ¾Ã‘ÂÃ‘â€šÃ‘Å’Ã‘Å½ ÃÂ½ÃÂµÃÂ¿Ã‘â‚¬ÃÂ¾ÃÂ·Ã‘â‚¬ÃÂ°Ã‘â€¡ÃÂ½Ã‘â€¹ÃÂ¹) */
}

.videobg:before {
    display: block;
    content: "";
    background: linear-gradient(to top, #000306, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 300px;
    z-index: 1;
}

.videobg__container {
    position: relative;
    z-index: 0;
    height: 100%;
}



/* .videobg:after {
    display: block;
    content: "";
    background: url(../images/videobg/bg-repeat.png) repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.9) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
} */

/* .videobg__container:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(7, 9, 17, 0.95) 89%, var(--background-body) 100%);
} */

.videobg__video,
.videobg__source {
	/* width: 1200px; */
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.videobg__container,
.videobg__video,
.videobg__source {
	width: 1920px;
}

.videobg__container,
.videobg__video,
.videobg__source {
	width: 100%;
	height: auto;
}

section.bg {
	max-width: 1360px;
	margin: 0 auto;
	width: 100%;
	height: 635px;
	max-height: 1700px;
}

section.bg .logo a {
	text-align: center;
	padding: 5px;
	margin: 0px auto 0px;
	display: block;
	width: 44%;
}

section.bg .logo a:hover {
	opacity: 0.6;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0f1114;
	z-index: 9999;
}

#preloader.hide-preloader {
	animation: hidePreloader 10s;
}

#preloader.preloader-hidden {
	display: none;
}

@keyframes hidePreloader {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

nav {
    height: 120px;
    width: 100%;
    font-size: 12pt;
    font-family: "Gilroy";
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #212525;
    backdrop-filter: blur(3px); /* ÃÂ­Ã‘â€žÃ‘â€žÃÂµÃÂºÃ‘â€š ÃÂ±ÃÂ»Ã‘Æ’Ã‘â‚¬ÃÂ°, ÃÂ·ÃÂ½ÃÂ°Ã‘â€¡ÃÂµÃÂ½ÃÂ¸ÃÂµ ÃÂ¼ÃÂ¾ÃÂ¶ÃÂµÃ‘â€š ÃÂ±Ã‘â€¹Ã‘â€šÃ‘Å’ ÃÂ¸ÃÂ·ÃÂ¼ÃÂµÃÂ½ÃÂµÃÂ½ÃÂ¾ ÃÂ¿ÃÂ¾ ÃÂ²ÃÂ°Ã‘Ë†ÃÂµÃÂ¼Ã‘Æ’ Ã‘Æ’Ã‘ÂÃÂ¼ÃÂ¾Ã‘â€šÃ‘â‚¬ÃÂµÃÂ½ÃÂ¸Ã‘Å½ */
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 1200px;
	height: 120px;
}

nav li {
	display: inline;
	float: left;
	margin: 0px 10px auto !important;
	line-height: 120px;
	font-family: "Gilroy";
	font-size: 16px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}

nav li a:hover {
	color: #9f9f9f;
}

nav li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

nav li:last-child a {
	border-right: 0;
}

nav a#pull {
	display: none;
}

/* lang */

.lang {
	position: relative;
	z-index: 10;
	text-align: center;
}

.lang_fixed {
	position: relative;
	left: 0px;
	top: 10px;
	float: left;
}

.lang__link {
	cursor: pointer;
	transition: 0.3s all;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
	box-sizing: border-box;
	text-decoration: none;

	padding: 5px;
	border-radius: 100%;
}

.lang__img {
	width: 30px;
	height: 29px;
	flex-shrink: 0;
	font-size: 14px;
	display: block;
	transition: 0.3s all;
	border-radius: 100%;
}

.lang__link_sub:hover {
	filter: drop-shadow(0 0 3px rgb(136, 136, 136)) brightness(130%);
}

.lang__name {
	color: #737b84;
	font-size: 12px;
	line-height: 12px;
	flex-shrink: 0;
	text-transform: uppercase;
}

.lang__link_sub {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin-bottom: 4px;
}

.lang__list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
	transform: rotateX(-90deg);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	line-height: 13px;
	padding: 4px;
	transform-origin: center top;
	box-sizing: border-box;
}

.lang:hover .lang__list {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
}

.lang__link_select {
	align-items: flex-start;
	text-align: center;
	font-size: 0;
}

.left {
	float: left;
	display: block;
	margin: 0 auto;
	width: 70%;
}

.right {
	display: block;
	float: right;
	margin: 0 auto;
	width: 30%;
	top: 30px;
	position: relative;
}

a.link {
	width: 216px;
	line-height: 50px;
	height: 58px;
	font-family: "Beaufort for LOL Bold";
	text-transform: uppercase;
	background-image: url(../img/link/link.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 16px;
	float: right;
}

a.link:hover {
	opacity: 0.6;
}

a.donate {
	border: 2px solid #ffca63;
	border-right: 2px solid #ffca63 !important;
	width: 180px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 15px;
}

a.donate:hover {
	background: #ffca63;
	color: #000 !important;
	text-shadow: none !important;
}

section.server {
	max-width: 1360px;
	margin: 0 auto;
	width: 100%;
	height: 157px;
}

@font-face {
	font-family: "Beaufort for LOL Bold";
	src: url("../fonts/Beaufort.eot");
	src: url("../fonts/Beaufort.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Beaufort.woff2") format("woff2"),
		url("../fonts/Beaufort.woff") format("woff"),
		url("../fonts/Beaufort.ttf") format("truetype"),
		url("../fonts/Beaufort.svg#Beaufort for LOL Bold") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: local("../fonts/Gilroy Medium"), local("Gilroy-Medium"),
		url("../fonts/Gilroy-Medium.woff2") format("woff2"),
		url("../fonts/Gilroy-Medium.woff") format("woff"),
		url("../fonts/Gilroy-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

body {
	margin: 0;
	font-family: "Beaufort for LOL Bold";
}

* {
	box-sizing: border-box;
	transition: 0.4s ease all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
}

section.bg {
	max-width: 1360px;
	margin: 0 auto;
	width: 100%;
	height: 360px;
	max-height: 1700px;
}

section.bg .logo a {
	text-align: center;
	padding: 5px;
	margin: 0px auto 0px;
	display: block;
	width: 44%;
}

.logo {
    width: 540px;
    height: 480px;
}


section.bg .logo a:hover {
	opacity: 0.6;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0f1114;
	z-index: 9999;
}

#preloader.hide-preloader {
	animation: hidePreloader 10s;
}

#preloader.preloader-hidden {
	display: none;
}

@keyframes hidePreloader {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

nav {
	height: 120px;
	width: 100%;
	font-size: 12pt;
	font-family: "Gilroy";
	font-weight: 500;
	position: relative;
	border-bottom: 1px solid #212525;
}

nav ul {
	padding: 0;
	margin: 0 auto;
	width: 1320px;
	height: 120px;
}

nav li {
	display: inline;
	float: left;
	margin: 0px 10px auto !important;
	line-height: 120px;
	font-family: "Gilroy";
	font-size: 14px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

nav a {
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
	text-transform: uppercase;
}

nav li a:hover {
	color: #9f9f9f;
}

nav li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

nav li:last-child a {
	border-right: 0;
}

nav a#pull {
	display: none;
}

/* lang */

.lang {
	position: relative;
	z-index: 10;
	text-align: center;
}

.lang_fixed {
	position: relative;
	left: 0px;
	top: 10px;
	float: left;
}

.lang__link {
	cursor: pointer;
	transition: 0.3s all;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
	box-sizing: border-box;
	text-decoration: none;

	padding: 5px;
	border-radius: 100%;
}

.lang__img {
	width: 30px;
	height: 29px;
	flex-shrink: 0;
	font-size: 14px;
	display: block;
	transition: 0.3s all;
	border-radius: 100%;
}

.lang__link_sub:hover {
	filter: drop-shadow(0 0 3px rgb(136, 136, 136)) brightness(130%);
}

.lang__name {
	color: #737b84;
	font-size: 12px;
	line-height: 12px;
	flex-shrink: 0;
	text-transform: uppercase;
}

.lang__link_sub {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin-bottom: 4px;
}

.lang__list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
	transform: rotateX(-90deg);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	line-height: 13px;
	padding: 4px;
	transform-origin: center top;
	box-sizing: border-box;
}

.lang:hover .lang__list {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
}

.lang__link_select {
	align-items: flex-start;
	text-align: center;
	font-size: 0;
}

.left {
	float: left;
	display: block;
	/*margin: 38px auto;*/
	width: 70%;
}

.right {
	display: block;
	float: right;
	margin: 0 auto;
	width: 30%;
	top: 30px;
	position: relative;
}

a.link {
	width: 216px;
	line-height: 50px;
	height: 58px;
	font-family: "Beaufort for LOL Bold";
	text-transform: uppercase;
	background-image: url(../img/link/link.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 16px;
	float: right;
}

a.link:hover {
	opacity: 0.6;
}

a.donate {
	border: 2px solid #ffca63;
	border-right: 2px solid #ffca63 !important;
	width: 180px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 15px;
}

a.donate:hover {
	background: #ffca63;
	color: #000 !important;
	text-shadow: none !important;
}

section.server {
	max-width: 1360px;
	margin: 0 auto;
	width: 100%;
	height: 210px;
}

section.server .server.status {
	background-image: url(../img/server/server_bg.png);
	height: 157px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.start-server {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 0;
	display: block;
	position: relative;
	top: 30px;
}

a.start {
	background-image: url(../img/start/start-game.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 20px 82px 20px 82px;
	line-height: 55px;
}

a.start:hover {
	opacity: 0.6;
}

.start-server a {
    text-shadow: none;
    color: #3b2c2ce6;
    text-shadow: azure;
    text-shadow: -1px 1px 2px #c49e21;
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

.block_server {
	display: inline-flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	flex-direction: row;
	position: relative;
}

.server_stats {
	display: inline-block;
	width: 250px;
	text-align: left;
	line-height: 20px;
}

.server_stats img.status {
	float: left;
	padding: 10px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.server_stats .name {
	color: #fff;
	position: relative;
	top: 20px;
}

.server_stats .online {
	color: #fff;
	position: relative;
	top: 20px;
}

.server_stats .online span {
	color: #545454;
}

.server_stats .load {
	width: 135px;
	height: 4px;
	background-color: #18191c;
	position: relative;
	bottom: -30px;
	left: 86px;
}

.server_stats .load span.online {
	background: #a6df2d;
	height: 4px;
	display: block;
	top: 0px;
}

.arrow {
	display: block;
	position: relative;
	padding: 10px;
	background-image: url(../img/server/arrow.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 28px;
	width: 22px;
}

.server-video {
	width: 20%;
	float: right;
	padding: 20px;
	right: 30px;
	position: relative;
}

.server-video:hover {
	opacity: 0.6;
}

section.news {
	max-width: 1360px;
	margin: 0 auto;
	width: 100%;
	height: 580px;
}

.news-project h1 {
	color: #fff;
	line-height: 100px;
}

.news-project {
	max-width: 1200px;
	width: 100%;
	height: 84px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px 0 20px;
	display: block;
	position: relative;
	top: 20px;
	border-bottom: 1px solid #212525;
}

.gallery {
	max-width: 1200px;
	width: 100%;
	margin: 60px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.gallery-cell {
	width: 386px;
	height: 430px;
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.gallery-cell.is-selected {
	background: rgba(255, 255, 255, 0.116);
}

/* cell number */
.gallery-cell:before {
	display: block;
	text-align: center;
	line-height: 200px;
	font-size: 80px;
	color: white;
}

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 402px;
}

/* draggable */

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
	position: absolute;
	background: none;
	border: none;
	color: #fff;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	/* vertically center */
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.flickity-viewport .flickity-slider {
	left: -430px !important;
}

#text-news {
	margin-top: auto;
	padding: 10px;
	background: rgb(25, 22, 22);
	background: linear-gradient(
		180deg,
		rgb(25 22 22 / 0%) 0%,
		rgba(25, 22, 22, 1) 84%
	);
}

#text-news .title {
	text-align: left;
	color: #fff;
	font-size: 16px;
	text-shadow: 2px 0 0 BLACK;
}

#text-news .data {
	color: #9e9e9e;
	font-family: "Gilroy";
	font-size: 12px;
	padding: 5px;
}

#text-news .text {
	font-family: "Gilroy";
	font-size: 14px;
	color: #fff;
	padding: 5px;
	text-shadow: 2px 0 0 BLACK;
}

#text-news .more {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#text-news .more span:hover {
	margin-right: 5px;
}

.news-more {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #ffc437;
	font-size: 14px;
	font-family: "Gilroy";
	padding: 5px;
	line-height: 30px;
}

.news-more:after {
	content: "";
	background-image: url(../img/server/arrow.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 22px;
	height: 28px;
}

section.other {
	max-width: 1360px;
	margin: 0 auto;
	width: 100%;
	height: 490px;
	border-bottom: 1px solid #212525;
}

#block {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 0;
	position: relative;
	top: 30px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
}

#block #stats,
#block #forum,
#block #promo {
	width: 33%;
	padding: 10px;
	margin: 0 auto;
	display: block;
}

#block #stats h3,
#block #forum h3,
#block #promo h3 {
	color: #fff;
	text-align: left;
	font-size: 24px;
	border-bottom: 1px solid #212525;
	line-height: 50px;
}

.block-stat {
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: block;
}

.block-stat .item.clear:hover {
	opacity: 0.6;
}

.block-stat .item.clear {
	position: relative;
	padding: 5px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	background: #2c31381c;
	margin: 5px auto;
	cursor: pointer;
}

.block-stat .item.clear .left span {
	color: #807d77;
}

.block-stat .item.clear .left {
	float: left;
	width: 50%;
	text-align: left;
	color: #fff;
}

.block-stat .item.clear .right {
	float: right;
	width: 45%;
	text-align: right;
	color: #807d77;
	top: 0;
}

.rating__switch {
	width: 100px;
	margin: 0 auto;
	display: flex;
	position: absolute;
	left: 290px;
	top: 35px;
}

.rating__switch .rating__switch_button {
	width: 90px;
	font-family: "Beaufort for LOL Bold";
	font-size: 14px;
	color: #807d77;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	opacity: 0.5;
}

.rating__switch .rating__switch_button:hover {
	opacity: 1;
	filter: brightness(130%);
}

.rating__switch > .active {
	opacity: 1;
}

.rating {
	margin: 0 auto;
	margin-top: 25px;
	position: relative;
}

.rating > .active {
	position: relative !important;
	opacity: 1 !important;
}

.rating .rating__block {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.rating__block.active {
	display: block;
}

/*.rating__block {*/
/*	display: none;*/
/*}*/

.block-forum {
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: block;
}

.block-forum .forum__line.flex-sbc {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: flex-start;
	background: rgb(44 49 56 / 10%);
	margin: 10px auto;
}

.block-forum .forum__line.flex-sbc:hover {
	opacity: 0.6;
}

.block-forum .forum__line.flex-sbc .forum__line_icon.flex-cc {
	float: left;
	padding: 5px;
	margin-right: 10px;
}

.block-forum .forum__line.flex-sbc .forum__line_info_title {
	text-align: left;
	font-size: 14px;
	padding: 0px;
	margin: 0px auto;
}

.block-forum .forum__line.flex-sbc .forum__line_info_title a {
	font-family: "Beaufort for LOL Bold";
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.block-forum .forum__line.flex-sbc .forum__line_info_desc {
	text-align: left;
	font-size: 12px;
	color: #9e9e9e;
}

.forum__line_info {
	display: grid;
	justify-content: start;
	align-items: start;
	justify-items: stretch;
	align-content: center;
	line-height: 20px;
	position: relative;
}

.block-promo {
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: block;
}

.promo-1 {
	display: inline-flex;
	position: relative;
	margin: 0 auto;
	padding: 5px;
	width: 411px;
	height: 90px;
}

.promo-1 a {
	color: #ffc437;
	text-decoration: none;
	font-size: 20px;

	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 411px;
	height: 90px;
	padding: 15px;
	text-align: left;
	margin-top: 5px;
	text-shadow: 2px 0 0 BLACK;
}

.promo-1 a:hover {
	opacity: 0.6;
}

.promo-1 a span {
	color: #fff;
}

.promo-1 a p {
	color: #e2d1c3;
	font-size: 14px;
	font-family: "Gilroy";
}

.promo-2 {
	display: inline-flex;
	position: relative;
	margin: 0 auto;
	padding: 5px;
	width: 411px;
	height: 90px;
}

.promo-2 a {
	color: #ffc437;
	text-decoration: none;
	font-size: 20px;
	background-image: url(../img/promo/promo-2.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 411px;
	height: 90px;
	padding: 15px;
	text-align: left;
	margin-top: 10px;
}

.promo-2 a:hover {
	opacity: 0.6;
}

.promo-2 a span {
	color: #fff;
}

.promo-2 a p {
	color: #e2d1c3;
	font-size: 14px;
	font-family: "Gilroy";
}

.promo-3 {
	display: inline-flex;
	position: relative;
	margin: 0 auto;
	padding: 5px;
	width: 411px;
	height: 90px;
}

.promo-3 a {
	color: #ffc437;
	text-decoration: none;
	font-size: 20px;
	background-image: url(../img/promo/promo-3.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 411px;
	height: 90px;
	padding: 15px;
	text-align: left;
	margin-top: 15px;
}

.promo-3 a:hover {
	opacity: 0.6;
}

.promo-3 a span {
	color: #fff;
}

.promo-3 a p {
	color: #e2d1c3;
	font-size: 14px;
	font-family: "Gilroy";
}

.promo-more {
	display: inline-flex;
	position: relative;
	margin: 0 auto;
	padding: 5px;
	width: 411px;
	height: 90px;
}

.promo-more a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	width: 410px;
	height: 45px;
	padding: 10px;
	font-family: "Gilroy";
	text-align: center;
	border: 2px solid #ffc441;
	margin-top: 20px;
}

.promo-more a:hover {
	background: #ffc441;
	color: #000;
}

section.footer {
	max-width: 1360px;
	margin: 0 auto;
	width: 100%;
	height: 180px;
}

.link-footer {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 0;
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

.link-footer .left {
	width: 33%;
	text-align: left;
}

.link-footer .center {
	width: 33%;
}

.link-footer .right {
	width: 33%;
	text-align: left;
	display: inline-flex;
	padding: 5px;
	margin: 0 auto;
	top: -2px;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

.link-footer .left p {
	font-family: "Gilroy";
	font-size: 14px;
	color: #9e9e9e;
	text-shadow: 1px 0 0 black;
}

.link-footer .left a {
	color: #fff;
	font-family: "Gilroy";
	font-size: 12px;
}

.link-footer .left a:hover {
	opacity: 0.6;
}

.link-footer .right ul li a {
	color: #9e9e9e;
	font-size: 12px;
	font-family: "Gilroy";
	text-decoration: none;
	padding: 10px;
	margin: 0 auto;
	text-transform: uppercase;
}

.link-footer .right ul li a:hover {
	opacity: 0.6;
}

.link-footer .right ul li {
	list-style: none;
	margin: 10px auto;
}

#files-background {
	display: none;
	position: fixed;
	z-index: 100;
	opacity: 0.8;
	overflow: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.925);
	transition: 3s ease all;
}

#files-window span {
	z-index: -1;
	display: block;
	width: 100%;
}

.files-window {
	width: 700px;
	height: 500px;
	display: none;
	background-image: url(../img/bg/download-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	z-index: 200;
	border-radius: 5px;
	max-height: 610px;
	overflow-y: hidden;
	margin: 10px auto 5px;
	text-align: center;
	left: 0;
	right: 0;
	top: 10%;
	bottom: 10px;
	transition: 3s ease all;
}

.files-window div {
	cursor: pointer;
	position: absolute;
	height: 25px;
	float: right;
	width: 25px;
	top: 0px;
	right: 4%;
	z-index: 9999;
}

.files-window .leftright {
	height: 2px;
	width: 25px;
	position: absolute;
	margin-top: 24px;
	background-color: #eeba8a;
	border-radius: 2px;
	transform: rotate(45deg);
	transition: all 0.3s ease-in;
}

.files-window .rightleft {
	height: 2px;
	width: 25px;
	position: absolute;
	margin-top: 24px;
	background-color: #eeba8a;
	border-radius: 2px;
	transform: rotate(-45deg);
	transition: all 0.3s ease-in;
}

.files-window .close-btn {
	margin: 54px 0 0 -5px;
	position: absolute;
	color: #eeba8a;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
	opacity: 0;
}

.files-window div:hover .leftright {
	transform: rotate(-45deg);
	background-color: #f9f9f9;
}

.files-window div:hover .rightleft {
	transform: rotate(45deg);
	background-color: #fff;
}

.files-window div:hover .close-btn {
	opacity: 1;
}

button.close {
	border: 0px;
	background: none;
	height: 45px;
	width: 35px;
	position: relative;
	display: block;
}

#files-window h3,
#files-window-second h3,
#files-window-first h3 {
	font-size: 20px;
	font-family: "Beaufort for LOL Bold";
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

#files-window p,
#files-window-second p,
#files-window-first p {
	color: #7b7575;
	font-family: "Gilroy";
	font-size: 100%;
	font-weight: 500;
	text-align: left;
}

.files-windows-client h4,
.files-windows-patch h4,
.files-windows-link-reg h4 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	text-align: left;
	color: #eeba8a;
}

.files-windows-patch p,
.files-windows-client p,
.files-windows-link-reg p {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 14px !important;
	font-weight: 500;
	text-align: left;
}

.files-window .files-window-text,
.files-window .files-window-text .files-windows-client,
.files-window .files-window-text .files-windows-patch,
.files-window .files-window-text .files-windows-link-reg,
.files-window .files-window-text .files-windows-reg,
.files-window .files-window-text .files-windows-reg .container,
.files-window .files-window-text .files-windows-reg .container.signin,
.files-window .files-window-text .files-windows-login,
.files-window .files-window-text .files-windows-login .container,
.files-window .files-window-text .files-windows-login .container.signin {
	width: 100%;
	float: none;
	position: relative;
	right: 0;
	height: 90px;
	border-bottom: 1px solid #2c3138;
	cursor: auto;
	padding: 15px 20px 11px 20px;
	margin: 0px auto 5px;
	display: inline-block;
}

.files-windows-client a span,
.files-windows-patch a span,
.files-windows-link-reg a span {
	background: #eb6332;
	width: 30% !important;
	display: block;
	position: relative;
	padding: 10px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	z-index: 1 !important;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.files-windows-client a,
.files-windows-patch a,
.files-windows-link-reg a {
	background: hsl(73deg 9% 30% / 40%);
	padding: 10px 5px;
	display: flex;
	color: #fff;
	margin-right: 5px;
	font-size: 100%;
	text-decoration: none;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	font-family: "Roboto", sans-serif;
	width: 35%;
	justify-content: space-around;
	float: left;
	position: relative;
	opacity: 1;
}

.files-windows-client a:hover,
.files-windows-patch a:hover,
.files-windows-link-reg a:hover {
	opacity: 0.5;
	transition: 3s ease all;
}

.files-windows-link-reg a.link {
	background: #eeba8a;
	color: #000;
	padding: 5px;
}

.files-windows-client,
.files-windows-patch,
.files-windows-link-reg {
	display: block;
	width: 100%;
	margin: 10px auto 5px;
	padding: 5px;
	background-color: hsl(73deg 9% 30% / 20%);
}

.files-window-text .rating__switch {
	position: relative;
	right: 0px !important;
	left: 0px;
	top: -50px;
	float: right;
	width: 250px;
}

.files-window-text .rating__switch .rating__switch_button.flex-cc {
	position: relative;
	width: auto;
	margin: 5px auto;
	font-size: 16px;
	font-family: "Beaufort for LOL Bold";
}

.files-window-text .rating__switch_button.flex-cc.active {
	color: #ffc437;
	border-bottom: 1px solid #ffc437;
}

div#files-window .rating__block.active {
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
	padding: 15px;
	margin: 15px auto;
	float: none;
	right: 0px;
	height: auto;
}

#files-window span p {
	font-size: 12px;
}

#files-window span {
	z-index: -1;
	display: block;
	width: 100%;
	color: #ffc437;
	line-height: 5px;
	font-size: 18px;
	padding: 15px;
	margin: 20px auto;
}

#files-window span.down {
	width: 40%;
	float: right;
	position: relative;
	right: 0;
	margin-top: -90px;
	color: #fff;
}

#files-window span.down .link {
	float: left;
	color: #fff;
	text-align: center;
	line-height: 25px;
	width: 150px;
	height: 30px;
	font-size: 14px;
	text-decoration: none;
}

#files-window span.down a {
	color: #98cf4b;
	text-decoration: none;
	float: right;
	font-size: 14px;
	line-height: 20px;
}

#files-window span.reg {
	float: left;
	width: 100%;
	display: inline-flex;
}

#files-window span.reg a.link {
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 45px;
	background-image: url(../img/link/reg.png);
}

/* stream */
.stream {
	width: 100%;
	height: 140px;
	background-image: url(../images/streams/stream-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-family: "Open Sans", Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: default;
	box-sizing: border-box;
	overflow: hidden;
	letter-spacing: 1px;
}

.stream iframe {
	width: 100%;
	height: 100%;
}

.stream__link {
	text-shadow: 0 0 10px rgba(198, 183, 59, 0.24);
	color: #fe9f27;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 4px;
	display: inline-block;
}

.stream__link:hover {
	text-shadow: 0 0 10px rgba(198, 183, 59, 0.9);
}

.streams-list {
	max-width: 1200px;
	width: 100%;
	margin: 20px auto 0 auto;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(284px, 284px));
}

/* ww */

.ww {
	max-width: 766px;
	width: 100%;
	box-shadow: none;
	box-sizing: border-box;
	background-color: transparent;
	padding: 0;
}

.ww_size_big {
	max-width: 916px;
}

.ww_animated {
	transition: 0.3s all;
	transform: scale(1.2) translateY(-100px);
	opacity: 0;
}

.fancybox-slide--current .ww_animated {
	transform: scale(1) translateY(0);
	opacity: 1;
}

.ww__inner {
	background-color: rgba(20, 20, 18, .9);
	border-top: 3px solid #ffc51c;
	max-width: 800px;
	width: 100%;
	box-shadow: none;
	padding: 30px;
	box-sizing: border-box;
}

.ww__close {
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	top: 13px;
	right: 10px;
	cursor: pointer;
	transition: 0.3s all;
	background: url(../images/modal/close.png) no-repeat;
}

.ww__close:hover {
	filter: brightness(120%);
	transform: rotate(180deg);
}

.ww__head {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 15px;
}

.ww__title {
	text-align: center;
	font-family: Philosopher;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 30px;
}

.ww__title_warning {
	color: #fc7c56;
}

.ww__desc {
	color: #6d6d70;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	padding: 5px 0 7px 0;
	border-bottom: 1px solid #383838;
	width: 100%;
}

.ww__link {
	color: #ffd95f;
}

.fancybox-bg {
	background: #0e0c15;
}

/* fl */

.fl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(89, 75, 57, 0.17);
	border: 1px solid rgba(72, 69, 67, 0.17);
	padding: 5px 5px 5px 20px;
	color: #f9e6d6;
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
	cursor: default;
}

.fl_mb {
	margin-bottom: 10px;
}

.fl__desc {
	box-sizing: border-box;
	padding-right: 6px;
}

.fl__link {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px 7px;
	text-decoration: none;
	background: #ffcb00;
	border-radius: 3px;
	color: #000;
	min-width: 95px;
	text-align: center;
	transition: 0.2s all;
}

.fl__link:hover {
	background: #ffd95f;
}

.ww__faq {
	box-sizing: border-box;
}

.faq__link {
	display: block;
	background-color: rgba(89, 75, 57, 0.17);
	border: 1px solid rgba(72, 69, 67, 0.17);
	padding: 5px 10px;
	text-decoration: none;
	color: white;
	font-size: 13px;
	font-weight: 400;
	margin: 2px 0;
	transition: 0.1s all;
}

.faq__link:hover {
	background-color: #683b1070;
	border: 1px solid #bc8b2273;
}

/* rating */

[data-rating] {
	animation: rating 1s ease forwards;
}

@keyframes rating {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* modal contacts */

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0 0 0 / 70%);
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	pointer-events: none;
	margin: 0;
	padding: 0;
}

.modal:target {
	opacity: 1;
	pointer-events: auto;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #eceeef;
}
.modal-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 1.25rem;
	font-weight: 500;
}

.close {
	float: right;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
	text-decoration: none;
}

.close:focus,
.close:hover {
	color: #918d8d;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.75;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
	overflow: auto;
}

/* Addons by l2hype */

.modal__contact-block {
  font-family: "Gilroy";
  font-weight: 500;
  letter-spacing: 0.125rem;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}

.modal__contact-block a:hover {
    color: #fee893 !important;
}
.modal__contact-block a {
    color: #469ad5;
    text-decoration: underline;
}

.modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: clamp(1.5rem, 2.125vw, 2.125rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.modal__step {
  width: 100%;
}
.modal__inner {
  width: 100%;
}

.modal__step-name {
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-family: "Gilroy";
  font-weight: 500;
}
.modal__step-name > span {
  opacity: 0.6;
}
.modal__step-name--last span:nth-child(2) {
  color: rgb(254, 232, 147);
  opacity: 1;
}
.modal__heading {
  text-align: center;
  color: #fff;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  margin-bottom: clamp(1.5rem, 2.125vw, 2.125rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 2.5rem);
  border-bottom: 3px solid rgb(40, 40, 40, .50);
  text-transform: uppercase;
  font-family: "Beaufort for LOL Bold";
}

.modal__grid-item {
    display: none;
}

.modal__grid-item--active {
    display: block;
}

.modal__tabs {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.modal__tabs-item {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03rem;
  padding: 0 0.375rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  cursor: pointer;
  transition: 300ms ease;
}
.modal__tabs-item--active {
  background: rgba(0, 0, 0, .5);
  border-top: 3px solid rgba(40, 40, 40, .80);
  color: rgba(255, 255, 255, 1);
}
@media (hover: hover) and (pointer: fine) {
  .modal__tabs-item:not(.modal__tabs-item--active):hover {
    color: rgba(255, 255, 255, 0.8);
  }
}

.modal__grid-name {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  margin-bottom: 0.2rem;
}
.modal__grid-descr {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.0175rem;
  color: rgba(255, 255, 255, 0.6);
  min-height: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid rgb(40, 40, 40);
}

.modal__grid-descr a:hover {
    color: #fee893 !important;
}
.modal__grid-descr a {
    color: #469ad5;
    text-decoration: underline;
}

.modal__register {
  min-width: 19.875rem;
  max-width: 19.875rem;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid rgb(255, 197, 28) !important;
  font-family: "Beaufort for LOL Bold" !important;
}

.modal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  padding: clamp(1rem, 1.5vw, 2.5rem);
  border: 3px solid rgba(40, 40, 40, .50);
}
.modal__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.625rem 0.875rem;
  margin-top: 1.25rem;
}
.modal__flex-link {
  white-space: nowrap;
  padding: 0.3125rem .25rem !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  grid-gap: 0.625rem;
}
.modal__flex-link img {
  max-width: 1.25rem;
}
.modal__flex-link > span {
  line-height: 1.4375rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal__flex-link:not(.modal__flex-link--fluid) span {
  max-width: 9.75rem;
}
.modal__flex-link--fluid {
  grid-column: span 2;
}
.modal__flex-link--fluid > span {
  max-width: 13.625rem;
}

.button, .modal__register, .modal__flex-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  border-radius: 0.25rem;
  transition: 200ms ease;
}

.button--small, .modal__register, .modal__flex-link {
  padding: 10px;
}
.button--modal, .modal__register, .modal__flex-link {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover, .modal__register:hover, .modal__flex-link:hover {
    transform: scale(1.015);
  }
}
.button:active, .modal__register:active, .modal__flex-link:active {
  transform: scale(0.97);
}

.modal__path {
  list-style-type: none;
  color: #fff;
  display: flex;
  flex-direction: row;
  grid-gap: clamp(0.375rem, 0.625vw, 0.625rem);
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  border: 1px solid rgb(74, 99, 123);
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
.modal__path span {
  display: grid;
  place-items: center;
}
.modal__path-item {
  display: grid;
  place-items: center;
}
.modal__path-item img, .modal__path-item svg {
  max-width: 1rem;
}

@media only screen and (max-width: 75em) {
  .modal__grid {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (min-width: 75em) {
  .modal__path {
    padding: 0.62rem 1.75rem;
  }
  .modal__tabs-item {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 40em) {
    .modal__path {
        flex-wrap: wrap;
        justify-content: center;
    }
}
