/* -------- Specification -------- */

body {
	background: #0f171c;
	color: #b0b1b1;
	font: 400 14px/20px "Roboto", sans-serif;
	padding: 0;
	margin: 0;
}

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;
}

.btn,
button,
a.btn,
input.btn,
.checkbox span,
.checkbox-no-js span,
.checkbox+span,
.checkbox-no-js+span,
.checkbox input[type='checkbox']+span,
.checkbox-no-js input[type='checkbox']+span,
.radiogroup .radio,
.radiogroup .radio span,
.switcher .handle, .label,
.beige,
i,
span[class^="tab-"]:before,
.ico,
.line .line-inner .line-content>div,
.line.t-game .line-inner .line-preview img,
.lottery-tickets>div div,
.prizes .prize .prize-title>span,
.prizes .prize .count>span,
.unavailable-tourney-with-gifts h3 svg {
	display: inline-block;
	vertical-align: middle;
}

.tabs-content .tabs-panel,
.preloader>.ellipse,
.preloader>.ellipse>.arrows,
.preloader-normalized>.arrows,
.game,
.game:before,
.game-inner,
.game .links,
.latest-winners li>div>a:before,
.widget.widget-tourneys .widget-image a,
.widget.widget-live-casino .widget-image a,
.window.registration .items .img:after,
.window.registration .items .img:before,
#popups-root .popup.with-icon .popup-inner:before,
#notificationRoot .popup.with-icon .popup-inner:before,
#cashier-popup .popup.with-icon .popup-inner:before,
#modals-root .popup.with-icon .popup-inner:before,
.unsubscribed-popup .popup.with-icon .popup-inner:before,
#tournaments .tournament .img img,
#tournaments .drawing .img img,
#drawings .tournament .img img,
#drawings .drawing .img img,
#tournaments .tournament.future .img:after,
#tournaments .drawing.future .img:after,
#drawings .tournament.future .img:after,
#drawings .drawing.future .img:after,
#tournaments .tournament .past-label,
#tournaments .tournament .future-label,
#tournaments .drawing .past-label,
#tournaments .drawing .future-label,
#drawings .tournament .past-label,
#drawings .tournament .future-label,
#drawings .drawing .past-label,
#drawings .drawing .future-label,
#tournaments .tournament.past .img:after,
#tournament .td:nth-child(5) a:before,
#tournament .th:nth-child(5) a:before,
.cabinet-right-inner.vip .item-vip .pic .hover-block,
.gamemode,
.gamemode .gamebox .gameplay,
.not-available,
#drawings .drawing .drawing-overlay,
#drawings .drawing-info .inner-info,
.unavailable-tourney-with-gifts .gift-image a,
.unavailable-tourney-with-gifts .tourney-image a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.btn,
button,
a.btn,
input.btn,
input[type='text'],
input[type='password'],
input[type='email'],
.select>.value,
.btable.tournament-result>div>div:nth-child(2)>span,
.mark>span,
.mark.green .mark__text,
.badges .new-event .mark__text,
.mark.mark--bottom.green .min-bet,
.badges .mark--bottom.new-event .min-bet,
.mark.mark--bottom.green .max-bet,
.badges .mark--bottom.new-event .max-bet,
.user-data .name,
.latest-winners li>div span,
.widget.widget-live-casino .widget-title,
#tournaments .tournament-winners .nick,
#tournament .tbody .td:nth-child(2) span,
#panel-results .result-row>span:nth-child(2),
#panel-results .result-row>span:nth-child(3) {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.btn,
button,
a.btn,
input.btn,
.checkbox span,
.checkbox-no-js span,
.checkbox+span,
.checkbox-no-js+span,
.checkbox input[type='checkbox']+span,
.checkbox-no-js input[type='checkbox']+span,
.radiogroup .radio,
.radiogroup .radio span,
.switcher .handle,
.label,
.beige,
i,
span[class^="tab-"]:before,
.ico,
.line .line-inner .line-content>div,
.line.t-game .line-inner .line-preview img,
.lottery-tickets>div div,
.prizes .prize .prize-title>span,
.prizes .prize .count>span,
.unavailable-tourney-with-gifts h3 svg {
	display: inline-block;
	vertical-align: middle;
}

*:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6, .slide-content_title, .bg-grey_title {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #0c0c0c;
}

h1, h2, h3, h4, .slide-content_title, .bg-grey_title {
	text-transform: uppercase;
}

h1 {
	font: 700 25px/1.4em "Roboto", sans-serif;
}

h2, .slide-content_title {
	font: 700 18px/1.4em "Roboto", sans-serif;
}

h4, .bg-grey_title {
	font: 700 14px/1.4em "Roboto", sans-serif;
}

/* -------- Header -------- */

header {
	z-index: 1001;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 280px;
	background: #0f171c;
}

header .wrapper-inner {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	height: 100px;
}

.menu-main-open {
	position: fixed;
	left: 20px;
	top: 40px;
	z-index: 506;
	width: 31px;
	height: 21px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.menu-main-open span {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	height: 3px;
	background: #fff;
}

.menu-main-open span:nth-child(1) {
	top: 0;
}

.menu-main-open span:nth-child(2) {
	top: 9px;
}

.menu-main-open span:nth-child(3) {
	bottom: 0;
}

.menu-main-open.open {
	width: 24px;
	height: 24px;
	left: 20px;
	top: 26px;
	position: fixed;
}

.menu-main-open.open span {
	height: 1px;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	width: 33px;
}

.menu-main-open.open span:nth-child(1) {
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
}

.menu-main-open.open span:nth-child(2) {
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 12px;
}

.menu-main-open.open span:nth-child(3) {
	display: none;
}

.menu-main {
	position: fixed;
	top: 0;
	z-index: 505;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	left: -320px;
	width: 320px;
	height: 100%;
	padding-bottom: 20px;
	background: #122028;
}

.menu-main .menu-main-container {
	width: 100%;
	height: 100%;
	padding-top: 60px;
}

.menu-main-container .header-user-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: absolute;
	top: 20px;
	right: 0;
	margin-right: 20px;
}

.need-help {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 15px;
	z-index: 99;
}

.menu-main .need-help {
	display: none;
}

.need-help div {
	display: inline-block;
	height: 40px;
}

.need-help .btn-support {
	background: url(../img/support-icons.svg) 0 0 no-repeat;
	background-size: 100% 400%;
	border-radius: 40px;
	height: 40px;
	width: 40px;
	display: inline-block;
	cursor: pointer;
}

.need-help .open-support-chat {
	text-align: center;
	background-position-y: -80px;
}

.lang {
	position: relative;
	width: 36px;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}

.menu-main-container .header-user-info .lang {
	display: none;
}

.lang span {
	color: #fff;
	font: 14px/17px "Roboto", sans-serif;
	padding-left: 1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.lang ul {
	position: absolute;
	top: 60px;
	right: 0;
	width: 284px;
	background: #fff;
	padding: 10px 20px;
	text-align: left;
	cursor: default;
	display: none;
}

.lang ul li {
	position: relative;
	float: left;
	width: 122px;
}

.lang ul li a:visited {
	color: #464646;
}

.lang ul li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
	border-radius: 2px;
	margin-top: -1px;
}

.menu-main .menu-inner {
	position: relative;
	height: 100%;
	padding-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	z-index: 1;
}

.menu-main .user-info, .menu-main .btns {
	display: none;
}

header .btns {
	margin-right: 22px;
	z-index: 10;
}

header .btns .btn-register {
	width: 198px;
	margin-right: 22px;
	padding: 0 1px;
}

.btn.green, button.green, a.btn.green, input.btn.green {
	background: #10a043;
	border-color: #10a043;
}

.btn.green:hover, button.green:hover, a.btn.green:hover, input.btn.green:hover {
	color: #10a043;
	background: none;
}

.btn, button, a.btn, input.btn {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	font: 400 16px/38px "Roboto", sans-serif;
	position: relative;
	height: 40px;
	padding: 0 28px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border: 2px solid;
	border-radius: 0;
}

header .btns .btn span[class^="i-"] {
	margin-top: -4px;
}

.i-check-reg {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 19px;
	background: url(../img/i-check-reg.svg) 0 0 no-repeat;
	background-size: 100% 200%;
	margin-right: 6px;
}

header .btns .btn:hover span[class^="i-"] {
	background-position: 0 100%;
}

header .btns .user-signin {
	width: 134px;
	padding: 0 1px;
}

.btn.orange-inv, button.orange-inv, a.btn.orange-inv, input.btn.orange-inv {
	background: none;
	border-color: #d94a12;
	color: #d94a12;
}

.btn.orange-inv:hover, button.orange-inv:hover, a.btn.orange-inv:hover, input.btn.orange-inv:hover {
	color: #fff;
	background: #d94a12;
}

.i-user {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url(../img/i-user.svg) 0 0 no-repeat;
	background-size: 100% 200%;
	margin-right: 6px;
}

.menu-main ul#menu-main {
	position: relative;
	right: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: auto;
	margin: 0;
	padding: 0 20px;
}

.menu-main ul#menu-main:before,
.menu-main ul#menu-main:after {
	content: '';
	display: block;
	height: 40px;
	width: 1px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	background: rgba(255,255,255,0.23);
}

.menu-main ul#menu-main:after {
	left: auto;
	right: 0;
}

.menu-main ul#menu-main li:not(.li-user-profile) {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.menu-main ul#menu-main li.li-games {
	position: relative;
}

.menu-main ul#menu-main li:first-child {
	padding-left: 0;
}

.menu-main ul#menu-main li {
	text-align: left;
}

.menu-main ul#menu-main>li {
	border-bottom: 1px solid rgba(255,255,255,0.09);
}

.menu-main ul#menu-main li a:visited {
	color: #bababa;
}

.menu-main ul#menu-main li a:link {
	color: #bababa;
}

.menu-main ul#menu-main li a {
	display: block;
	font: 400 14px/1 "Roboto", sans-serif;
	line-height: 40px;
	color: #bababa;
}

i {
	width: 20px;
	height: 20px;
}

#menu-games-toggle {
	display: block;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#menu-main #menu-games-toggle {
	background: url(../img/menu-op.png) 50% 50% no-repeat;
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

#menu-games-outer {
	-ms-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

#menu-main #menu-games-outer {
	display: block;
}

#menu-main #menu-games-outer #game-menu-component {
	display: none;
}

#menu-games {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
}

#menu-main #menu-games-outer #menu-games {
	display: block;
	padding: 8px 0;
	border-top: 1px solid rgba(255,255,255,0.09);
}

.menu-main ul#menu-main li {
	text-align: left;
}

.menu-main ul#menu-main li:first-child {
	padding-left: 0;
}

.menu-main ul#menu-main li:not(.li-user-profile) {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

#menu-main #menu-games-outer #menu-games a {
	display: block;
	padding-left: 25px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	line-height: 30px;
}

a {
	text-decoration: none;
}

#menu-games a {
	color: #bababa;
	margin: 0 22px;
}

#menu-games a:link {
	color: #bababa;
}

#menu-games a:visited {
	color: #bababa;
}

#menu-games a:first-child {
	margin-left: 0;
}

.menu-main ul#menu-main li a {
	display: block;
	font: 400 14px/1 "Roboto", sans-serif;
	line-height: 40px;
	color: #bababa;
}

.menu-main ul#menu-main li a:link {
	color: #bababa;
}

.menu-main ul#menu-main li a:visited {
	color: #bababa;
}

#menu-main #menu-games-outer #menu-games a {
	display: block;
	padding-left: 25px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	line-height: 30px;
}

.menu-main.open {
	left: 0;
	z-index: 502;
}

.menu-main ul#menu-main li a:hover {
	color: #10a043;
}

#menu-main #menu-games-outer #game-menu-component.open {
	display: block;
}

.logo-outer {
	position: relative;
	z-index: 9;
	width: 200px;
	max-width: 200px;
	height: 46px;
	-ms-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.logo-outer a {
	display: block;
	height: 100%;
	margin-left: 30px;
	text-align: center;
}

.logo-outer img {
	width: 100%;
	height: 100%;
	display: block;
}

.betting-links {
	margin-left: 20px;
	margin-right: auto;
}

.betting-links__item {
	position: relative;
	padding: 8px 25px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
}

.header-user-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.header-user-info .btns .btn-cashier-sm, .header-user-info .btns .btn-signin-sm {
	display: none;
	padding: 0;
	height: 25px;
	width: 26px;
	border: 0;
}

.lang span:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	border-top: 3px solid #0f171c;
	border-bottom: 0;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
}

.lang span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	border-top: 4px solid #fff;
	border-bottom: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.lang span:after, .lang span:before {
	position: absolute;
	right: -13px;
	top: 6px;
}

.lang span:after {
	right: -12px;
}

.lang.open ul {
	display: block;
}

.lang.open span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	border-top: 0;
	border-bottom: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.lang.open span:after {
	top: 4px;
}

.lang ul li a {
	color: #464646;
	font-size: 14px;
	line-height: 38px;
}

/*2 Блок - слайдер*/

.slider_sc {
	height: 500px;
	margin-top: 130px;
}

#main-swiper {
	height: 500px;
	overflow: hidden;
	background: #fff;
}

.dVSUOo {
	background-image: url(../img/5e4.jpg);
	background-color: #000000;
	cursor: pointer;
}

.cnErjN {
	background-image: url(../img/1715.jpg);
	background-color: #000000;
	cursor: pointer;
}

.ehjQNc {
	background-image: url(../img/86b.jpg);
	background-color: #000000;
	cursor: pointer;
}

.jbLnEL {
	background-image: url(../img/2566c.jpg);
	background-color: #000000;
	cursor: pointer;
}

.eBNxYl {
	background-image: url(../img/05a40.jpg);
	background-color: #000000;
	cursor: pointer;
}

.eCdSCH {
	background-image: url(../img/9fc7.jpg);
	background-color: #000000;
	cursor: pointer;
}

.ihClMD {
	background-image: url(../img/0a25c.jpg);
	background-color: #000000;
	cursor: pointer;
}

.dQgGFr {
	background-image: url(../img/5425f.png);
	background-color: #000000;
	cursor: pointer;
}

.kfGULh {
	background-image: url(../img/98816fef5.jpg);
	background-color: #000000;
	cursor: pointer;
}

.swiper-container-fade .swiper-slide {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

#main-swiper .swiper-slide {
	height: 500px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}

#main-swiper .swiper-slide .slide-content {
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 550px;
	margin-right: -775px;
	height: 194px;
	text-align: center;
	background: rgba(15,23,28,0.8);
}

#main-swiper .swiper-slide .slide-content p,
#main-swiper .swiper-slide .slide-content .slide-content_title {
	color: #fff;
	margin: 0;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

#main-swiper .swiper-slide .slide-content .slide-content_title {
	margin-top: 24px;
	font: 900 30px/1.2em "Roboto", sans-serif;
}

#main-swiper .swiper-slide .slide-content p {
	margin-bottom: 24px;
	font: 900 25px/1.1em "Roboto", sans-serif;
	color: #ff4800;
}

#main-swiper .swiper-slide .slide-content .btn {
	min-width: 226px;
}

.btn.lg, button.lg, a.btn.lg, input.btn.lg {
	font-size: 23px;
	padding: 0 5px;
}

section .wrapper, .section .wrapper,
header .wrapper, #main-swiper .wrapper, .line .wrapper {
	max-width: 1550px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#main-swiper>.swiper-container .wrapper {
	position: relative;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

#main-swiper .swiper-pagination {
	left: -10px;
	bottom: 13px;
}

.wrapper .swiper-pagination,
.gamemode .swiper-pagination,
#game-achievements-slider {
	width: auto;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.wrapper .swiper-pagination .swiper-pagination-bullet,
.gamemode .swiper-pagination .swiper-pagination-bullet,
#game-achievements-slider .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	margin: 0 6px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	vertical-align: middle;
}

.wrapper .swiper-pagination .swiper-pagination-bullet-active,
.gamemode .swiper-pagination .swiper-pagination-bullet-active,
#game-achievements-slider .swiper-pagination-bullet-active {
	background: #ff4800;
	height: 11px;
	width: 11px;
}

/*3 Блок - слайдер*/

section.bg-white {
	background: #fff;
}

.clearfix:after,
.board-outer:after,
.unavailable-game>.wrapper .game-block:after {
	content: '';
	display: table;
	clear: both;
}

.game-block,
.search-results .game-block.founded,
.game-block.board {
	position: relative;
	margin: 30px 0;
	float: left;
	width: 100%;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.game-block.game-new-swiper .swiper-slide {
	width: 20%;
}

.game-outer {
	position: relative;
	float: left;
	width: 20%;
	padding-top: 13.3333%;
	background: #fff;
}

.game-block .game-outer {
	width: 18.8%;
	margin-top: 20px;
	margin-right: 1.5%;
}

.game-block.game-new-swiper .game-outer {
	width: 100%;
	padding: 0;
	padding-top: 66.66%;
}

.game {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.game:before {
	content: '';
	box-shadow: inset 0 0 15px 0 rgba(0,0,0,0.2);
	z-index: 1;
}

.game img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.game-inner {
	text-align: center;
	z-index: 11;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	transition: opacity .3s;
}

.game .links {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	padding: 5px 15px 0;
}

.game .links-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-grow: 7;
	-webkit-flex-grow: 7;
	flex-grow: 7;
	width: 100%;
}

.game .play {
	-ms-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	position: relative;
	background: url(../img/play-circle.svg) 50% no-repeat;
	background-size: contain;
	width: 73px;
	max-height: 73px;
	display: block;
	margin: 0 auto 3%;
}

.game .demo {
	font: 700 12px/16px "Roboto", sans-serif;
}

.game .demo a {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.game .demo a:link {
	color: #fff;
}

.game .demo a:visited {
	color: #fff;
}

.mark {
	text-transform: uppercase;
	color: #fff;
	font: 700 12px/37px "Roboto", sans-serif;
	padding: 0 15px;
	position: absolute;
	background: #ff4800;
	z-index: 100;
}

.mark.green, .badges .new-event {
	background: #10a043;
	min-width: 53px;
	text-align: center;
	line-height: 20px;
	margin-left: 13px;
	max-width: calc(100% - 13px);
}

.widget-inner .mark.mark--top {
	top: 0;
	right: 0;
}

.game .mark {
	z-index: 10;
}

.mark.green.mark--top, .badges .mark--top.new-event {
	opacity: 1;
	visibility: visible;
}

.mark.green.mark--top:before, .badges .mark--top.new-event:before {
	content: '';
	border: 15px solid transparent;
	border-top: 20px solid #10a043;
	border-right: 0;
	position: absolute;
	left: -15px;
}

.mark.green.mark--top:after, .badges .mark--top.new-event:after {
	content: '';
	border: 15px solid transparent;
	border-bottom: 20px solid #10a043;
	border-left: 0;
	position: absolute;
	left: 100%;
	bottom: 0;
}

.game-outer:hover .game-inner {
	display: block;
}

.game.selected .game-inner,
.game:hover .game-inner {
	opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/prevv.svg);
	left: 10px;
	right: auto;
}

.swiper-button-prev,
.swiper-button-next {
	background: url(../img/prevv-nextt.png) 0 0 no-repeat;
	background-size: 40px 68px;
	margin-top: -17px;
	width: 20px;
	height: 34px;
}

.game-block.game-new-swiper .swiper-button-prev {
	left: -33px;
}

.swiper-button-next {
	background-position-x: 16px;
}

.swiper-button-next:hover {
	background-position-x: -21px;
}

.game-block.game-new-swiper .swiper-button-next {
	right: -33px;
}

.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
	background-image: url(../img/prevvv.svg);
}

.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
	background-image: url(../img/nexttt.svg);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-position-y: -17px;
}

/*4 Блок*/

section.index .wrapper {
	position: relative;
}

section.index .recommended-title {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.mark.green-inv {
	background-color: transparent;
	color: #10a043;
}

section.index .recommended-title .mark {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	font: 400 23px/21px "Roboto", sans-serif;
	padding: 0 30px;
	height: 47px;
}

.mark.green-inv:before,
.mark.green-inv:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	border-bottom: 1px solid #10a043;
}

.mark.green-inv:before {
	-o-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);
	border-left: 1px solid #10a043;
	left: 0;
}

.mark.green-inv:after {
	-o-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	border-right: 1px solid #10a043;
	right: 0;
}

section.index .recommended-title .mark:before,
section.index .recommended-title .mark:after {
	border-color: #0f3926;
}

.index .game-block {
	padding: 80px 0 0;
}

.game-block .game-outer:nth-of-type(5n) {
	margin-right: 0;
}

.game .demo a:hover {
	border-bottom: 1px solid transparent;
}

/*5 Блок*/

.widget {
	background: #fff;
}

.widget.widget-jackpot {
	text-align: center;
	padding: 30px 0 40px;
	position: relative;
	background: url(../img/widget-jackpot-bg.png) 50% 0 no-repeat;
	background-size: auto, auto 100%;
}

.widget.widget-jackpot .jackpot-title {
	text-align: center;
	position: relative;
}

.widget.widget-jackpot .jackpot-title:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #0f3926;
}

.widget.widget-jackpot .jackpot-title>span {
	display: inline-block;
	position: relative;
	margin: 0;
	font: 400 23px/46px "Roboto", sans-serif;
	height: 46px;
}

.widget.widget-jackpot .jackpot-title .green-inv {
	padding: 0 30px;
}

.widget.widget-jackpot .jackpot-title .green-inv:before,
.widget.widget-jackpot .jackpot-title .green-inv:after {
	border-color: #0f3926;
}

.widget.widget-jackpot .jackpot-inner {
	position: relative;
	padding: 40px 0;
	z-index: 1;
}

.widget.widget-jackpot .currency-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	color: #ff4800;
	font: 700 160px/1.2em "Roboto", sans-serif;
	text-shadow: 0 0 16px rgba(248,71,1,0.55);
}

.widget.widget-jackpot .currency-block .currency {
	margin-right: 4%;
}

.widget.widget-jackpot .separate-jackpots {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}

.widget.widget-jackpot .separate-jackpots .separate-jackpot-wrapper {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: calc(100% - 210px);
	padding: 0 45px;
}

.widget.widget-jackpot .separate-jackpots .btn-wrapper {
	margin-right: 30px;
}

.widget.widget-jackpot .btn {
	z-index: 2;
}

.separate-jackpots .swiper-button-next {
	background-position-x: -21px;
}

.widget.widget-jackpot .separate-jackpots .separate-jackpot-wrapper .separate-jackpot {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: auto;
	height: 45px;
}

.widget.widget-jackpot .separate-jackpots .separate-jackpot-wrapper .separate-jackpot .separate-jackpot-img {
	height: 100%;
	min-width: 65px;
	padding: 5px 15px;
}

.widget.widget-jackpot .separate-jackpots .separate-jackpot-wrapper .separate-jackpot .separate-jackpot-img.microgaming {
	background-image: linear-gradient(5deg, #3da760 0%, #00a3e1 100%);
}

.widget.widget-jackpot .separate-jackpots .separate-jackpot-wrapper .separate-jackpot .separate-jackpot-img.netent {
	background: #78be20;
}

.widget.widget-jackpot .separate-jackpots .separate-jackpot-wrapper .separate-jackpot .separate-jackpot-img.yggdrasil {
	background: #e6642b;
}

.widget.widget-jackpot .separate-jackpots .separate-jackpot-wrapper .separate-jackpot .separate-jackpot-img.greentube {
	background: #5a922c;
}

.widget.widget-jackpot .separate-jackpots .separate-jackpot-wrapper .separate-jackpot .separate-jackpot-img.playtech {
	background: #292a6c;
}

.widget.widget-jackpot .separate-jackpots .separate-jackpot-wrapper .separate-jackpot .separate-jackpot-value {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 10px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	background: #122027;
}

.widget.widget-jackpot .separate-jackpots .separate-jackpot-wrapper .separate-jackpot .separate-jackpot-value .currency {
	margin-right: 10px;
	font-weight: bold;
}

/*6 Блок*/

section.bg-grey,
.section.bg-grey {
	background: #f0f0f0;
}

.widgets {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	margin: 40px 0;
}

.widget {
	background: #fff;
}

.widget.widget-tourneys,
.widget.widget-latest-wins {
	width: calc(50% - 15px);
	float: left;
	position: relative;
}

.widget.widget-tourneys:before,
.widget.widget-latest-wins:before {
	display: block;
	content: '';
	padding-top: 55.55%;
	background: #fff;
}

.widget .widget-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.mark.orange {
	max-width: calc(100% - 20px);
}

.mark.mark--top {
	top: 0;
	right: 0;
	display: flex;
}

.i-star {
	background: url(../img/i-star.svg) 0 0 no-repeat;
	background-size: 100%;
	width: 32px;
	height: 32px;
}

.mark.orange:before {
	content: '';
	border: 20px solid transparent;
	border-top: 37px solid #ff4800;
	border-right: 0;
	position: absolute;
	left: -20px;
}

.mark.orange:before {
	top: 0;
}

.mark>span {
	vertical-align: middle;
	position: relative;
}

.i-cup {
	background: url(../img/i-cup.svg) 0 0 no-repeat;
	background-size: 100%;
	width: 32px;
	height: 32px;
}

.mark i {
	margin-right: 10px;
}

.widget.widget-tourneys .swiper-container {
	height: 100%;
}

.widget .swiper-wrapper {
	height: 100%;
}

.widget.widget-tourneys .widget-image {
	padding-top: 36.84%;
	position: relative;
}

.widget.widget-tourneys .widget-image a {
	overflow: hidden;
}

.widget.widget-tourneys .widget-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.widget.widget-tourneys .widget-detail {
	position: absolute;
	right: 15px;
	left: 15px;
	bottom: 15px;
	top: 66%;
	padding-top: 25px;
}

.widget.widget-tourneys .widget-description {
	float: left;
}

.widget .bg-grey_title,
.widget .h4 {
	color: #0c0c0c;
	font: 700 18px/36px "Roboto", sans-serif;
}

.widget.widget-tourneys .tourney-title {
	text-transform: none;
	font-weight: 400;
	color: #878787;
}

.widget.widget-tourneys .prize-fund {
	margin-top: 0;
}

.widget.widget-tourneys .prize-fund span {
	font-weight: 400;
	color: #ff4800;
	white-space: nowrap;
}

.widget.widget-tourneys .tourneys-prizepool {
	color: #10a043;
	font-weight: 700;
	font-size: 22px;
	float: right;
	padding-top: 3%;
}

.widget.widget-tourneys .tourneys-prizepool .tourneys-prizepool-value div,
.widget.widget-tourneys .tourneys-prizepool .tourneys-prizepool-value span {
	color: #10a043 !important;
}

.widget.widget-tourneys .tourney-links {
	position: absolute;
	right: 0;
	bottom: 0;
}

.widget.widget-tourneys .tourney-links a {
	margin-left: 10px;
}

.widget.widget-latest-wins {
	float: right;
}

.widget.widget-latest-wins .widget-inner .bg-grey_title {
	line-height: 45px;
	padding-left: 15px;
}

.widget.widget-latest-wins .latest-winners {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: space-around;
	align-content: space-around;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 36px;
	bottom: 0;
}

.latest-winners li {
	width: 100%;
}

.widget.widget-latest-wins .latest-winners li {
	width: 50%;
}

.latest-winners li>div {
	position: relative;
	height: 67px;
}

.latest-winners li>div>a {
	position: relative;
	width: 100px;
	height: 67px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.latest-winners li>div>a img {
	width: 100%;
	height: 100%;
}

.latest-winners li>div .descr {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 12px;
	width: calc(100% - 110px);
}

.latest-winners li>div span {
	font-size: 14px;
	line-height: 1.4em;
}

.latest-winners li>div span.user-name {
	color: #1c1c1c;
}

.latest-winners li>div span.sum {
	color: #ff4800;
	font-size: 18px;
}

.latest-winners li>div span span {
	display: inline;
	font-size: 18px;
}

.latest-winners li>div span.period {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 5px;
	line-height: 12px;
	white-space: normal;
}

.i-clock, .i-clock-green {
	width: 18px;
	height: 17px;
	vertical-align: middle;
	background: url(../img/sprite-clocks.png) 0 50% no-repeat;
}

.latest-winners .i-clock, .latest-winners .i-clock-green {
	flex-shrink: 0;
	margin-right: 5px;
}

.latest-winners li>div>a:before {
	display: none;
	content: '';
	background: rgba(0,0,0,0.8);
	z-index: 1;
}

.latest-winners li>div>a:after {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -20px auto 0;
	content: '';
	width: 41px;
	height: 41px;
	background: url(../img/play-circle.svg) 50% 50% no-repeat;
	background-size: 100%;
	z-index: 1;
}

.latest-winners li>div>a:hover:before, .latest-winners li>div>a:hover:after {
	display: block;
	cursor: pointer;
}

/*7 Блок*/

.show-more {
	text-align: center;
}

/*8 Блок*/

.live-casino {
	border-top: 1px solid #103926;
	padding-top: 50px;
	margin-top: 25px;
	overflow: hidden;
}

.live-casino-top {
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	z-index: 1;
}

.live-casino-top .wrapper {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	height: 315px;
}

.live-casino-top .wrapper:before,
.live-casino-top .wrapper:after {
	content: '';
	position: absolute;
	height: 45px;
	width: 45px;
	border-top: 2px solid #fff;
	top: 0;
	z-index: 1;
}

.live-casino-top .wrapper:before {
	left: 0;
	border-left: 2px solid #fff;
}

.live-casino-top .wrapper:after {
	right: 0;
	border-right: 2px solid #fff;
}

.live-casino-top .live-casino-overlay {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -775px;
	min-width: 1550px;
	width: 100%;
	height: 100%;
	background: url(../img/background-purple.jpg) 50% no-repeat;
	background-size: cover;
}

.label {
	color: #fff;
	padding: 0 8px;
	font: 13px/18px "Roboto", sans-serif;
	padding-bottom: 2px;
	border-radius: 4px;
}

.live-casino-top .label,
.live-casino-top .rec {
	position: absolute;
}

.live-casino-top .label {
	top: 20px;
	right: 20px;
	font-size: 20px;
}

.live-casino-top .rec {
	bottom: 20px;
	left: 20px;
	padding-left: 20px;
}

.live-casino-top .rec:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: #f24502;
	border-radius: 50%;
	top: 50%;
	margin-top: -7px;
	left: 0;
}

.live-casino-top .live-casino-man,
.live-casino-top .live-casino-girl {
	-ms-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	position: relative;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.live-casino-top .live-casino-girl {
	margin-bottom: -65px;
	width: 226px;
	height: 391px;
	background-image: url(../img/girl.png);
}

.live-casino-top .live-casino-man {
	margin-bottom: -19px;
	width: 359px;
	height: 298px;
	background-image: url(../img/columbus.png);
}

.live-casino .game-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	padding: 50px 0;
	text-align: center;
}

.live-casino .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}

.live-casino .game-block .wrapper {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mark.mark--bottom {
	bottom: 0;
	height: 42px;
	line-height: 18px;
}

.mark.mark--bottom.mark--left {
	left: 0;
}

.mark.mark--bottom.mark--left.green,
.badges .mark--bottom.mark--left.new-event {
	min-width: 190px;
	max-width: calc(100% - 30px);
	margin-left: 0;
	padding: 4px 10px 0;
	text-align: left;
}

.mark.mark--bottom.mark--left.green:after,
.badges .mark--bottom.mark--left.new-event:after {
	content: '';
	border: 15px solid transparent;
	border-bottom: 20px solid #10a043;
	border-left: 0;
	position: absolute;
	left: 100%;
	bottom: 0;
}

.mark.mark--bottom.mark--left.green:after {
	left: 99.5%;
}

.mark.mark--bottom.mark--left.green:after,
.badges .mark--bottom.mark--left.new-event:after {
	border-width: 25px;
	border-bottom: 0;
	border-top: 42px solid #10a043;
}

.mark.mark--bottom.green .min-bet,
.badges .mark--bottom.new-event .min-bet,
.mark.mark--bottom.green .max-bet,
.badges .mark--bottom.new-event .max-bet {
	max-width: 100%;
}

.mark.mark--bottom.green span:first-child,
.badges .mark--bottom.new-event span:first-child {
	text-transform: none;
}

.show-more {
	text-align: center;
}

.live-casino .show-more {
	margin-top: 30px;
}

/*Footer*/

footer {
	background: #0d1418;
	color: #a3a3a3;
	padding-bottom: 14px;
}

footer ul {
	text-align: center;
	margin: 10px 0 4px;
}

footer ul li {
	display: inline-block;
	margin: 0 10px;
}

footer ul a {
	color: #bababa;
	text-decoration: none;
	font: 14px/32px "Roboto", sans-serif;
}

footer ul a:link {
	color: #bababa;
}

footer ul a:visited {
	color: #bababa;
}

footer ul a:hover {
	color: #10a043;
}

footer p {
	color: #a3a3a3;
}

.textbox {
	border-top: 1px solid rgba(16,160,67,0.15);
	padding: 20px 0 40px;
}

.textbox h1 {
	margin: 20px 0;
	color: #fff;
}

.textbox p {
	text-align: justify;
	margin: 10px 0;
	font-size: 16px;
	line-height: 20px;
}

.textbox img {
	width: 100%;
}

.textbox ul {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-bottom: 10px;
}

.textbox li {
	padding-left: 0;
	font-size: 18px;
}

.textbox ol {
	padding-left: 0;
	font-size: 18px;
}

.textbox ul {
	list-style: none;
	font-size: 16px;
	padding: 0;
	margin: 10px 0;
	counter-reset: num;
}

.textbox h2 {
	margin: 20px 0;
	font-size: 22px;
	color: #fff;
}

.textbox h3 {
	margin: 20px 0;
	color: #fff;
}


.textbox li {
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
	line-height: 20px;
	counter-increment: num;
}
.textbox li::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	font-size: 20px;
	content: "\26AC";
}

.textbox ol {
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
	line-height: 20px;
	counter-increment: num;
}
.textbox ol::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-size: 18px;
	content: counter(num);
}

.imgp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
	border-top: 1px solid rgba(16,160,67,0.15);
	padding: 20px 0;
}

.imgp img {
	flex: 1;
	width: 200px;
}

footer .payments {
	position: relative;
	width: 100%;
	max-width: 1550px;
	text-align: center;
	margin: 0 auto;
}

footer .payments>.wrapper {
	border-top: 1px solid rgba(16,160,67,0.15);
	padding: 30px 0 0;
}

.ico {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

footer .ico {
	cursor: default;
}

footer .payments .ico {
	display: inline-block;
	background: url(../img/payments.png) 0 0 no-repeat;
	background-size: auto 100%;
	height: 37px;
	margin: 15px;
}

footer .payments .visa {
	background-image: url(../img/visa.jpg);
	width: 48px;
	height: 30px;
}

footer .payments .visa,
footer .payments .mastercard {
	background-size: 100% 100%;
}

footer .payments .mastercard {
	background-image: url(../img/mastercard.jpg);
	width: 62px;
	height: 39px;
}

.ico:not(:first-child) {
	margin-left: 10px;
}

footer .payments .qiwi {
	width: 64px;
	position: relative;
	background-position: 0 0;
}

footer .payments .alphabank {
	width: 98px;
	position: relative;
	background-position: 4.62094% 0;
}

footer .payments .yamoney {
	width: 70px;
	position: relative;
	background-position: 11.46497% 0;
}

footer .payments .sberbank {
	width: 105px;
	position: relative;
	background-position: 16.83599% 0;
}

footer .payments .webmoney {
	width: 125px;
	position: relative;
	background-position: 24.81591% 0;
}

footer .payments .skrill {
	width: 56px;
	position: relative;
	background-position: 32.37561% 0;
}

footer .payments .psb {
	width: 145px;
	position: relative;
	background-position: 38.7145% 0;
}

footer .payments .moneta {
	width: 89px;
	position: relative;
	background-position: 52.86944% 0;
}

footer .payments .intercassa {
	width: 90px;
	position: relative;
	background-position: 59.29648% 0;
}

footer .payments .liqpay {
	width: 79px;
	position: relative;
	background-position: 65.24217% 0;
}

footer .payments .sms {
	width: 73px;
	position: relative;
	background-position: 73.75887% 0;
}

footer .payments .wire {
	width: 55px;
	position: relative;
	background-position: 77.94118% 0;
}

footer .payments .mutchbetter {
	width: 132px;
	position: relative;
	background-position: 94.44856% 0;
}

footer .payments .neosurf {
	width: 75px;
	position: relative;
	background-position: 100% 0;
}

footer .services {
	display: block;
	margin: 0 auto;
	text-align: center;
}

footer .services .ico {
	display: inline-block;
	vertical-align: middle;
	height: 42px;
	background: url(../img/developers.png) 0 0 no-repeat;
	margin: 0;
	width: initial;
}

footer .services .adults {
	width: 51px;
	background-position: -21px -9px;
	margin: 5px 14px;
}

footer .services .netent {
	width: 87px;
	background-position: -72px -9px;
	margin: 5px 14px;
}

footer .services .netent:hover {
	background-position: -72px -55px;
}

footer .services .microgaming {
	width: 130px;
	background-position: -159px -9px;
	margin: 5px 14px;
}

footer .services .microgaming:hover {
	background-position: -159px -55px;
}

footer .services .playson {
	width: 146px;
	background-position: -289px -9px;
	margin: 5px 14px;
}

footer .services .playson:hover {
	background-position: -289px -55px;
}

footer .services .betsoft {
	width: 89px;
	background-position: -569px -9px;
	margin: 5px 14px;
}

footer .services .betsoft:hover {
	background-position: -569px -55px;
}

footer .services .booongo {
	width: 134px;
	background-position: -435px -9px;
	margin: 5px 14px;
}

footer .services .booongo:hover {
	background-position: -435px -55px;
}

footer .services .yggdrasil {
	width: 145px;
	background-position: -787px -9px;
	margin: 5px 14px;
}

footer .services .yggdrasil:hover {
	background-position: -787px -55px;
}

footer .services .quickspin {
	width: 129px;
	background-position: -658px -9px;
	margin: 5px 14px;
}

footer .services .quickspin:hover {
	background-position: -658px -55px;
}

footer .services .pushgaming {
	width: 195px;
	background-position: -1746px -9px;
	margin: 5px 14px;
}

footer .services .pushgaming:hover {
	background-position: -1746px -55px;
}

footer .services .endorphina {
	width: 94px;
	background-position: -1041px -9px;
	margin: 5px 14px;
}

footer .services .endorphina:hover {
	background-position: -1041px -55px;
}

footer .services .redrake {
	width: 109px;
	background-position: -932px -9px;
	margin: 5px 14px;
}

footer .services .redrake:hover {
	background-position: -932px -55px;
}

footer .services .booming {
	width: 103px;
	background-position: -1135px -9px;
	margin: 5px 14px;
}

footer .services .booming:hover {
	background-position: -1135px -55px;
}

footer .services .playngo {
	width: 105px;
	background-position: -1238px -9px;
	margin: 5px 14px;
}

footer .services .playngo:hover {
	background-position: -1238px -55px;
}

footer .services .nextgen {
	width: 141px;
	background-position: -1343px -9px;
	margin: 5px 14px;
}

footer .services .nextgen:hover {
	background-position: -1343px -55px;
}

footer .services .amatic {
	width: 107px;
	background-position: -1484px -9px;
	margin: 5px 14px;
}

footer .services .amatic:hover {
	background-position: -1484px -55px;
}

footer .services .betdigital {
	width: 141px;
	background-position: -1941px -9px;
	margin: 5px 14px;
}

footer .services .betdigital:hover {
	background-position: -1941px -55px;
}

footer .services .thunderkick {
	width: 128px;
	background-position: -2164px -9px;
	margin: 5px 14px;
}

footer .services .thunderkick:hover {
	background-position: -2164px -55px;
}

footer .services .elk {
	width: 82px;
	background-position: -2082px -9px;
	margin: 5px 14px;
}

footer .services .elk:hover {
	background-position: -2082px -55px;
}

footer .services .egt {
	width: 90px;
	background-position: -3487px -9px;
	margin: 5px 14px;
}

footer .services .egt:hover {
	background-position: -3487px -55px;
}

footer .services .tomhorn {
	width: 128px;
	background-position: -2502px -9px;
	margin: 5px 14px;
}

footer .services .tomhorn:hover {
	background-position: -2502px -55px;
}

footer .services .pragmatic {
	width: 116px;
	background-position: -2292px -9px;
	margin: 5px 14px;
}

footer .services .pragmatic:hover {
	background-position: -2292px -55px;
}

footer .services .iron_dog {
	width: 127px;
	background-position: -2630px -9px;
	margin: 5px 14px;
}

footer .services .iron_dog:hover {
	background-position: -2630px -55px;
}

footer .services .gaming_1x2 {
	width: 94px;
	background-position: -2408px -9px;
	margin: 5px 14px;
}

footer .services .gaming_1x2:hover {
	background-position: -2408px -55px;
}

footer .services .blueprint {
	width: 100px;
	background-position: -2843px -9px;
	margin: 5px 14px;
}

footer .services .blueprint:hover {
	background-position: -2843px -55px;
}

footer .services .redtiger {
	width: 151px;
	background-position: -3188px -9px;
	margin: 5px 14px;
}

footer .services .redtiger:hover {
	background-position: -3188px -55px;
}

footer .services .playtech {
	width: 148px;
	background-position: -3339px -9px;
	margin: 5px 14px;
}

footer .services .playtech:hover {
	background-position: -3339px -55px;
}

footer .services .evolution {
	width: 178px;
	background-position: -3577px -9px;
	margin: 5px 14px;
}

footer .services .evolution:hover {
	background-position: -3577px -55px;
}

footer .services .relax_gaming {
	width: 96px;
	background-position: -3755px -9px;
	margin: 5px 14px;
}

footer .services .relax_gaming:hover {
	background-position: -3755px -55px;
}

footer .services .ico.wazdan,
footer .services .ico.games_lab,
footer .services .ico.boomerang,
footer .services .ico.splitrock,
footer .services .ico.gamefish_global,
footer .services .ico.bigtime {
	display: none;
}

footer .services .greentube_novomatic {
	width: 93px;
	background-position: -3851px -9px;
	margin: 5px 14px;
}

footer .services .greentube_novomatic:hover {
	background-position: -3851px -55px;
}

footer .social-icons {
	text-align: center;
}

footer .social-icons>.wrapper {
	border-top: 1px solid rgba(16,160,67,0.15);
	padding: 20px 0 0;
	margin-top: 20px;
}

footer a.ico {
	cursor: pointer;
}

footer .social-icons .social {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	display: inline-block;
}

footer .social-icons .social.yt {
	background: url(../img/yt_normal.svg) 50% 50% no-repeat;
}

footer .social-icons .social.tg {
	background: url(../img/tg_normal.svg) 50% 50% no-repeat;
}

footer .social-icons .social.ig {
	background: url(../img/ig_normal.svg) 50% 50% no-repeat;
}

footer .copyright {
	position: relative;
	width: 100%;
	font: 14px/18px "Roboto", sans-serif;
	margin: 30px 0 0;
	text-align: center;
}

.live-casino .game-outer:nth-child(n+6) {
	display: none;
}