/*
Theme Name: shablon12
*/

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


@font-face {
    font-family: 'kentblack';
    src: url('fonts/kent-bla-webfont.eot');
    src: url('fonts/kent-bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kent-bla-webfont.woff') format('woff'),
         url('fonts/kent-bla-webfont.ttf') format('truetype'),
         url('fonts/kent-bla-webfont.svg#kentblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* BASE */

body {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	background: -webkit-linear-gradient(90deg, #454545,#212121);background: linear-gradient(90deg, #454545,#212121);
	text-align: center;
	}

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

input, textarea {
	color: #222;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	}
a {
	color: #ff0000;
	text-decoration: underline;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #ff0000;
	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 20px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #fff;
	font-weight: bold;
	}
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;
	}

.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 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 {
	background: #270606;
    padding: 25px 0 25px 0;
	}

.header_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	}
.logo {
	}
.logo a {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
	letter-spacing: 2px;
    font-family: 'kentblack';
    text-decoration: none;
    text-transform: uppercase;
	background: linear-gradient(5deg, #fff 33%, #ff0000 65%, #989898);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	}
.logo a span{
    font-size: 16px;
	}

.nav_top{
	}	
.nav_top > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
.nav_top > ul > li{
	display:block;
	padding: 0 0 0 20px;
	position:relative;
	}
.nav_top > ul > li > a{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
    font-family: 'kentblack';
	text-transform: uppercase;
	text-decoration: none;
	}
.nav_top > ul > li > a:hover, .nav_top > ul > li.current-menu-item > a{
	color: #ff0000;
	}
	
	

.adapt_menu{
	margin: 0 0 0 0;
	position: relative;
	display: none;
	width: 18px;
	height: 18px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	}
.adapt_menu span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .2s ease-in-out;
	}
.adapt_menu span:nth-child(2){
	top: 8px;
	width: 13px;
	}
.adapt_menu span:nth-child(3){
	top: 16px;
	}
.adapt_menu.adapt_menu_active span{
	top: 8px;
	}
.adapt_menu.adapt_menu_active span:nth-child(1){
	transform: rotate(45deg);
	}
.adapt_menu.adapt_menu_active span:nth-child(2){
	opacity: 0;
	}
.adapt_menu.adapt_menu_active span:nth-child(3){
	transform: rotate(-45deg);
	}
	

/* END HEADER */


#content{
	padding: 40px 0 40px 0;
	}	
.cont_bg_title{
    color: #fff;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
	}
.cont_bg{
    border-radius: 6px;
    padding: 20px;
	margin: 0 0 30px 0;
    box-shadow: 0 0 12px rgb(0 0 0 / 32%);
	}
.pop_post{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #602e2e;
	border-radius: 6px;
	padding: 20px 20px;
	margin: 0 auto 30px auto;
	}
.pop_post_img{
	flex: 0 0 160px;
	margin: 0 30px 0 0;
	text-align: center;
	}	
.pop_post_img img {
    max-height: 50px;
    vertical-align: bottom;
	}

.pop_post_center{
	color: #ffcb27;
	}
.pop_post_title{
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	font-weight: 500;
	margin: 0 0 10px 0;
	}
.pop_post_title a{
	color: #fff;
	text-decoration: none;
	}
.pop_post_title a:hover{
	color: #ff0000;
	}
	

.pop_post_rat{
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	}	
.pop_post_rat span {
	font-size: 22px;
	color: #cccccc;
	font-weight: bold;
	margin: 0 0 0 5px;
	}	
.pop_post_rat span:first-child {
	margin: 0 0 0 0;
	}
.pop_post_rat span.active{
	color: #ffd700;
	}
.pop_post_bonus{
	margin: 0 0 0 auto;
	width: 100%;
	max-width: 300px;
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	}
.pop_post_bonus b{
	display: block;
	font-weight: 600;
	font-size: 17px;
	line-height: 18px;
	margin: 0 0 4px 0;
	}
	
.pop_post_but{
	margin: 0 0 0 auto;
	}
.pop_post_but a{
	display: block;
	border-radius: 5px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
	padding: 12px 25px;
	text-decoration: none;
	background-color: #ff0000;
	}
.pop_post_but a:hover{
	background-color: #ef4040;
	}
	

.single_top_l{
    border-radius: 6px;
    padding: 10px;
    margin: 0 0 30px 0;
    box-shadow: 0 0 12px rgb(0 0 0 / 32%);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	}

.single_img{
	flex: 0 0 250px;
	margin: 0 20px 0 0;
	}
.single_top_right h1{
	margin: 0 0 5px 0;
	}
.single_img img{
	vertical-align: bottom;
	max-height: 100px;
	}
.single_rat{
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 5px 0;
	}	
.single_rat span {
	font-size: 24px;
	line-height: 26px;
	color: #cccccc;
	font-weight: bold;
	margin: 0 0 0 5px;
	}	
.single_rat span:first-child {
	margin: 0 0 0 0;
	}
.single_rat span.active{
	color: #ffd700;
	}
.single_bonus{
	font-size: 16px;
	line-height: 20px;
	}
	

.single_top_r{
    border-radius: 6px;
    padding: 10px;
    margin: 0 0 30px 0;
    box-shadow: 0 0 12px rgb(0 0 0 / 32%);
	}
.statistics{
	margin: 0 0 30px 0;
	}
.statistics_list{
	box-sizing: border-box;
	}
.statistics_b{
	margin: 0 0 15px 0;
	}
.statistics_b:last-child{
	margin: 0 0 0 0;
	}
.statistics_bt{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 0;
	}
.statistics_bl{
	height: 15px;
	border-radius: 5px;
	background: #2f0a13;
	}
span.statistics_b_line{
	display: block;
	height: 15px;
	line-height: 15px;
	border-radius: 5px;
	background: #ff0000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
	padding: 0 10px 0 0;
	box-sizing: border-box;
	}


.advantages{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
	}
.advantages_b{
	box-sizing: border-box;
    border-radius: 6px;
    padding: 10px;
    margin: 0 0 30px 0;
    box-shadow: 0 0 12px rgb(0 0 0 / 32%);
	}

.advantages_title{
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	position: relative;
	}
.advantages_title:before{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	height: 2px;
	background: #ff0000;
	transition: all 0.3s 0.02s ease;    
	}
.advantages_title:after{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 50%;
	left: 0;
    transform: translateY(-50%) rotate(90deg);
	width: 10px;
	height: 2px;
	background: #ff0000;
	transition: all 0.3s 0.02s ease;    
	}
.advantages_minus .advantages_title:after{
	display:none;
	}



.faq_block{
	margin: 0 0 30px 0;
	}
.faq_block_t{
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	}

.faq_b{	
    box-shadow: 0 0 12px rgb(0 0 0 / 32%);
	padding: 0 20px 0 20px;
	box-sizing: border-box;
    border-radius: 6px;
    margin: 0 0 14px 0;
	transition: all 0.3s 0.02s ease;
	}
.faq_b.active .faq_b_title{
	color: #ff0000;
	}
.faq_b_title{
	font-size: 20px;
	font-weight: 600;
	position:relative;
	padding: 15px 30px 15px 0;
	cursor: pointer;
	}
.faq_b_title:before{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 20px;
	right: 0;
	width: 13px;
	height: 2px;
	background: #ff0000;
	transition: all 0.3s 0.02s ease;    
	}
.faq_b_title:after{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 20px;
	right: 0;
	width: 13px;
	height: 2px;
	background: #ff0000;
	transform:rotate(90deg);
	transition: all 0.3s 0.02s ease;    
	}
.faq_b_title.active:before{
    transform: rotate(60deg);
	width: 8px;
	top: 22px;
	right: 8px;
	}
.faq_b_title.active:after{
    transform: rotate(120deg);
	}
.faq_b_text{
	display: none;
	padding: 10px 0;
	}



footer {
	padding: 25px 0 25px 0;
	background: #270606;
	}
.f_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.flogo {
    padding: 0 0 15px 0;
	}
.flogo a {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
	letter-spacing: 2px;
    font-family: 'kentblack';
    text-decoration: none;
    text-transform: uppercase;
	background: linear-gradient(5deg, #fff 33%, #ff0000 65%, #989898);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	}
.flogo a span{
    font-size: 16px;
	}


.nav_bot{
    padding: 0 0 15px 0;
	}
.nav_bot ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
.nav_bot li{
	display:block;
	padding: 0 10px 0 10px;
	}
.nav_bot li a{
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
    font-family: 'kentblack';
	text-transform: uppercase;
	text-decoration: none;
	}
.nav_bot li a:hover, .nav_bot li.current-menu-item a{
	color: #ff0000;
	}
	
.copy{
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	}
	


@media (max-width: 1310px) {
	.wrap {
		width: 980px;
		}
	}

@media (max-width: 1020px) {
	.wrap {
		width: 760px;
		box-sizing: border-box;
		padding: 0 10px;
		}
	header {
		padding: 10px 0;
		}
	.logo a {
		font-size: 24px;
		line-height: 26px;
		}
	.adapt_menu{
		display: block;
		}
	.nav_top{
		width: 100%;
		display: none;
		padding: 20px 0 0 0;
		}	
	.nav_top > ul {
		justify-content: center;
		}
	.nav_top > ul > li{
		display:block;
		padding: 0 10px 7px 10px;
		position:relative;
		}
	.poisk{
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		height: 26px;
		transform: translateY(0);
		}
	.pop_post {
		padding: 10px;
		margin: 0 auto 20px auto;
		}
	.pop_post_img {
		flex: 0 0 140px;
		margin: 0 20px 0 0;
		}	
	.pop_post_bonus {
		max-width: 260px;
		}	
	.cont_bg {
		padding: 20px 10px;
		}
	.f_list{
		display: block;
		}
	.flogo {
		text-align:center;
		}
	.nav_bot ul{
		justify-content: center;
		}
	.single_img{
		flex: 0 0 200px;
		margin: 0 20px 0 0;
		}
	}

@media (max-width: 759px) {
	.wrap {
		width: 100%;
		min-width: 320px;
		}
	.f_list_b{
		display: block;
		text-align:center;
		}

	.pop_post{
		display: block;
		max-width: 500px;
		margin: 0 auto 20px auto;
		}
	.pop_post_img{
		flex: 0 0 auto;
		margin: 0 0 10px 0;
		text-align: center;
		}	
	.pop_post_img img {
		max-height: 80px;
		}
	.pop_post_rat{
		display: flex;	
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		margin: 0 0 10px 0;
		}	
	.pop_post_bonus {
        max-width: 300px;
		margin: 0 auto 10px auto;
    	}	
	.pop_post_but {
    	margin: 0;
		text-align: center;
		}	
	.single_top{
		display: block;
		}
	.advantages{
		display: block;
		}
	
	.single_top_l{
		display: block;
		}
	.single_img{
		flex: 0 0 auto;
		margin: 0 0 10px 0;
		}
	.pop_post_center{
		text-align: center;
		}
	}


/* COMMENTS */

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

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

.comments_list li.thread-even {
	} 

.comments_list .even {
	}

.comments_list .alt {
	}

.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{
	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 */