/*
Theme Name: shablon6
*/

/* 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: rgba(53,64,82,0.8);
	font-size: 15px;
	line-height: 20px;
	font-family: 'Rubik', sans-serif;
	background: #eef0f4;
	text-align: center;
	}

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

input, textarea {
	color: #555;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Rubik', sans-serif;
	}

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

a:hover {
	color: #ffbd00;
	text-decoration: underline;
	}

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 25px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #000000;
	font-weight: 600;
	}
h1, .h1, .title{
	font-size: 36px;
	line-height: 40px;
	}
h2, .h2{
	font-size: 30px;
	line-height: 33px;
	}
h3, .h3{
	font-size: 27px;
	line-height: 30px;
	}
h4, .h4{
	font-size: 25px;
	line-height: 28px;
	}
h5, .h5{
	font-size: 23px;
	line-height: 25px;
	}
h6, .h6{
	font-size: 22px;
	line-height: 25px;
	}

.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_buttons {
	display: flex;
	gap: 20px; /* Расстояние между кнопками */
	align-items: center; /* Выравнивание по центру */
	margin-left: 20px; /* Расстояние от логотипа */
	
}

/* Общие стили для кнопок */
.header_buttons a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 30px;
}

/* Стили для кнопки Login */
.btn_login {
	background-color: #0080d6;
	transition: background-color 0.3s;
}

.btn_login:hover {
	background-color: #005ea6;
}

/* Стили для кнопки Registration */
.btn_register {
	background-color: #fb4d00;
	transition: background-color 0.3s;
}

.btn_register:hover {
	background-color: #c83d00;
}
header {
	height: 10px;
	}
.header{
	position: fixed;
	z-index:999;
	top:0;
	left:0;
	width: 100%;
	height: 150px;
	padding: 0 0 0 0;
	box-sizing: border-box;
	background: #272f3d;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	transition: all 0.3s 0.02s ease;
	}
.logo{
	float:left;
	padding: 0 0 0 0;
	transition: all 0.3s 0.02s ease;
	}
.logo a{
	display: block;
	background: url('images/logo.svg') no-repeat;
	background-size: auto 100%;
	padding: 32px 0 6px 30px;
	color: #abe14d;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	}

.top_nav{
	float: left;
	padding: 0 0 0 30px;
	height: 60px;
	}
.top_nav > ul > li{
	display:block;
	float:left;
	margin: 0 15px 0 0;
	position:relative;
	line-height: 60px;
	}
.top_nav > ul > li > a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	}
.top_nav > ul > li:hover > a{
	color: #ffbd00;
	}
.top_nav > ul > li.child > a{
	padding: 0 15px 0 0;
	background: url('images/child.png') no-repeat right center;
	background-size: 8px auto;
	}
	
.top_nav > ul > li > ul{
	position:absolute;
	z-index:1;
	top:100%;
	left:0;
	width: 170px;
	background: #fff;
	display: none;
	box-sizing:border-box;
	padding: 10px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	}
.top_nav > ul > li:hover > ul{
	display: block;
	}

.top_nav > ul > li > ul > li{
	margin: 0 0 5px 0;
	position:relative;
	line-height: 20px;
	}
.top_nav > ul > li > ul > li > a{
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	}
.top_nav > ul > li > ul > li > a:hover{
	color: #ffbd00;
	}


.adapt_menu{
	position: relative;
	display: none;
	float: right;
	margin: 20px 0 0 20px;
	padding: 0 0 0 0;
	width: 30px;
    height: 15px;
	cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
.adapt_menu_a{
	display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
	border-radius: 2px;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	}
.adapt_menu2{
	top: 6px;
	}
.adapt_menu3{
	top: 12px;
	}


.adapt_menu_active{
	position: relative;
	}
.adapt_menu_active .adapt_menu1{
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    background: #ffbd00;
	}
.adapt_menu_active .adapt_menu2{
	opacity: 0;
	}
.adapt_menu_active .adapt_menu3{
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    opacity: 1;
    background: #ffbd00;
	}				
	
	



.search{
	float:right;
	padding: 12px 0 0 0;
	}
a.search_on{
	display: block;
	width: 31px; 
	height: 31px;
	background: url('images/poisk_sub.svg') no-repeat center;
	background-size: 35px auto;
	}
	
	
.search_block{
	position:absolute;
	z-index:1;
	top: 100%;
	left:0;
	width: 100%;
	display: none;
	background: #ffbd00;
	padding: 5px 0;
	margin: 0 0 20px 0;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	}
.search_block form{
	position:relative;
	height: 40px;
	border-radius: 3px;
	}
input.search_inp{
	border:0;
	background: none;
	padding: 0 30px 0 0;
	margin:0;
	height: 40px;
	line-height: 40px;
	width: 100%;
	box-sizing:border-box;
	letter-spacing: 1px;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	}
input.search_inp::placeholder {
	color: #000;
	font-weight: 300;
	}
.search_sub{
	position:absolute;
	z-index:1;
	top: 7px;
	right: 0;
	width: 25px;
	height: 25px;
	background: url('images/poisk_sub.svg') no-repeat center;
	background-size: 30px auto;
	border:0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
	text-indent: -9999px;
	}



/* END HEADER */


/* HOME */


#content{
	padding: 40px 0 40px 0;
	 margin-top: 120px;
	}
#posts{
	float:left;
	width: 870px;
	}
#sidebar{
	float: right;
	width: 300px;
	}

.bg_top_block_more{
	text-align:center;
	margin: 0 0 30px 0;
	}
.bg_top_block_more a.sub_l{
	box-sizing:border-box;
	display: inline-block;
	padding: 15px 26px;
	margin: 0 10px 0 0;
	border-radius: 4px;
    background-color: #ffbd00;
	text-align:center;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
    text-transform: uppercase;
	}
.bg_top_block_more a.sub_l:hover{
	background: #10945d;
	color: #fff;
	}
	
.white_block{
	background: #fff;
	border-radius: 7px;
	padding: 10px;
	margin: 0 0 30px 0;
	}	
	
.main_news{
	display:inline-block;
	vertical-align: bottom;
	width: 268px;
	background: #fff;
	box-sizing:border-box;
	padding: 0 0 0 0;
	margin: 0 10px 30px 10px;
	}	
.main_news_data{
	margin: 0 0 5px 0;
	padding: 0 10px;
	color: #1d2129;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 0.6;
	}	
.main_news_zag{
	font-size: 18px;
	line-height: 22px;
	color: #1d2129;
	font-weight: 600;
	margin: 0 0 5px 0;
	padding: 0 10px;
	}	
.main_news_zag a{
	color: #1d2129;
	text-decoration: none;
	}	
.main_news_zag a:hover{
	color: #ffbd00;
	}	
.main_news_text{
	padding: 0 10px 10px 10px;
	}	
	

.widget{
	margin: 0 0 30px 0;
	background-color: #fff;
	padding: 10px;
	border-radius: 7px;
	}
.widget_title{	
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #ffbd00;
	color: #313131;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	}
.latest_post > ul > li{
	display: block;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #eeeeee;
	}
.latest_post > ul > li > a{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #313131;
	text-decoration: none;
	}
.latest_post > ul > li > a:hover{
	color: #ffbd00;
	}

.latest_post > ul > li > span{
	display: block;
	padding: 5px 0 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #888888;
	}

.s_tags a{
	display: inline-block;
	height: 28px;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding: 0 8px;
	margin: 0 6px 8px 0;
	color: #333;
	font-size: 10px;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	}
.s_tags a:hover{
	border: 1px solid #ffbd00;
	color: #ffbd00;
	}


.affiliate_list{
	margin: 0 0 40px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	}
.posts_b{
	display: block;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #eeeeee;
	}
.posts_b_img {
    margin: 0 0 15px 0;
	}
.posts_b_img img{
	vertical-align: bottom;
	border-radius: 4px;
	transition: all 0.3s 0.02s ease;
	opacity: 0.8;
	}
.posts_b:hover .posts_b_img img{
	opacity: 1;
	}
.posts_b_cat {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 5px 0;
	}
.posts_b_title{
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #313131;
	margin: 0 0 10px 0;
	}
.posts_b a {
	color: #313131;
	text-decoration: none;
	}
.posts_b a:hover {
	color: #ffbd00;
	}
.posts_b_date {
    font-size: 12px;
    line-height: 16px;
    color: #888888;
	}
.posts_b_entry {
    padding: 10px 0 0 0;
    font-size: 15px;
    line-height: 20px;
    color: #313131;
	}	
.posts_b_cat a {
	color: #ffbd00;
	}
.posts_b_cat a:hover {
	color: #313131;
	}


.main_title{
	color: #313131;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	}
.main_title:after {
	content: "";
	width: 80px;
	height: 2px;
	display: block;
	margin: 12px 0 0 0;
	border-radius: 2px;
	background-color: #ffbd00
	}


.breadcrumbs{
    color: #313131;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 20px 0;
	}
.breadcrumbs a{
    color: #313131;
    text-decoration: none;
	}
.breadcrumbs a:hover{	
    color: #ffbd00;
	}
	

footer{
	background: #272f3d;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	padding: 25px 0 15px 0;
	}

.flogo{
	margin: 0 auto 20px auto;
	width: 180px;
	}
.flogo a{
	display: block;
	background: url('images/logo.svg') no-repeat;
	background-size: auto 100%;
	padding: 32px 0 6px 30px;
	color: #abe14d;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	}
.copu{
	text-align:center;
	font-size: 12px;
	color: #fff;
	}

/* END HOME */




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