/* -------- Specification -------- */

body {
	font-family: Circe-Regular, sans-serif;
	color: #fff;
	font-size: 15px;
	background: linear-gradient(90deg, #020a25, #041831 59%, #020a25);
	line-height: 1;
	padding: 0;
	margin: 0;
}
h3 {
    /* font: 24px/1.2 Circe-Regular; */
    margin: 30px 0 14px;
    text-align: left;
    text-shadow: 0 0 3px #00badc;
    color: rgba(255, 255, 255, .9);
}
div, p, form, input, a, span, button {
	box-sizing: border-box;
}

a, button {
	cursor: pointer;
}

p {
	margin: 0;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

a, a:active, a:link, a:visited {
	color: #00badc;
}

a, a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

/*  Header  */

header {
	min-width: 320px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 105;
	background: #020c27;
	height: 81px;
	line-height: 81px;
}

.header_menu {
	position: absolute;
	width: 40px;
	height: 22px;
	left: 40px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 506;
	cursor: pointer;
}

.header_menu_line {
	position: absolute;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 4px;
	background: #fff;
	transform: rotate(0deg);
	top: 0;
	transition: .25s ease-in-out;
}

.header_menu_line:nth-child(2),
.header_menu_line:nth-child(3) {
	top: 9px;
}

.header_menu_line:nth-child(4) {
	top: 18px;
}

.header_menu_line_short {
	position: absolute;
	top: 0;
	left: 3px;
	width: 11px;
	height: 4px;
	border-left: 3px solid #212b44;
	border-right: 3px solid #212b44;
}

.header_menu.is-open .header_menu_line:first-child,
.header_menu.is-open .header_menu_line:nth-child(4) {
	top: 16px;
	width: 0;
	left: 50%;
}

.header_menu.is-open .header_menu_line:nth-child(2) {
	transform: rotate(45deg);
}

.header_menu.is-open .header_menu_line:nth-child(3) {
	transform: rotate(-45deg);
}

.header_menu.is-open .header_menu_line .header_menu_line_short {
	opacity: 0;
}

.header_logo {
	width: 140px;
	height: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/logo.svg) 50% 50% no-repeat;
	background-size: auto 100%;
}

.header_action {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}

.auth {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	margin-right: 24px;
}

.auth .login {
	margin-right: 17px;
	padding: 0 20px;
}

.auth .login, .auth .register {
	font: 400 21px/41px Circe-Light;
	color: #fff;
}

.auth .register {
	margin-right: 16px;
	background: linear-gradient(90deg, #ac002c, #d12c00);
	box-shadow: 0 0 13px 0 rgba(255, 4, 66, .6);
	border-radius: 40px;
	padding: 0 28px;
}

.auth .register:hover {
	background: linear-gradient(90deg, #86011f, #a52302);
}

.auth .language {
	margin-left: 16px;
	margin-right: 23px;
}

.language img {
	width: 34px;
	display: block;
}

.menu_main_panel {
	top: 81px;
	padding: 37px 0 0 40px;
	width: 300px;
	display: block;
	transition: transform .5s;
	font: 14px/1 Circe-Light;
	background: rgba(8, 19, 46, .95);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	transform: translateX(-100%);
}

.menu_main_panel.is-open {
	transform: none;
}

.menu_main {
	margin-top: 7px;
}

.menu_main_link,
.menu_main_link:active,
.menu_main_link:link,
.menu_main_link:visited {
	color: #fff;
}

.menu_main_link:hover {
	color: #00badc;
}

.menu_main_link {
	font: 18px/16px Circe-Light;
	text-align: left;
	display: block;
	text-transform: uppercase;
}

.menu_main_link + .menu_main_link {
	margin-top: 27px;
}

/* WELCOME */

#welcome {
	height: 61vh;
	margin-top: 81px;
	display: block;
	background: #020d28;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

#welcome .swiper-container,
#welcome .swiper-slide,
#welcome .swiper-wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

#welcome .swiper-container {
	padding-bottom: 50px;
}

#welcome .swiper-slide {
	background-size: auto 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#welcome .slide-1 {
	background-image: url(../img/slide1.jpg);
}

#welcome .slide-2 {
	background-image: url(../img/slide2.jpg);
}

#welcome .slide-3 {
	background-image: url(../img/slide3.jpg);
}

#welcome .slide-4 {
	background-image: url(../img/slide4.jpg);
}

.welcome_info {
	width: 688px;
	padding: 37px 43px 39px;
	position: absolute;
	color: #fff;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	background: rgba(2, 11, 39, .9);
}

.welcome_text {
	margin-bottom: 36px;
	text-transform: uppercase;
	font: 12px/1.5 Circe-Regular;
}

.welcome_text {
	font-size: 30px;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	border-radius: 30px;
	padding: 0 40px;
	font: 400 14px/34px circle-light;
	text-indent: 1px;
	cursor: pointer;
	text-align: center;
	box-shadow: 0 0 13px 0 rgba(255, 4, 66, .6);
	background: linear-gradient(90deg, #ac002c, #d12c00);
}

.btn:hover {
	background: linear-gradient(90deg, #86011f, #a52302);
}

.btn, .btn:active, .btn:link, .btn:visited {
	color: #fff;
}

.btn_large {
	height: 50px;
	padding: 0 50px;
	font: 21px/50px circle-normal;
}

#welcome .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: none;
	box-shadow: none;
	position: relative;
	opacity: .6;
	z-index: 1;
	margin: 0 10px !important;
}

#welcome .swiper-pagination-bullet-active {
	background: #ad032a;
	box-shadow: 0 0 0 3px rgba(173, 3, 42, .4);
	opacity: 1;
	z-index: 2;
}

#welcome .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}

#welcome .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 50%;
	width: 30px;
	height: 1px;
	margin: auto;
	background: #fff;
}

#welcome .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

#welcome .swiper-pagination-bullet-active:before {
	width: 11px;
	height: 11px;
	background: #ad032a;
	box-shadow: 0 0 0 3px rgba(173, 3, 42, .3);
}

/* GAMES */

.menu_games {
	padding: 46px 0;
	height: 176px;
	margin-top: 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: relative;
	float: left;
	width: 100%;
}

.menu_games_list {
	width: 100%;
	position: static;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	background: none;
	padding-bottom: 0;
	z-index: 100;
	left: 0;
	top: 50px;
	margin: 0 auto;
}

.menu_games_link,
.menu_games_link:active,
.menu_games_link:link,
.menu_games_link:visited {
	color: #fff;
}

.menu_games_link {
	display: block;
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	font: 14px/1 circle-normal;
	text-align: center;
	text-transform: uppercase;
	transition: width .5s;
}

.menu_games_link:before {
	content: "";
	position: relative;
	float: left;
	width: 100%;
	background-image: url(../img/slots.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 63px;
	height: 63px;
}

.menu_games_link_tables:before {
	background-image: url(../img/tables.svg);
}

.menu_games_link_popular:before {
	background-image: url(../img/popular.svg);
}

.menu_games_link_jackpots:before {
	background-image: url(../img/jackpots.svg);
}

.menu_games_link_videopokers:before {
	background-image: url(../img/videopokers.svg);
}

.menu_games_link_sports_betting:before {
	background-image: url(../img/sports-betting.svg);
}

.menu_games_link_other:before {
	background-image: url(../img/other.svg);
}

.menu_games_link_tables:before,
.menu_games_link_videopokers:before,
.menu_games_link_jackpots:before,
.menu_games_link_sports_betting:before {
	background-size: auto 48.6px;
}

.menu-games__link_popular:before,
.menu_games_link_other:before {
	background-size: auto 45px;
}

.menu_games_link span {
	font: 12px/12px Circe-Light;
	margin-top: 12px;
	display: block;
	position: absolute;
	left: -10px;
	right: -10px;
	text-align: center;
	width: auto;
	letter-spacing: .3px;
	bottom: -20px;
}

.menu_games_link:hover {
	color: #00badc;
}

.menu_games_title {
	font: 14px/50px circle-normal;
	height: 50px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 100%;
}

.menu_games_search {
	position: relative;
	float: right;
	width: 100%;
	overflow: hidden;
	padding-left: 28px;
}

.menu_games_search:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 24px;
	background: url(../img/search.svg) 0 50% no-repeat;
	background-size: auto 90%;
	-webkit-filter: url(#overlay-red);
	filter: url(#overlay-red);
}

.menu_games_search .input[type=text] {
	position: relative;
	float: right;
	border: 1px solid #ff0442;
	border-radius: 30px;
	padding: 0 14px;
	font: 12px/24px circle-light;
	width: 100%;
	color: #fff;
	background: none;
}

.menu_games_search_close {
	cursor: pointer;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 8px;
}

.menu_games_search_close:before {
	transform: rotate(45deg);
}

.menu_games_search_close:after {
	transform: rotate(-45deg);
}

.menu_games_search_close:after,
.menu_games_search_close:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 120%;
	top: -10px;
	bottom: -10px;
	left: 50%;
	margin: auto 0 auto -2px;
	transform-origin: 50% 50%;
	background: #ff0442;
}

input:focus {
	outline: 0;
}

/* NEW_GAMES */

#new_games {
	padding: 50px 0;
}

.new_games_title {
	font-size: 30px;
	margin-bottom: 12px;
	line-height: 1.2;
	font-family: Circe-Light, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 5px #00badc, 0 0 2px #00badc;
}

.slider_new_games {
	position: relative;
	overflow: hidden;
	padding: 20px 0 50px;
}

.game-cell {
	cursor: default;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 66%;
	transition: .25s;
}

.game_cell_top {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
}

.game_cell_top_right {
	right: -8px;
	position: relative;
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}

.game_cell_label {
	height: 22px;
	font-size: 14px;
	top: -5px;
	padding: 0 13px;
	border-radius: 30px;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	background: linear-gradient(90deg, #00b6dc, #0080dc);
	box-shadow: 0 0 5px 0 #00badc;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: 10px;
}

.game_cell_preview {
	background: url(../img/game-background.svg) 50% 0 no-repeat;
	background-size: 100% 100%;
	transition: .25s;
}

.game_cell_preview:after,
.game_cell_preview:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.game_cell_preview:before {
	background-color: rgba(0, 0, 0, .85);
	opacity: 0;
	z-index: 1;
	transition: .25s;
	height: 98%;
}

.game_cell_preview:after {
	z-index: 2;
	box-shadow: inset 0 0 0 1px #2b4767;
	height: 98%;
}

.game_cell_preview img {
	width: 100%;
	color: rgba(0, 186, 220, .5);
	font: 12px/22px circle-light;
}

.game_cell_inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .25s;
	z-index: 2;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	opacity: 0;
}

.game_cell_title {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	padding: 0 15px;
	margin-top: 10px;
	max-width: 100%;
	text-overflow: ellipsis;
	text-align: center;
	text-transform: uppercase;
	color: #868b98;
	cursor: default;
}

.game_cell_play {
	padding: 0 40px;
	font: 14px/34px Circe-Regular;
}

.game_cell_demo,
.game_cell_demo:active,
.game_cell_demo:link,
.game_cell_demo:visited,
.game_cell_play,
.game_cell_play:active,
.game_cell_play:link,
.game_cell_play:visited {
	color: #fff;
}

.game_cell_demo,
.game_cell_play {
	font: 14px/1 circle-normal;
	color: #fff;
	margin-top: 8px;
}

.game_cell:hover {
	z-index: 99;
}

.game_cell:hover .game_cell_inner {
	opacity: 1;
}

.game_cell:hover .game_cell_preview {
	transform: scale(1.2) translateZ(0);
}

.game_cell:hover .game_cell_preview:before {
	opacity: 1;
}

.game_cell_play {
	line-height: 34px;
}

#new_games .swiper-scrollbar {
	bottom: 18px !important;
	height: 1px !important;
	background-color: #36465a;
}

#new_games .swiper-scrollbar .swiper-scrollbar-drag {
	height: 16px;
	border-radius: 50%;
	background-color: #ff0442;
	box-shadow: 0 0 7px 1px rgba(255, 4, 66, .48), 0 0 0 5px rgba(255, 4, 66, .3);
	top: 50%;
	min-width: 5px;
	margin-top: -8px;
	cursor: -webkit-grab;
	cursor: grab;
}

#new_games .swiper-scrollbar .swiper-scrollbar-drag:before {
	border-right: 7px solid #15bcde;
	border-left: 0;
	right: 100%;
	margin-right: 16px !important;
}

#new_games .swiper-scrollbar .swiper-scrollbar-drag:after,
#new_games .swiper-scrollbar .swiper-scrollbar-drag:before {
	content: "";
	display: block;
	margin: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -4px;
}

#new_games .swiper-scrollbar .swiper-scrollbar-drag:after {
	border-left: 7px solid #15bcde;
	border-right: 0;
	left: 100%;
	margin-left: 16px;
}

/* GAME GROUP */

#game_group {
	padding: 50px 0 50px;
}

.game_group_title {
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 1.2;
	font-family: Circe-Light, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 5px #00badc, 0 0 2px #00badc;
}

.game_group_wrap {
	width: 16.66667%;
	padding: 16px;
}

#game_group .game_cell {
	position: relative;
}

#game_group .btn {
	margin: 24px auto 0;
	font: 21px/48px Circe-Regular;
}

/* SPECIAL */

#special {
	padding: 0 0 50px;
}

.special_title {
	font-size: 30px;
	margin-top: 66px;
	margin-bottom: 28px;
	position: relative;
	float: left;
	width: 100%;
	line-height: 1.2;
	font-family: Circe-Light, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 5px #00badc, 0 0 2px #00badc;
}

#special .slider_special {
	float: left;
	width: calc(100% + 12px);
	overflow: hidden;
	padding: 0 6px 50px;
	margin-left: -6px;
	position: relative;
}

#special .swiper-slide {
	background: url(../img/special.jpg);
	position: relative;
	float: left;
	background-size: auto 100% !important;
	background-repeat: no-repeat !important;
	background-position: 100% 50% !important;
}

#special .slide_2 {
	background: url(../img/special2.jpg);
}

#special .slide_3 {
	background: url(../img/special3.jpg);
}

#special .slide_4 {
	background: url(../img/special4.jpg);
}

#special .slide_5 {
	background: url(../img/special5.jpg);
}

#special .slide_6 {
	background: url(../img/special6.jpg);
}

#special .slide_7 {
	background: url(../img/special7.jpg);
}

#special .swiper-slide:before {
	content: "";
	display: block;
	padding-top: 46.55%;
	box-shadow: inset 0 0 0 1px #2b4767;
}

#special .special_content {
	position: absolute;
	text-transform: uppercase;
	top: 36px;
	left: 52px;
	font: 20px/25px Circe-Light;
	width: 75%;
}

#special .slide-action {
	left: 52px;
	bottom: 60px;
	display: block;
	position: absolute;
}

#special .slide-action .btn {
	font: 21px/50px circle-light;
	padding: 0 40px;
}

#special .slide-action .btn:after {
	display: inline-block;
	content: "\203A";
	margin-left: .3vw;
}

#special .swiper-scrollbar {
	bottom: 23px !important;
	height: 1px !important;
	background-color: #36465a;
}

#special .swiper-scrollbar .swiper-scrollbar-drag {
	height: 16px;
	width: 16px !important;
	border-radius: 50%;
	background-color: #ff0442;
	box-shadow: 0 0 7px 1px rgba(255, 4, 66, .48), 0 0 0 5px rgba(255, 4, 66, .3);
	top: 50%;
	min-width: 5px;
	margin-top: -8px;
	cursor: -webkit-grab;
	cursor: grab;
}

#special .swiper-scrollbar .swiper-scrollbar-drag:before {
	border-right: 7px solid #15bcde;
	border-left: 0;
	right: 100%;
	margin-right: 16px !important;
}

#special .swiper-scrollbar .swiper-scrollbar-drag:after,
#special .swiper-scrollbar .swiper-scrollbar-drag:before {
	content: "";
	display: block;
	margin: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -4px;
}

#special .swiper-scrollbar .swiper-scrollbar-drag:after {
	border-left: 7px solid #15bcde;
	border-right: 0;
	left: 100%;
	margin-left: 16px;
}

/* JACKPOT */

#jackpot {
	background: url(../img/jackpot-outer.png) 50% 50% no-repeat;
	background-size: auto 100%;
	padding: 50px 0;
	text-align: center;
}

.jackpot_title {
	text-transform: uppercase;
	text-shadow: 0 0 3px #00badc;
	text-align: center;
	font-size: 36px;
}

.jackpot_value {
	font-size: 164px !important;
	font-family: Circe-Bold, sans-serif;
	color: #00badc;
	text-shadow: 0 0 7px #00badc;
	margin: 24px 0 20px;
	white-space: nowrap;
}

.jackpot_digit,
.jackpot_digit_2 {
	width: auto !important;
}

.jackpot_dot {
	width: 32.8px !important;
}

#jackpot .btn {
	font: 400 21px/48px Circe-Regular;
	min-width: 180px;
}

/* CRIPTO */

#cripto .swiper_cripto {
	position: relative;
	float: left;
	width: 100%;
	background: linear-gradient(180deg, #0e3654, #010722);
	margin-top: 22px;
	padding: 0;
}

#cripto .swiper-slide {
	background-image: url(../img/cripto-1.png);
	background-position: 70% 50%;
	background-repeat: no-repeat;
	background-size: auto 80%;
}

#cripto .slide-2 {
	background-image: url(../img/cripto-2.png);
}

#cripto .slide-3 {
	background-image: url(../img/cripto-3.png);
}

#cripto .slide-4 {
	background-image: url(../img/cripto-4.png);
}

#cripto .swiper-slide:before {
	height: 440px;
	padding-top: 0;
	content: "";
	display: block;
}

#cripto .swiper-crypto_content {
	width: 40%;
	left: 16%;
	top: 18%;
	height: 64%;
	position: absolute;
	text-transform: uppercase;
	font: 30px/1.3 Circe-Light, sans-serif;
}

#cripto .swiper-crypto_action {
	position: absolute;
	bottom: 0;
	left: 0;
	font: 12px/1.3 Circe-Light, sans-serif;
}

#cripto .swiper-crypto_action .btn {
	font: 21px/50px Circe-Light, sans-serif;
	height: 50px;
	padding: 0 50px;
	text-transform: none;
}

#cripto .swiper-crypto_pagination {
	width: 50px;
	right: 110px;
	left: auto;
	text-align: right;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	counter-reset: b;
}

#cripto .swiper-crypto_pagination .swiper-pagination-bullet,
#cripto .swiper-crypto_pagination .swiper-pagination-bullet-active {
	background: none;
	box-shadow: none;
}

#cripto .swiper-crypto_pagination .swiper-pagination-bullet-active {
	color: #ff0442;
}

#cripto .swiper-crypto_pagination .swiper-pagination-bullet {
	display: block;
	width: 100%;
	float: left;
	counter-increment: b;
	color: #5c6978;
	height: 55px;
	line-height: 1;
	opacity: 1;
}

#cripto .swiper-crypto_pagination .swiper-pagination-bullet-active:before {
	width: 19px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 0;
	height: 1px;
	background: #ff0442;
	margin-right: 3px;
}

#cripto .swiper-crypto_pagination .swiper-pagination-bullet:after {
	font-size: 18px;
	display: inline-block;
	content: "o" counter(b);
}

#cripto .swiper-crypto_pagination .swiper-pagination-bullet-active:after {
	color: #ff0442;
}

/* TEXT CONTENT */

.text_content_wrap {
	font: 15px/1.2 Circe-Light;
	color: #bababa;
	padding: 20px 90px 40px;
	max-width: 1440px;
	margin: 50px auto 0;
	background: #011d3a;
	float: none;
	position: relative;
	width: 100%;
}

.text_content_wrap h1 {
	padding: 41px 0 20px;
	text-shadow: 0 0 3px #00badc;
	color: rgba(255, 255, 255, .9);
	text-align: left;
	margin: 0;
	display: block;
	text-transform: uppercase;
}

.text_content_wrap h2 {
	font: 24px/1.2 Circe-Regular;
	margin: 30px 0 14px;
	text-align: left;
	text-shadow: 0 0 3px #00badc;
	color: rgba(255, 255, 255, .9);
}

.text_content_wrap ol li {
	display: list-item;
	list-style-type: decimal;
}

/* FOOTER */

.footer {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 7px;
	margin-bottom: 0;
}

.footer_menu {
	padding: 42px 0;
	border-top: 0;
	text-align: center;
}

.footer_menu_item {
	margin: 4px 19px;
	display: inline-block;
	font: 16px/24px Circe-Light;
	text-decoration: none;
}

.footer_menu_item,
.footer_menu_item:active,
.footer_menu_item:link,
.footer_menu_item:visited {
	color: #767a83;
}

.footer_menu_item:hover {
	color: #00badc;
}

.lang_switcher {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-top: 0;
	line-height: 30px;
}

.lang_switcher .lang_switcher_flag {
	width: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.footer_payments,
.footer_payments_item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_payments {
	position: relative;
	flex-flow: row wrap;
	padding: 12px 0;
	border-top: 1px solid #1a243c;
}

.footer_payments_item {
	height: auto;
	margin: 14px;
	max-height: 40px;
	flex-shrink: 1;
}

.footer_payments_item img {
	height: 100%;
	display: block;
	margin: auto;
	max-height: 100%;
	position: relative;
}

.footer_providers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 41px auto -3px;
	position: relative;
	width: 100%;
	text-align: center;
}

.footer_providers .age_restriction,
.footer_providers .license,
.footer_providers .playattack,
.footer_providers_item {
	margin: 6px 16px;
	height: 45px;
}

.footer_providers .age_restriction img,
.footer_providers .license img,
.footer_providers .playattack img,
.footer_providers img {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.footer_address {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	color: #767a83;
	margin: 70px 0 10px;
	font: 14px/16px Circe-Light;
}

.footer_payments:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	background: #1a243c;
}















