@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/*.pre-header-dovnload{}*/
.pre-header-dovnload{
	display: flex;
	padding: 10px;
	gap: 10px;
	justify-content: flex-end;
	align-items: center;
	maw-width: 100%;
	border: 1px solid #d3d3d3;
	line-height: 1;
	margin: 20px 0;
	border-radius: 5px;
}
.pre-header-dovnload .text-box{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.pre-header-dovnload .button-tg{
	background: #24ba9d;
	border: 2px solid #ff8600;
	border-radius: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 11px 10px 10px 40px;
	position: relative;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
}
.pre-header-dovnload .button-tg .animate{
	position: absolute;
	left: 5px;
	top: 4px;
	width: 25px;
	height: 25px;
	animation: 2s linear infinite animateTg;
}
@keyframes animateTg {
	0%   {
		opacity: 1;
		transform: scale(1);
	}
	25%  {
		opacity: .7;
		transform: scale(1.2);
	}
	50%  {
		opacity: 1;
		transform: scale(1);
	}
	75%  {
		opacity: .7;
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
aside .pre-header-dovnload, .sidebar .pre-header-dovnload{
	flex-direction: column;
	justify-content: center;
	width: auto;
	margin-top: -10px;
	
}
.no-mobail .pre-header-dovnload{
	display: none;
}

@media (max-width: 768px){
	aside .pre-header-dovnload, .sidebar .pre-header-dovnload{
		display: none;
	}
	.pre-header-dovnload, .no-mobail .pre-header-dovnload{
		flex-direction: column;
		display: table-footer-group;
		display: table-footer-group;
		justify-content: center;
		display: flex;
	}
}
.tablesorter-default {
	width: 100%;
	font: 12px/18px 'Manrope', sans-serif;
	color: #333;
	border-spacing: 0;
	margin: 10px 0 15px;
	text-align: left
}
.tablesorter-default th,
.tablesorter-default thead td {
	font-weight: 700;
	color: #000;
	background-color: #fff;
	border-collapse: collapse;
	border-bottom: #ccc 2px solid;
	padding: 0
}

.tablesorter-default tfoot td,
.tablesorter-default tfoot th {
	border: 0
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 20px 4px 4px
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc,
.tablesorter-default thead .tablesorter-headerSortUp {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	border-bottom: #000 2px solid
}

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc,
.tablesorter-default thead .tablesorter-headerSortDown {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	border-bottom: #000 2px solid
}

.tablesorter-default thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px
}

.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc,
.tablesorter-default tfoot .tablesorter-headerSortDown,
.tablesorter-default tfoot .tablesorter-headerSortUp {
	border-top: #000 2px solid
}

.tablesorter-default td {
	padding: 4px;
	vertical-align: middle
}


.tablesorter-default .tablesorter-processing {
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-image: url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=)!important
}

.tablesorter-default tr.even>td {
	/*background-color:#efefef*/
}

.tablesorter-default tr.odd td.primary {
	background-color: #bfbfbf
}

.tablesorter-default td.primary,
.tablesorter-default tr.even td.primary {
	background-color: #d9d9d9
}

.tablesorter-default tr.odd td.secondary {
	background-color: #d9d9d9
}

.tablesorter-default td.secondary,
.tablesorter-default tr.even td.secondary {
	background-color: #e6e6e6
}

.tablesorter-default tr.odd td.tertiary {
	background-color: #e6e6e6
}

.tablesorter-default td.tertiary,
.tablesorter-default tr.even td.tertiary {
	background-color: #f2f2f2
}

.tablesorter-default>caption {
	background-color: #fff
}

.tablesorter-default .tablesorter-filter-row {
	background-color: #eee
}

.tablesorter-default .tablesorter-filter-row td {
	background-color: #eee;
	border-bottom: #ccc 1px solid;
	line-height: normal;
	text-align: center;
	-webkit-transition: line-height .1s ease;
	-moz-transition: line-height .1s ease;
	-o-transition: line-height .1s ease;
	transition: line-height .1s ease
}

.tablesorter-default .tablesorter-filter-row .disabled {
	opacity: .5;
	cursor: not-allowed
}

.tablesorter-default .tablesorter-filter-row.hideme td {
	padding: 2px;
	margin: 0;
	line-height: 0;
	cursor: pointer
}

.tablesorter-default .tablesorter-filter-row.hideme * {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	opacity: 0
}

.tablesorter-default input.tablesorter-filter,
.tablesorter-default select.tablesorter-filter {
	width: 95%;
	height: auto;
	margin: 4px auto;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height .1s ease;
	-moz-transition: height .1s ease;
	-o-transition: height .1s ease;
	transition: height .1s ease
}

.tablesorter .filtered {
	display: none
}

.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99
}

.adv_col {
	width: 18%;
}

.advantages li {
	padding-left: unset !important;
}

.about_cs {
	padding-left: 15px !important;
	width: 30%;
}

.about_val {
	color: #406f2d;
    font-weight: 700;
}

.about_key {
	color: #333;
}
.about_cs div {
	margin: 5px 0;
}
.cs_icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: cover;
	margin-right: 10px;
	vertical-align: inherit;
}
.type_ic {
	background-image: url(/i/cs_icons/game.svg);
}
.site_ic {
	background-image: url(/i/cs_icons/interface1.svg);
}
.date_ic {
	background-image: url(/i/cs_icons/interface.svg);
}
.mail_ic {
	background-image: url(/i/cs_icons/multimedia.svg);
}
.tel_ic {
	background-image: url(/i/cs_icons/technology.svg);
}
.pay_ic {
	background-image: url(/i/cs_icons/money.svg);
}
.license_ic {
	background-image: url(/i/cs_icons/file.svg);
}
.withd_ic {
	background-image: url(/i/cs_icons/tools-and-utensils.svg);
}
.game_ic {
	background-image: url(/i/cs_icons/games_ic.svg);
}
.limit_ic {
	background-image: url(/i/cs_icons/arrow.svg);
}
.verify_ic {
	background-image: url(/i/cs_icons/symbol.svg);
}
.dep_ic {
	background-image: url(/i/cs_icons/bank.svg);
}
.last_param li {
	    margin-bottom: 3px !important;
}

.top_month .holder a {
	color: #fff !important;
}

.welcomebox>.trust {
    padding: 9px 17px;
	order: 1;
	font-size: 11px;
    color: #fff;
	float: right;
	/* width: 20%; */
}

.welcomebox>.trust span {
    display: inline-block;
    width: 150px;
    padding-top: 0px;
}
/*.welcomebox>.trust span:after {
    content: "";
    padding: 7px 42px;
    background: url(/i/ukgc.png) no-repeat center;
    vertical-align: bottom;
    line-height: .1;
}*/
.welcomebox>.trust:before {
    content: "";
    float: left;
	width: 47px;
    height: 47px;
	margin-right: 12px;
    background: url(/i/lic.png) no-repeat 0 0;
}

.welcomebox>.author a {
    color: #2caad8;
}
.welcomebox > .author::before {
    content: "";
    float: left;
    width: 50px;
    height: 73px;
    margin-top: -15px;
    margin-bottom: -8px;
    margin-right: 5px;
    background-image: url(/i/solar.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: 50px 73px;
}
.welcomebox>.author span {
    display: block;
}
.welcomebox>.author4 {
    margin-right: 10px;
    font-size: 11px;
	color: #fff;
	float: right;
    margin-left: auto;
    width: 20%;
}
.welcomebox {
    font: 13px / 1.3 "open sans", sans-serif;
    color: rgb(255, 255, 255);
    background: rgb(47 50 59 / 90%);
    overflow: hidden;
    position: static;
    display: flex;
    margin: 0px auto 10px;
    align-items: center;
    border-radius: 10px;
}
.welcomebox>.text {
    padding: 10px 50px 9px;
    font-size: 18px;
	font-weight: 600;
}
.welcomebox>.text span {
    font-weight: 400;
	display: block;
}
#content a:not(.btn):not(.holder a) {
	color: #2f88e4 !important;
}
.top_3 a {
	font-size: 12px;
}
.overview_link span {
	color: #fff;
	    text-align: center;
    margin: 0 auto;
}
h1 {
	font-size: 1.6em;
    text-align: center;
    margin: 0 !important;
}
#pagenav table td {
	color: #000;
}
#content {
	background-size: contain;
	position: relative;
	background: url(/i/header-image-copy-1.png) no-repeat center top, linear-gradient(180deg, rgba(13, 87, 78, 1) 25%, rgba(4, 61, 53, 1) 75%);
    background-position-y: 6%;
}
}


#content .container {
	padding: 10px 20px;
    background: #fff;
    margin: 15px auto;
    border-radius: 20px;
    border: 1px solid #efefef;
	letter-spacing: 0.1px;
}
.absolute {
	position: absolute;
}
.left-0 {
	left: 0;
}
.right-0 {
	right: 0;
}
.spec-tables .left_table, .spec-tables .right_table {
	width: 49%;
	font-size: 12px;
}
.plus_minus span {
	display: block;
	padding-bottom: 5px;
	font-weight: 700;
}
.pluses, .minuses {
	width: 50%;
	padding: 10px;
}
.pluses i {
	color: #31d586;
}
.minuses i {
	color: #e0cf01;
}
.pl_title, .mn_title {
	text-transform: uppercase;
    font-weight: 100;
    font-style: italic;
    font-size: 20px;
}
.pl_title {
	border-bottom: 1px solid #31d586;
}
.mn_title {
	border-bottom: 1px solid #e0cf01;
	color: #e0cf01;
}
.plus_minus ul {
	padding: 5px;
	margin-bottom: 0;
}
.plus_minus ul li {
	margin: 5px 0;
	color: #fff !important;
	list-style: none;
}
.casino-header_wrap {
		/*background-image: url(/images/cs_bg2.jpg);*/
		/*background-size: cover;*/
		/*background-position-y: -111px;*/
}
.casino-header h1 {
	font-size: 24px;
    color: #fff;
}
.casino-header {
	    background-size: contain;
    background: url(/i/gamblebg.png);
    background-color: #484848;

}
.casino-header .container {

}
.left-block {
	width: auto;
	margin: auto 0;
}
.right-block {
	margin: auto;
	padding: 10px;
	width: 60%;
	color: #fff;
}
.right-block h1 {
	margin-bottom: 10px;
	font-size: 24px;
}
.button {
  background-color: var(--button-background-color) !important;
  background-image: var(--button-background-image) !important;
  background-position: var(--button-background-position) !important;
  background-size: var(--button-background-size) !important;
  border: none !important;
  color: var(--button-color, #383d42) !important;
  cursor: pointer !important;
  font-size: 20px !important;
  letter-spacing: 1px !important;
  margin: var(--button-spacing) !important;
  outline: none !important;
  padding: 5px 0px !important;
  text-transform: uppercase !important;
  transition: background var(--button-transition-duration, 0.25s) ease-in-out !important;
  will-change: background !important;
}
.button--horizontal {
  --button-background-image: linear-gradient(
    90deg,
    #dcff1a,
    #26ffd5,
    #ff44ba
  );
  --button-background-position: 0 0;
  --button-background-size: 200% 100%;
  --button-color: #383d42;
  font-weight: 100 !important;
}
.button--horizontal:hover {
  --button-background-position: 100% 0;
}


* {
	margin-top:0;
}
a {
    text-decoration: none;
    color: #008c4d;
    transition: color linear 0.3s;
    
}

.content_container li a {
    text-decoration: underline;
color: #00a259;
}

.content_container li a:hover {
    text-decoration: none;
color:#0056b3;
}

a:hover {
	color:#0056b3;
}
#faq .tohead {
	display:none;
}
.mainlogo {
	margin-right: 0px;
}
.mainlogo img {
	display:block;
}
.menu, .content {
	margin-right:5px;
}
.menu {
	width:16px;
	height:16px;
	transform:translate(0,3px);
}

.youtubevideostart {
	position:relative;
}

.youtubevideostart:before{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
		background:url('data:image/png;base64,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')no-repeat center center;
	}
.main_menu a {
	display: inline-block;
}
.main_menu a span {
	vertical-align: super;
}

.nav_icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: cover !important;
}
nav span {
	vertical-align: super;
    text-transform: uppercase;
	font-size: 14px;
}
.android_ic {
	background-image: url(/i/cs_icons/an_logo.svg);
}
.ios_ic {
	background-image: url(/i/cs_icons/ap_logo.svg);
}
.ph_ic {
	background: url(/i/header/2006260.svg);
}
.cs_ic {
	background: url(/i/header/2282580.svg);
}
.bn_ic {
	background: url(/i/header/415536.svg);
}
.sl_ic {
	background: url(/i/header/1973792.svg);
}
.content {
	width:32px;
	height:32px;
	transform:translate(0,10px);
}
.container {
	max-width:1200px;
	margin:0 auto 5px;
	padding:0 20px;
}
.container.sidebar {
	padding-right:260px;
	box-sizing:border-box;
	position:relative;
}
.container.sidebar aside {
	position:absolute;
	right:0;
	top:0;
	width:250px;
	box-sizing:border-box;
}
nav {
	/*position:sticky;*/
	top:0;
	background:#ffffff;
	z-index:1000;
	/*padding:10px 0;*/
	    background-image: url(https://www.transparenttextures.com/patterns/translucent-fibres.png);
}
nav a:not(.mainlogo):hover {
	background: #03cea8;
	color: #333;
	transition: 0.15s;
}
nav > .container, #promoblock .container {
	margin:0 auto;
}
.hidenav table {
	display:none;
}
#promoblock .container {
	padding:0;
}
#promoblock .btn-white {
	font-size:12px;
}
.mainlogo {
	padding: unset !important;
}
nav a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
	padding: 15px;
		transition: 0.15s;
}
nav i {
	color:#b2b2b2;
}
nav i:hover {
	color:#32d586;
}
.load {
	background:url('i/ajax-loader.gif')no-repeat center center;
	background-size:contain;
	min-height:60px;
}

#allclubs_btn i {
	transform:rotate(0deg);
	transition:transform linear 0.3s;
}
#allclubs_btn i.down {
	transform:rotate(180deg);
}


element.style {
    position: relative;
}
.btn {
    text-align: right;
    color: #fff !important;
    width: 100%;
    font-size: 16px;
    background: #008c4d;
    font-weight: 700;
    text-transform: uppercase;
    margin: auto 0;
    text-decoration: none;
    display: block;
    border-radius: 6px;
    padding: 10px;
    padding-right: 12px;
    box-sizing: border-box;
    transition: linear all 0.3s;
    text-shadow: 0 1px 0 rgba(0,0,0,.55);
    margin-bottom: 15px;
    cursor: pointer;
}
.btn:hover {
	background: #559d39;
    color: #fff;
}
.btn:hover .fas {
    color: #efe813 !important;
	transition:linear all 0.3s;
}
.main_menu a {
	margin-right:15px;
}
.top_3 img {
	height: unset !important;
}
.btn span {
	display: block;
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
    color: #ffffff;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
}
.flex {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.flex_wrap {
	flex-wrap:wrap;
}
.flex_center {
	justify-content:center;
}
.flex_start {
	justify-content:flex-start;
}
.viewbtn, .viewbtn a {
	color:#007bff;
	text-decoration:none;
}
.viewbtn:hover, .viewbtn:hover a {
	color:#0056b3;
	text-decoration:underline;
}
.h {
	font-size:24px;
	font-weight:bold;
	text-align:left;
}
h1,h2,h3,h4,h5,h6,.h {
	margin:0 auto 16px;
}
body {
	margin:0;
	padding:0;
    font-size: 16px;
    font-family: 'PT Serif', serif;
    line-height: 24px;
}
.whiteblock {
	padding:25px 25px 9px 25px;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
	background:white;
}
.bordered {
	border-radius:6px;
}
.align_start {
	align-items:flex-start;
}
.align_stretch {
	align-items:stretch;
}
.rating {
	position:relative;
}
.rating_current {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	overflow:hidden;
}
.rating, .rating_current {
	font-family: 'Font Awesome 5 Free';
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	color:#ffae00;
}
.rating:before, .rating_current:before {
    content: "\f005 \f005 \f005 \f005 \f005";
}
.rating:before {
	font-weight: 400;
}
.rating_current:before {
	font-weight: 900;
}

.light_block, .grey_block, .light_block > *, .grey_block > *, .purple_block, .purple_block > * {
	position:relative;
}
.light_block, .grey_block, .purple_block {
	padding:20px 0;
	margin:0 auto 16px;
}
.light_block:before, .grey_block:before, .purple_block:before {
	content:'';
	display:block;
	position:absolute;
	    width: -webkit-fill-available;
	left:50%;
	top:0;
	height:100%;
	transform:translate(-50%);
}
.light_block:before {
	background:#f6f9f9;
}
.grey_block:before {
	/*background:#d8dedd;*/
	background: url(/i/gamblebg.png);
	background-repeat: repeat;
	    background-color: #f0e6d1;
}
.purple_block:before {
	background: rgb(52,216,252);
	background: -moz-linear-gradient(top,  rgba(52,216,252,1) 0%, rgba(0,116,145,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(52,216,252,1) 0%,rgba(0,116,145,1) 100%);
	background: linear-gradient(to bottom,  rgba(52,216,252,1) 0%,rgba(0,116,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34d8fc', endColorstr='#007491',GradientType=0 );
}

#content .container ul {
	padding:0;
	margin:0 auto 16px;
	list-style:none;
}
#content .container ul li {
	position:relative;
	padding-left:25px;
	margin:0 auto 10px;
	overflow: auto;
}
#content .container ol li {
		position:relative;
	padding-left:25px;
	margin:0 auto 10px;
}
#content .container ul.first li:before, #content .container ul li:before  {
	font-weight: 700;
    font-family: "Font Awesome 5 Free";
content: "\f655";
    color: #487700;
    margin-right: 10px;
    position: absolute;
    left:0;
}

#content .container ul.second li:before {
	content:"\f560";
	color:#4a6592;
}
#content .container ul.third li:before {
	content:"\f4fc";
	color:#208224;
}
blockquote:before {
	content: '';
        background-image: url(/i/fav/512x512.png);
    position: absolute;
    width: 50px;
    height: 50px;
    top: -19%;
    background-size: cover;
    left: -15px;
	border: #FFF 2px solid;
    border-radius: 50%;
}
blockquote {
        background: #e8f7e6;
    padding: 25px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 8px;
    display: flex;
    margin: 35px auto 16px;
    font-style: italic;
    position: relative;
    padding-left: 40px;
    margin-left: 15px;
}
blockquote > *:last-child {
	margin-bottom:0;
}
#content img {
	max-width:100%;
	height:auto;
}

#content_s img {
	max-width:100%;
	height:auto;
}

table {

    border-radius: 10px;
	margin:0 auto 16px;
	width:100%;
    border-spacing: 0;

}
table tr:not(:last-child) td, table th {
	
}
table td, table th {
	padding:15px;
}
table th, table tbody:not(:nth-child(2)) tr:nth-child(1) td {
	background: #043d35;
    text-align: left;
    color: #fff; 
}
#content .container table thead tr:first-child {
    background: #084a42;
    color: white;
}

#content .container .bonus-div table tr:nth-child(2n) {
    background: #c5c5c526;
}

table th:first-child, table tbody:not(:nth-child(2)) tr:nth-child(1) td:first-child {
	/*border-radius:6px 0 0 0;*/
}
table th:last-child, table tbody:not(:nth-child(2)) tr:nth-child(1) td:last-child {
	/*border-radius:0 6px 0 0;*/
}
.green_block {
	margin:0 auto;
	padding:10px;
	background-image: url(/i/ls_bg.jpg);
	padding-top: 10px;
}
.green {
    color: #303030;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .58px;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.tohead {
	display:block;
	margin:-16px 0 0 auto;
	text-align:right;
	text-decoration:none;
	font-size:14px;
	width:100px;
	float:right;
}

.club_carousel {
	text-align:center;
}
.club_carousel .item {
    width: 250px;
    overflow: hidden;
    background: #b9d3ffcf;
    margin: 16px;
    position: relative;
    box-shadow: 1px 2px 4px rgba(0,0,0,.5);
}
.club_carousel img {
    width: 50%;
    display: block;
    padding: 15px 5px;
    margin: auto;
}
.club_carousel .overview_link {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 20px;
    letter-spacing: -0.025em;
    background: #00000021;
}
.club_carousel .overview_link i {
	color:#717a77;
}
.club_carousel .overview_link:hover span {
	text-decoration:none;
	color:#fff;
}
.club_carousel .holder {
	padding:16px 16px 50px 16px;
	font-size:12px;
}
.club_carousel .small, .top_3 .small, .small {
	opacity:0.8;
	color:grey;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:16px;
	display: none;
}
.club_carousel .holder_block {
	overflow:hidden;
}
.club_carousel .infinite {
	display:flex;
	align-items:stretch;
	justify-content:center;
	    font-family: system-ui;
}
.club_carousel .rating {
	position:absolute;
	right:10px;
	top:10px;
	font-size:14px;
}
.club_carousel .rating, .club_carousel .rating_current, .top_month .top_3 .rating, .top_month .top_3 .rating_current {
	color:#ff8f04;
	    display: none;
}
.club_carousel .top_holder {
	position:relative;
}
.club_carousel .container {
	position:relative;
}
.club_carousel .navigate {
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	color:white;
}
.club_carousel .prev {
	left:-20px;
}
.club_carousel .next {
	right:-20px;
}
.ic_holder {
	display: inline-block;
    padding: 10px;
    margin-right: 10px;
}
.club_carousel .btn {
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 0px;
    margin: 2px 5%;
    width: 90%;
    font-style: normal;
    background: #008c4d;
    padding: 5px;
    text-align: center;
    /* border-top-left-radius: 0px; */
    /* border-top-right-radius: 0px; */
    text-shadow: 0px 0px 3px #000000a3;
    cursor: pointer;
}

.club_carousel .btn:hover {
	    color: #efe813;
	        background: #004a29;
}


#club_toppart .right, .advantages li {
	position:relative;
}
.advantages {
	color:rgba(255,255,255,0.5);
}
.advantages {
	list-style:none;
	padding:0 15px 0 15px;
	min-width:220px;
	width:100%;
}
#all_clubs .advantages {
	min-width:auto;
}
#content .all_clubs .advantages i {
	color:#2f9d44;
}
#content .all_clubs .advantages {
	color:black;
	font-size:12px;
}
#content .all_clubs .advantages li:before {
	display:none;
}
#content {
	overflow:hidden;
}

.text_center {
	text-align:center!important;
}
.all_clubs .hider {
	width:0;
	height:0;
	overflow:hidden;
	opacity:0;
	position:absolute;
	left:50%;
	top:0;
	transform:translate(-50%,-105%);
	background:white;
	padding:0;
	text-align:left;
	border-radius:6px;
	box-shadow:0 0 8px rgba(0,0,0,0.5);
}
.all_clubs tr:nth-child(2n) {
	background:#f6f9f9;
}
.all_clubs tr {
	background:#fff;
}
.all_clubs .clubname {

}
.all_clubs .clubname a {
	font-weight:bold;
	text-decoration:none;
	font-size:25px;
	margin-bottom:15px;
	display:block;
}
.all_clubs .hider:before {
	content:'';
	display:block;
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-5px;
	width:0;
	height:0;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-top:20px solid white;
	margin:0;
	padding:0;
}
#content .all_clubs .hider ul, #content .all_clubs .advantages {
	margin:0;
}
.all_clubs .hider li {
	padding-left:20px;
}
.all_clubs .moreinfo_btn:hover + .hider {
	opacity:1;
	width:300px;
	padding:10px;
	height:auto;
	transition:opacity 0.3s linear;
	overflow:visible;
}
.all_clubs .moreinfo_block {
	position:relative;
}

.all_clubs .btns {
    min-width: 150px;
    width: 11%;
    padding-right: 10px;
}

.all_clubs .logo {
    width: 140px;
    min-height: 115px;
    min-width: 140px;
    padding: 0px;
    text-align: center;
}

.tablesorter thead {
	display: none;
}
.tablesorter tr {
	transition: transform .2s;
}
.all_clubs .logo a {
	display:inline-block;
	padding: 0px;
    padding-left: 10px;
}
.all_clubs .moreinfo_btn span {
	border-bottom:1px dotted #000;
	cursor:pointer;
	    font-weight: 700;
    color: #8a8a8a;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
   	animation-iteration-count: infinite;
	-webkit-animation-name: pulse;
	animation-name: pulse
}

.top_month {
	color:white;
	position:relative;
	overflow:hidden;
}
.top_month .main {
	min-height:230px;
}
.top_month .main {
	border-radius:4px;
}
.top_month .anim_logo {
	background-color: rgb(212, 212, 212);
	padding:20px;
	border:50px solid rgba(50,50,50,0.1);
	border-radius:50%;
	position:absolute;
	right:-25px;
	bottom:-50px;
}
.top_month .anim_logo .image {
	transform: rotate(-45deg);
	width:168px;
	height:168px;
	background-position:left center;
	background-repeat:no-repeat;
}
.top_month .main .holder {
	padding-left:50px;
	position:relative;
	overflow:hidden;
	min-width:280px;
	width:60%;
	    background: #262634 !important;
}
.top_month .main .holder > *:not(.anim_logo) {
	position:relative;
}
.top_month .holder .h {
	text-align:left;
	font-size:2em;
}
.top_month .btns > *, .btn-white {
	text-decoration:none;
	padding:10px;
	color:white;
	border-radius:4px;
	transition:all linear 0.3s;
}
.top_month .btns > * {
	margin:0 5px 16px;
}
.top_month .btn-view, .btn-white {
	border:1px solid white;
	background:transparent;
}
.top_month .btn-view:hover, .btn-white:hover {
	background:white;
	color:#0056b3;
}
.top_month .btn-play {
	background:#2eb471;
}
.top_month .btn-play {
	background:#2fcf7f;
}
.top_month .top_3 {
	width:40%;
	min-width:280px;
	color:black;
	margin-right:30px;
}
#content .top_month .top_3 img {
	margin-right:10px;
}
.top_month .top_3 .item {
	margin:0 auto 10px;
}
.top_month .top_3 .club_name {
	flex-grow:1;
	border:1px solid #eaf0ee;
	padding:5px 15px;
	border-radius:2px;
}
.top_month .top_3 .club_name a {
	color:black;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
.top_month .top_3 .club_name a:hover {
	text-decoration:underline;
}
.top_month .top_3 .h {
	margin:0 auto 10px;
}

#header_clubs {
	position:absolute;
	width:100%;
	padding:0;
	margin:0;
	min-height:0;
	height:0;
	opacity:0;
	transition:all 0.3s linear;
	overflow:hidden;
	background:#f7f7f7;
	left:0;
	top:100%;
}
#header_clubs.show {
	opacity:1;
	padding:20px 0;
	height:auto;
}
#header_clubs .h {
	font-size:20px;
	font-weight:normal;
	text-align:left;
	text-indent:10px;
	margin-bottom:16px;
}
#header_clubs ol li {
	position:relative;
	padding-left:40px;
}
#header_clubs ol li:before {
  content: attr(data-counter);
  color: #000;
  font-size: 16px;
  background: #fff;
  display:block;
  position:absolute;
  text-align: center;
  margin-right: 10px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  transition: all .2s ease-in-out;
  top:50%;
  margin-top:-15px;
  left:0;
}
#header_clubs ol li:hover:before {
	background:#31d586;
	color:white;
}
#header_clubs ol, #header_clubs ul {
	padding:20px;
	list-style:none;
	margin:0;
	background:#f7f7f7;
}
#header_clubs .h i {
	color:black;
	margin-right:10px;
}
#header_clubs .header_top {
	padding:20px 10px 10px;
	background:white;
	min-width:30%;
}
#header_clubs .header_all {
	min-width:65%;
	padding-top:20px;
}
#header_clubs .header_all li {
	width:30%;
	min-width:160px;
	font-size:20px;
	font-weight:100;
}
#header_clubs .header_all img {
	opacity:0.5;
	filter:grayscale(100%);
	transition:all linear 0.1s;
}
#header_clubs .header_all li:hover img {
	opacity:1;
	filter:grayscale(0);
}

#faq *:not(h2) {
	margin-bottom:0;
}
#faq .answer {
    background: #043d35;
    color: white;
}
#faq .answer, #faq .question {
	padding:20px;
	display:block;
}
#faq .question {
	border-bottom:1px solid #ecefef;
	cursor:pointer;
}
#faq .question i {
	transition:all linear 0.3s;
	transform:rotate(0deg);
	color:#4b9c37;
	margin-right:5px;
}
#faq .show i {
	transform:rotate(90deg);
	color:#6d6d6d;
}
#faq .item {
	border-bottom:none;
}
#faq .item:last-child {
	border-bottom:1px solid #ecefef;
}

.answer {
    display: none!important;
}

.show .answer {
    display: block !important;
}

#promoblock .text {
	color:white;
	font-size:16px;
	margin:0 10px;
}

#pagenav {
    border: 1px solid #00c52166;
    flex-grow: 1;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 16px;
    margin-top: 15px;
}
#pagenav table {
	font-size:12px;
	padding:10px;
	margin:0;
	box-sizing:border-box;
}
#pagenav .h {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    background: #e8f7e6;
    padding: 5px 15px;
    margin-bottom: 0;
}
#pagenav table a {
    color: #00713e;
    border-bottom: 1px solid #09900052;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 5px;
    margin-left: 10px;
}
#pagenav a:hover {
	color: #0056b3;
    border-color: #0056b3;
}
#pagenav td {
	padding:2px;
	background:none;
}

div#faq {
    padding: 15px 10px;
    color: #043d35;
}

#faq .h {
    margin: 0px 0px 15px 20px;
}

#pagenav table, #pagenav td {
	border:none;
}

#top_btn.hide {
	opacity:0;
}
#top_btn {
  display:block;
  position:fixed;
  right:20px;
  bottom:16px;
  width:40px;
  height:40px;
  line-height:40px;
  color:white;
  font-size:20px;
  background:#008c4d;
  text-align:center;
  border-radius:4px;
  transition:all linear 0.3s;
  opacity:1;
  z-index:2;
}
#top_btn:hover {
	background-color: #5a6268;
}

#bell_holder {
	position:relative;
}
#bell_holder .bonuses {
	position:absolute;
	right:-300px;
	opacity:0;
	height:0;
	width:0;
	overflow:hidden;
	top:100%;
	padding:10px 0;
	background:#3ec393;
}
#bell_holder .bonuses.show {
	opacity:1;
	right:0;
	width:300px;
	height:auto;
	transition:opacity linear 0.3s, right linear 0.3s;
	z-index:1;
}
#bell_holder .bonuses, #bell_holder .bonuses a {
	color:white;
	font-size:1em;
}
#bell_holder .bonuses a:hover {
	text-decoration:underline;
}
#bell_holder .bonuses > div {
	padding:10px 20px;
}
#bell_holder .bonuses > div:hover {
	color: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.2);
}
#promo_popup span {
	width:16px;
	height:16px;
	text-align:center;
	line-height:16px;
	background:red;
	border-radius:50%;
	display:block;
	position:absolute;
	font-size:12px;
	color:white;
	bottom:-4px;
	right:-10px;
}
#breadcrumbs {
	display:block;
	font-size:12px;
}
#breadcrumbs li {
	display:inline-block;
}
#breadcrumbs li {
	padding:0 0 0 5px!important;
}
#breadcrumbs li:before {
	display:none;
}

.all_clubs .tablesorter-default td {
	vertical-align:middle;
}
.all_clubs .order {
	text-align:center;
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:4px;
	background:#dfdfdf;
	margin:0 auto;
	    font-style: italic;
    font-weight: 800;
    display: none;
}

.rate_toppart {
    text-align: center;
    margin: 0 auto;
    width: 132px;
}

.all_clubs tr:nth-child(2n-1) .order {
	background:#efefef;
}

#comments {
	overflow:hidden;
}
#comment-form {
	position:fixed;
	width:70%;
	max-width:500px;
	min-width:300px;
	top:-110%;
	left:50%;
	transform:translate(-50%,-50%);
	opacity:0;
	transition:all linear 0.3s;
	background:white;
	padding:20px;
}
#comment-form.show {
	top:50%;
	opacity:1;
	z-index:1000;
}
#comment_form_background {
	width:100%;
	height:0;
	transition:all linear 0.3s;
}
#comment-form.show + #comment_form_background {
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,0.3);
	z-index:999;
}
.comments_header {
	padding-bottom:16px;
	border-bottom:1px solid rgba(0,0,0,.1);
}
#show_comment_form {
	border:2px solid #007bff;
	padding:10px 20px;
	transition:all linear 0.3s;
}
#show_comment_form:hover {
    background: #007bff;
    color: #fff;
}
#comment-form .btn-primary {
	color: #fff;
    background-color: #5a6268;
	cursor:pointer;
	width:auto;
	margin:0 auto 0 20px;
}
#comment-form label[for="comment-editor"] {
	display:block;
}
#comment-form .form-group {
	padding:0 20px;
}
#comment-form .close_comment_form {
	font-size:25px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
#comment-form .form-control {
	padding:6px 12px;
}
#comment-form .form-group * {
	margin:0 0 16px;
	font-size:18px;
	flex-grow:1;
}
#comment-form .form-actions {
	margin:0 -20px;
}
#comment-form textarea {
	width:100%;
	box-sizing:border-box;
}
#comments {
	padding:0;
}
#comments .container {
	margin-bottom:25px;
}

footer {
	overflow:hidden;

}
footer .grey_block {
	margin:0 auto;
}
footer .grey_block > * {
	width:30%;
	min-width:300px;
}
footer .footer_menu a {
    display: inline-block;
        color: #c3ffe4;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 5px solid #05483f;
}
footer .footer_menu a:hover {
	text-decoration:underline;
	color: #fff;
}
footer .aboutsite {
	font-size:12px;
	width: 100%;
	text-align: center;
}
.aboutsite p: {
	color:#fff;
}
.expl_ic {
	background-image: url(/i/shapes.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 10px;
}
.cprt {
	color: #cacaca;
}
footer .footer-social ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding: 20px 0px 0px 0px;
}
footer .footer-social ul a i {
	display:block;
	font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #cbd2d1;
    background: #8e9493;
	margin:5px;
	margin-bottom:10px;
	transition:all linear 0.3s;
}

footer .footer-social i.liveinternet, footer .footer-social i.livejournal {
	background-repeat:no-repeat;
	background-position:center center;
	filter:grayscale(100%);
}
footer .footer-social i.liveinternet {
	background-image:url('i/icons/liveinternet.png');
}
footer .footer-social i.livejournal {
	background-image:url('i/icons/livejournal2.png');
}
footer .footer-social i.liveinternet:hover, footer .footer-social i.livejournal:hover {
	background-color:#28809a;
	filter:grayscale(0);
}
footer .footer-social i.fa-odnoklassniki-square:hover, footer .footer-social i.fa-at:hover {
	background-color:#f79323;
	color: #fff;
}
footer .footer-social i.fa-pinterest-square:hover {
	background-color:#ee1b22;
	color: #fff;
}
footer .footer-social i.fa-tumblr-square:hover {
	background-color:#395976;
	color: #fff;
}
footer .footer-social i.fa-instagram:hover {
	background-color: #d0338d;
    color: #fff;
}
footer .footer-social i.fa-youtube:hover {
    background-color: #fc0d1b;
    color: #fff;
}
footer .footer-social i.fa-vk:hover {
    background-color: #5382b6;
    color: #fff;
}
footer .footer-social i.fa-facebook:hover {
    background-color: #4469b0;
    color: #fff;
}
footer .footer-social i.fa-twitter:hover {
    background-color: #2aa3ef;
    color: #fff;
}
.footer-trusted img, .footer-trusted svg {
	height:30px;
	filter: grayscale(1);
	margin:0 auto;
}
.footer-trusted:hover img, .footer-trusted:hover svg {
	opacity:1;
	filter: grayscale(0);
}
.footer-trusted {text-align:center;}

.aside_game, .aside_all {
	margin-bottom:16px;
	position:relative;
}
#content .aside_game img {
	display:block;
	width:214px;
	height:115px;
}
#content aside {
	padding:20px 10px 5px;
}
.aside_game .btn {
	position:absolute;
	width:40%;
	left:50%;
	opacity:0;
	transform:translate(-50%);
	transition:linear all 0.3s;
}
.aside_game:hover .btn {
	opacity:1;
	width:90%;
}
.aside_game .btn.play {
	top:10px;
}
.aside_game .btn.download {
	bottom:10px;
	background:#bf0000;
	margin:0;
}
.aside_game .btn.download:hover {
	background:red;
}
.flex_start .aside_game {
	margin-left:10px;
}
.aside_all {
	padding:5px;
	line-height:105px;
}

#search-text {
	max-width:280px;
	width:100%;
}
.instruction {
	border-radius:0;
	border:0px solid transparent;
	display: inline-block;
    vertical-align: middle;
}
.instruction:hover {
	box-shadow: 1px 1px 25px #02d0fb;
    position: relative;
    border-radius: 6px;
    border: 2px solid #02d0fb;
    box-sizing: border-box;
	transition:all linear 0.3s;
}
.gm-title-btn {
	margin-right: 5px;
}

.txt_bonus_all {

}
.level-wrapper {
    background-image: url(/i/level-wrapper.png);
    width: 105px;
    height: 53px;
    background-size: cover;
    position: relative;
    opacity: 0.75;
}
.level {
    background-image: url(/i/level.png);
    width: 28px;
    height: 43px;
    background-size: cover;
    transform: rotate(-100deg);
    transform-origin: 50% 85%;
    position: absolute;
    bottom: 0;
    left: 36%;
    /* filter: drop-shadow(0px 0px 1px black); */
}
.item-trust {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 140px;
    margin: 0 10px;
}

footer a {
    color: #c3ffe4;
}

footer {
    position: relative;
    padding-top: 5px;
    background: #043d35;
    color: #fff;
}

footer .grey_block:before {
	background-color: #21212121 !important;
}

.question i:before {
	padding: 5px 8px;
    background: #f1f1f1;
    border-radius: 50px;
    border: 1px solid #e2e2e2;
}
.bonus-table_main img {
	width: 70%;
	    margin: 0 auto;
    display: block;
}

table.bonus-table_main.bonus-table {
    border: 1px solid #043d3521;
    border-radius: 0;
}

.bonus-table_main thead td {
	text-align: center;
}
.bonus-table_main thead {
    background: #043d35;
    color: #fff;
}
.bonus-table_main tbody tr td:nth-child(2) {
	text-align: justify;
	vertical-align: top;
	padding-left: 0px;
}
.bonus-table_main tbody tr td:nth-child(2) p {
    margin: auto 0 !important;
    font-size: 14px;
    line-height: 20px;
}
.bonus-table_main tbody tr td:nth-child(3) {
	text-align: left;
	color: #559d39;
	margin: auto 0 !important;
	width: 18%;
}
.bonus-table_main tbody tr td:nth-child(4) {
	text-align: center;
	color: #559d39;
}
.player-chose {
    position: relative;
    display: flex;
    padding: 5px;
}
.player-chose .pc-icon {
    position: relative;
    display: flex;
    cursor: pointer;
}
.player-chose .pc-icon i {
    width: 48px;
    height: 48px;
    margin: 0;
	display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
i.badge {
    background-image: url(/i/777.svg);
}
.pc-icon .count {
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #dc2121;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 59%;
    border: solid 2px #fff;
    color: #eee;
    font-size: 11px;
    filter: drop-shadow(0px 0px 2px black);
    transition: 500ms;
}
.player-chose .pc-content {
    display: none;
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 320px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #fff;
    overflow: hidden;
    z-index: 100;
    filter: drop-shadow(0 0 5px #fff);
}
.player-chose .pc-header {
    background: rgb(32,36,0);
    background: linear-gradient(0deg, rgb(1 30 26) 0%, rgb(13 87 78) 35%, rgb(0 140 77) 100%);
    /* background-size: 400% 400%; */
    color: #fff;
    padding: 24px 32px 18px 32px;
    line-height: 1.2;
}
.player-chose .pc-header .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    /* font-style: italic; */
}
.player-chose .pc-header .text {
    opacity: 0.8;
    font-size: 15px;
    margin-top: 6px;
}
.player-chose .pc-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    background: url(/i/close.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.player-chose .item {
    display: flex;
    align-items: flex-start;
    padding: 15px 10px;
    box-shadow: inset 0 -1px 0 0 #C4D7D7, 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.player-chose .item .item-logo {
    flex: 0 0 70px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 6px;
    margin-top: 5px;
}
.player-chose .item .item-info {
    flex: 1 1 auto;
    margin: 0 10px;
}
.player-chose .item .info-text {
    color: #08684d;
    font-size: 14px;
    line-height: 1.3;
    /* font-style: italic; */
    font-weight: 600;
}
.player-chose .item .award {
    flex: 0 0 50px;
    height: 65px;
}
.player-chose .item:nth-of-type(1) .award {
    background: url(/i/first.png) center 5px no-repeat;
	background-size: contain;
}
.player-chose .item:nth-of-type(2) .award {
    background: url(/i/second.png) center 5px no-repeat;
	background-size: contain;
}
.player-chose .item:nth-of-type(3) .award {
    background: url(/i/third.png) center 5px no-repeat;
	background-size: contain;
}
.player-chose.opened .pc-icon:after, .player-chose.opened .pc-content {
    display: block;
}
.item-info a {
	padding: unset;
}
.item-logo img {
	width: 75px;
}
.footer_logo {
    /* margin-right: 15px; */
    margin-bottom: 15px;
}
.content_container table img {
	max-width: 70% !important;
}
.header-right {
	margin-left: auto;
}
nav .main_menu {
	margin: auto;
}
.content_container p a {
    color: #00a259;
    border-bottom: 1px solid green;
}
.content_container p a:hover {
    color: #001c6d;
    border-bottom: 3px solid #31f70d40;
}
.content_container table a {
	color:#0068d4;
}
footer p {
	color: #cacaca;
}
.tohead {
	color: #0068d4;
	    display: none;
}
.floating_table_right table td {
	padding: 7px;
}
.ticket-comment-body {
	padding: 10px;
}

.h1_front {
    margin-bottom: 10px !important;
    font-size: 31px;
    line-height: 33px;
    text-align: left;
    font-weight: 700;
    font-family: sans-serif;
    color: white;
    width: 100%;
    padding: 2px 0px;
    text-align: center;
    text-shadow: 0px 1px 5px #000000a3;
}

.front_info {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    font-family: sans-serif;
    color: white;
    width: 98%;
    /* padding: 0px 0px 0px 20px; */

    text-align: justify;
    margin: 0 auto;
        margin-top: 5px;
}

header {
    position: relative;
    height: 70px;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.mobile-menu-button {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 11px 30px;
    z-index: 4;
}

.mobile-menu-button__click-trap {
    padding: 12px;
    cursor: pointer;
}

.mobile-menu-button span {
    width: 36px;
    height: 4px;
    display: block;
    background-color: #3c5f9b;
    margin: 0 0 6px;
    transition: transform 300ms ease;
}

.mobile-menu-button span:last-child {
    margin: 0;
}

.header-nav {
    padding: 0 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav a {
    display: inline-block;
    margin: 0 15px;
    font-weight: 600;
    color: #3c5f9b;
    font-family: 'Montserrat',sans-serif;
	font-size: 13px;
	    text-transform: uppercase;
}

.header-logo {
    position: absolute;
    /*left: 2%;*/
    top: 50%;
    transform: translate(0%,-50%);
}

.header-logo a {
    display: block;
    width: 150px;
    padding: 0 20px;
}

.header-nav-button {
    position: relative;
    width: 40px;
    height: 40px;
    border: 0px solid #f2f2f2;
    background: url(/i/surprise.png);
    background-size: 40px 40px;
}

.header-nav a:hover {
    color: #808080;
    text-decoration: none;
}
.header-nav-button:hover {
   /* background-color: #3c5f9b; */
    border-color: transparent;
}

.header-nav-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 19px;
    fill: rgb(60,95,155);
}
.header-nav-button:hover svg {
    fill: #fff;
}

.all_clubs tr {
    background: #ececec;
    display: block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.all_clubs tr:nth-child(2n) {
    background: #eee;
    margin-bottom: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ddd;
}

.btn-white {
    background-color: #008c4d;
    background-image: linear-gradient(to bottom,#008c4d,#155236);
    border: 1px solid #008c4d70;
    /* box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #e3e3e3, inset 0 0 0 1px #fcfcfc, 0 2px 4px rgba(0,0,0,.2); */
    color: #ffffff;
    text-shadow: 0 1px 1px #000;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: 400;
    transition: all 20ms ease-out;
    vertical-align: top;
    line-height: 20px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
}

.btn-white:focus, .btn-white:hover {
    color: #000!important;
}

.btn-white:focus, .btn-white:hover {
    background: #fcfcfc;
    border-color: #969696;
    box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #e3e3e3, inset 0 0 0 1px #fcfcfc;
    color: #fff;
}

.btn-white:active {
    background: #fcfcfc;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}

.panel-footer {
    padding: 5px 10px;
}

.collapse1 {
    display: none;
}


.collapse2 {
    display: none;
}


.collapse3 {
    display: none;
}


.collapse4 {
    display: none;
}

.collapse .panel-body {
    box-shadow: none;
    border-radius: 0;
    background-color: #2f323b;
    padding: 20px 40px 20px 40px;
    color: #fff;
    border-top: 1px solid #999;
}

td.tdpanel {
    padding: 0px;
    display: block;
}

td.order_td {
    display: inline-block;
    padding: 0px;
    width: 0px;
    height: 0px;
    position: relative;
    top: -10px;
}

.clubname_rating {
    transform: scale(.7);
    text-align: center;
}

.fa-angle-double-right:before {

    content: '\f00c';

}

.bonus_y {
    background-color: #E8FFFC;
    border: 3px dashed #fdad18;
    border-radius: 15px;
    padding: 5px;
    min-width: 438px;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
}

h5 {
    font-size: 13px;
    font-weight: 600;
}

.bon_bon {
    font-size: 15px;
    color: white;
    font-weight: 600;
    text-align: left;
    padding: 0px 0px 32px 0px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 auto;
}

.cs_val {
    float: right;
    display: inline-block;
    margin: 5px 10px;
    font-size: 110%;
}

.cs_key {
    display: inline-block;
    margin: 5px 10px;
    font-size: 110%;
    font-weight: 600;
}

.table_wrap.right_table {
    /* border-left: 1px solid #ffffff3b; */
    padding-left: 80px;
}

.top-casino__terms {
    color: #fff;
    background-color: rgb(255 255 255 / 18%);
    font-size: 9px;
    width: 60px;
    text-align: center;
    line-height: 1;
    padding: 8px;
    border-radius: 21px;
    font-weight: 600;
    align-self: flex-end;
    cursor: help;
    margin: 0 auto;
    margin-top: -25px;
}

.top-casino__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    font-size: 10px;
    overflow-y: auto;
    display: none;
    text-align: left;
    animation: topCasinoOverlayEntrance 300ms ease forwards;
}

.top-casino__overlay-inner {
    position: absolute;
    padding: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.top-casino__overlay__text {
    overflow-y: auto;
    height: 100%;
    background: #0000000d;
    font-size: 12px;
    font-weight: 500;
    line-height: 135%;
    text-align: justify;
    padding: 5px;
}

.dop_block {
    margin: 0 auto;
    padding: 10px 0px;
}

.dop_item {
    max-width: 29%;
    margin: 0px 10px;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    padding: 0 10px;
    border: 1px solid #e4e4e4;
    min-height: 380px;
    border-radius: 10px;
    background: #0c564d;
}

.dop_item img {
    width: 50px;
    float: left;
    margin: 10px 10px 0px 0px;
    height: 50px;
    border: 3px solid #0080002b;
    border-radius: 50px;
    background: white;
}

.dop_text {
    margin-left: 66px;
    line-height: 18px;
    color: #043d35;
    color: white;
    padding-bottom: 10px;
}

.dop_title {
    margin-left: 60px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
    padding-top: 10px;
}

.content_container table {
    background: #f5f5f5;
}

.content_container tr:nth-child(2n) {
        background: #d7f3d2c9;
}

img.pay_pod {
    width: 80px;
    height: 40px;
    padding: 3px;
    background: white;
    border-radius: 3px;
    margin: 0 3px;
}

img.soft_pod {
    width: 156px;
    height: 40px;
    padding: 3px;
    background: white;
    border-radius: 3px;
    margin: 0 3px;
}

.header-nav-button .count {
    position: absolute;
    bottom: -6px;
    left: -10px;
    background: #ff0000;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 59%;
    border: solid 2px #fff;
    color: #fff;
    font-size: 11px;
    filter: drop-shadow(0px 0px 1px gray);
    transition: 500ms;
}

.opened .count {
    display: none;
}

.mobile-menu {
    display: none;
    background-color: #171717;
}

.list-reset {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-reset li {
    margin: 0;
}

.mobile-menu--nav a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 18px;
    color: #ffffff;
    border-bottom: 1px solid #212121;
    background: #043d35;
    margin:0;
}

div#mobile_main_menu {
    display: none;
}

.show .mobile-menu {
    display: block;

}

ul.bon_ul {
    font-size: 14px;
}

#content .container .bon_ul li {
    padding: 2px 10px;
    margin: 2px 0px;
    background: #efefef;
    color: #5d5d5d;
    border-radius: 3px;
}

#content .container .bon_ul li:before {
    display: none;
}

.footer_menu {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 10px;
    border-bottom: 1px solid #07584d;
}

.countries {
    max-width: 70%;
    overflow: auto;
    height: 1.15em;
    text-align: right;
}

.countries::-webkit-scrollbar {
  width: 0;
}

.panel-body p {
    color: white;
}

.panel-body p:nth-child(2n) {
    /* color: black; */
    background: #04695b;
    padding: 5px;
    /* font-size: 18px; */
    font-weight: 300;
    border-radius: 8px;
    display: flex;
    margin: 20px auto 10px;
    text-align: left;
    position: relative;
    padding-left: 30px;
    margin-left: 15px;
}

.panel-body p:nth-child(2n):before {
    content: '';
    background-image: url(/i/fav/512x512.png);
    position: absolute;
    width: 35px;
    height: 35px;
    top: -19%;
    background-size: cover;
    left: -15px;
    border: #FFF 1px solid;
    border-radius: 50%;
}

img.osys_pod {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    opacity: 0.4;
}

.plat_manat {
    font-size: 14px;
    width: 40%;
    display: inline-block;
    padding: 0px;
    text-align: center;
    position: relative;
    color: #8f8f8f;
}

.header-nav .player-chose a {
    margin: 0 auto;
}

.header-nav .player-chose .pc-content .pc-body .item .btn .ic_holder {
    display: none;
}

.header-nav .player-chose .pc-content .pc-body .item .btn {
    display: block;
    text-align: center;
    padding: 3px;
    margin: 20px 0px;
    max-width: 80px;
    /* place-content: center; */
    font-size: 12px;
}

/* OLD-wtf-MEDIA */



@media screen and (max-width:1010px) {
	#club_toppart > .container {
		flex-wrap:wrap;
	}
	#club_toppart .right, #club_toppart .left {
		width:100%;
	}
	#club_toppart .left {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	#club_toppart .left .flex.toppart_100 {
		order:1;
	}
	#club_toppart .left .toppart_100 {
		order:2;
	}
}

@media screen and (max-width:980px) {
    
    .tablesorter .btn {
    width: 40%;
    margin: auto;
    text-align: center;
        
    }
    
	nav .main_menu a {
		display:block;
		text-align:left;
		margin:0 auto 5px;
		padding-top:10px;
	}
	nav .flex.container {
		justify-content:space-between;
	}

	nav .main_menu {
		order:4;
		width:100%;
		display:none;
	}
	#bell_holder {
		display:inline-block;
		order:3;
	}


	#club_subline {
		top:auto;
		bottom:0;
		padding-right:70px;
		box-sizing:border-box;
	}
	/*
	.content_holder table th, .content_holder table tbody:not(:nth-child(2)) tr:nth-child(1) td, table thead tr, .content_holder table tr:first-child {
		display:none;
	}
	*/
	table, table tr, table td, table tbody {
		display:block;
		overflow-x: auto;
		text-align:center;
		box-sizing:border-box;
	}
	table td {
		border:none!important;
		text-align:center!important;
	}
	table tr td:first-child {
	/*	background:#ecefef; */
	}

	#content .top_month .top_3 img {
		border-radius:4px 4px 0 0;
	}
	.top_month .top_3, #content .top_month .top_3 img {
		margin:0;
	}
	.top_month .top_3 .item {
		max-width:250px;
	}
	.top_month .main .holder {
		padding:10px;
		margin-bottom:16px;
	}
	footer .container {
		display: block;
	}
	footer .aboutsite {
		width: 100%;
	}
}

@media screen and (min-width:980px) {

	nav .main_menu {
		display:block!important;
	}
}
@media screen and (max-width:780px) {
	.comments_header .h {
		font-size: 16px;
	}
	.bonus-table_main tr td:nth-child(2) {
		display: none;
	}
	.bonus-table_main img {
		margin: auto !important;
	}
	.player-chose .pc-content {
		right: -50%;
	}
	.tablesorter .btn {
		width: 40%;
		margin: auto;
		margin-top: 5px;
	}
	.tablesorter td {
		width: 100% !important;
	}
	.top_month .top_3 {
		width: 100%;
	}
	.left-block img {
		width: auto;
		margin: 0 auto;
		display: block;
	}
	.content_container div {
		float: unset !important;
		width: 100% !important;
		margin: unset !important;
		border: 0;
	}
	.top_month .top_3 .club_name a {
		font-size: 10px;
    	margin-right: 5px;
	}
	.bonus-right div {
		margin-left: 5px;
	}
	.bonus-right {
		width: 47% !important;
	}
	.cs-header_bonus {
		margin-top: 10px;
	}
	.bonus-type {
		font-size: 14px;
	}
	.about_cs {
		width: 100%;
	}

	.footer-social {
		text-align: center;
	}
	.footer-social ul {
		padding: unset !important;
		justify-content: center !important;
	}
	#content {
		padding: 7px;
	}
	#content > .container img:not(.bonus-table_main img) {
		margin: unset !important;
		float: none !important;
	}
	#content > .container {
		padding: 10px !important;
	}

	.plus_minus {
		font-size: 12px;
	}
	#mobile_main_menu, .mainlogo {
		display: inline-block;
		width: auto;
	}
	.navnav {
		display: none;
	}
	.right-block {
		width: 94%;
	}
	nav a {
		display: block;
    	width: 100%;
	}
	.content_container table tr {
		display: table-row;
	}
	.param-key {
		font-size: 13px;
	}
	.bonus-center span {
		font-size: 15px;
	}
	.bonus-center {
		width: 45px;
		height: 45px;
		left: 25%;
		bottom: 2%;
	}
	.cs-header_bonus {
		width: 100%;
	}
	.bonus-left {
		width: 38% !important;
	}
	.rate-btn {
		width: 100%;
		margin-left: unset;
	}
	.left-block {
		width: 100%;
	}
	.casino-header .container {
		display: block !important;
	}
	.payout_time, .jackpot {
		width: 100%;
		display: inline-block;
		font-size: 15px;
		font-weight: 500;
	}
	.spec-tables {
		font-size: 13px;
	}

	.spec-tables .left_table, .spec-tables .right_table {
		width: 100%;
		    padding: 0;
	}
	.spec-tables {
		display: block !important;
	}
	 .content_container table tr td {
		width: 45%;
    	display: table-cell;
	}
	/*.content_container table tr td:nth-child(3),
	.content_container table tr td:nth-child(4),
	.content_container table tr td:nth-child(5),
	.content_container table tr td:nth-child(6),
	.content_container table tr td:nth-child(7),
	.content_container table tr td:nth-child(8),
	.content_container table tr td:nth-child(9) {
		display: none;
	}*/
	.txt_bonus_all {
		width: 100%;
	}
	.tablesorter tbody tr td:nth-child(4) {
		display: none;
	}
	.clubname > div {
		margin: 0 auto;
	}
	.top_month .top_3 .item {
		max-width: 100%;
	}
	#club_toppart .right, #club_toppart .advantages {
		margin-top:0;
	}
	#gameframe {
		margin:0 auto 16px;
		padding-bottom:160px;
	}
	#article_header h1 {
		font-size:20px;
	}
	#gameframe .btn.play {
		font-size:20px;
	}
	.container.sidebar {
		padding:10px;
	}
	.container.sidebar aside {
		position:relative;
		width:auto;
	}
	.aside_game {
		margin:0 5px 10px;
	}
	.flex {
		flex-wrap:wrap;
		justify-content:center;
	}
	#bell_holder .bonuses.show {
		right:-10px;
	}
	#bell_holder .bonuses {
		top:120%;
	}
	#header_clubs ol, #header_clubs ul {
		padding:5px;
	}
	#header_clubs {
		overflow: scroll;
    	max-height: 50vh;
	}
	#header_clubs .header_all li {
		width:100%;
	}
	#header_clubs .flex_start {
		justify-content:flex-start;
	}
	footer .footer_menu > * {
		width:100%;
	}
	footer .footer_menu a {
		margin:0 auto 10px;
	}
	#promoblock .text {
		text-align:center;
		margin:0 auto 16px;
	}
	.infoblock .clubimg_holder, #club_information {
		margin:0 auto 16px;
	}
	.content_container img:not(.content) {
		/* width:100%; */
	}
	.aside_game {
		overflow:visible;
		padding:39px 0;
	}
	.aside_game .btn {
		opacity:1;
		width:100%;
		border-radius:0;
	}
	.aside_game .btn.play {
		top:0;
	}
	.aside_game .btn.download {
		bottom:0;
	}
	.mainblocks_nav a {
		margin:0 auto 10px;
	}
}

@media screen and (max-width:640px) {
	.flex {
		flex-wrap:wrap;
		justify-content:center;
	}
	#club_subline .textline {
		display:none;
	}
	#content > .container {
		padding:0 5px;
	}
}

@media screen and (max-width:540px) {
	#club_toppart .left .flex.toppart_100 {
		flex-wrap:wrap;
		justify-content:center;
	}
	#club_toppart .left .flex.toppart_100 > * {
		width:100%;
		text-align:center;
		margin:0 auto 16px;
	}
	#club_subline .container > * {
		margin-bottom:5px;
	}
	#club_subline .mainblocks_nav {
		display:none;
	}
	#club_subline .flex {
		justify-content:space-between;
		padding-right:0px;
	}
}

@media screen and (max-width:450px) {
	#gameframe .btn {
		top:auto;
		bottom:0;
		transform:translate(-50%)!important;
		margin:0;
	}
	#gameframe .btn.play {
		bottom:86px;
	}
}

td.adv_col {
    width: 22%;
}


.tablesorter .btn {
    margin-top: 10px;
    margin-bottom: 10px;
}



/* CUSTOM-wsw-MEDIAS */


@media screen and (max-width:1200px) {

    .header-nav a {
        display: inline-block;
        margin: 0 8px;
        font-weight: 600;
        color: #3c5f9b;
        font-family: 'Montserrat',sans-serif;
        font-size: 12px;
}

span.ic_holder {
    display: none;
}

.btn {
    text-align: center;
}

.bonus_y {
    min-width: 370px;
}

}

@media screen and (max-width:1050px) {

.dop_item {
    max-width: 45%;
}

.welcomebox>.trust span {
    display: block;
}

.green {

    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0px;

}

}


@media screen and (max-width:1050px) {

.header-nav--item {
    display: none;
}

.mobile-menu-button {
    display: block;
}

div#mobile_main_menu {
    display: block;
}

.header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

}



@media screen and (max-width:980px) {



.bonus-table_main thead {
    display: none;
}

.plat_manat {
    padding-top: 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.content_container table tr {
    display: table-row;
}

.content_container table tr td {
    /* width: 45%; */
    display: table-cell;
}

.welcomebox > .author::before {
    display:none;
}

.welcomebox>.trust:before {
    display:none;
}

.cs_key {
    text-align: left!important;
    width: 100%;
}

.cs_val {
    width: 100%;
    text-align: right!important;
}

.club_carousel .item {
    margin: 15px auto;
}

.all_clubs .logo {
    width: auto;
}

td.adv_col {
    text-align: center;
    width: auto;
}

td.btns.text_center {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

td.clubname {
    display: none;
}

.btn {
font-size: 16px;
}

.bonus-table_main tbody tr td:nth-child(3) {
width: 100%; 
}

footer .aboutsite {
    width: 100%;
    text-align: center;
}

.footer-social {
    text-align: center;
}

.footer_logo {
    margin: 15px;
}

	.green_block {
	text-align:center;
    background-size: auto 100%;
	}
	
	.club_carousel .infinite {
	display:block;
	align-items:stretch;
	justify-content:center;
}


}


@media screen and (max-width:920px) {

.dop_item {
    max-width: 90%;
}

.dop_item {
    max-width: 90%;
    color: black;
    min-height: unset;
    display: block;
    margin: 10px auto;
    background: white;
}

.dop_title {
    color: black;
}

.dop_text {
    color: black;
}

.all_clubs .btns {
    padding-right: 0px;
}

}



@media screen and (max-width:768px) {

.dop_item {
    max-width: 92%;
}

	.welcomebox>.trust {
		float: unset;
    width: 84%;
    text-align: center;
    margin: 0 auto;
	}
	.welcomebox>.trust span {
width: 84%;
    width: 100%;
    text-align: center;
    margin: 0 auto;

}
	.welcomebox>.author4 {
		float: unset;
		margin: 15px;
    width: 84%;
    text-align: center;
    margin: 0 auto;
	}
	.welcomebox {
		display: block;
		padding-bottom: 10px;
	}
.welcomebox>.text {
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}


.panel-body p:nth-child(2n):before {
    display: none;
}

.panel-body p:nth-child(2n) {
    /* color: black; */
    background: #04695b;
    padding: 5px;
    /* font-size: 18px; */
    font-weight: 300;
    border-radius: 8px;
    display: flex;
    margin: 20px auto 10px;
    text-align: center;
    position: relative;
    padding-left: 5px;
    margin-left: 0;
}

.btn-white {
    display: block;
    max-width: 130px;
    margin: 2px auto;
}

div#faq {
    padding: 0px 10px;
    color: #043d35;
}

}







@media screen and (max-width:420px) {

.h1_front {
    font-size: 20px;
    line-height: 24px;
    padding: 0px 0px;
}

	.cs_key {
		width: 100%;
		display: inline-block;
		text-align: left !important;
		padding: 2px 10px !important;
		float:none;
	}
	.cs_val {
		width: 100%;
		display: inline-block;
		text-align: left !important;
		padding: 2px 10px !important;
		float:none;
	}



.dop_text {
   margin-left: 0px; 
}

.dop_title {
   margin-left: 0px; 
}

.dop_item img {
    width: 35px;
    float: left;
    margin: 10px 5px 0px 0px;
    height: 50px;
    border: 1px solid #0080002b;
    border-radius: 50px;
    background: white;
}

blockquote:before {
    display: none;
}

.club_carousel .item {
    width: 100%;
}

.player-chose {
   
}

.mobile-menu-button {
    padding: 11px 2px;
}

.header-nav {
    padding: 0px 0px;
}

.header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding-right: 0px;
}

}

@media screen and (max-width:320px) {
    
.header-logo a {
    transform: scale(.7);
}
}
.btn_title {
    position: absolute !important;
    top: 50% !important;
    left: 52% !important;
    transform: translate(-50%, -50%) !important;
}
.btns .btn {
    padding: 18px;
}