#carousel {
	height: 250px;
	overflow: hidden;
}

.main_header_container {
	flex-direction: column;
	align-items: stretch;
	margin: 0 auto;
}

.main_header_inner_container {
	width: 100%;
}

.lobby_main_menu_container .main_section > .menu_item > .title,
.lobby_main_menu_container .main_section > .menu_item > .descr,
.lobby_main_menu_container .second_section > .menu_item > .title {
	position: absolute;
	z-index: 2;
}

.main_tabs,
.games_navigation {
	width: 100%;
}

@media (max-width: 668px) {
	#carousel {
		height: 140px;
	}

	.header,
	.header.header_fixed {
		height: 56px;
		min-height: 56px;
		max-height: 56px;
	}

	.header_box,
	.header_box.non_auth_header {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		height: 56px;
		padding: 0 12px;
	}

	.header .main_logo_text {
		line-height: 1;
		padding-top: 0;
		flex: 0 0 auto;
		justify-content: flex-start;
	}

	.header .main_logo_text img {
		height: 36px;
	}

	.header .non_auth,
	#non_auth {
		display: flex;
		width: auto;
		height: auto;
		padding: 0;
		justify-content: flex-end;
		align-items: center;
		flex: 0 0 auto;
	}

	.header .non_auth > div {
		padding: 0 6px;
	}

	.header .btn_register_small.button_red_active_small {
		height: 30px;
		padding: 0 12px;
		font-size: 12px;
	}

	.header .link_header {
		font-size: 12px;
	}

	.main {
		padding-top: 56px;
	}
}

@media (max-width: 400px) {
	.header .btn_register_small.button_red_active_small {
		padding: 0 8px;
	}

	.header .non_auth > div {
		padding: 0 4px;
	}
}

.main_tabs_list,
.games_list,
.game_card_flags {
	list-style: none;
	margin: 0;
}

.games_list {
	padding: 0 10px;
}

.box_input_text.search button[type="submit"] {
	position: absolute;
	top: 0;
	right: 10px;
	height: 35px;
	width: 35px;
	border: 0;
	background: transparent url("../images/img/Search.svg") no-repeat 50%;
	background-size: 18px;
	cursor: pointer;
}

.box_input_text.search input {
	width: 100%;
	height: 35px;
	border: 0;
	border-radius: 10px;
	padding: 0 50px 0 12px;
	color: #fff;
	background-color: #221d25;
	font: inherit;
}

.providers_select select {
	width: 100%;
	min-width: 180px;
	height: 35px;
	border: 0;
	border-radius: 10px;
	padding: 0 28px 0 10px;
	color: #fff;
	background-color: #221d25;
	font: inherit;
	appearance: none;
}

.game_card_demo {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}

.sykaaa-page {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
	padding: 24px 16px 48px;
	color: #fff;
	box-sizing: border-box;
}

.admin-bar .header_fixed {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .header_fixed {
		top: 46px;
	}
}
