/*
Theme Name: escolaandroid
*/

/* 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%;
	height: auto;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #373737;
	font-size: 16px;
	line-height: 22px;
    font-family: 'Raleway', sans-serif;
    background: linear-gradient(180deg, #FFFFFF 0.31%, rgba(204, 240, 255, 0.2) 18.44%, rgba(255, 255, 255, 0.578947) 40.83%, #e1fff7 100%);
	text-align: center;
	letter-spacing: 0.3px;
	}

.wrap {
	width: 1300px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #373737;
	font-size: 16px;
	line-height: 20px;
    font-family: 'Raleway', sans-serif;
	letter-spacing: 0.3px;
	}

a {
	color: #f19600;
	text-decoration: underline;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #a79509;
	text-decoration: none;
	}

p, h1, h2, 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 24px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding-bottom: 10px;
	}
h1, .h1, .title{
	font-size: 32px;
	line-height: 36px;
	}
h2, .h2{
	font-size: 28px;
	line-height: 32px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 30px;
	}
h4, .h4{
	font-size: 22px;
	line-height: 28px;
	}
h5, .h5{
	font-size: 20px;
	line-height: 26px;
	}
h6, .h6{
	font-size: 18px;
	line-height: 24px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}

/*
.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	width:100%;
	}

.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;
	}

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.col-1-8 {
	width: 12.5%;
	}
.col-1-4 {
	width: 25%;
	}
.col-1-3 {
	width: 33.33%;
	}
.col-1-2 {
	width: 50%;
	}
.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #57b64d;
	background: #57b64d;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #ca2a3c;
	background-color: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */


/* HEADER */

header {
	height: 52px;
	}
.header_h {
	position: fixed;
	z-index: 777;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
    transition: all 0.3s 0.02s ease;
	background: #373737;
	}
.header_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	transition: all 0.3s 0.02s ease;
	}

.logo{
	order: 1;
	margin-top: 5px;
	}
.logo a{	
    display: inline-block;
	vertical-align: bottom;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: center;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
	}
.logo a span{
	display: block;
	text-align: right;
	font-size: 12px;
    line-height: 12px;
    color: #eb4d00;
    letter-spacing: 1px;
	transition: all 0.3s 0.02s ease;
	text-transform: none;
	}
.logo a:hover {
    color: #eb4d00;
	}
.logo a:hover span{
    color: #fff;
    letter-spacing: 2px;
	}

.glavn_nav{
	order: 2;
	margin: 0 30px 0 auto;
	}
.glavn_nav ul{
	position: relative;
	z-index: 1;
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}	
.glavn_nav li{
	display: block;
	border-right: 1px solid #4e4e4e;
	}	
.glavn_nav li:first-child{
	border-left: 1px solid #4e4e4e;
	}	
.glavn_nav li a{
	display: block;
	padding: 16px 18px;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	position: relative;
	}	
.header_h.fixed .glavn_nav li a{
	padding: 12px 18px;
	}
.glavn_nav li a:hover, .glavn_nav li.active a{
	color: #fff; 
	}
.glavn_nav li a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:-1;
	top: 0;
	left:0;
	height: 0;
	width: 100%;
	background: #eb4d00;
	border-radius: 0 0;
	transition: all 0.3s 0.02s ease;
	}
.glavn_nav li a:hover:before, .glavn_nav li.current-menu-item a:before{
	height: 100%;
	}
	
@media (min-width: 1020px) {
	.glavn_nav{
		display: block !important;
		}
}

.header_r{
	order: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}

.adapt_menu{
	display: none;
	overflow: hidden;
	margin: 0 0 0 20px;
	width: 28px;
    height: 20px;
	position: relative;
    z-index: 1000;
	cursor: pointer;
    transition: all .3s ease-in-out;
	}
.adapt_menu span{
    position: absolute;
    left: 0;
    top: 0;
	display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .2s ease-in-out;
	}
.adapt_menu span:nth-child(2){
	top: 10px;
    left: auto;
	right: 0;
	width: 83%;
	transition: all 1.1s 0.02s ease;
	}
.adapt_menu span:nth-child(3){
	top: 19px;
	}
.adapt_menu.open span{
    top: 10px;
	}
.adapt_menu.open span:nth-child(1){
    transform: rotate(45deg);
	}
.adapt_menu.open span:nth-child(2){
	opacity: 0;
	width: 100%;
    transform: translateX(-30px);
	}
.adapt_menu.open span:nth-child(3){
    transform: rotate(-45deg);
	}	



.but_search{
	margin: 0 0 0 0;
	display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.86882' cy='5.86882' r='5.36882' stroke='%23fff'/%3E%3Cline x1='9.74369' y1='10.2099' x2='13.8936' y2='14.3598' stroke='%23fff'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
    background-size: 18px auto;
	cursor: pointer;
    transition: all .5s ease-in-out;
	}
.but_search.open{
	transform: rotate(360deg);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.47597 14L14 1.47597L12.524 3.72513e-06L0 12.524L1.47597 14Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.524 14L3.42835e-05 1.47597L1.476 0L14 12.524L12.524 14Z' fill='%23fff'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
    background-size: 16px auto;
	}
.search_block {
	display: none;
    background: #F2EAE3;
    position: relative;
	}	
.search_block .search_block_list{
	display: flex;	
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s 0.02s ease;
	padding: 15px 0;
	}
.header_h.fixed .search_block .search_block_list {
	padding: 10px 0;
	}
.search_block .search_sub{
	display: block;
	flex: 0 0 30px;
	order: 2;
	padding: 0;
	border: 0;
	width: 18px;
	height: 20px;
	background: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.86882' cy='5.86882' r='5.36882' stroke='%23373737'/%3E%3Cline x1='9.74369' y1='10.2099' x2='13.8936' y2='14.3598' stroke='%23373737'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
    background-size: 18px auto;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	}
.search_block .search_sub:hover{
    transform: rotate(360deg) scale(1.03);
	}
.search_block .search_inp{
    display: block;
	order: 1;
    padding: 10px 0 10px 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid;
    border-color: rgb(0 0 0 / 50%);
    background: none;
    transition: all 0.3s 0.02s ease;
	}
.search_block .search_inp:hover, .search_inp:focus{
	border-bottom: 1px solid #373737;
	}



/* END HEADER */


/* HOME */

#content{
	padding: 10px 0 30px 0;
	}
.content_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}
#posts{
	width: 1000px;
	}
#sidebar{
	width: 280px;
	position: sticky;
    top: 60px;
	}

.glavn_title{
	border-bottom: 3px solid #f19600;
	padding: 7px 12px;
	background-image: linear-gradient(185deg,#eb4d00,#373737);
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	}
.glavn_bets_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 20px 0;
	}
.glavn_bets{
    width: 33.33%;
	box-sizing: border-box;
	background: #f9ecd8;
	border: 1px solid rgb(0 0 0 / 20%);
	padding: 0 0 10px 0;
	transition: all 0.3s 0.02s ease;
	}
/*.glavn_bets:hover{
	background: rgb(0 0 0 / 92%);
	}*/
.glavn_bets_t{
	padding: 5px 12px;
	border-bottom: 1px solid rgb(0 0 0 / 20%);
	background: rgb(0 0 0 / 40%);
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	}
.glavn_bets_c{
	padding: 10px 12px;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	}
.glavn_bets_img{
	width: 48%;
	min-height: 86px;
	text-align: center;
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.glavn_bets_img a{
	overflow: hidden;
	width: 82px;
	height: 82px;
	border: 2px solid #f19600;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 30%;
	text-align: center;
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.glavn_bets_img img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}
.glavn_bets:hover .glavn_bets_img a{
	transform: scale(1.07);
	}
.glavn_bets_bon{
	width: 48%;
	color: #373737;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	}

.glavn_bets_but{
	padding: 5px;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	transition: all 0.3s 0.02s ease;
	}
a.glavn_bets_sub{
	z-index: 7;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 8px 14px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	}
a.glavn_bets_sub.extra{
	border: 1px solid #7a3413;
	}
.glavn_bets:hover a.glavn_bets_sub{
	margin: 0 8px;
	}
a.glavn_bets_sub:hover{
	color: #7a3413;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	}	
a.glavn_bets_sub::before{
	border-radius: 3px;
	background: #eb4d00;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.6s ease;
	width: 100%;
	height: 100%;
	}
a.glavn_bets_sub.extra::before{
	background: #7a3413;
	}
a.glavn_bets_sub:hover::before{
	width: 0;
	left: auto;
	right: 0;
	}
a.glavn_bets_sub::after{
	border-radius: 3px;
	background: #fff;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: all 0.6s ease;
	width: 0;
	height: 100%;
	}
a.glavn_bets_sub:hover::after{
	width: 100%;
	left: 0;
	right: auto;
	}

.posts_nav{
	margin: 0 0 30px 0;
	}
.posts_nav > ul{
    border-top: 2px solid #373737;
	}
.posts_nav > ul > li{
	display: block;
    border-bottom: 2px solid #373737;
	}
.posts_nav > ul > li > a{
	display: block;
	padding: 10px 44px 10px 12px;
    background: #eb4d00;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 50 50' height='50px' id='Layer_1' version='1.1' viewBox='0 0 50 50' width='50px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect fill='none' height='50' width='50'/%3E%3Cpath d='M29,34.397L48,20L29,5.604 V15C0,15,1,44,1,44s1.373-19,28-19V34.397z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	}
.posts_nav > ul > li > a:hover{
    background: #373737;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 50 50' height='50px' id='Layer_1' version='1.1' viewBox='0 0 50 50' width='50px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect fill='none' height='50' width='50'/%3E%3Cpath d='M29,34.397L48,20L29,5.604 V15C0,15,1,44,1,44s1.373-19,28-19V34.397z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	}

.glavn_game_list{
	margin: 0 0 30px 0;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-evenly;
    border: 1px solid rgb(0 0 0 / 20%);
	background: #fff;
	padding: 5px 2px;
	}
.glavn_game{
	width: 32%;
	margin: 0 0 10px 0;
	background: #373737;
	transition: all 0.3s 0.02s ease;
	position: relative;
	}
.glavn_game_img{
	overflow: hidden;
	}
.glavn_game_img img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	opacity: 0.7;
	}
.glavn_game:hover .glavn_game_img img{
	transform: scale(1.1);
	opacity: 1;
	}
.glavn_game_t{
	padding: 7px 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	}
a.glavn_game_url{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
a.glavn_game_url:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100px;
	height: 100px;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 64 64' id='Layer_1' version='1.1' viewBox='0 0 64 64' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M12.1,38L7.7,16.6c-0.4-2.2,1-4.3,3.2-4.7l39.3-7.4c2.2-0.4,4.3,1,4.7,3.2l3.5,18.7c0.2,1.1-0.8,3.3-1.3,4.1 c0,0-0.3,0.6-0.8,0.6s-42.7,7.6-42.7,7.6L12.1,38z' fill='%237ABE90'/%3E%3Cpath d='M13.5,23.8c-4.1,0-7.5,1-7.5,2.2v24c0,1.2,3.3,2.2,7.5,2.2s7.5-1,7.5-2.2V26C20.9,24.8,17.6,23.8,13.5,23.8z ' fill='%23F8B319'/%3E%3Cellipse cx='13.5' cy='26' fill='none' rx='7.5' ry='2.2' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M20.9,30c0,1.2-3.3,2.2-7.5,2.2S6,31.2,6,30' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M20.9,34c0,1.2-3.3,2.2-7.5,2.2S6,35.2,6,34' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M20.9,38c0,1.2-3.3,2.2-7.5,2.2S6,39.2,6,38' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M20.9,42c0,1.2-3.3,2.2-7.5,2.2S6,43.2,6,42' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M20.9,46c0,1.2-3.3,2.2-7.5,2.2S6,47.2,6,46' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M20.9,26v24c0,1.2-3.3,2.2-7.5,2.2S6,51.2,6,50V26' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M51.7,31.8c-3.7,0-7.5,1-7.5,2.2v24c0,1.2,3.3,2.2,7.5,2.2c4.1,0,7.5-1,7.5-2.2V34 C59.1,32.4,55.3,31.7,51.7,31.8z' fill='%23F8B319'/%3E%3Cpath d=' M59.2,34c0.1,1.2-3.3,2.2-7.5,2.2s-7.5-1-7.5-2.2s3.7-2.2,7.5-2.2C55.3,31.7,59.1,32.4,59.2,34z' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M59.2,38c0,1.2-3.3,2.2-7.5,2.2s-7.5-1-7.5-2.2' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M59.2,42c0,1.2-3.3,2.2-7.5,2.2s-7.5-1-7.5-2.2' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M59.2,46c0,1.2-3.3,2.2-7.5,2.2s-7.5-1-7.5-2.2' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M59.2,50c0,1.2-3.3,2.2-7.5,2.2s-7.5-1-7.5-2.2' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M59.2,54c0,1.2-3.3,2.2-7.5,2.2s-7.5-1-7.5-2.2' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M59.2,34v24c0,1.2-3.3,2.2-7.5,2.2s-7.5-1-7.5-2.2V34' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M32,40.9c-4.1,0-7.5,1-7.5,2.2v16c0,1.2,3.3,2.2,7.5,2.2s7.5-1,7.5-2.2v-16C39.5,41.9,36.1,40.9,32,40.9z' fill='%23FFD766'/%3E%3Cellipse cx='32' cy='43.1' fill='none' rx='7.5' ry='2.2' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M39.5,47.1c0,1.2-3.3,2.2-7.5,2.2s-7.5-1-7.5-2.2' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M39.5,51.1c0,1.2-3.3,2.2-7.5,2.2s-7.5-1-7.5-2.2' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M39.5,55.1c0,1.2-3.3,2.2-7.5,2.2s-7.5-1-7.5-2.2' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M39.5,43.1v16.1v-0.1c0,1.2-3.3,2.2-7.5,2.2s-7.5-1-7.5-2.2v0.1V43.1' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d=' M8.6,21.5l-0.9-4.9c-0.4-2.2,1-4.3,3.2-4.7l39.3-7.4c2.2-0.4,4.3,1,4.7,3.2l3.5,18.7c0.2,1.1-0.1,2.2-0.6,3' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' x1='41' x2='24.1' y1='33.7' y2='36.9'/%3E%3Cpath d=' M37.4,16.3c0,0-0.9-2.1-5.6-1.2c-3.6,0.7-4.8,2.9-4.5,4.7c0.3,1.7,2.6,2.6,5.7,2c4-0.8,5.4,0.4,5.7,2c0.4,2.2-1.8,4.1-4.5,4.7 c-2.7,0.5-5.1-0.6-5.6-1.2' fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' stroke='%232C3E50' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' x1='31.3' x2='34.7' y1='12.5' y2='30.5'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0 auto;
	transition: all 0.3s 0.02s ease;
	}
.glavn_game:hover a.glavn_game_url{
	background: rgba(0, 0, 0, 0.7);
	}
.glavn_game:hover a.glavn_game_url:before{
	background-size: 94px auto;
	transform: translateX(-50%) translateY(-50%) rotate(380deg);
	}
.glavn_calc_list{
	background: #f9ecd8;
	padding: 10px 10px 1px 10px;
	margin: 0 0 20px 0;
	border: 1px solid rgb(0 0 0 / 20%);
	}
.glavn_calc {
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(185deg,#eb4d00,#373737);
}
.glavn_calc_t{
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px; 
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	}
.glavn_calc_c{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #c9c9c9;
	font-size: 18px;
	}
.glavn_calc_cb{
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	}
.glavn_calc_cb span{
	display: block;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 4px 10px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 1px; 
	}
.glavn_calc_cb.bon span{
	border: 1px solid #f19600;
	color: #f19600;
	}
.glavn_calc_cs{
	padding: 15px 10px 0 10px;
	}

a.glavn_bets_sub.big {
    padding: 8px 20px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
	}

.glavn_text{
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	margin-bottom: 20px;
	}


.widget{
	margin: 0 0 30px 0;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	}
.widget_title {
    border-bottom: 2px solid #f19600;
    padding: 5px 10px;
	background-image: linear-gradient(185deg,#eb4d00,#373737);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
	}


.s_nav > ul > li{
	display: block;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
	}
.s_nav > ul > li > a{
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 7px 24px 7px 10px;
	background-image: url("data:image/svg+xml,%3Csvg height='1792' fill='%23373737' viewBox='0 0 1792 1792' width='1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1152 896q0 26-19 45l-448 448q-19 19-45 19t-45-19-19-45v-896q0-26 19-45t45-19 45 19l448 448q19 19 19 45z'/%3E%3C/svg%3E");
	background-position: right 3px center;
	background-repeat: no-repeat;
	background-size: auto 17px;
	color: #373737;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	}
.s_nav > ul > li > a:hover{
	color: #fff;
    background: #eb4d00;
	background-image: url("data:image/svg+xml,%3Csvg height='1792' fill='%23fff' viewBox='0 0 1792 1792' width='1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1152 896q0 26-19 45l-448 448q-19 19-45 19t-45-19-19-45v-896q0-26 19-45t45-19 45 19l448 448q19 19 19 45z'/%3E%3C/svg%3E");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 17px;
	}
.s_nav > ul > li > a > img{
	max-width: 80px;
	margin: 0 5px 0 0;
	vertical-align: bottom;
	}




/* END HOME */



/* FOOTER */

footer {
	padding: 30px 0;	
    background-image: linear-gradient(185deg,#eb4d00,#373737);
	}
.footer_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.footer_l{	
	max-width: 300px;
	}
.flogo{
	margin: 0 0 20px 0;
	}
.flogo a{	
    display: inline-block;
	vertical-align: bottom;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: center;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
	}
.flogo a span{
	display: block;
	text-align: right;
	font-size: 14px;
    line-height: 14px;
    color: #eb4d00;
    letter-spacing: 1px;
	transition: all 0.3s 0.02s ease;
	text-transform: none;
	}
.flogo a:hover {
    color: #eb4d00;
	}
.flogo a:hover span{
    color: #fff;
    letter-spacing: 2px;
	}
.copu{
	font-size: 13px;
    line-height: 16px;
    color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
	}


.f_nav > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.7);
	}
.f_nav > ul > li{
	display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
	}
.f_nav > ul > li > a{
	display: block;
	padding: 7px 10px;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	}
.f_nav > ul > li > a:hover, .f_nav > ul > li.current-menu-item > a{
	color: #fff;
    background: rgba(0, 0, 0, 0.3);
	}


.footer_r{
	font-size: 14px;
    line-height: 18px;
    color: #fff;
	max-width: 350px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
	}
.footer_r span{
	display: block;
	color: #d15a3f;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 0 0;
	text-align: right;
	}


/* END FOOTER */


.breadcrumbs{
    margin: 20px 0;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #425176;
    font-size: 14px;
	line-height: 18px;
	}
.breadcrumbs > span:not(:last-child) {
    position: relative;
    margin-right: 10px;
    padding-right: 20px;
	}
.breadcrumbs > span:not(:last-child)::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 11px;
    background-color: #139c42;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	}
.breadcrumbs > span a {
    position: relative;
    display: block;
	text-decoration: none;
	}
.breadcrumbs > span a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #139c42;
    transform: translateX(-50%);
    transition: width .3s;
	}
.breadcrumbs > span a:hover::before {
    width: 100%;
    transition: width .3s;
	}


.news_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	}
a.post_one_b{
	display: block;
	width: 48%;
    position: relative;
	box-sizing: border-box;
    border: 2px solid #f7f5f5;
    border-radius: 5px;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	text-decoration: none;
    color: #202020;
	}
a.post_one_b:hover {
    border: 2px solid #e7e6e6;
	box-shadow: 0 7px 14px rgb(0 0 0 / 20%);
	}
.news_list_img{
	overflow: hidden;
	margin: 0 0 30px 0;
	background: #373737;
	}
.news_list_img img{
	vertical-align:bottom;
	border-radius: 5px 5px 0 0;
	}
.news_list_date{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	padding: 3px 10px;
	background: #139c42;
	border-radius: 0 4px 0 5px;
	font-size: 13px;
	line-height: 14px;
	font-weight: 500;
	color: #fff;
	}
.news_list_title{
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0 20px;
	transition: all 0.3s 0.02s ease;
	}
a.post_one_b:hover .news_list_title{
	color: #139c42;
	}
.news_list_text{
	font-size: 15px;
	padding: 0 20px;
	}


.bet_top {
    padding: 30px 0;
    background-image: linear-gradient(185deg,#eb4d00,#373737);
    color: #fff;
    background-color: #308314;
	}
.bet_top_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.bet_top_l{
	width: 30%;
	}
.bet_top_r{
	width: 65%;
	}

.bet_top_info{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.bet_top_img{
	max-width: 200px;
	margin: 0 0 10px 0;
	}
.bet_top_reyt{
	margin: 0 0 10px 0;
	width: 80px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	}
.bet_top_reyt span{
	display:block;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 4px solid #f19600;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	box-sizing: border-box;
	transition: all 0.3s 0.02s ease;
	}
.bet_top_reyt:hover span{
	background: rgba(0, 0, 0, 0.5);
	border: 4px solid #ffd400;
	}

.bet_top_bonus{
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
	}
.bet_top_bonus span{
	color: #f19600;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	}

.bet_top_but{
	margin: 0 0 20px 0;
	}
.bet_top_but > a{
	min-width:250px;
	}
.bet_top_but > a:nth-child(1){
	margin: 0 30px 0 0;
	}

.bet_top_cat{
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 10px 0;
	}
.bet_top_cat a{
	display: block;
	padding: 4px 12px;
	margin: 0 15px 10px 0;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 4px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	}
.bet_top_cat a:last-child{
	margin: 0 0 10px 0;
	}
.bet_top_cat a:hover{
	border: 1px solid rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 20px rgb(0 0 0 / 30%);
	}


.bet_top_bonus_sub{
	margin: 0 0 20px 0;
    padding: 8px;
    background: #1a3615;
    border-radius: 7px;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.bet_top_bonus_sub a{
	display: block;
	width: 49%;
	padding: 6px 10px;
	box-sizing: border-box;
	background: #fff;
    border-radius: 3px;
	text-align: center;
	color: #373737;
	font-size: 18px;
	text-decoration: none;
	}
.bet_top_bonus_sub a:nth-child(2){
	background: #eb4d00;
	color: #fff;
	}
.bet_top_bonus_sub a:hover{
	background: #74d16c;
	color: #fff;
	letter-spacing: 1px;
	}

.bet_top_text{
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	line-height: 16px;
	}

.bet_all{
    margin: 0 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid rgb(0 0 0 / 10%);
	background: #f1f1f1;
    padding: 10px;
	}
.bet_all_b{
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
    background: #fff;
	border-bottom: 1px solid #dbdbdb;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	font-size: 15px;
	}
.bet_all_b:nth-child(odd){
	border-right: 1px solid #dbdbdb;
	}
.bet_all_b span{
	display: block;
	padding: 2px 8px;
	background: #f1f1f1;
	}

.questions{
	padding: 20px 0;
	}
.questions_b{
	border-bottom: 1px solid #dbdbdb;
	}
.questions_t{
	padding: 10px 30px 10px 10px;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	}
.questions_t.active{
	background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='18 15 12 9 6 15'/%3E%3C/svg%3E");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	}
.questions_e{
	background: #f1f1f1;
	padding: 15px 15px;
	}

/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */
.hfaq {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
h2.hfaq {
    border-bottom: none;
    padding-bottom: 0;
}
.answername {
    font-size: 18px;
    margin: 0;
}
h3.answername {
    padding-bottom: 0;
    border-bottom: none;
}
table {
  background: #f5ffff;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
table th {
  border-top: 1px solid #777777;	
  border-bottom: 1px solid #777777; 
  box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#9595b6, #5a567f);
  color: white;
  padding: 10px 15px;
  position: relative;
}
table th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  height: 25%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}
table tr:nth-child(odd) {
  background: #f9ecd8;
}
table th:first-child {
  border-left: 1px solid #777777;	
  border-bottom:  1px solid #777777;
  box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
table th:last-child {
  border-right: 1px solid #777777;
  border-bottom:  1px solid #777777;
  box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
table td {
  border: 1px solid #e3eef7;
  padding: 10px 15px;
  position: relative;
  transition: all 0.5s ease;
}
table tbody:hover td {
  color: transparent;
  text-shadow: 0 0 3px #a09f9d;
}
table tbody:hover tr:hover td {
  color: #444444;
  text-shadow: none;
}
.bet_top_cat span {
    display: block;
    padding: 4px 12px;
    margin: 0 15px 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
.widget img {
	background: #333333;
}
.glavn_bets_bon span {
    color: #f19600;
}
div#ez-toc-container {
    margin: 20px auto;
}
img.bonuswh {
    width: 20px;
}
.criterii {
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 15px;
}
.hometopimg {
    box-shadow: 0 0 4px rgb(0 0 0 / 32%);
    margin-bottom: 20px;
}
img.staricon {
    width: 12px;
}
img.logocase {
    width: 180px;
}
a.btnonpage {
    width: 49%;
    padding: 6px 10px;
    box-sizing: border-box;
    background: #eb4d00;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
	margin: 30px 0;
}
a.btnonpage:hover {
   background: #74d16c;
}
h3.pt-cv-title {
    font-size: 16px;
}
ul.columntwo {
    column-count: 2;
}
@media (max-width: 759px) {
	ul.columntwo {
    column-count: 1!important;
		}
	}
@media screen and (max-width: 1140px) {
	.wrap {
	width: 980px;
	}

#posts{
	width: 680px;
	}
#sidebar{
	width: 280px;
	}
.glavn_bets {
    width: 50%;
	}


a.glavn_game_url:before{
	width: 70px;
	height: 70px;
	}
.glavn_game:hover a.glavn_game_url:before{
	background-size: 64px auto;
	}
a.glavn_bets_sub.big {
    padding: 7px 16px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
	}

.bet_top_l{
	width: 32%;
	}

}
@media screen and (max-width: 1020px) {
	.wrap {
	width: 760px;
	}


.glavn_text {
	margin: 10px;
	}
.search_block .search_inp {
    padding: 10px 0 10px 10px;
	}
.header_list{
	padding: 11px 10px;
	}
.header_h.fixed .header_list{
	padding: 7px 10px;
	}
.adapt_menu{
	display: block;
	}
.header_r{
	order: 2;
	}
.glavn_nav{
	display: none;
	order: 3;
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0;
	}
.glavn_nav ul{
	position: relative;
	z-index: 1;
	display: block;
	}	
.glavn_nav li{
	display: block;
	border-right: 0 solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	}	
.glavn_nav li:first-child{
	border-left: 0 solid #4e4e4e;
	border-top: 1px solid #4e4e4e;
	}	
.glavn_nav li a{
	padding: 8px 10px;
	}	
.header_h.fixed .glavn_nav li a{
	padding: 5px 10px;
	}
.glavn_nav li a:before{
	height: 100%;
	width: 100%;
	opacity: 0;
	}
.glavn_nav li a:hover:before, .glavn_nav li.active a:before{
	opacity: 1;
	}


.search_block .search_block_list{
	padding: 0;
	}
.header_h.fixed .search_block .search_block_list {
	padding: 0;
	}

#posts{
	width: 100%;
	margin: 0 0 30px 0;
	}
#sidebar{
	width: 100%;
	}
.glavn_bets {
    width: 33.33%;
	}



.footer_l{	
	max-width: 250px;
	}
.footer_r{
	max-width: 200px;
	}

.bet_top_list{
	padding: 0 10px;
	}
.bet_top_info {
    display: block;
	}
.bet_top_img{
	text-align: center;
	max-width: 80%;
	margin: 0 auto 10px auto;
	}
a.bet_top_reyt{
	display: block;
	margin: 0 auto 10px auto;
	}
.bet_top_bonus{
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	}
.bet_top_but > a {
    min-width: 200px;
	}
.bet_top_but > a:nth-child(1) {
    margin: 0 20px 0 0;
	}

}
@media screen and (max-width: 759px) {
	.wrap {
	width: 100%;
	min-width: 320px;
	}

body {
	font-size: 15px;
	line-height: 20px;
	}

img.alignright, img.right {
	float: none;
	display: block;
	margin: 0 0 10px 0;
	}
img.alignleft, img.left {
    float: none;
    display: block;
    margin: 10px auto;
    width: 100%;
	}
img.icon_home {
    float: left;
    width: 35px!important;
    margin: 0 10px 0 0;
}
.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 54.15%;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	}

.entry_table {
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	}

/*.entry img {
	width: auto !important;
	height: auto !important;
	}*/

[class*='col-'] {
	float: none;
	width: auto;
	padding: 0;
	}

h1, .h1, .title{
	font-size: 26px;
	line-height: 30px;
	}
h2, .h2{
	font-size: 24px;
	line-height: 28px;
	}
h3, .h3{
	font-size: 22px;
	line-height: 26px;
	}
h4, .h4{
	font-size: 20px;
	line-height: 24px;
	}
h5, .h5{
	font-size: 18px;
	line-height: 22px;
	}
h6, .h6{
	font-size: 16px;
	line-height: 20px;
	}


.glavn_bets_list {
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
    margin: 0 0 20px 0;
	}
.glavn_bets {
	width: 50%;
	}

@media (max-width: 530px) {
	.glavn_bets {
		width: 100%;
		margin: 0 0 5px 0;
		}
	}


.glavn_game {
    max-width: 300px;
	width: 100%;
	}

.glavn_calc {
    display: block;
	text-align: center;
	}
.glavn_calc_t {
	margin: 0 0 10px 0;
	}
		
.glavn_calc_c {
	margin: 0 0 20px 0;
    justify-content: space-evenly;
	}

.footer_list {
	padding: 0 10px;
	}
.footer_l{	
	max-width: 100%;
	width: 100%;
	order: 1;
	margin: 0 0 20px 0;
	text-align: center;
	}
.f_nav{
	width: 100%;
	order: 2;
	margin: 0 0 20px 0;
	text-align: center;
	}
.footer_r{
	order: 3;
	width: 100%;
	max-width: 100%;
	text-align: center;
	}

.flogo{
	margin: 0 0 10px 0;
	text-align: center;
	}

.news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	}
a.post_one_b {
    display: block;
    width: 100%;
	max-width: 500px;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #f7f5f5;
    border-radius: 5px;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    text-decoration: none;
    color: #202020;
	}

.bet_top_list {
    display: block;
	}
.bet_top_l {
    width: 100%;
	}
.bet_top_r {
    width: 100%;
	}
.bet_top_info{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.bet_top_img{
	max-width: 200px;
	margin: 0 0 10px 0;
	text-align: left;
	}
a.bet_top_reyt{
	display: block;
	margin: 0 0 10px 0;
	}
.bet_top_bonus{
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin: 0 0 20px 0;
	}

.bet_top_but {
    margin: 0 0 10px 0;
	}
.bet_top_but > a {
    min-width: 160px;
    margin: 0 0 10px 0;
	}
.bet_top_but > a:nth-child(1) {
    margin: 0 10px 10px 0;
	}

.bet_top_cat a{
	margin: 0 10px 10px 0;
	}
.bet_top_cat a:last-child{
	margin: 0 0 10px 0;
	}

.bet_top_bonus_sub{
	display: block;
	}
.bet_top_bonus_sub a{
	width: 100%;
	}
.bet_top_bonus_sub a:first-child{
	margin: 0 0 10px 0;
	}


.bet_all_b{
	width: 100%;
	}
.bet_top_cat {
    margin: 0 0 10px 10px;
}
.bet_top_text {
    margin: 0 0 10px 10px;
}
}
/* ===== 2026 faithful rebuild additions (no-JS nav, plates, RG, FAQ) ===== */
.nav_toggle { position: absolute; opacity: 0; pointer-events: none; }
label.adapt_menu { display: none; }
@media screen and (max-width: 759px) {
	label.adapt_menu { display: block; overflow: hidden; margin: 0 0 0 20px; width: 28px; height: 20px; position: relative; z-index: 1000; cursor: pointer; }
	label.adapt_menu span { position: absolute; left: 0; top: 0; display: block; width: 100%; height: 1px; background: #fff; transition: all .2s ease-in-out; }
	label.adapt_menu span:nth-child(2) { top: 10px; width: 83%; }
	label.adapt_menu span:nth-child(3) { top: 19px; }
	.nav_toggle:checked ~ .wrap .header_list .glavn_nav { display: block !important; }
	.nav_toggle:checked ~ .wrap .header_list label.adapt_menu span:nth-child(1) { top: 10px; transform: rotate(45deg); }
	.nav_toggle:checked ~ .wrap .header_list label.adapt_menu span:nth-child(2) { opacity: 0; }
	.nav_toggle:checked ~ .wrap .header_list label.adapt_menu span:nth-child(3) { top: 10px; transform: rotate(-45deg); }
}
#sidebar { width: 260px; box-sizing: border-box; }
#sidebar .widget { background: #fff; box-shadow: 0 0 4px rgba(0,0,0,.32); margin: 0 0 20px 0; padding: 0 0 10px 0; }
#sidebar .widget_title { border-bottom: 3px solid #f19600; padding: 9px 12px; background-image: linear-gradient(185deg,#eb4d00,#373737); color: #fff; font-size: 13px; line-height: 18px; text-transform: uppercase; letter-spacing: 1px; }
#sidebar .s_nav li a { display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-bottom: 1px solid #eee; color: #373737; text-decoration: none; font-size: 14px; }
#sidebar .s_nav li a:hover { color: #eb4d00; background: #fafafa; }
@media screen and (max-width: 1020px) { #sidebar { width: 100%; } }
.brand { display: flex; align-items: center; justify-content: center; box-sizing: border-box; width: 100%; height: 100%; min-height: 56px; border-radius: 4px; font-weight: 700; font-size: 19px; letter-spacing: 1px; text-transform: uppercase; text-align: center; padding: 8px 10px; }
.brand.small { min-height: 0; height: 26px; width: 34px; border-radius: 3px; font-size: 8px; letter-spacing: 0; padding: 2px; line-height: 1.05; flex: 0 0 34px; }
.glavn_bets_img { overflow: hidden; }
.glavn_bets_img .brand { min-height: 90px; border-radius: 0; }
.rgblock { margin: 25px 0 5px 0; border: 1px solid #f0c419; border-left: 5px solid #eb4d00; background: #fff8e6; padding: 14px 16px; border-radius: 4px; }
.rgblock_t { font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; color: #373737; display: flex; align-items: center; gap: 10px; margin: 0 0 6px 0; }
.rg18 { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #d10000; color: #fff; font-size: 13px; font-weight: 700; flex: 0 0 34px; }
.rgblock_e { font-size: 14px; line-height: 20px; color: #4a4a4a; }
.rgblock_e a { color: #eb4d00; }
.myfaq details { border-bottom: 1px solid #dbdbdb; }
.myfaq summary { cursor: pointer; padding: 12px 34px 12px 10px; font-size: 16px; font-weight: 700; position: relative; list-style: none; }
.myfaq summary::-webkit-details-marker { display: none; }
.myfaq summary::after { content: ""; position: absolute; right: 10px; top: 50%; width: 10px; height: 10px; margin-top: -8px; border-right: 2px solid #373737; border-bottom: 2px solid #373737; transform: rotate(45deg); transition: transform .2s ease; }
.myfaq details[open] summary::after { transform: rotate(225deg); margin-top: -3px; }
.myfaq .faq_body { background: #f1f1f1; padding: 15px; font-size: 15px; }
.myfaq .faq_body p { margin: 0; }
.toc { background: #f7f7f7; border: 1px solid #e3e3e3; border-radius: 4px; padding: 12px 16px; margin: 0 0 24px 0; }
.toc_t { font-weight: 700; font-size: 15px; margin: 0 0 8px 0; }
.toc ol { margin: 0; padding: 0 0 0 22px; list-style: decimal; }
.toc li { margin: 4px 0; font-size: 14px; }
.toc a { color: #eb4d00; text-decoration: none; }
.toc a:hover { text-decoration: underline; }
.post_img { box-shadow: 0 0 4px rgba(0,0,0,.32); margin: 0 0 20px 0; }
.post_img img { display: block; width: 100%; height: auto; }
.entry img { max-width: 100%; height: auto; }
.entry .bodyimg { margin: 10px 0 24px 0; box-shadow: 0 0 4px rgba(0,0,0,.18); border-radius: 4px; overflow: hidden; }
.entry table { width: 100%; border-collapse: collapse; margin: 0 0 24px 0; font-size: 14px; }
.entry table th { background: #373737; color: #fff; padding: 8px 10px; text-align: left; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.entry table td { padding: 8px 10px; border-bottom: 1px solid #e0e0e0; }
.entry table tr:nth-child(even) td { background: #f6f6f6; }
.postmeta { color: #8a8a8a; font-size: 13px; margin: -8px 0 16px 0; }
.home_posts { clear: both; }
.related_note { font-size: 13px; color: #777; margin: 0 0 18px 0; }
.news_list_text a { color: #eb4d00; }
@media screen and (max-width: 530px) {
	.brand { font-size: 16px; }
	.entry table { font-size: 12px; }
	.entry table th, .entry table td { padding: 6px 6px; }
}
