/* -------- Specification -------- */

body {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	background: #131416;
}

.textbox {
    padding: 0 15px;
}

.textbox p {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    margin-bottom: 10px;
}

.textbox h2 {
    margin: 20px 0 10px;
}

.textbox h3 {
    margin: 20px 0 10px;
    font-size: 1.5em;
    line-height:1.5;
}

.textbox ul {
    margin-bottom: 10px;
}

.textbox li {
    padding-left: 0;
    font-size: 18px;
    font-style: italic;
}

.textbox ol {
    padding-left: 0;
    font-size: 18px;
    font-style: italic;
}

.textbox ul {
	list-style: none;
	font-size: 16px;
	padding: 0;
	margin: 10px 0;
	counter-reset: num;
}
.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);
}


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;
}

h1, h2, h3, h4, h5, h6, .jackpot_title_h1 {
	padding: 0;
	margin: 0;
}

h1, .page-title, .jackpot_title_h1 {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 0 3px #000;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.51);
}

button {
	background: none;
	border: 0;
	font-family: "Roboto", sans-serif;
}

div:focus {
	outline: none;
}

/* -------- Header -------- */

header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	max-height: 60px;
	background-color: #131416;
	z-index: 99;
}

.header__left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-color: #131416;
	z-index: 1;
}

.header__left .menu-burger {
	margin-right: 20px;
}

.menu-burger {
	width: 22px;
	height: 23px;
	cursor: pointer;
	background: url(../img/menu-burger.svg) 50% 50% no-repeat;
	display: none;
}

.support__text {
	display: none;
	margin-left: 15px;
	color: #fff;
}

.logo {
	max-width: 100px;
	max-height: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header__left .logo {
	width: 81px;
	max-height: 34px;
	min-width: 76px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.logo a {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
}

.logo img {
	height: 100%;
	width: 100%;
	display: block;
}

.site-navigation {
	margin-left: 30px;
}

.site-navigation__open {
	display: none;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 15px;
	height: 15px;
	padding: 0;
	outline: none;
	cursor: pointer;
}

.site-navigation__open svg {
	width: 100%;
	height: 100%;
}

.site-navigation__link {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	background: transparent;
	border-radius: 25px;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.site-navigation__link--active {
	color: #00be52;
}

.site-navigation__link:hover {
	color: #00be52;
}

.site-navigation__link:last-child {
	margin-right: 0;
}

.site-navigation__link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 1px;
	background: #00be52;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}

.site-navigation__link:hover::after {
	width: 100%;
}

.site-navigation__support {
	display: none;
}

.site-navigation__support-btn:not(:empty) {
	padding-left: 25px;
	margin-top: 20px;
}

.site-navigation__support-btn:not(:empty):first-child {
	margin-top: 0;
}

.support {
	cursor: pointer;
}

button {
	background: none;
	border: 0;
	font-family: "Roboto", sans-serif;
}

.support__icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.header__right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.header__support {
	cursor: pointer;
	margin-right: 40px;
}

.icon-support-chat svg {
	display: block;
	width: 28px;
	height: 25px;
	fill: #fff;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.btn {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 100%;
	height: 48px;
	padding: 0 55px;
	white-space: nowrap;
	border-radius: 25px;
	border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	font: 700 14px/1.3 "Roboto", sans-serif;
	text-align: center;
	-webkit-transition: all .25s;
	transition: all .25s;
	outline: none;
	cursor: pointer;
	overflow: hidden;
}

.header__btn-signin,
.header__btn-register {
	min-width: 110px;
	padding: 0 30px;
}

header .btn {
	min-height: 25px;
	max-height: 40px;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	z-index: 2;
}

.icon-login {
	width: 20px;
	height: 19px;
}

.header__right .btn svg {
	display: none;
}

.btn_green {
	border: 0;
	background: #00be52;
}

.header__btn-signin,
.header__btn-register {
	min-width: 110px;
	padding: 0 30px;
}

.header .btn {
	min-height: 25px;
	max-height: 40px;
}

.header__right .btn+.btn {
	margin-left: 20px;
}

.content {
	margin: 5px auto 0;
	max-width: 1470px;
	width: 100%;
	height: 100%;
}

header>.content {
	z-index: 2;
	background-color: #131416;
}

header .content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}

/*Первый слайдер*/

.main_slider {
	position: relative;
	background: #131416;
	min-height: 320px;
	max-height: 380px;
	padding-top: 60px;
}

.main_slider .container {
	position: relative;
}

.swiper-wrapper {
	overflow: hidden;
}

.main_slider .swiper-slide {
	display: block;
	background: url("../img/slide_1-min.jpg") no-repeat center top / cover;
	border-radius: 15px;
}

.main_slider .swiper-slide .btn {
	min-height: 40px;
	max-height: 50px;
	padding: 0 55px;
}

.main_slider .swiper-slide a {
	position: relative;
	display: block;
	padding: 5% 0 10% 40px;
	text-decoration: none;
	z-index: 10;
}

.main_slider .swiper-slide a button {
	position: relative;
	z-index: 11;
}

.main_slider .slide_2 {
	background: url("../img/slide_2-min.jpg") no-repeat center top / cover;
}

.main_slider .slide_3 {
	background: url("../img/slide_3-min.jpg") no-repeat center top / cover;
}

.main_slider .slide_4 {
	background: url("../img/slide_4-min.jpg") no-repeat center top / cover;
}

.main_slider .slide_5 {
	background: url("../img/slide_5-min.jpg") no-repeat center top / cover;
}

.main_slider .slide_6 {
	background: url("../img/slide_6-min.jpg") no-repeat center top / cover;
}

.main_slider .slide_7 {
	background: url("../img/slide_7-min.jpg") no-repeat center top / cover;
}

.main_slider .slide_8 {
	background: url("../img/slide_8-min.jpg") no-repeat center top / cover;
}

.slider_title {
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
}

.slider_text {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.2;
}

.btn_red {
	border: none;
	background: #ff4e4f;
}

.btn_red:hover {
	background: #e13839;
}

.main_slider .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin-right: 18px;
	background-color: #fff;
}

.main_slider .swiper-pagination-bullet-active {
	width: 8px;
	height: 8px;
}

.main_slider .swiper-pagination {
	top: 236px;
}

.main_slider .swiper-button-next:after, .main_slider .swiper-button-prev:after {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	right: -2px;
}

.main_slider .swiper-button-prev:after {
	right: 2px;
}

.main_slider .swiper-button-next:before, .main_slider .swiper-button-prev:before {
	content: '';
	position: absolute;
	top: 5px;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background: #21242b;
	z-index: 0;
}

.main_slider .swiper-button-prev:before {
	right: 6px;
}

.main_slider .swiper-button-next, .main_slider .swiper-button-prev {
	position: absolute;
	width: 44px;
	height: 44px;
	background: #131416;
	border-radius: 100%;
	top: 50%;
}

.main_slider .swiper-button-next {
	right: 0;
}

.main_slider .swiper-button-prev {
	left: 0;
}

/*Второй блок*/

.subnavigation {
	margin-top: 48px;
}

.subnavigation_wrap {
	padding: 10px 20px;
	min-height: 75px;
	font-size: 14px;
	color: #fff;
	background: #1b1c21;
	border-radius: 15px;
}

.subnavigation_games_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-games__filter-title--games {
	display: none;
}

.subnavigation_games_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.subnavigation_games_item svg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 31px;
	height: 30px;
	fill: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.subnavigation_games_item:nth-child(7) svg {
	width: 36px;
}

.subnavigation_games_item:hover svg {
	fill: #00be52;
}

.subnavigation_games_item span {
	display: block;
	color: rgba(255,255,255,0.7);
	margin-top: 38px;
}

/*Третий блок*/

.new_games {
	padding: 20px 0 30px;
}

.new_games .label {
	margin-right: 10px;
}

.label_new {
	width: 37px;
}

.label {
	height: 20px;
}

.title {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 0 3px #000;
}

.title:after {
	content: '';
	display: flex;
	flex-grow: 1;
	height: 1px;
	margin: 0 20px 13px;
	background-color: #fff;
	opacity: .5;
}

.title_green:after {
	background-color: rgba(0,190,82,0.2);
}

.see_all {
	position: relative;
	z-index: 3;
	display: block;
	padding: 12px 30px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 25px;
	white-space: nowrap;
}

.see_all:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.51);
}

.game_group {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 25px;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.game {
	z-index: 1;
	position: relative;
	width: 100%;
	min-width: 135px;
	max-width: 360px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.5);
}

.game:before {
	content: '';
	display: block;
	padding-bottom: 66.66%;
}

.game_personal:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(98%, rgba(0,0,0,0)), to(rgba(0,0,0,0)));
	background-image: linear-gradient(to top, #000 0%, rgba(0,0,0,0) 98%, rgba(0,0,0,0) 100%);
	opacity: .7;
	height: 40%;
}

.game_outer {
	border-radius: 10px;
	overflow: hidden;
}

.game>* {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.game_outer:before {
	content: '';
	position: absolute;
	height: 500px;
	width: 500px;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -250px;
	opacity: .7;
	border-radius: 50%;
	-webkit-transition: .25s;
	transition: .25s;
	z-index: 2;
}

.game .game_icon,
.game .game_img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

.game_inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
	opacity: 0;
	z-index: 2;
	padding: 2% 20px;
	-webkit-transition: .25s;
	transition: .25s;
}

.game_play {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-positive: 5;
	flex-grow: 5;
	width: 100%;
	-webkit-transition: .25s;
	transition: .25s;
}

.game_play_link {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
}

.game_play_demo {
	padding-top: 4%;
	font-size: 18px;
	color: #fff;
}

.game_play .icon_play {
	margin: 0 auto;
	display: block;
	width: 28%;
}

.icon_play {
	position: relative;
	max-width: 82px;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	z-index: 2;
}

.icon_play:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.icon_play_inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.icon_play>* {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.game_play .icon_play_inner:after {
	-webkit-transform: rotateZ(90deg) scale(3);
	-ms-transform: rotate(90deg) scale(3);
	transform: rotateZ(90deg) scale(3);
	opacity: 0;
	-webkit-transition: .4s;
	transition: .4s;
}

.icon_play_inner:after {
	content: '';
	background: url(../img/play.svg) 50% 50% no-repeat;
	background-size: contain;
	display: block;
	width: 40%;
	height: 100%;
}

.game .icon_play svg {
	-webkit-transform-origin: 50.5% 49.5%;
	-ms-transform-origin: 50.5% 49.5%;
	transform-origin: 50.5% 49.5%;
}

.icon_play svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.game:hover .icon_play svg,
.game.selected .icon_play svg {
	-webkit-animation: play_rotate 1.2s linear 0s infinite;
	animation: play_rotate 1.2s linear 0s infinite;
}

@-webkit-keyframes play_rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes play_rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.game:hover .icon_play_inner:after,
.game.selected .icon_play_inner:after {
	-webkit-transform: rotateZ(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	transform: rotateZ(0) scale(1);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	opacity: 1;
}

.game:hover .game_outer:before,
.game.selected .game_outer:before {
	-webkit-box-shadow: inset 0 0 100px 250px #0c0505;
	box-shadow: inset 0 0 100px 250px #0c0505;
}

.game:hover .game_inner,
.game.selected .game_inner {
	opacity: 1;
}

.label_recommend {
	width: 86px;
}

.title_amber:after {
	background-color: rgba(255,190,3,0.2);
}

.icon_game_of_the_day {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	margin-left: -15px;
	height: 30px;
	background-color: #f0d700;
	z-index: 2;
	-webkit-transform: skew(-40deg);
	-ms-transform: skew(-40deg);
	transform: skew(-40deg);
	padding: 0 20px 0 25px;
}

.icon_game_of_the_day .icon_text {
	display: block;
	-webkit-transform: skew(40deg);
	-ms-transform: skew(40deg);
	transform: skew(40deg);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.icon_text {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
}

.game_jackpot {
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 5px;
	padding: 7px;
	min-width: 75%;
	max-width: 100%;
	text-align: center;
	line-height: 1;
	background: rgba(0,0,0,0.6);
	border-radius: 20px;
	opacity: 1;
	-webkit-transition: .25s;
	transition: .25s;
}

.game_jackpot_icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
}

.game_jackpot_icon:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #00be52;
	-webkit-box-shadow: 0 0 35px rgba(0,190,82,0.5);
	box-shadow: 0 0 35px rgba(0,190,82,0.5);
	z-index: 1;
}

.game_jackpot_icon svg {
	position: relative;
	width: 17px;
	height: 12px;
	fill: #000;
	margin-top: 2px;
	z-index: 2;
}

.game_jackpot_sum {
	font-size: 16px;
	line-height: 1;
	color: #00be52;
}

.game:hover .game_jackpot,
.game.selected .game_jackpot {
	opacity: 0;
}

/*Четвертый блок*/

.advantages_wrap {
	margin-bottom: 30px;
}

.advantages {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45%;
	max-width: 845px;
	padding: 25px 3%;
	margin-right: 40px;
	background-image: -webkit-gradient(linear, left top, right top, from(#222739), color-stop(99%, #1b1c21));
	background-image: linear-gradient(90deg, #222739 0%, #1b1c21 99%);
	border-radius: 10px;
}

.advantages:before {
	top: -18px;
	right: 22px;
	background: url(../img/advantages_1.svg) 0 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.advantages:after {
	bottom: -17px;
	left: 22px;
	background: url(../img/advantages_1.svg) 0 0;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.advantages:before,
.advantages:after {
	content: '';
	position: absolute;
	width: 90px;
	height: 130px;
}

.advantages_title {
	margin-bottom: 35px;
	font-size: 25px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}

.advantages_list {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.advantages_item_best {
	background: #e04444;
}

.advantages_item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% / 3);
	min-width: 152px;
	max-width: 193px;
	padding: 50px 2.4% 8px;
	margin-right: 3.5%;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 8px;
}

.advantages_item_best:before {
	background: #e36363;
}

.advantages_item:before {
	top: -20px;
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 60px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
}

.advantages_item:before,
.advantages_item:after {
	content: '';
	position: absolute;
}

.advantages_item_best:after {
	width: 40px;
	height: 43px;
	margin-left: -2px;
	background-image: url(../img/advantages_2.svg);
}

.advantages_item:after {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	background-size: cover;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.advantages_item_text {
	font-size: 18px;
	line-height: 1.15;
	text-align: center;
}

.advantages_item_text span {
	display: block;
	margin: 3px;
	font-size: 25px;
	font-weight: 700;
	white-space: nowrap;
	text-transform: uppercase;
}

.advantages_item_withdraw {
	background: #ffaf00;
}

.advantages_item_withdraw:before {
	background: #f9c85f;
}

.advantages_item_withdraw:after {
	top: -4px;
	width: 40px;
	height: 28px;
	background-image: url(../img/advantages_3.svg);
}

.advantages_item:last-child {
	margin-right: 0;
}

.advantages_item_payouts {
	background: #1c93db;
}

.advantages_item_payouts:before {
	background: #39a6e7;
}

.advantages_item_payouts:after {
	top: -8px;
	width: 21px;
	height: 39px;
	background-image: url(../img/advantages_4.svg);
}

.bonus_block {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	max-width: 845px;
	padding: 25px 15px 25px 0;
	border-radius: 10px;
	background: url(../img/bonus_block_1.png),url(../img/bonus_block_2-min.jpg);
	background-position: 0 50%, 100% 50%;
	background-repeat: no-repeat;
}

.bonus_block_link {
	position: absolute;
	top: 50%;
	left: 340px;
	width: 84px;
	height: 84px;
	background: #222739;
	border: 13px solid rgba(34,39,57,0.2);
	border-radius: 50%;
	background-clip: content-box;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.bonus_block_link:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 44px;
	height: 41px;
	background: url(../img/bonus_block_link_1.svg) 50% 50% no-repeat;
	background-size: cover;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bonus_block_label {
	position: absolute;
	top: 25px;
	left: 0;
	padding: 10px 40px;
	font-size: 18px;
	letter-spacing: .26px;
	text-align: center;
	background: rgba(255,255,255,0.13);
	border-radius: 0 8px 8px 0;
}

.bonus_block_info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: auto 0 55px 40px;
}

.bonus_block_text {
	max-width: 350px;
	margin-bottom: 6px;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.1;
}

.bonus_block_text span {
	display: block;
	font-size: 35px;
	font-weight: 700;
}

.bonus_block_sum {
	max-width: 320px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.bonus_block_sum span {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.bonus_block .btn {
	margin-left: 40px;
}

/*Пятый блок*/

.label_smart {
	width: 51px;
}

.smart_block {
	margin-top: 20px;
	margin-bottom: 50px;
}

.smart_block_header {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.smart_block_title {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 20px;
	margin-right: 20px;
	white-space: nowrap;
}

.smart_block_title:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 32px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.smart_block_title_with_hot_icon:before {
	background: #ff4e4f;
}

.smart_block_title p {
	padding: 0 10px;
	font: 500 18px/1 "Roboto", sans-serif;
}

.smart_block_title_with_hot_icon svg {
	width: 23px;
	height: 32px;
}

.smart_block_description {
	width: 75%;
	color: #ccc;
}

.game .bets {
	position: absolute;
	right: 0;
	bottom: -1px;
	z-index: 2;
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
	background-color: #e04444;
	pointer-events: none;
}

.game .bets:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: -15px;
	top: 0;
	bottom: 0;
	border-bottom: 27px solid #e04444;
	border-left: 15px solid transparent;
}

.game_progress_bar {
	position: relative;
	width: 100%;
	max-width: 350px;
	height: 8px;
	background: #c6c6c6;
	border-radius: 5px;
	margin-bottom: 60px;
	z-index: 2;
}

.game .game_progress_bar {
	height: 7px;
	position: absolute;
	top: 100%;
	margin-top: 4px;
	border: 2px solid #131416;
	background: -webkit-gradient(linear, left top, right top, from(#fcaf17), to(#ff4e4f));
	background: linear-gradient(to right, #fcaf17, #ff4e4f);
	overflow: hidden;
}

.game_progress_loaded_animation {
	position: relative;
	width: 50%;
	height: 100%;
	background: #f0d700;
	border-radius: 5px;
	z-index: 1;
}

.game .game_progress_loaded {
	background: #17181a;
	position: absolute;
	right: 0;
}

.jXneIt {
	width: 30%;
}

.game_progress_loaded_animation {
	position: relative;
	-webkit-animation: .4s loadedAnimation ease-in-out infinite both;
	animation: .4s loadedAnimation ease-in-out infinite both;
}

.game_progress_loaded_animation:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: #17181a;
	z-index: 100;
}

@-webkit-keyframes loadedAnimation {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	10%,
	90% {
		-webkit-transform: translateX(-1px);
		transform: translateX(-1px)
	}
	20%,
	80%,
	60% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}
	30% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px)
	}
	70% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px)
	}
}

@keyframes loadedAnimation {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	10%,
	90% {
		-webkit-transform: translateX(-1px);
		transform: translateX(-1px)
	}
	20%,
	80%,
	60% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}
	30% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px)
	}
	70% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px)
	}
}

.smart_block_title_with_bonus_icon svg {
	width: 32px;
	height: 26px;
}

.smart_block_title_with_bonus_icon:before {
	background: #ffbe03;
}

.game_info_icon {
	position: absolute;
	z-index: 3;
	top: 20px;
	left: 20px;
	width: 30px;
	height: 28px;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	opacity: 0;
}

.game:hover .game_info_icon,
.game.selected .game_info_icon {
	opacity: 1;
}

.game_info_icon img {
	height: 100%;
	width: 100%;
	max-width: 100%;
}

.game_info {
	position: absolute;
	z-index: 4;
	width: calc(100% - 20px);
	left: 10px;
	top: 62px;
	background: #131416;
	border: 1px solid #ffe63c;
	border-radius: 7px;
	padding: 10px 7px;
	display: none;
}

.game.selected .game_info {
	display: block;
}

.game_info:before,
.game_info:after {
	content: '';
	position: absolute;
	left: 0%;
	width: 0;
	height: 0;
	margin-left: 18px;
}

.game_info:before {
	top: -9px;
	border-bottom: solid 9px #ffe63c;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
}

.game_info:after {
	top: -8px;
	border-bottom: solid 10px #131416;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
}

.game_info .info {
	height: 100%;
	overflow-y: auto;
	word-break: break-word;
	padding: 0 8px;
}

.game_info .info::-webkit-scrollbar-track {
	background-color: rgba(97, 147, 181, 0.2)
}

.game_info .info::-webkit-scrollbar {
	width: 3px;
	border-radius: 10px
}

.game_info .info::-webkit-scrollbar-thumb {
	background-color: #ffe63c;
	border-radius: 10px
}

/*Шестой блок*/

.label_redtiger_jackpot {
	width: 66px;
}



.redtiger_jackpot_container>.redtiger-jackpot__logo-container {
	display: none;
}

.title_red:after {
	background-color: rgba(255,78,79,0.2);
}
.red_tiger .title:after {
	margin-bottom: 0;
}

.redtiger_jackpot_container {
	position: relative;
	padding: 60px 68px 40px;
	background-color: #1b1c21;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}

.redtiger_jackpot_container:before,
.redtiger_jackpot_container:after {
	content: '';
	position: absolute;
	z-index: 0;
}

.redtiger_jackpot_container:before {
	left: 0;
	bottom: 0;
	width: 173px;
	height: 199px;
	background-image: url(../img/jackpot.svg);
}

.redtiger_jackpot_container:after {
	top: 0;
	right: 0;
	width: 177px;
	height: 307px;
	background-image: url(../img/jackpot_2.svg);
}

.redtiger_jackpot_content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.redtiger_jackpot_content:after {
	content: '';
	position: absolute;
	top: -61px;
	right: calc(60% - 132px);
	z-index: 0;
	width: 265px;
	height: 155px;
	background-image: url(../img/jackpot_3.svg);
}

.redtiger_jackpot_container>* {
	z-index: 1;
}

.redtiger_jackpot_info {
	position: relative;
	width: calc(40% - 50px);
}

.redtiger_jackpot_logo_container {
	width: 100%;
	margin-bottom: 10px;
}

#svg_sprite_redtiger_logo {
	display: block;
	width: 150px;
	height: 31px;
	margin: 0 auto;
}

.redtiger_jackpot_info .jackpot_title_h1 {
	display: block;
	text-align: center;
	font-size: 62px;
	color: #c93a3a;
	text-shadow: 0 0 30px rgba(201,58,58,0.44);
	line-height: 1;
}

.redtiger_jackpot_value {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px;
}

.redtiger_jackpot_value-title {
	width: 30%;
	font-size: 18px;
	color: rgba(255,255,255,0.29);
	line-height: 1;
}

.redtiger_jackpot_value-amount {
	width: 70%;
	font-size: 32px;
	color: #fff;
	line-height: 1;
	font-weight: 700;
}

.redtiger_jackpot_value-date {
	display: -ms-flexbox;
	display: flex;
	width: 70%;
	font-size: 12px;
	color: #fff;
}

.redtiger_jackpot_drop-counter {
	color: #c93a3a;
	font-weight: 700;
	margin-left: 4px;
}

.redtiger_jackpot_powered_by {
	padding-top: 6px;
	font-size: 12px;
	color: rgba(255,255,255,0.17);
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.redtiger_jackpot_games {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(60% - 50px);
}

.redtiger_jackpot_games .swiper-container {
	width: 100%;
	height: 100%;
}

.redtiger_jackpot_games_column .swiper-container .game {
	width: 100%;
}

.red_tiger .game {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.redtiger_jackpot_games_column .game:first-child {
	margin-bottom: 15px;
}

.game .game_icon,
.game .game_img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

.middle_slider .game {
	width: 175px;
	height: 115px;
}

.middle_slider .swiper-wrapper {
	overflow: hidden;
	display: inline-flex;
	width: auto;
}

.redtiger_jackpot_scrollbar_container {
	position: relative;
	height: 8px;
	margin-top: 15px;
	margin-bottom: 18px;
}

.redtiger_jackpot_scrollbar_container:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,0.1);
}

.redtiger_jackpot_scrollbar_container .swiper-scrollbar-drag {
	height: 8px;
	background: #c93a3a;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 7px 0 #c93a3a;
	box-shadow: 0 0 7px 0 #c93a3a;
}

/*Седьмой блок*/

.jackpot {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
}

.label_jackpot {
	position: relative;
	z-index: 10;
	width: 66px;
	padding-right: 10px;
	background: #131416;
}

.title_jackpot {
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	margin: 0 auto;
	font-size: 35px;
	text-transform: capitalize;
}

.jackpot_title {
	position: relative;
}

.jackpot_title:before,
.jackpot_title:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 500%;
	height: 1px;
	background-color: rgba(252,175,23,0.2);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .5;
}

.jackpot_title:before {
	left: -505%;
}

.jackpot_title:after {
	right: -505%;
}

.title_header_btn {
	position: absolute;
	right: 10px;
	z-index: 10;
	padding-left: 10px;
	background-color: #131416;
}

.jackpot .see_all {
	font-family: "Roboto", sans-serif;
	text-transform: none;
	font-weight: 400;
}

.title_header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.jackpot_total {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 75px 0;
	background: url(../img/jackpot_total_2.svg),url(../img/jackpot_total.svg),#1b1c21;
	background-position: 80% 0, 0 0, 0 0;
	background-repeat: no-repeat;
	color: #fff;
	text-transform: uppercase;
}

.jackpot_total:before,
.jackpot_total:after {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 0;
	width: 90px;
	height: 130px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jackpot_total:before {
	left: 0;
	background: url(../img/jackpot_total_3.svg) 0 0 no-repeat;
}

.jackpot_total:after {
	right: 0;
	background: url(../img/jackpot_total_4.svg) 0 0 no-repeat;
}

.jackpot_currency {
	position: relative;
	z-index: 1;
	margin-right: 20px;
	font-size: 72px;
	font-weight: 400;
	line-height: .7;
}

.jackpot_counter {
	position: relative;
	z-index: 1;
	font-size: 72px;
	line-height: .7;
	color: #f95421;
	white-space: nowrap;
}

.jackpot_jackpots {
	position: relative;
	z-index: 2;
	padding: 45px;
	margin-top: -10px;
	border-radius: 10px;
	background: #293040;
}

.jackpot_jackpots:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../img/jackpot_jackpots.svg);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	opacity: .3;
}

.separate_jackpot_inner {
	position: relative;
}

.separate_jackpot_slider_prev,
.separate_jackpot_slider_next {
	width: 24px;
	height: 24px;
	margin-top: 0;
	background: none;
	cursor: pointer;
}

.separate_jackpot_slider_prev {
	left: -35px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.separate_jackpot_slider_next {
	right: -35px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.separate_jackpot_slider_prev svg,
.separate_jackpot_slider_next svg {
	width: 100%;
	height: 100%;
	stroke: #fff;
}

.separate_jackpot_slider_prev:after,
.separate_jackpot_slider_next:after {
	display: none;
}

.separate_jackpot_inner .swiper-wrapper {
	width: auto;
	display: inline-flex;
}

.separate_jackpot_pad {
	position: relative;
	z-index: 1;
	padding: 10px 50px;
	margin-bottom: 15px;
	border-radius: 24px;
	background: #3b3b3a;
}

.separate_jackpot_img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 34px;
}

.separate_jackpot_img img {
	max-width: 100%;
}

.separate_jackpot_value {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
}

.separate_jackpot_value .values_animated {
	position: absolute;
	-webkit-animation: rotation 5s infinite linear;
	animation: rotation 5s infinite linear;
}

.separate_jackpot_value .values_animated .value {
	padding: 15px 0;
}

.separate_jackpot_value .values .value {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.separate_jackpot_value .values .value .currency {
	margin-right: 5px;
	font-weight: 400;
}

.currency {
	font-size: 14px;
}

.counter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.separate_jackpot_value .type {
	margin-left: 10px;
	padding: 5px 10px;
	border: 1px solid #f95421;
	border-radius: 11px;
	font-size: 10px;
	line-height: 1;
	text-transform: lowercase;
	color: #f95421;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: translateY(50%);
		transform: translateY(50%)
	}
	to {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@keyframes rotation {
	from {
		-webkit-transform: translateY(50%);
		transform: translateY(50%)
	}
	to {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

/*Восьмой блок*/

.label_live {
	width: 37px;
}

.game_live_game .game_bet_info {
	-webkit-transition: .25s;
	transition: .25s;
}

.game_bet_info {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 18px;
	line-height: 1.3;
	padding: 5% 20px;
	color: #fff;
	background-color: rgba(19,20,22,0.7);
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.game_bet_table svg {
	width: 1.5vw;
	min-width: 7px;
	max-width: 12px;
	height: 12px;
	margin-right: 5px;
}

.icon_live_red svg {
	fill: #ff2c00;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.game_bet_table td:first-child {
	padding-right: 5px;
}

.icon_live_green svg {
	fill: #91dc5a;
}

.game_live_game .game_inner {
	z-index: 2;
	padding: 20px;
	opacity: 1;
}

.game_live_game .game_play {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 2;
	opacity: 0;
}

.game_live_game:hover .game_play {
	opacity: 1;
}

.game_live_game:hover .game_name,
.game_live_game:hover .game_bet_info {
	opacity: 0;
}

/*footer*/

.lang-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.lang-list .country {
	width: 40px;
	height: 24px;
	font-size: 0;
	line-height: 1;
}

.lang-list .country:not(:first-child) {
	margin-left: 20px;
}

.lang-list svg {
	width: 100%;
	height: 100%;
}

.footer__menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 50px 0 10px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	white-space: nowrap;
}

.footer__menu-link {
	position: relative;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}

.footer__payment-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 20px;
	margin: 0 auto;
}

.footer__payment {
	height: 25px;
	margin: 20px 10px 0;
}

.footer__payment img {
	max-height: 100%;
	vertical-align: middle;
}

.footer__developer-list {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 10px;
	padding-bottom: 10px;
}

.svg-filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

.footer__developer {
	display: inline-block;
	vertical-align: middle;
	min-width: 50px;
	margin: 10px 15px;
}

.footer__developer img {
	max-width: 125px;
	height: 100%;
	min-height: 25px;
	max-height: 40px;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer__developer:hover img {
	-webkit-filter: url(#overlay-green);
	filter: url(#overlay-green);
}

.footer__social {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 20px;
	text-align: center;
}

.footer__social .icon {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	color: #fff;
}

.footer__social .icon-yt {
	background: url(../img/you.svg) 50% 50% no-repeat;
}

.footer__social .icon-yt:hover {
	background-image: url(../img/you_h.svg);
}

.footer__social .icon-tg {
	background: url(../img/teleg.svg) 50% 50% no-repeat;
}

.footer__social .icon-tg:hover {
	background-image: url(../img/teleg_h.svg);
}

.footer__social .icon-ig {
	background: url(../img/insta.svg) 50% 50% no-repeat;
}

.footer__social .icon-ig:hover {
	background-image: url(../img/insta_h.svg);
}

.footer__info {
	line-height: 1.3;
	text-align: center;
	padding: 40px 0 20px;
	color: #787e83;
}