@charset "utf-8";
/* CSS Document */

@import url("../font-awesome-4.7.0/css/font-awesome.min.css");

html
{
	height: 100%;
}

body
{
	margin:0px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
    line-height: 1.154;
    font-weight:normal;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
	background-image:url(../images/bottom.jpg);
	background-color:#01151C;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

#wrapper
{
	margin:0;
	padding:0;
	flex: 1 0 auto;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #1D1D1D url(../images/preloader01.gif) no-repeat center center;
}

#preloader div
{
	display:block;
	width:100px;
	margin:auto;
	margin-top:400px;
	font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
    line-height: 1.154;
	font-weight:bold;
	font-size:22px;
	color:#FFFFFF;
}

#first_bg
{
	margin:0;
	padding:0;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
}

#nav
{
	margin:auto;
	width:1230px;
	height:80px;
	padding-top:6px;
}

#nav2
{
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}

#nav2 a
{
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	margin-right:20px;
}

#self_auth
{
	display:inline-block;
	border-radius:24px;
	padding:15px 22px;
	font-weight:bold;
	font-size:14px;
	background-color:#5c83d6;
}

#self_auth:hover
{
	background-color:#93b5fd;
}

#self_auth2
{
	display:inline-block;
	border-radius:24px;
	padding:15px 22px;
	font-weight:bold;
	font-size:14px;
	background-color:#D65B5F;
}

#self_auth2:hover
{
	background-color:#E08689;
}

#live_line
{
	margin:auto;
	width:1230px;
	height:120px;
}

#live_lent_stat
{
	background-image:url(../images/live_lent_stat.png);
	background-position:center;
	background-repeat:no-repeat;
	width:340px;
	height:120px;
	font-family: 'PT Sans', sans-serif;
	color:#3e6ea2;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}

#number_stat_line
{
	font-size:26px;
	color:#FFFFFF;
}

#live_lent_stat_div1
{
	margin-left:20px;
}

#live_lent_stat_div2
{
	margin-left:13px;
}

#live_lent_stat div
{
	display:inline-block;
}

#live_lent_rec
{
	background-image:url(../images/live_lent_rec.png);
	background-position:center;
	background-repeat:no-repeat;
	width:145px;
	height:120px;
}

#live_lent_rec img
{
	margin-left:20px;
}

#live_lent_lent
{
	background-image:url(../images/live_lent_lent.png);
	background-position:center;
	background-repeat:repeat-x;
}

#live_lent_close
{
	background-image:url(../images/live_lent_close.png);
	background-position:center;
	background-repeat:no-repeat;
	width:35px;
}

#lent_coin_bg
{
	display:inline-block;
	background-image:url(../images/lent_coin_bg.png);
	background-repeat:no-repeat;
	margin-right:6px;
	padding:4px;
}

#lent_coin_ava
{
	position:relative;
	border-radius:160px;
	margin-left:-82px;
	display:none;
	border:2px solid #f6b806;
	padding: 4px;
	width:70px;
}

h1
{
	display:inline-block;
	font-family: 'PT Sans', sans-serif;
	font-weight:bold;
	font-size:22px;
	text-transform:uppercase;
	color:#4EA492;
	padding:0;
	margin:0;
	margin-right:10px;
}

#line
{
	width:100%;
	height:1px;
	background-color:#9ED1C6;
	margin-top:10px;
	margin-bottom:15px;
}

#lent_coin_bg:hover #lent_coin_ava
{
	display:inline-block;
}

#lent_coin_bg:hover #lent_coin_coin
{
	opacity:0.1;
}

#sub_lent_lent
{
	white-space:nowrap;
	margin-left:10px;
	overflow:hidden;
	width:690px;
	height:89px;
}

#line3
{
	margin:auto;
	width:1230px;
	margin-top:20px;
}

#recomendation
{
	display:inline-block;
	width:420px;
	height:182px;
	vertical-align:top;
}

#recomendation2
{
	display:inline-block;
	white-space:nowrap;
	background-image:url(../images/recomend_bg.png);
	width:185px;
	height:179px;
	background-repeat:no-repeat;
	text-align:center;
}

#recomendation2 span
{
	display:block;
	font-family: 'PT Sans', sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	margin-top:15px;
}

#recomendation3
{
	display:inline-block;
	white-space:nowrap;
	background-image:url(../images/recomend_bg.png);
	width:185px;
	height:179px;
	background-repeat:no-repeat;
	margin-left:20px;
	text-align:center;
}

#recomendation3 span
{
	display:block;
	font-family: 'PT Sans', sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	margin-top:15px;
}

#margintopwith_pop
{
	margin-top:8px;
}

#baner1
{
	display:inline-block;
	vertical-align:top;
	width:420px;
	height:182px;
	background-image:url(../images/b1aner_1.png);
	background-repeat:no-repeat;
}

#baner1_font
{
	font-family: 'PT Sans', sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
}

#baner1 p
{
	display:block;
	margin-left:30px;
	margin-top:20px;
}

#button1
{
	display:inline-block;
	margin-top:36px;
	border-radius:24px;
	padding:15px 22px;
	font-weight:bold;
	font-size:14px;
	background-color:#5c83d6;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

#button1:hover
{
	background-color:#93b5fd;
}

#button2
{
	display:inline-block;
	margin-top:2px;
	border-radius:24px;
	padding:9px 18px;
	font-weight:bold;
	font-size:14px;
	background-color:#5c83d6;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

#button2:hover
{
	background-color:#93b5fd;
}

#button3
{
	position:absolute;
	display:inline-block;
	margin-top:-31px;
	margin-left:252px;
	border-radius:24px 0px 0px 24px;
	padding:15px 22px;
	font-weight:bold;
	font-size:14px;
	background-color:#5c83d6;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

#button3:hover
{
	background-color:#93b5fd;
}

#button4
{
	position:relative;
	z-index:5;
	cursor:pointer;
	top:-26px;
	display:inline-block;
	border-radius:24px;
	padding:15px 22px;
	font-weight:bold;
	font-size:14px;
	background-color:#5c83d6;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

#button4:hover
{
	background-color:#93b5fd;
}

.butt
{
	cursor:pointer;
	display:inline-block;
	border-radius:24px;
	padding:15px 22px;
	font-weight:bold;
	font-size:14px;
	background-color:#5c83d6;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.butt:hover
{
	background-color:#93b5fd;
}

.win_grab
{
	position:relative;
	top:-26px;
	z-index:5;
}

#button5
{
	position:relative;
	z-index:5;
	top:-26px;
	display:inline-block;
	border-radius:24px;
	padding:15px 22px;
	font-weight:bold;
	font-size:14px;
	background-color:#5D6880;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

#baner2
{
	display:inline-block;
	vertical-align:top;
	width:381px;
	height:182px;
	background-image:url(../images/b1aner_2.png);
	background-repeat:no-repeat;
}

#baner2 p
{
	display:block;
	margin-left:22px;
	margin-top:12px;
}

#easy_text
{
	font-family: 'Oswald', sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:13px;
	margin-left:10px;
	margin-top:85px;
}

#cases_cont
{
	margin:auto;
	width:1230px;
	margin-top:20px;
}

@-moz-keyframes "topusers"
{0%{background-position:0px center;}100%{background-position:-200% center;}}

@-webkit-keyframes "topusers"
{0%{background-position:0px center;}100%{background-position:-200% center;}}

@-o-keyframes "topusers"
{0%{background-position:0px center;}100%{background-position:-200% center;}}

@keyframes "topusers"
{0%{background-position:0px center;}100%{background-position:-200% center;}}

@-moz-keyframes "topusers2"
{0%{background-position:0px center;}100%{background-position:1600% 1600%;}}

@-webkit-keyframes "topusers2"
{0%{background-position:0px center;}100%{background-position:1600% 1600%;}}

@-o-keyframes "topusers2"
{0%{background-position:0px center;}100%{background-position:1600% 1600%;}}

@keyframes "topusers2"
{0%{background-position:0px center;}100%{background-position:1600% 1600%;}}

#case_cont
{
	display : inline-block;
    width : 407px;
	height: 240px;
	margin-bottom:12px;
    vertical-align: top;
    line-height: normal;
}

#case_cont_sub
{
	width:389px;
	height:228px;
	margin-left:9px;
	margin-top:5px;
	background-image:url(../images/case_bg_cont.png);
	border-radius:6px;
	-webkit-transition: all 0.2s linear;
  	-o-transition: all 0.2s linear;
  	-moz-transition: all 0.2s linear;
  	-ms-transition: all 0.2s linear;
  	-kthtml-transition: all 0.2s linear;
  	transition: all 0.2s linear;
}

#case_cont_sub:hover
{
	background-image:url(../images/case_bg_cont2.png);
	background-position:center;
	box-shadow: 0 0 45px 30px rgba(0,0,0,0.5);
	animation-delay:0s;
	animation-direction:normal;
	animation-duration:10s;
	animation-iteration-count:infinite;
	animation-name:topusers2;
	animation-play-state:running;
	animation-timing-function:linear;
}

#case_cont_sub_title
{
	display:inline-block;
	white-space:nowrap;
	color:#FFFFFF;
	font-size:22px;
	font-family: 'PT Sans', sans-serif;
	font-weight:bold;
	margin-left:20px;
	margin-top:10px;
	width:260px;
}

#case_cont_sub_price
{
	display:inline-block;
	position:absolute;
	white-space:nowrap;
	font-family: 'PT Sans', sans-serif;
    line-height: 1.154;
    font-weight:bold;
	font-size:22px;
	margin-left:-10px;
	margin-top:11px;
	text-align:right;
	color:#FFBE06;
	width:100px;
}

#case_cont_sub_price span
{
	display:block;
}

#case_cont_sub_order
{
	display:inline-block;
	white-space:nowrap;
	color:#42897A;
	margin-left:20px;
	width:260px;
}

#case_cont_sub_price2
{
	display:inline-block;
	white-space:nowrap;
	color:#42897A;
	margin-left:52px;
	text-transform:lowercase;
}

#case_cont_sub_price3
{
	display:inline-block;
	white-space:nowrap;
	color:#42897A;
	margin-left:4px;
	font-weight:bold;
	text-transform:lowercase;
}

#case_cont_sub_coin_bg
{
	background-image:url(../images/blick-1.png);
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
	width:208px;
	height:126px;
	margin-left:90px;
}

#top_user_bg
{
	margin-top:15px;
	background-color:#001617;
	background-image:url(../images/top_users_bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	height:255px;
	width:100%;
	color:#FFFFFF;
	animation-delay:0s;
	animation-direction:normal;
	animation-duration:50s;
	animation-iteration-count:infinite;
	animation-name:topusers;
	animation-play-state:running;
	animation-timing-function:linear;
}

#sub_user_top
{
	margin:auto;
	width:1230px;
	margin-top:20px;
	text-align:center;
}

#bottom
{
	width:100%;
	background-image:url(../images/bottom.jpg);
	flex-shrink: 0;
}

#sub_bottom
{
	margin:auto;
	width:1230px;
	background-image:url(../images/bottom_bg_medal.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#bottom_nav
{
	display:inline-block;
	margin-top:30px;
}

#bottom_nav2
{
	margin-top:20px;
	color:#CADDDD;
	width:400px;
	font-size:14px;
}

#bottom_nav2 a
{
	font-weight:bold;
	color:#5377BD;
}

#bottom_nav3
{
	display:inline-block;
	margin-top:255px;
	margin-left:-7px;
	color:#AEEDD3;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}

#bottom_nav3 a
{
	display:block;
	margin-top:10px;
}

#bottom_nav4
{
	margin-top:30px;
	color:#CADDDD;
	font-size:14px;
	margin-bottom:30px;
}

#bottom_nav a
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	margin-right:20px;
}

#top_users_img
{
	border-radius:110px;
	margin-top:15px;
	margin-left:48px;
	margin-right:48px;
	margin-bottom:10px;
	border:10px solid #ffbe06;
}

#top_users_img2
{
	border-radius:100px;
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	border:2px solid #E0A500;
	-webkit-transition: all 0.1s linear;
  	-o-transition: all 0.1s linear;
  	-moz-transition: all 0.1s linear;
  	-ms-transition: all 0.1s linear;
  	-kthtml-transition: all 0.1s linear;
  	transition: all 0.1s linear;
}

#text_user_top_down
{
	font-family: 'PT Sans', sans-serif;
	display:inline-block;
	white-space:nowrap;
	font-size:16px;
	text-transform:uppercase;
}

#text_user_top_down a
{
	display:table-cell;
	width:110px;
	height:90px;
	vertical-align:middle;
}

#text_user_top_down a img
{
	margin:auto;
}

.img_zoom1
{
	opacity:0.7;
	padding:4px;
	width:74px;
}

#top_logouser_text
{
	font-family: 'PT Sans', sans-serif;
	font-weight:bold;
	font-size:26px;
	text-transform:uppercase;
	color:#FFBE06;
}

#color_user_top_money
{
	color:#00B350;
}

#color_user_top_case
{
	color:#FFC638;
}

#back_button
{
	display:block;
	padding:20px 0px;
	width:120px;
	background-color:#082a35;
	border-radius:6px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#4EA492;
	text-align:center;
	text-decoration:none;
}

#back_button:hover
{
	background-color:#023344;
}

#roulette
{
	position:relative;
	height:320px;
	width:320px;
	background-image:url(../images/case_bg_cont2.png);
	border:10px solid #F6B806;
	border-radius:12px;
	z-index:4;
	-webkit-transition: all 0.3s linear;
  	-o-transition: all 0.3s linear;
  	-moz-transition: all 0.3s linear;
  	-ms-transition: all 0.3s linear;
  	-kthtml-transition: all 0.3s linear;
  	transition: all 0.3s linear;
	overflow:hidden;
}

.roulette_win
{
	box-shadow: 0 0 145px 30px #FFC600;
}

#drop_img
{
	padding:10px;
	-webkit-transition: all 0.1s linear;
  	-o-transition: all 0.1s linear;
  	-moz-transition: all 0.1s linear;
  	-ms-transition: all 0.1s linear;
  	-kthtml-transition: all 0.1s linear;
  	transition: all 0.1s linear;
}

#drop_img:hover
{
	-moz-transform: rotate(15deg); /* Для Firefox */
    -ms-transform: rotate(15deg); /* Для IE */
    -webkit-transform: rotate(15deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(15deg); /* Для Opera */
    transform: rotate(15deg);
}

#drop_img_none
{
	display:block;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	font-size:26px;
	text-transform:uppercase;
	color:#FFFFFF;
	padding:40px;
}

#roll_img
{
	width:220px;
}

.roulette
{
	margin-top:50px;
}

#rouletteline
{
	position:absolute;
	z-index:2;
	margin-top:154px;
	width:320px;
	height:2px;
	background-color:#F6B806;
}

#case_info
{
	display:block;
	margin-top:40px;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	color:#FFFFFF;
	width:320px;
}

#case_info2
{
	display:block;
	margin-top:40px;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	width:320px;
	background-color:#022A38;
	padding:15px;
	box-sizing:border-box;
	border-radius:6px;
}

#case_info2 font
{
	text-transform:uppercase;
	font-size:16px;
}

#tv_overlay
{
	display:none;
	position:fixed;
	opacity:0.7;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000000;
	z-index:3;
}

#tv_overlay2
{
	display:none;
	position:fixed;
	opacity:0.7;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000000;
	z-index:5;
}

#tv_overlay22
{
	display:none;
	position:fixed;
	opacity:0.7;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000000;
	z-index:5;
}

#tv_overlay3
{
	display:none;
	position:fixed;
	opacity:0.7;
	top:0;
	left:0;
	width:200%;
	height:200%;
	background-color:#000000;
	z-index:5;
}

#user_log_info
{
	display:inline-block;
}

#user_avatar_min
{
	width:60px;
	border-radius:30px;
	vertical-align: middle;
	margin-right:0px;
	-webkit-transition: all 0.1s linear;
  	-o-transition: all 0.1s linear;
  	-moz-transition: all 0.1s linear;
  	-ms-transition: all 0.1s linear;
  	-kthtml-transition: all 0.1s linear;
  	transition: all 0.1s linear;
}

#user_avatar_min:hover
{
	-moz-transform: rotate(15deg); /* Для Firefox */
    -ms-transform: rotate(15deg); /* Для IE */
    -webkit-transform: rotate(15deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(15deg); /* Для Opera */
    transform: rotate(15deg);
}

#sub_nav_fix_align
{
	display:table;
	width:100%;
	height:70px;
}

#sub_nav_fix_align div
{
	display:table-cell;
	vertical-align:middle;
}

#table_user_fix_margin
{
	display:inline-block;
	white-space:nowrap;
	vertical-align:middle;
	text-align:left;
	margin-right:26px;
}

#nav_user_name
{
	color:#95CCC1;
	text-transform:uppercase;
}

#nav_user_name2
{
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}

#nav_user_name:hover
{
	color:#3B7B6E;
}

#nav_user_coins
{
	display:inline-block;
	white-space:nowrap;
	width:70px;
	color:#FFBE06;
}

#nav_user_balance
{
	font-weight: bold;
    color: #101321;
    font-size: 16px;
    background: #eeca44;
	padding:2px 6px;
    border-radius: 50px;
    display: inline-block;
	margin-left:6px;
	cursor:pointer;
}

#user_avatar_normal
{
	width:150px;
	border-radius:75px;
	margin-right:20px;
}

#user_name_font
{
	display:block;
	margin-top:20px;
	font-weight:bold;
	font-size:21px;
	color:#FFFFFF;
}

#user_stat_font
{
	display:block;
	font-family: 'Oswald', sans-serif;
	margin-top:6px;
	margin-left:20px;
	font-size:18px;
	color:#FFFFFF;
}

#user_stat_font_b
{
	font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
	color:#FFBE06;
}

#button_user_lk
{
	padding:20px 20px;
	background-color:#023344;
	border-radius:6px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#4EA492;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

#button_user_lk:hover
{
	background-color:#035E7D;
}

#button_user_lk2
{
	padding:20px 20px;
	background-color:#FFBE06;
	border-radius:6px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#1F1F1F;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	margin-right:4px;
}

#button_user_lk2:hover
{
	background-color:#FFD45D;
}

/* Базовый контейнер табов */
.tabs {
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
	display: none;
}
.tabs>section>p {
	margin:0;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Прячем чекбоксы */
.tabs>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
	padding:20px 20px;
	background-color:#023344;
	border-radius:6px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#4EA492;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

/* Изменения стиля переключателей вкладок при наведении */
 
.tabs>label:hover {
	color: #FFFFFF;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
	padding:20px 20px;
	background-color:#035E7D;
	border-radius:6px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#4EA492;
	text-align:center;
	text-decoration:none;
	cursor:default;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
}

#popup_payment
{
	display:none;
	z-index:6;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    margin: 0;
}

#popup_payment2
{
	display:none;
	z-index:6;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    margin: 0;
}

#popup_payment_window
{
	position:absolute;
	z-index:6;
	background-color:#FFFFFF;
	width: 400px;
	left: 50%;
    top: 50%;
	transform:translate(-50%,-50%);
	border-radius:6px;
	box-sizing:border-box;
}

#sub_popup_padding
{
	margin:15px;
}

.p_radio
{
	display:none;
}

.p_radio + label
{
	display:inline-block;
	white-space:nowrap;
	cursor:pointer;
	width:120px;
	height:46px;
	border-radius:4px;
	background-color:#F3F3F3;
	margin-bottom:4px;
	vertical-align:middle;
}

.p_radio:checked + label
{
	background: #fc0;
}

.close
{
    color: #adb1c4;
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
	cursor:pointer;
}

#popup_payment_h
{
	display:block;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color: #000000;
	font-size:24px;
}

#popup_payment_alert
{
	background-color:#F9F9EE;
	padding:10px;
	margin-top:15px;
	color:#454545;
	border-radius:6px;
}

#popup_payment_alert2
{
	margin:10px;
	margin-bottom:0;
}

#popup_payment_h2
{
	color:#000000;
	font-weight:bold;
	font-size:18px;
}

.inp
{
    background: #eef0f9;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 46px;
    color: #101321;
    border-radius: 6px;
	border:0px;
	margin-top:10px;
	width:80px;
}

.inp2
{
    background: #eef0f9;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 46px;
    color: #101321;
    border-radius: 6px;
	border:0px;
	margin-top:10px;
	width:100%;
	box-sizing:border-box;
}

.inp2::-webkit-input-placeholder
{
	font-weight:normal;
}

.inp2::-moz-placeholder
{
	font-weight:normal;
}

.inp3
{
    background: #eef0f9;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 46px;
    color: #101321;
    border-radius: 6px;
	border:0px;
	width:259px;
	margin-bottom:5px;
}

.inp4
{
	width:538px;
}

.inp5
{
	width:523px;
	max-width:523px;
	height:200px;
	max-height:200px;
	font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
    line-height: 1.154;
}

.inp3::-webkit-input-placeholder
{
	font-weight:normal;
}

.inp3::-moz-placeholder
{
	font-weight:normal;
}

#popup_payment_info
{
	color:#454545;
	font-size:14px;
}

#popup_payment_button
{
	display:inline-block;
	margin-top:28px;
	border-radius:24px;
	padding:15px 22px;
	font-weight:bold;
	font-size:14px;
	background-color:#5c83d6;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	border:0;
	cursor:pointer;
	margin-bottom:20px;
}

#popup_payment_button:hover
{
	background-color:#93b5fd;
}

#table_zag1
{
	font-weight:bold;
	font-size:14px;
	color:#3D9F92;
	text-transform:uppercase;
}

.lux
{
	color:#FFFFFF;
	font-size:14px;
}

.lux tr:nth-child(2n) {
	background: #023749;
}

#table_zag1 td
{
	padding-top:2px;
	padding-bottom:18px;
}

#table_zag2 td
{
	padding-top:10px;
	padding-bottom:10px;
}

#table_zag2_sum
{
	font-weight:bold;
	color:#5B81CE;
}

.payment-method
{
	display:inline-block;
	white-space:nowrap;
	text-align:center;
	width: 109px;
    height: 46px;
	border-radius: 5px;
	border: 2px solid #f7f8fc;
	background: #EEF0F9;
	margin:5px;
	cursor:pointer;
}

.checked
{
	border-color: #1fa1f3;
}

.flaticon-check
{
	position:absolute;
	margin-left:7px;
	margin-top:-13px;
	color:#1fa1f3;
	font-size:24px;
}

.popup_payment_op
{
	display:none;
}

.fa-clock-o
{
	color:#5B81C5;
}

.fa-ban
{
	color:#C55B5B;
}

.fa-check-circle
{
	color:#5FC55B;
}

#get_my_gift_div
{
	background-color:#023749;
	color:#FFFFFF;
	padding:15px;
	margin-bottom:20px;
	border-radius:6px;
}

.faq_p
{
	color:#FFFFFF;
	background-color:#022A38;
	padding:15px;
	border-radius:6px;
	margin-bottom:15px;
}

.faq_p b
{
	display:block;
	margin-bottom:5px;
	color:#ffbe06;
}

.normal_button
{
	display:inline-block;
	border-radius:24px;
	padding:15px 22px;
	font-weight:bold;
	font-size:14px;
	background-color:#5c83d6;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	border:0;
	cursor:pointer;
}

.normal_button:hover
{
	background-color:#93b5fd;
}

#no_ask_shref
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:24px;
}

.fix_margin_case_cont_2
{
	position:absolute;
	margin-top:12px;
}

.alert_support
{
	display:none;
	padding:20px;
	border-radius:6px;
	font-weight:bold;
	margin-bottom:20px;
}

#super_href
{
	font-weight:bold;
	color:#5377BD;
}

#garant_num_div
{
	font-size:26px;
	font-weight:bold;
	border:1px solid #FFFFFF;
	border-radius:50px;
	padding:11px 19px;
	margin-right:20px;
}

#color_garant_h
{
	color:#FFBE06;
	font-weight:bold;
}

#block_garant
{
	display:inline-block;
	white-space:nowrap;
	padding:20px;
	background-color:#022A38;
	border-radius:6px;
	color:#8388a0;
	font-size:14px;
	width:359px;
	height:68px;
	margin-bottom:15px;
}

#color_garant_h2
{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

#referal_block
{
	width:100%;
	border-radius:6px;
	background-image: url(../images/top_users_bg.png), url(../images/top_users_bg.jpg);
	animation-delay:0s;
	animation-direction:normal;
	animation-duration:50s;
	animation-iteration-count:infinite;
	animation-name:topusers;
	animation-play-state:running;
	animation-timing-function:linear;
}

#referal_block1
{
	display:inline-block;
	width:351px;
	height:160px;
	border-radius:6px;
	background-image: url(../images/case_bg_cont.png);
	padding:20px;
	text-align:left;
	color:#FFFFFF;
	font-family: 'PT Sans', sans-serif;
}

#referal_block1 p
{
	display:block;
	margin:0;
	padding:0;
	margin-top:6px;
	height:63px;
}

#color_garant_h4
{
	font-family: 'PT Sans', sans-serif;
	color:#658DE1;
	text-transform:uppercase;
	font-weight:bold;
}

#color_garant_h5
{
	font-family: 'PT Sans', sans-serif;
	color:#F8BE06;
	text-transform:uppercase;
	font-weight:bold;
}

.inp_ref
{
	background:none;
	background-image: url(../images/case_bg_cont.png);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 46px;
    color: #FFFFFF;
    border-radius: 6px;
	border:0px;
	margin-bottom:5px;
}

.inp_ref::-webkit-input-placeholder
{
	font-weight:normal;
	color:#C0C0C0;
}

.inp_ref::-moz-placeholder
{
	font-weight:normal;
	color:#C0C0C0;
}

#bonus_round
{
	display:inline-block;
	height:143px;
	width:145px;
	border-radius:75px;
	background-image: url(../images/top_users_bg2.jpg);
	border:2px solid #2B5B51;
	font-weight:bold;
	font-size:34px;
	line-height: 0.6;
	vertical-align:middle;
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
	text-shadow: 2px 2px 2px black, 0 0 2em #9900FF;
}

#bonus_round_name
{
	display:inline-block;
	white-space:normal;
	color:#FFFFFF;
	font-weight:bold;
	font-size:24px;
}

#bonus_round font
{
	font-size:15px;
}

#fix_bonus_round
{
	position:relative;
	margin-top:50px;
}

.olp-item {
    padding: 10px 20px 10px 10px;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 4px 18.2px 1.8px rgba(33,35,48,.1);
	box-sizing: border-box;
	display: block;
}

table.opl-table {
    width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	display: table;
}

.opl-table td {
    vertical-align: middle;
    height: 80px;
	padding: 0;
	box-sizing: border-box;
}

.olp-item .level {
    width: 170px;
    line-height: 80px;
    vertical-align: middle;
    padding-right: 17px;
    border-right: 1px solid #e6f0f2;
}

.olp-item .level p {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #b7d0e9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    float: left;
	list-style: none;
    padding: 0;
    margin: 0;
	box-sizing: border-box;
}

.olp-item .level span {
    font-size: 16px;
    color: #87acb4;
    padding-left: 10px;
}

.olp-item .inf {
    font-size: 16px;
    color: #2f3247;
    padding-left: 17px;
}

.inf strong {
    font-weight: 700;
}

.opl-table td.prize {
    line-height: 1;
    font-size: 12px;
    text-align: center;
    padding-right: 25px;
    width: 98px;
}

.opl-table td.prize b {
    color: #11131a;
    font-size: 36px;
    font-weight: 700;
}

.opl-table td.prize span {
    font-size: 24px;
}

.opl-table td.d-btn {
    text-align: right;
    width: 200px;
    position: relative;
}

.opl-table td.d-btn button {
    width: 191px;
    height: 50px;
    border-radius: 25px;
    text-transform: none;
    margin: 0;
}

.btn-not-available {
	color: #fff;
    font-size: 16px;
    font-weight: 700;
	text-align: center;
    touch-action: manipulation;
    background-image: none;
    text-decoration: none;
    white-space: nowrap;
	display: inline-block;
    border: none;
	vertical-align: middle;
}

#pc_blick_neme
{
	position: relative;
    top: 11px;
    left: 22px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:37px;
	font-family: 'Oswald', sans-serif;
}

#pc_blick_circle
{
	position: relative;
    top: -66px;
    left: 92px;
	-webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
	color: #D7292C;
    font-size: 25px;
}