/*
Theme Name: Casino
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}
	.empty-div {
  min-height: 20px;
  min-width: 20px;
  b
}

/* END NULL */


/* BASE */
html, body {
	height: 100%;
	}
body {	
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-family: 'sans-serif;', sans-serif;
	
	text-align: center;
    display: flex;
    flex-direction: column;
	background: url(fon.webp) no-repeat center center fixed;
    background-color: rgb(255 255 255 / 40%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(8px);
    background-size: cover;
    height: auto;%;
    
  }

.wrap {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-size: 14px;
	line-height: 18px;
	font-family: 'sans-serif;', sans-serif;
	background: rgb(0 128 0 / 100%); /* Цвет фона под заголовком */
    color: white; /* Цвет текста */
    padding: 10px; /* Поля вокруг текста */
	}

a {
	color: #58b546;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #1c6dbe;
	text-decoration: none;
	}

p, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
	font-family: 'sans-serif;', sans-serif;
	background: rgb(0 0 0 / 50%); /* Цвет фона под заголовком */
    color: white; /* Цвет текста */
    padding: 20px;


	}


h1, .h1, .title{
	font-size: 20px;
    background: rgb(0 0 0 / 80%); /* Цвет фона под заголовком */
    color: white; /* Цвет текста */
    padding: 15px; /* Поля вокруг текста */
    -webkit-text-stroke: 1px #FF1493; /* Толщина и цвет обводки */
  t  ext-stroke: 1px #FF1493; /* Толщина и цвет обводки (стандартное свойство) */
   }
h2, .h2{
	font-size: 16px;
	background: rgb(0 0 0 / 60%); /* Цвет фона под заголовком */
    color: white; /* Цвет текста */
    padding: 10px; /* Поля вокруг текста */
    -webkit-text-stroke: 1px #FF1493; /* Толщина и цвет обводки */
  text-stroke: 1px #FF1493; /* Толщина и цвет обводки (стандартное свойство) */
	}
h3, .h3{
	font-size: 18px;
	line-height: 20px;
	}
h4, .h4{
	font-size: 17px;
	line-height: 20px;
	}
h5, .h5{
	font-size: 16px;
	line-height: 20px;
	}
h6, .h6{
	font-size: 16px;
	line-height: 20px;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 10px solid #00000;
	border-left: 10px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* END BASE */


/* HEADER */

header {
	padding: 15px 0 20px 0;
	}
.header_list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	}
.header_list_l{
	flex: 0 0 400px;
	margin: 0 40px 0 0;
	}
.header_list_r{
	width: 100%;
	}


.logo{
	width: 170px;
	margin: 0 auto 20px auto;
	text-align: center;
	}
.logo img{
	vertical-align: bottom;
	}

.block_time{
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	}

.header_list_l_sub{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin: 0 0 20px 0;
	}
a.top_sub{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 20px;
	margin: 0;
	min-width: 33%;
    background-color: #FF1493;
	border-radius: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #ffff;
	text-decoration: none;
	letter-spacing: 1px;
	}
a.top_sub:hover{
	color: #ffff;
    background-color: #0052cc;
	}	


.top_exc_st_id{
	margin: 0 0 20px 0;
	box-sizing:border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
    transition: all 0.3s 0.02s ease;
	}	
.top_exc_st_id_title{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px 0 0;
	}	
.top_exc_st_id_b{
	position: relative;
	}	
input.top_exc_st_id_input{
	display:block;
	height: 30px;
    width: 100%;
	max-width: 180px;
    box-sizing: border-box;
    border: 1px solid #49cfda;
	border-radius: 3px;
	background: #fff;
    padding: 5px 10px 5px 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	text-align: center;
	}	
input.top_exc_st_id_input{
    border: 1px solid #cc8887;
	}	
a.top_exc_st_id_sub{
	display:block;
	height:18px;
	width: 18px;
	margin: 0 0 0 12px;
	box-sizing:border-box;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iIzQ5Y2ZkYSIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB3aWR0aD0iMTc5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTY2NCAxNjMydi0xMDg4cTAtMTMtOS41LTIyLjV0LTIyLjUtOS41aC0xMDg4cS0xMyAwLTIyLjUgOS41dC05LjUgMjIuNXYxMDg4cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoMTA4OHExMyAwIDIyLjUtOS41dDkuNS0yMi41em0xMjgtMTA4OHYxMDg4cTAgNjYtNDcgMTEzdC0xMTMgNDdoLTEwODhxLTY2IDAtMTEzLTQ3dC00Ny0xMTN2LTEwODhxMC02NiA0Ny0xMTN0MTEzLTQ3aDEwODhxNjYgMCAxMTMgNDd0NDcgMTEzem0tMzg0LTM4NHYxNjBoLTEyOHYtMTYwcTAtMTMtOS41LTIyLjV0LTIyLjUtOS41aC0xMDg4cS0xMyAwLTIyLjUgOS41dC05LjUgMjIuNXYxMDg4cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoMTYwdjEyOGgtMTYwcS02NiAwLTExMy00N3QtNDctMTEzdi0xMDg4cTAtNjYgNDctMTEzdDExMy00N2gxMDg4cTY2IDAgMTEzIDQ3dDQ3IDExM3oiLz48L3N2Zz4=');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px auto;
	cursor: pointer;
	}	
a.top_exc_st_id_sub:hover{
    transform: rotate(90deg);
	}
.top_exc_st_id_copied{
	color: #fff;
	position:absolute;
	z-index:1;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	padding: 0 0 0 0;
	font-size: 10px;
	line-height: 16px;
	text-align:center;
	text-transform: uppercase;
	}	

.header_list_r table{
	width: 100%;
	}	
.header_list_r table tr td{
	padding: 7px 10px;
	border-bottom: 1px solid #5e687c;
	color: #fff;
	font-size: 14px;
	}	

/* END HEADER */


/* HOME */

#content{
	color: #ffffff;
	margin: 0 0 20px 0;
    flex: 1 0 auto;
    font-weight: normal;
  -webkit-text-stroke: 0.3px #FF1493; /* Толщина и цвет обводки */
  text-stroke: 0.3px #FF1493; /* Толщина и цвет обводки (стандартное свойство) */
}
	
.main_title{
	position: relative;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
	}
.main_title:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 5px;
	background-color: #2e333f;
	}
.main_title span{
	position: relative;
	z-index: 2;
	padding: 0 20px;
	background-color: #383f50;
	}

.bonus{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: rgb(0 0 0 / 60%);
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 20px 0;
	}
.bonus_img{
	width: 100px;
	}
.bonus_img img{
	vertical-align: bottom;
	border-radius: 10px;
	}
.bonus_text{
	text-align: center;
	padding: 0 15px;
	}
.bonus_timer{
	padding: 10px;
	border: 3px solid #1a75ff;
	border-radius: 10px;
	}
#countdown{
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fffffff;
	}

/* END HOME */


/* FOOTER */

footer {
	background-color: #0000;
	padding: 10px 0;
	}
.footer_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.f_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
.f_nav ul li{
	display: block;
	padding: 0 20px 0 0;
	}
.f_nav ul li a{
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	}
.f_nav ul li a:hover{
	color: #58b546;
	}
.copy{
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	}
/* END FOOTER */

.cook {
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	background: #000;
	box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.15);
	}

.cook_fl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 20px 0;
	}

.cook_e {
	padding: 0 50px 0 0;
	line-height: 25px;
	}

.cook_e a {
	font-weight: 600;
	}


@media (max-width: 1240px) {
	.wrap {
		width: 980px;
		}
	.header_list_l{
		flex: 0 0 300px;
		margin: 0 30px 0 0;
		}
	}


@media (max-width: 1020px) {
	.wrap {
		width: 760px;
		box-sizing: border-box;
		padding: 0 10px;
		}
	}


@media (max-width: 759px) {
	.wrap {
		width: 100%;
		}
	
	img.alignright, img.right {
		float: none;
		display: block;
		margin: 0 0 10px 0;
		}
	img.alignleft, img.left {
		float: none;
		display: block;
		margin: 0 0 10px 0;
		}
	
	.header_list{
		display: block;
		}
	.header_list_l{
		flex: 0 0 auto;
		margin: 0 0 20px 0;
		}
	.header_list_r{
		width: 100%;
		}
	
	.bonus{
		flex-wrap: wrap;
		}
	.bonus_img{
		width: 100px;
		order: 2;
		margin: 0 0 10px 0;
		}
	.bonus_text{
		order: 1;
		padding: 0 10px;
		margin: 0 0 20px 0;
		}
	.bonus_timer{
		order: 3;
		margin: 0 0 10px 0;
		}
	}