html,
body {
	margin: 0;
	padding: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #212132;
	background-image: url(../img/body_strips.526a52983c17baa3c7e277b3f871e06e.svg);
	background-repeat: repeat;
	font: 400 16px/1.4 Muller, sans-serif;
	color: #fff;
}

footer {
	margin-top: auto;
	flex-direction: column;
	width: 100%;
	background: url(../img/noise.842fbbbae5bd6f37b0268590b6f121ec.png) repeat,
		#0a0a14;
}

.footer_inner_container,
footer {
	display: flex;
	align-items: center;
}

.footer_main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
}

.footer_inner_container {
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer_help {
	display: flex;
	flex-wrap: wrap;
}

.footer_help > li {
	margin-right: 8px;
}

.footer_help a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 36px;
	width: 100%;
	border-radius: 5px;
	padding: 0 8px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	transition: background-color 0.15s linear, transform 0.15s linear;
}

.footer_help a:focus,
.footer_help a:hover {
	background-color: #252536;
}

.footer_payments_selector_container {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.footer_payments_selector_container .footer_payments_selector {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.footer_payments_selector_container .footer_payments_selector.x_expand_block_opened .arrow_down {
	transform: rotate(-180deg);
}

.footer_payments_selector_container h3 {
	margin-bottom: 0;
}

.footer_payments_selector_container .arrow_down {
	margin: 0 8px;
	width: 12px;
	transition: transform 0.5s;
}

.footer_payments_list {
	opacity: 0;
	transition: opacity 0.5s;
}

.footer_payments_list.x_expand_block_opened {
	opacity: 1;
}

.footer_payments ul {
	display: flex;
	flex-wrap: wrap;
	background: url(../img/noise.842fbbbae5bd6f37b0268590b6f121ec.png) repeat,
		#0a0a14;
}

.footer_payments li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	height: 40px;
	min-width: 80px;
	width: auto;
	margin: 0 10px 10px 0;
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.03);
}

.footer_payments img {
	height: 100%;
	max-height: 40px;
	width: 60px;
	object-fit: contain;
}

.footer_second {
	box-sizing: border-box;
	border-top: 1px dashed #303036;
}

.footer_second .footer_second_container {
	width: 100%;
}

.footer_second .copyright_age_warning {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 950px;
}

.footer_second .copyright_age_warning_item {
	max-width: 380px;
}

.footer_second .warning_item {
	display: flex;
	align-items: center;
	margin-right: 35px;
}

.footer_second .license_wrapper {
	min-width: 40px;
}

.footer_second .license_wrapper .validator > div {
	overflow: visible !important;
}

.footer_second .p_copyright,
.footer_second .p_warning {
	color: #646a87;
	font-size: 12px;
	margin-left: 20px;
}

.footer_second .p_copyright {
	min-width: 230px;
	line-height: 16px;
	word-break: normal;
	word-wrap: normal;
}

.footer_second .age_18 {
	height: 40px;
	width: 40px;
}

.footer_second .p_warning {
	line-height: 14px;
}

.footer_lang_desktop {
	min-width: 175px;
	width: 175px;
	display: flex;
	justify-content: flex-start;
}

.footer_lang_mobile {
	display: none;
}

@media (max-width: 1024px) {
	.footer_second .footer_copyright_lang_container {
		display: block;
	}

	.footer_second .copyright_age_warning {
		display: flex;
		justify-content: space-between;
		max-width: 100%;
	}

	.footer_second .warning_item:last-of-type {
		margin-right: 0;
	}

	.footer_second .footer_lang_desktop {
		display: none;
	}

	.footer_second .footer_lang_mobile {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
}

@media (max-width: 668px) {
	footer {
		display: block;
	}

	.footer_main {
		flex-direction: column;
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer_main .footer_help {
		justify-content: center;
		margin-bottom: 20px;
	}

	.footer_second .copyright_age_warning {
		display: block;
	}

	.footer_second .copyright_age_warning_item {
		width: auto;
	}

	.footer_second .warning_item:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.footer_inner_container {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer_lang_mobile {
		margin-bottom: 10px;
	}

	.footer_payments_list li {
		height: 30px;
		min-width: 50px;
	}
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

body.admin-bar header {
	margin-top: 32px;
}

.header_and_main {
	transition: -webkit-filter 0.25s linear, filter 0.25s linear;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: rgba(37, 37, 54, 0.95);
}

header .header_box {
	display: flex;
	align-items: center;
	height: inherit;
	width: 100%;
}

header .panel_authorized,
header .panel_non_authorized {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

header .panel_authorized > div,
header .panel_non_authorized > div {
	padding: 0 10px;
}

header .panel_authorized > div:last-child,
header .panel_non_authorized > div:last-child {
	padding-right: 0;
}

header .panel_authorized a,
header .panel_non_authorized a {
	color: #fff;
}

header .button_register {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 18px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	background-color: #fe284a;
	box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000;
}

header .panel_non_authorized .link_enter {
	display: flex;
	align-items: center;
	height: 20px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: initial;
	color: inherit;
	cursor: pointer;
	font-size: 12px;
}

header .panel_non_authorized .link_enter:hover {
	opacity: 0.95;
}

header .button_register:hover,
header .panel_non_authorized .link_enter:hover {
	opacity: 0.95;
}

header .main_logo {
	display: flex;
}

header .main_logo img {
	width: 200px;
	height: auto;
}

.main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-top: 100px;
}

.beam {
	display: flex;
	justify-content: center;
	width: 100%;
}

.beam_block,
.block {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
}

.carousel {
	overflow: hidden;
	margin-top: -100px;
	height: 380px;
	width: 100%;
	max-width: 100%;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.8);
	font-weight: 700;
}

.carousel_list {
	position: relative;
	display: flex;
	height: inherit;
	width: inherit;
	margin: 0;
	padding: 0;
	list-style: none;
}

.carousel_item {
	position: relative;
	height: 380px;
	min-width: 100%;
	transition: margin-left 0.5s ease;
}

.carousel_img {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: inherit;
	width: inherit;
}

.carousel_img a,
.carousel_img noindex {
	position: absolute;
	inset: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.banner_wrapper {
	display: flex;
	width: 100%;
	height: 100%;
}

.banner {
	width: 100%;
	object-fit: none;
	object-position: 50% 50%;
	pointer-events: none;
}

.carousel_text {
	position: absolute;
	left: 40px;
	bottom: 40px;
	max-width: 75%;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #aaa, 0 2px 0 #aaa, 0 3px 0 #aaa, 1px 0 0 #aaa, 1px 1px 0 #aaa, 1px 2px 0 #aaa, 1px 3px 0 #aaa, 0 6px 25px rgba(0, 0, 0, 0.6);
	font-size: 32px;
	line-height: 1.2;
}

.carousel_megawin-wrapper {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 62px;
	background: linear-gradient(90deg, rgba(50, 18, 88, 0) 0, rgba(50, 18, 88, 0.9) 25%, rgba(50, 18, 88, 0.9) 75%, rgba(50, 18, 88, 0) 100%);
}

.carousel_megawin-text {
	max-width: 1200px;
	width: 100%;
	background: linear-gradient(180deg, #ffbc3a 0, #ffbc3a 50%, #e7971e 55%, #ffe47a 65%, #ffe47a 80%, #ffe47a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 48px;
	font-size: 40px;
	text-align: center;
	white-space: nowrap;
}

.beam-categories {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0 5px;
	background: url(../img/noise.842fbbbae5bd6f37b0268590b6f121ec.png) repeat, linear-gradient(#1c2240, #1c2240);
	box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, 0.8);
}

.nav-categories {
	width: 100%;
}

.nav-categories_list {
	display: flex;
	width: inherit;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-categories_item {
	position: relative;
	width: 50%;
}

.nav-categories_link {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 2px;
	border-radius: 5px;
	font-family: Muller, sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.nav-categories_content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	height: 40px;
	max-height: 40px;
	padding-left: 4px;
	border-radius: 8px;
}

.nav-categories_img-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	width: 42px;
	height: inherit;
}

.nav-categories_img {
	width: 40px;
	height: inherit;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

.nav-categories_text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 70%;
	white-space: nowrap;
}

.nav-categories_item.x_slots {
	color: #17eada;
}

.nav-categories_item.x_slots .nav-categories_img {
	background-image: url(../img/icons/icon_categories/icon_slots.f76d8383233a7579c6b164a8638533b.svg);
}

.nav-categories_item.x_live {
	color: #de593e;
}

.nav-categories_item.x_live .nav-categories_img {
	background-image: url(../img/icons/icon_categories/icon_live.3c4dec011d69a634a78c103dc7da4b79.svg);
}

.nav-categories_item.x_casino {
	color: #6ef770;
}

.nav-categories_item.x_casino .nav-categories_img {
	background-image: url(../img/icons/icon_categories/icon_casino.975c7b7d830201139a49de8357c8d8df.svg);
}

.nav-categories_item.x_tournament {
	color: #e8ce3a;
}

.nav-categories_item.x_tournament .nav-categories_img {
	background-image: url(../img/icons/icon_categories/icon_tournament.3e08b99c11d92bda07288896e01daee3.svg);
}

.layer_games {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding-top: 40px;
	background: url(../img/noise.842fbbbae5bd6f37b0268590b6f121ec.png) repeat, #101226;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

.layer_games::before,
.layer_games::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	width: 100%;
}

.layer_games::before {
	top: 2px;
	height: 5px;
	background-image: url(../img/line_decoration/point_with_large_space.4257ede318a193f6bc607e0a418776b3.svg);
	background-repeat: repeat-x;
	background-size: contain;
}

.layer_games::after {
	top: 0;
	height: 100%;
	background: url(../img/back_games_wided.227796c41fd586631e9dc8c7af874e66.svg) repeat-y;
	background-size: 100%;
}

.layer_games > * {
	position: relative;
	z-index: 1;
}

.game-catalog {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-bottom: 45px;
	overflow-anchor: none;
}

.game-catalog_header,
.game-catalog_list {
	display: flex;
	box-sizing: border-box;
	width: 100%;
}

.game-catalog_header {
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
	gap: 20px;
}

.game-catalog .form_search {
	max-width: 430px;
	width: 100%;
}

.game-sort-and-filter {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.game_sort {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 2;
	margin: 0;
	padding: 0;
	list-style: none;
}

.game_sort > li {
	margin-right: 10px;
	box-sizing: border-box;
	height: 100%;
}

.game_sort > li:last-child {
	margin-right: 0;
}

.game_sort .sort_link {
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 6px 5px 11px;
	color: inherit;
	text-decoration: none;
}

.game_sort_flag_hit,
.game_sort_flag_new,
.game_sort_flag_favorite {
	display: inline-block;
	width: 25px;
	height: 27px;
}

.game_sort .game_sort_flag_hit svg,
.game_sort .game_sort_flag_new svg,
.game_sort .game_sort_flag_favorite svg {
	width: 25px;
	height: 27px;
}

.game_sort .game_sort_flag_hit svg .svg_color {
	fill: #302e40;
}

.game_sort .game_sort_flag_hit.active .svg_color,
.game_sort .game_sort_flag_hit:hover .svg_color {
	fill: #a91fff;
}

.game_sort .game_sort_flag_new svg .svg_color {
	fill: #302e40;
}

.game_sort .game_sort_flag_new.active .svg_color,
.game_sort .game_sort_flag_new:hover .svg_color {
	fill: #4dd433;
}

.game_sort .game_sort_flag_favorite svg .svg_color {
	fill: #302e40;
}

.game_sort .game_sort_flag_favorite.active .svg_color,
.game_sort .game_sort_flag_favorite:hover .svg_color {
	fill: #ff1f44;
}

.game-filter {
	flex: 2 1;
	min-width: 161px;
}

.select {
	position: relative;
	width: 100%;
}

.select::before {
	content: "";
	position: absolute;
	top: 13px;
	right: 7px;
	z-index: 1;
	height: 15px;
	width: 15px;
	background-image: url(../img/icons/icon_dropdown.ec91691febf3c466a1e87290d466148e.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 35px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 10px 25px 9px 10px;
	background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, 0.4)) border-box;
	white-space: nowrap;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.box_input_text.search {
	position: relative;
	width: 100%;
}

.box_input_text.search input {
	height: 35px;
	padding: 0 50px 0 15px;
	border-radius: 25px;
}

.box_input_text.search .search_submit {
	position: absolute;
	top: 0;
	right: 10px;
	height: 35px;
	width: 35px;
	border: 0;
	background: transparent url(../img/icons/icon_search.c2d5989eaa419f4dca74590af13427ee.svg) no-repeat 50%;
	background-size: 18px;
	cursor: pointer;
}

.game-catalog_list {
	flex-wrap: wrap;
	align-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.game-catalog_list-item {
	position: relative;
	box-sizing: border-box;
	height: 0;
	margin: 0 15px 15px 0;
}

.game-catalog_list-item .gamecard {
	position: absolute;
	top: 0;
	left: 0;
}

.gamecard {
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 4px 10px 0 #000;
	color: #fff;
	transition: transform 0.15s linear;
}

.gamecard a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.gamecard_window {
	position: relative;
	height: 75%;
	border: 1px solid #393a51;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.gamecard_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gamecard_links {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding: 20px 0;
	border-radius: 10px 10px 0 0;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.15s linear;
}

.gamecard_play,
.gamecard_demo {
	margin-bottom: 0;
}

.gamecard_demo {
	box-sizing: border-box;
	height: 23px;
	border-radius: 50px;
	padding: 0 20px;
	background-color: #313047;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.gamecard_play {
	box-sizing: border-box;
	height: 30px;
	border-radius: 50px;
	padding: 0 20px;
	background-color: #fe284a;
	box-shadow: 0 4px 0 0 #871628, 0 5px 5px 0 #000;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.gamecard_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	height: 25%;
	border: 1px solid #393a51;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 5px;
	background-color: #161626;
	font-family: Museo Sans Cyrl 500, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.gamecard_flags {
	position: absolute;
	left: 10px;
	z-index: 2;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gamecard_flags li {
	margin-right: 10px;
}

.gamecard_flags li:last-child {
	margin-right: 0;
}

.game_flag_favorite {
	display: flex;
	align-items: center;
}

.game_flag_favorite input {
	margin-right: 5px;
	background: none;
	font-size: 13px;
	font-weight: 500;
	color: #646a87;
	cursor: pointer;
}

.gamecard.favorite .game_flag_favorite {
	display: inline-block;
}

.gamecard:hover {
	transform: scale(1.1);
	z-index: 4;
}

.gamecard:hover .gamecard_links {
	pointer-events: auto;
	opacity: 1;
}

.text_slots {
	color: #17eada;
}

.text_live {
	color: #de593e;
}

.text_casino {
	color: #6ef770;
}

.text_tournament {
	color: #e8ce3a;
}

@media (min-width: 0px) {
	.game-catalog_list {
		max-width: 450px;
	}

	.game-catalog_list-item {
		width: calc(50% - 7.5px);
		padding-top: calc(50% - 7.5px);
	}

	.game-catalog_list-item:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width: 340px) {
	.nav-categories_link {
		font-size: 14px;
	}
}

@media (min-width: 669px) {
	.beam-categories {
		padding: 5px 0 0;
		box-shadow: none;
	}

	.nav-categories {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 15px;
	}

	.nav-categories_list {
		flex-wrap: nowrap;
	}

	.nav-categories_item {
		width: 25%;
	}

	.nav-categories_content {
		height: 55px;
		max-height: 55px;
		padding: 0 5px;
		border-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.nav-categories_img-wrapper {
		position: relative;
		margin-right: 10px;
		width: 50px;
	}

	.nav-categories_img {
		position: absolute;
		top: 0;
		right: 0;
	}

	.game-catalog_list {
		max-width: 100%;
	}

	.game-catalog_list-item {
		width: calc(25% - 11.25px);
		padding-top: calc(25% - 11.25px);
	}

	.game-catalog_list-item:nth-child(2n) {
		margin-right: 15px;
	}

	.game-catalog_list-item:nth-child(4n) {
		margin-right: 0;
	}

	.gamecard:hover {
		transform: scale(1.1);
		z-index: 4;
	}
}

@media (min-width: 1025px) {
	.game-catalog_list-item {
		width: calc(20% - 12px);
		padding-top: calc(20% - 12px);
	}

	.game-catalog_list-item:nth-child(4n) {
		margin-right: 15px;
	}

	.game-catalog_list-item:nth-child(5n) {
		margin-right: 0;
	}
}

@media (max-width: 1024px) {
	header .panel_authorized,
	header .btn_help {
		display: none;
	}

	header .mobile_menu_btn {
		display: flex;
	}

	.game-catalog .form_search,
	.game-sort-and-filter {
		width: 100%;
	}

	.game-catalog_header {
		flex-direction: column;
		max-width: 450px;
		padding: 0;
	}
}

@media (max-width: 668px) {
	header {
		min-height: 50px;
		height: auto;
		max-height: 100px;
		background-color: #161626;
	}

	header .header_box {
		flex-direction: column;
		flex-wrap: wrap;
	}

	header .main_logo {
		height: 50px;
	}

	header .panel_non_authorized {
		justify-content: center;
		box-sizing: border-box;
	height: 50px;
		width: 100%;
		border-top: 1px solid #363648;
	}

	header .panel_non_authorized .button_register {
		padding: 0 12px;
	}

	header .mobile_menu_btn {
		display: none;
	}

	.main {
		padding-top: 100px;
	}

	.carousel {
		position: relative;
		margin-top: 0;
		padding-top: 25%;
		height: 0;
	}

	.carousel_list {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.carousel_item {
		height: 100%;
	}

	.banner {
		object-fit: cover;
	}

	.carousel_text,
	.carousel_megawin-text {
		box-sizing: border-box;
		height: 22px;
		padding-top: 3px;
		line-height: 16px;
		font-size: 12px;
		text-transform: uppercase;
		text-align: center;
		text-shadow: none;
		color: #fff;
		white-space: nowrap;
	}

	.carousel_text {
		left: 0;
		bottom: 0;
		width: 100%;
		background: linear-gradient(90deg, rgba(217, 174, 33, 0) 0, rgba(217, 174, 33, 0.6) 20%, rgba(217, 174, 33, 0.6) 80%, rgba(217, 174, 33, 0) 100%);
	}

	.carousel_megawin-wrapper {
		height: auto;
		background: linear-gradient(90deg, rgba(50, 18, 88, 0) 0, rgba(50, 18, 88, 0.6) 20%, rgba(50, 18, 88, 0.6) 80%, rgba(50, 18, 88, 0) 100%);
	}

	.carousel_megawin-text {
		background: transparent;
		-webkit-text-fill-color: #fff;
	}

	.nav-categories_link {
		font-size: 12px;
	}

	.nav-categories_content {
		justify-content: flex-start;
		height: 40px;
		max-height: 40px;
		border-radius: 8px;
		padding-left: 4px;
	}

	.nav-categories_img-wrapper {
		justify-content: center;
		margin-right: 5px;
		width: 42px;
	}

	.game-catalog {
		padding: 0 10px;
	}

	.game-catalog_header {
		margin-bottom: 20px;
		padding: 0;
	}

	.game-sort-and-filter {
		flex-direction: column;
	}

	.game-sort-and-filter > * {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.game-sort-and-filter > :last-child {
		margin-bottom: 0;
	}

	.game_sort,
	.game-filter,
	.game-catalog .form_search {
		width: 100%;
	}

	.game_sort {
		flex-wrap: wrap;
	}

	.game_sort > li {
		margin-right: 6px;
	}

	.game_sort .sort_link {
		padding: 4px 4px 8px;
	}

	.game-catalog_list-item:nth-child(odd) .gamecard.x_show {
		transform: scale(1.35) translateX(10%);
	}

	.game-catalog_list-item:nth-child(2n) .gamecard.x_show {
		transform: scale(1.35) translateX(-10%);
	}

	.gamecard.x_show {
		transform: scale(1.35);
	}

	.gamecard_links {
		padding: 5px 0;
	}

	.gamecard_demo,
	.gamecard_favorite,
	.gamecard_play {
		margin-bottom: 0;
		transform: scale(0.8);
		flex: none;
	}

	.gamecard_play:active {
		transform: translateY(3px) scale(0.8);
	}

	.gamecard_title {
		line-height: 12px;
	}

	.select::before {
		right: 7px;
	}

	.select select {
		padding-left: 10px;
		padding-right: 35px;
	}

	.box_input_text.search input {
		padding-left: 10px;
	}
}

@media (max-width: 480px) {
	header .button_register {
		padding: 0 14px;
	}

	.nav-categories_link {
		font-size: 11px;
	}

	.gamecard_title {
		font-size: 12px;
	}
}