/*
Theme Name: trilhas
*/

/* 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;
	}

/* END NULL */


/* BASE */

body {
	color: #26272c;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	text-align: center;
	}

.wrap {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
	text-align: left;
	}

input, textarea {
	font-family: 'Open Sans', sans-serif;
	}

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

a:hover {
	color: #ff7979;
	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 {
	color: #26272c;
	font-weight: bold;
	text-align: center;
	}
h1, .h1{
	font-size: 36px;
	line-height: 40px;
	}
h2, .h2{
	font-size: 32px;
	line-height: 38px;
	}
h3, .h3{
	font-size: 28px;
	line-height: 32px;
	}
h4, .h4{
	font-size: 26px;
	line-height: 30px;
	}
h5, .h5{
	font-size: 24px;
	line-height: 28px;
	}
h6, .h6{
	font-size: 22px;
	line-height: 26px;
	}

.title {
	margin: 0 0 30px 0;
	padding: 0 0 0 25px;
	position: relative;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	}

.title:before, .title:after {
	content: " ";
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(176, 170, 255, 0.9);
	position: absolute;
	top: 9px;
	left: 0px;
	}

.title:after {
	background-color: rgba(255, 121, 121, 0.9);
	top: 2px;
	}


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

.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 15px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	-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: 5px;
	-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 25px;
	border: 1px solid #b0aaff;
	background: #b0aaff;
	border-radius: 20px;
	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: #ff7979;
	background-color: #ff7979;
	color: #fff;
	text-decoration: none;
	}

.btn_c2{
	border-color: #ff7979;
	background-color: #ff7979;
	}

.btn_c2:hover{
	border-color: #b0aaff;
	background-color: #b0aaff;
	}

.btn_c3{
	border-color: #919191;
	background-color: #919191;
	}

.btn_c3:hover{
	border-color: #ff7979;
	background-color: #ff7979;
	}

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

/* END FORM */


/* HEADER */

#header {
	height: 150px;
	padding: 0 40px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 25%);
	}

.top{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	height: 81px;
	border-bottom: 1px solid #f5f6fa;
	}

.top_soc{
	width: 25%;
	}

.soc a{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 5px 0 0;
	border: 1px solid #000;
	opacity: 0.4;
	border-radius: 50%;
	}

.soc_f{
	background: url('img/soc_f.svg') no-repeat center / auto 14px;
	}
.soc_t{
	background: url('img/soc_t.svg') no-repeat center / auto 14px;
	}
.soc_t{
	background: url('img/soc_t.svg') no-repeat center / auto 14px;
	}
.soc_y{
	background: url('img/soc_y.svg') no-repeat center / auto 14px;
	}
.soc_i{
	background: url('img/soc_i.svg') no-repeat center / auto 14px;
	}

.soc a:hover{
	opacity: 0.8;
	transform: rotate(360deg);
	}


.logo{
	width: 220px;
	}

.logo img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}

.logo a:hover img{
	transform: scale(1.05);
	}

.top_se{
	width: 25%;
	text-align: right;
	}

.search_show {
	display: inline-block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 0;
	background: url('img/search.svg') no-repeat center / 24px auto;
	border-radius: 5px;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.3s 0.02s ease;
	}

.search_show input:hover {
	opacity: 1;
	}


.show_nav{
	display: none;
	width: 30px;
	height: 23px;
	position: absolute;
	top: 17px;
	right: 10px;
	cursor: pointer;
	}
.show_nav span, .show_nav:before, .show_nav:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #b0aaff;
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}
.show_nav span{
	top: 10px;
	}
.show_nav:before {
	top: 0px;
	}
.show_nav:after {
	top: 20px;
	}
.show_nav.open span{
	display: none;
	}
.show_nav.open:before{
	transform: rotate(45deg);
	top: 10px;
	}
.show_nav.open:after{
	transform: rotate(-45deg);
	top: 10px;
	}

@media (min-width: 1021px) {
.main_nav{
	display: block !important;
	}
}

.main_nav {
	height: 68px;
	}

.fix .main_nav {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 300;
	background: #fff;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
	}

.main_nav > ul{
	display: flex;
	justify-content: space-around;
	width: 1120px;
	margin: 0 auto;
	}

.main_nav > ul > li {
	width: 100%;
	margin: 0 2px;
	position: relative;
	}

.main_nav > ul > li > a{
	display: block;
	height: 68px;
	position: relative;
	color: #26272c;
	line-height: 68px;
	text-align: center;
	}

.main_nav > ul > li > a:hover, .main_nav > ul > li.current-menu-item > a, .main_nav > ul > li.current-menu-parent > a, .main_nav > ul > li.current-menu-ancestor > a{
	color: #26272c;
	}

.main_nav > ul > li > a:before {
	content: " ";
	display: block;
	width: 0;
	height: 2px;
	background: #b0aaff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.main_nav > ul > li > a:hover:before, .main_nav > ul > li:hover > a:before, .main_nav > ul > li.current-menu-item > a:before, .main_nav > ul > li.current-menu-parent > a:before, .main_nav > ul > li.current-menu-ancestor > a:before {
	width: 100%;
	}

.main_nav > ul > li.menu-item-has-children > a{
	background: url('img/menu.svg') no-repeat center bottom 14px / 10px auto;
	}

.main_nav > ul > li > ul{
	display: block;
	width: 180px;
	padding: 15px 20px;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 300;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
	opacity: 0;
	border-radius: 5px;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	}

.main_nav > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
	}

.main_nav ul li ul li {
	display: block;
	padding: 5px 0;
	}

.main_nav ul li ul li a{
	color: #26272c;
	}

.main_nav > ul > li > ul > li > a:hover, .main_nav > ul > li > ul > li.current-menu-item > a, .main_nav > ul > li > ul > li.current-menu-parent > a, .main_nav > ul > li > ul > li.current-menu-ancestor > a{
	color: #b0aaff;
	}

/* END HEADER */


/* HOME */

.home_top {
	padding: 40px 40px 20px 40px;
	}

.bg {
	padding: 40px 40px 30px 40px;
	background: #ecebff;
	}

.home_news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.home_new {
	display: flex;
	width: 23%;
	margin: 0 0 20px 0;
	}

.home_new_img {
	min-width: 100px;
	width: 100px;
	margin: 0 15px 0 0;
	}

.home_new_img img {
	vertical-align: bottom;
	border-radius: 5px;
	}

.home_new_t {
	font-weight: bold;
	}

.home_new_t a {
	color: #26272c;
	}

.home_new_t a:hover {
	color: #b0aaff;
	}


.betting {
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	padding: 10px 20px;
	margin: 0 0 30px 0;
	background: #fff;
	box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	position: relative;
	text-align: center;
	}

.betting:hover {
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 35%);
	}

.betting_n {
	width: 30px;
	height: 30px;
	padding: 12px 0 0 0;
	position: absolute;
	top: -12px;
	left: 30px;
	background-color: rgba(255, 121, 121, 0.9);
	border-radius: 5px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	}

.betting_n1 {
	background-color: rgba(176, 170, 255, 0.9);
	}

.betting_img {
	width: 80px;
	}

.betting_img img {
	vertical-align: bottom;
	border-radius: 5px;
	}

.betting_sep {
	width: 1px;
    height: 50px;
    background: #d6d7db;
	}

.betting_bon{
	width: 262px;
	color: #919191;
	font-size: 12px;
	line-height: 17px;
	}

.betting_bon span{
	display: block;
	padding: 0 0 5px 0;
	color: #26272c;
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	}

.betting_rat{
	width: 100px;
	padding: 10px 15px;
	border: 1px solid #d6d7db;
	border-radius: 21px;
	}

.rat{
	display: flex;
	justify-content: space-between;
	}

.rat span{
	display: block;
	width: 18px;
	height: 18px;
	background: url('img/rat.svg') no-repeat center / 18px;
	}

.rat span.active{
	background-image: url('img/rat_a.svg');
	}

.betting_r{
	width: 150px;
	}

.betting_r .btn{
	width: 100%;
	}

.bettings_go {
	padding: 0 0 8px 0;
	}


.home_text {
	padding: 40px 40px 20px 40px;
	}


.bonuss {
	display: flex;
	flex-wrap: wrap;
	}

.bonus {
	box-sizing: border-box;
	width: 23.5%;
	padding: 30px;
	margin: 0 2% 20px 0;
	background: #fff;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
	text-align: center;
	}

.bonus:nth-child(4n) {
	margin: 0 0 20px 0;
	}

.bonus:nth-child(2n) {
	background: #26272c;
	}

.bonus:hover {
	box-shadow: 0 0 35px 0 rgb(0 0 0 / 40%);
	}

.bonus_t {
	padding: 0 0 25px 0;
    color: #7f8c8d;
	}

.bonus_t a {
    color: #7f8c8d;
	}

.bonus_t a:hover {
	text-decoration: underline;
	}

.bonus_b {
	padding: 0 0 30px 0;
	color: #151515;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	}

.bonus_b a {
    color: #151515;
	}

.bonus_b a:hover {
	opacity: 0.6;
	}

.bonus:nth-child(2n) .bonus_b, .bonus:nth-child(2n) .bonus_b a {
    color: #fff;
	}

.bonus_i {
	padding: 0 0 25px 0;
    color: #777;
	font-size: 12px;
	line-height: 14px;
	}

.bonus:nth-child(2n) .bonus_i {
    color: #7f8c8d;
	}

.bonus_i span {
	font-weight: bold;
	}

.bonus:nth-child(2n) .btn {
	border-color: #ff7979;
	background-color: #ff7979;
	}

.bonus:nth-child(2n) .btn:hover{
	border-color: #b0aaff;
	background-color: #b0aaff;
	}


.newsos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.news {
	width: 24%;
	margin: 0 0 20px 0;
	background: #fff;
	transition: all 0.3s 0.02s ease;
	box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
	position: relative;
	border-radius: 5px;
	}

.news_big {
	width: 48%;
	}

.news:hover {
	box-shadow: 0 0 35px 0 rgb(0 0 0 / 40%);
	}

.news_big .news_img:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.32);
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 5px;
	}

.news_img img {
	vertical-align: bottom;
	border-radius: 5px;
	}

.news_b {
	padding: 25px 20px;
	}

.news_big .news_b {
	box-sizing: border-box;
	width: 100%;
	padding: 40px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

.news_cat {
	padding: 0 0 20px 0;
	font-size: 13px;
	line-height: 15px;
	}

.news_cat a {
	text-decoration: underline;
	}

.news_cat a:hover {
	text-decoration: none;
	}

.news_big .news_cat a {
	color: #eee;
	}

.news_t {
	font-size: 18px;
	font-weight: bold;
	}

.news_t a {
	color: #26272c;
	}

.news_t a:hover {
	color: #b0aaff;
	}

.news_big .news_t a {
	color: #fff;
	}

.news_big .news_t a:hover {
	color: #b0aaff;
	}


/* END HOME */


/* POSTS */

#content {
	padding: 40px 40px 20px 40px;
	}


.vn_top {
	padding: 40px 40px;
	background: #ecebff;
	}

.vn_top h1 {
	margin: 0 0 5px 0;
	text-align: left;
	}

.breadc {
	color: #7f8c8d;
	font-size: 12px;
	line-height: 14px;
	}

.breadc a {
	color: #7f8c8d;
	}

.breadc a:hover {
	color: #7f8c8d;
	text-decoration: underline;
	}

.breadc .sep {
	padding: 0 5px;
	}


.sub_cats {
	padding: 0 0 20px 0;
	}

.sub_cats a {
	display: inline-block;
	height: 28px;
	padding: 0 20px;
	margin: 0 5px 5px 0;
	border: 1px solid #b0aaff;
	border-radius: 15px;
	color: #b0aaff;
	font-size: 12px;
	line-height: 28px;
	}

.sub_cats a.active, .sub_cats a:hover {
	border-color: #7f8c8d;
	color: #7f8c8d;
	}


.p_nav {
	padding: 10px 0;
	}

.p_nav a, .p_nav span {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 0 0;
	background: #57b64d;
	color: #fff;
	}

.p_nav a:hover, .p_nav .current {
	background: #ca2a3c;
	}


.cat_des {
	padding: 20px 0;
	}


.bet_page {
	display: flex;
	padding: 0 0 20px 0;
	}

.bet_l {
	min-width: 270px;
	width: 270px;
	margin: 0 30px 0 0;
	text-align: center;
	}

.bet_img {
	padding: 0 0 20px 0;
	}

.bet_img img {
	width: 140px;
	border-radius: 5px;
	vertical-align: bottom;
	}

.bet_rat {
	width: 100px;
	margin: 0 auto 20px auto;
	position: relative;
	}

.bet_rat:before {
	content: " ";
	display: block;
	width: 50px;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	}

.bet_l h1 {
	margin: 0 0 10px 0;
	}

.bet_desc {
	padding: 0 0 30px 0;
	color: #7f8c8d;
	font-size: 15px;
	line-height: 19px;
	}

.bet_l_bg {
	background: #ecebff;
	border-radius: 5px;
	padding: 30px;
	}

.bet_bon {
	padding: 20px 0 0 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	}


.bet_r {
	width: 100%;
	}


.bet_pms {
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px 0;
	}

.bet_pm {
	box-sizing: border-box;
	width: 48%;
	padding: 30px 30px 25px 30px;
	border: 1px solid #dfe6e9;
	border-radius: 5px;
	position: relative;
	}

.bet_pm:before {
	content: " ";
	display: block;
	width: 50px;
	height: 50px;
	background: url('img/plus.svg') no-repeat center / contain;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0.4;
	}

.bet_pm_m:before {
	background-image: url('img/minus.svg');
	}

.bet_pm_t {
	padding: 0 0 15px 0;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	}

.bet_pm ul li {
	padding: 4px 0 4px 22px;
	background: url('img/plus.svg') no-repeat 0px 8px / 16px auto;
	}

.bet_pm_m ul li {
	background-image: url('img/minus.svg');
	}


/* END POSTS */


/* FOOTER */

#footer {
	background: #26272c;
	color: #777;
	}

.footer_top {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 40px;
	background: #ecebff;
	}

.footer_inf {
	max-width: 300px;
	}

.footer_imgs img {
	margin: 0 2px;
	vertical-align: bottom;
	}

.bot_soc {
	max-width: 300px;
	text-align: right;
	}

.bot_soc a {
	width: 32px;
	height: 32px;
	margin: 0 0 0 5px;
	}

.footer_bot {
	display: flex;
	justify-content: space-between;
	padding: 30px 40px;
	font-size: 12px;
	line-height: 14px;
	}

.footer_bot a {
	color: #777;
	text-decoration: underline;
	}

.footer_bot ul li a:hover, .footer_bot ul li.current-menu-item a, .footer_bot ul li.current-menu-parent a, .footer_bot ul li.current-menu-ancestor a {
	color: #777;
	text-decoration: none;
	}

.nav_bot ul li {
	display: inline-block;
	margin: 0 0 0 20px;
	}


/* END FOOTER */


/* MODAL */

.modal_win{
	display: none;
	box-sizing: border-box;
	width: 400px;
	max-width: 90%;
	padding: 50px 30px 30px 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: left;
	}

.modal_close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	opacity: 0.5;
	}

.modal_close:before, .modal_close:after{
	content: " ";
	display: block;
	width: 138%;
	height: 2px;
	background: #000;
	border-radius: 1px;
	position: absolute;
	top: 49%;
	left: -19%;
	transform: rotate(90deg);
	transition: all 0.3s 0.02s ease;
	}

.modal_close:before{
	transform: rotate(45deg);
	}

.modal_close:after{
	transform: rotate(-45deg);
	}

.modal_close:hover{
	opacity: 1;
	transform: rotate(360deg);
	}

.modal_mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: #000;
	opacity: 0.8;
	}


.search {
	display: flex;
	}

.search_inp {
	width: 100%;
	}

.search_sub {
	width: 40px;
	padding: 0 0 0 5px;
	}

.search_sub input {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	background: none;
	border: 0;
	background: url('img/search.svg') no-repeat center / 24px auto;
	border-radius: 5px;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.3s 0.02s ease;
	}

.search_sub input:hover {
	opacity: 1;
	}

/* END MODAL */



/* 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; 
	}

/* END WP OTHER */





@media (max-width: 1240px) {

.wrap {
	width: 980px;
	}

.on980, .only980 {display: block;}
.hide980 {display: none;}


#header {
	padding: 0 30px;
	}


.main_nav > ul{
	width: 920px;
	}

.home_top {
	padding: 40px 30px 20px 30px;
	}

.bg {
	padding: 40px 30px 30px 30px;
	}


.home_text {
	padding: 40px 30px 20px 30px;
	}


.betting {
	padding: 10px 10px;
	margin: 0 0 20px 0;
	}

.betting_n {
	left: 10px;
	}


.bonus {
	padding: 20px;
	}


.news_b {
	padding: 20px;
	}

.news_big .news_b {
	padding: 30px;
	}


#content {
	padding: 40px 30px 20px 30px;
	}


.vn_top {
	padding: 30px;
	}


.bet_l {
	min-width: 220px;
	width: 220px;
	}

.bet_l_bg {
	padding: 20px;
	}

.bet_pm {
	padding: 20px 20px 15px 20px;
	}


.footer_top {
	padding: 40px 30px;
	}

.footer_bot {
	padding: 30px 30px;
	}

}


@media (max-width: 1020px) {

.wrap {
	width: 760px;
	}

.on760, .only760 { display: block; }
.only980, .hide760 {display: none;}


#header {
	height: 130px;
	padding: 0 10px;
	}

.top_soc{
	width: 32%;
	}

.logo{
	width: 220px;
	}

.top_se {
	width: 32%;
	}

.main_nav {
	height: 48px;
	}

.main_nav > ul{
	width: 740px;
	}

.main_nav > ul > li > a{
	height: 48px;
	line-height: 48px;
	}

.main_nav > ul > li.menu-item-has-children > a{
	background-position: center bottom 7px;
	}


.home_top {
	padding: 30px 10px 15px 10px;
	}

.bg {
	padding: 30px 10px 15px 10px;
	}


.home_new {
	width: 48%;
	}


.home_text {
	padding: 30px 10px 15px 10px;
	}


.bonus {
	padding: 10px;
	}

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

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

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


.news_b {
	padding: 10px;
	}

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

.news_big .news_b {
	padding: 20px;
	}


#content {
	padding: 30px 10px 15px 10px;
	}

.vn_top {
	padding: 25px 10px;
	}


.bet_l {
	min-width: 200px;
	width: 200px;
	margin: 0 20px 0 0;
	}


.bet_pms {
	display: block;
	padding: 0 0 10px 0;
	}

.bet_pm {
	width: auto;
	margin: 0 0 10px 0;
	}



.footer_top {
	display: block;
	padding: 20px 10px;
	text-align: center;
	}

.footer_inf {
	max-width: 100%;
	padding: 0 0 20px 0;
	}

.footer_imgs {
	padding: 0 0 20px 0;
	}

.bot_soc {
	max-width: 100%;
	text-align: center;
	}

.bot_soc a {
	margin: 0 2px;
	}


.footer_bot {
	display: block;
	padding: 20px 10px;
	text-align: center;
	}

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

.nav_bot ul li {
	margin: 0 10px;
	}

}


@media (max-width: 759px) {

.wrap {
	width: 100%;
	}

.on320 { display: block; }
.only760, .hide320 {display: none;}

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

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

.title {
	margin: 0 0 20px 0;
	}

.title:before, .title:after {
	top: 13px;
	}

.title:after {
	background-color: rgba(253, 146, 69, 0.9);
	top: 6px;
	}


#header {
	height: auto;
	padding: 10px;
	}

.top{
	display: block;
	height: auto;
	border: 0;
	}

.top_soc{
	display: none;
	}

.logo{
	width: 200px;
	}


.top_se{
	width: auto;
	position: absolute;
	top: 8px;
	right: 50px;
	}


.show_nav{
	display: block;
	}

.main_nav{
	display: none;
	height: auto;
	padding: 10px 0 0 0;
	}

.fix .main_nav {
	width: auto;
	position: relative;
	box-shadow: none;
	}

.main_nav > ul{
	display: block;
	width: auto;
	}

.main_nav > ul > li {
	width: auto;
	margin: 0;
	border-top: 1px solid #b0aaff;
	}

.main_nav > ul > li > a{
	height: auto;
	padding: 7px 0;
	line-height: 22px;
	text-align: left;
	}

.main_nav > ul > li > a:before {
	display: none;
	}

.main_nav > ul > li.menu-item-has-children > a{
	background: none;
	}


.main_nav > ul > li > ul, .main_nav > ul > li:hover > ul{
	width: auto;
	padding: 0 10px 10px 10px;
	position: relative;
	top: 0;
	left: 0;
    transform: none;
	background: #fff;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	}


.home_top {
	padding: 20px 10px 15px 10px;
	}

.bg {
	padding: 20px 10px 15px 10px;
	}


.home_new {
	width: 100%;
	}


.betting {
	display: block;
	}

.betting_img {
	margin: 0 auto 15px auto;
	}

.betting_sep {
	display: none;
	}

.betting_bon{
	width: auto;
	margin: 0 0 15px 0;
	}

.betting_rat{
	margin: 0 auto 15px auto;
	}

.betting_r{
	width: auto;
	}

.betting_r .btn{
	width: auto;
	}

.bettings_go {
	padding: 0 0 5px 0;
	}


.home_text {
	padding: 20px 10px 15px 10px;
	}


.bonuss {
	display: block;
	}

.bonus {
	width: auto;
	margin: 0 0 20px 0;
	}


.newsos {
	display: block;
	}

.news {
	width: auto;
	}

.news_big {
	width: auto;
	}


#content {
	padding: 20px 10px 15px 10px;
	}

.vn_top {
	padding: 20px 10px;
	}


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

.cat_des {
	padding: 15px 0;
	}



.bet_page {
	display: block;
	padding: 0 0 10px 0;
	}

.bet_l {
	min-width: auto;
	width: auto;
	margin: 0 0 20px 0;
	}


.nav_bot ul li {
	margin: 0 5px;
	}

}




.bet_l_nav{
	padding: 20px 0 0 0;
	text-align: left;
	}
.bet_l_nav li{
	display: block;
	padding: 0 0 7px 0;
	line-height: 20px;
	font-size: 15px;
	}
.bet_l_nav li a{
	display: inline-block;
	padding: 0 0 0 15px;
	color: #1d1d1d;
	text-decoration: none;
	position:relative;
	}
.bet_l_nav li a:before{
	content: "";
	display:block;
	position:absolute;
	z-index:1;
	top: 9px;
	left: 0;
	width: 5px;
	height: 3px;
	background: #ca2540;
	border-radius: 3px;
    transition: all 0.3s 0.02s ease;
	}
.bet_l_nav li a:hover:before, .bet_l_nav li.active a:before{
	width: 12px;
	}
.bet_l_nav li a:hover, .bet_l_nav li.active a{
	color: #ca2540;
	}

.widget {
	margin: 0 0 20px 0;
}
.widget_title {
    padding: 0 0 15px 0;
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
}


.bet_l_nav_adapt{
	display: none;
}

@media (max-width: 759px) {
	.bet_l_nav_pc{
		display: none;
	}
	.bet_l_nav_adapt{
		display: block;
		padding: 20px 10px;
	}
}




.user_top {
	display: flex;
	align-content: center;
	align-items: center;
	margin: 0 0 20px 0;
	}

.user_top_img {
	width: 100px;
	min-width: 100px;
	margin: 0 22px 0 0;
	}

.user_top_img img {
	vertical-align: bottom;
	border-radius: 50%;
	}

.user_top h1 {
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	}

.user_top_d {
	padding: 0 0 10px 0;
	font-size: 13px;
	}

.user_soc {
	display: flex;
	}


.user_soc a {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	transition: all 0.3s 0.02s ease;
	}

.user_soc_vk {
    background: url('img/vk.svg') center / contain;
	}
.user_soc_fb {
    background: url('img/facebook.svg') center / contain;
	}
.user_soc_in {
    background: url('img/instagram.svg') center / contain;
	}
.user_soc_tw {
    background: url('img/twitter.svg') center / contain;
	}

.user_soc a:hover {
	transform: rotate(180deg);
	}


.user_list {
    border: 1px solid #ecebff;
	background: #f4f3fb;
    padding: 20px;
	margin: 6px 0;
	border-radius: 5px;
	text-align: left;
	}

.user_list_top {
	display: flex;
	align-content: center;
	align-items: center;
    margin-bottom: 10px;
	}

.user_list_ava {
	width: 80px;
	max-width: 80px;
	margin: 0 20px 0 0;
	}

.user_list_ava img {
	vertical-align: bottom;
	border-radius: 50%;
	}

.user_list_a {
	padding: 0 0 3px 0;
	color: #aaa;
	font-size: 13px;
	}

.user_list_t {
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	}

.user_list_t a {
	color: #111;
	text-decoration: none;
	}

.user_list_t a:hover {
	color: #000;
	text-decoration: underline;
	}
