/*
Theme Name: Universal-SP
Description: Универсальная тема
Version: 1.1
Author: Semin Pavel
Author URI:
*/

.clear{
    clear: both;
}
.alignleft{
    display: block;
    float:left;
    margin: 0 20px 10px 0;
}
.alignright{
    display: block;
    float:right;
    margin: 0 0 10px 20px;
}
.aligncenter{
    display: block;
    margin: 0 auto 10px auto;
}
button, input[type=submit]{
    outline:none;
    border:none;
    cursor: pointer
}
a {
    text-decoration: none;
    color: #4761b2;
    transition: .2s;
}
a:hover{
    text-decoration: none;
    opacity: 0.7;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #272a47;
}
#header {
	background: url("img/hd_bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 30px 0 0 0;
}
p {
	margin: 0 0 15px 0;
}
.wrapper {
	width: 1110px;
	margin: 0 auto;        
}

.content_left {
	width: 730px;
	float: left;
	margin-top: 25px;
}
.content_right {
	width: 350px;
	float: right;
	margin-top: 25px;
}
.content_right .ph_right {
	margin: 25px 0;
}
.breadcrumbs {
	font-size: 12px;
	color: #4761b2;
	padding-left: 20px;
	background: url(img/ico_home.png) 2px 4px no-repeat;
}
.breadcrumbs .bs_divider {
	background: url("img/ico_next.png") 0 9px no-repeat;
	display: inline-block;
	width: 3px;
	height: 15px;
	margin: 0 5px;
}
.breadcrumbs span a {
	text-decoration: none;
}
.breadcrumbs .bs_divider:last-child {
	color: #898b90;
}
h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
}

h2 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
}

h3 {
	font-size: 24px;
	font-weight: 600;
}

h4 {
	font-size: 18px;
	font-weight: 400;
}
ol {
	counter-reset: myCounter;	
        list-style: none;
        margin: 0;
        padding: 0;
}
.post_body a {
	color: #5a69aa;
	text-decoration: underline;
}
.post_body a:hover {
	text-decoration: none;
}
.post_body ol > li:before {
	position: relative;
	counter-increment: myCounter;
	content: counter(myCounter)  ".";
	color: #70a453;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	margin: 5px 10px 5px 20px;
}
.post_body ol li ul {
	margin: 0 0 0 35px;
}
.post_body ul {
	margin: 0 0 12px 0;
        padding: 0;
        list-style: none; 
} 
#kcmenu > ul {        
    /* 2 колонки */
    -ms-column-count: 2; /* Для ie */
    -ms-column-width: 243px;
    -ms-column-gap: 2em;
    -moz-column-count: 2; /* Для Firefox */
    -moz-column-width: 243px;
    -moz-column-gap: 2em;
    -webkit-column-count: 2; /* Для Safari и Chrome */
    -webkit-column-width: 243px;
    -webkit-column-gap: 2em;
    column-count: 2;
    column-width: 243px;
    column-gap: 2em;
}
.post_body ul > li {
	padding-left: 30px;
	margin: 5px 0 5px 20px;
	background: url(img/ico_ul.png) 3px 6px no-repeat;
}
ul.contents li {
	background: url(img/ico_next.png) 7px 8px no-repeat;
}
.advice,
.stop,
.warning {
	padding: 20px 20px 20px 100px;
	margin: 20px 0;
	clear: both;
}
blockquote {
	background: #f3f4f8;
	border-radius: 5px;
	margin: 0;
	padding: 20px 20px 10px 20px;
	clear: both;
}
.advice {
	border: 3px solid #a0de50;
	background: url("img/warning.png") 25px center no-repeat;
}
.stop {
	border: 3px solid #ffc63d;
	background: url("img/stop.png") 25px center no-repeat;
}
.warning {
	border: 3px solid #929af1;
	background: url("img/advice.png") 25px center no-repeat;
}
.single_ss_form {
	background-color: #f6f4f1;
	padding: 20px;
}
.ss_form_title {
	font-family: 'Roboto Slab', serif;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	color: #464b62;
}
.single_ss_form {
	margin: 20px;
}
.single_ss_form input[type=text]{
	background: #fff;
	border: none !important;
	line-height: 40px;
	color: #a8a7b5;
	font-size: 14px;
	text-align: center;
        padding: 0 50px 0 20px;
        width: 460px !important;
        height: auto !important;
        float: none !important;
        margin-right: 0 !important;        
}
.single_ss_form form {
	margin: 5px 80px 0;
	position: relative;
}
.single_ss_form input[type=submit] {
	position: absolute;
	top: 15px;
	right: 30px;
	width: 0 !important;
	height: 11px !important;
	border: none;
	background: url("img/ico_mail.png") center center no-repeat;
	cursor: pointer;
        text-indent: -9999px;
}
.single_ss_form p {
	margin: 5px 0 0 0;
	font-size: 14px;
	text-align: center;
}

.comment-meta a {
	background: #6a71c0!important;
	border: none;
	color: #fff !important;
	border-radius: 4px;
}
.like_likes {
	top: 20px !important;
}
#comments {
	margin-top: 20px;
}
.comment-list {
    padding: 15px 15px 15px 15px;
}
.comment-list li {
	background: #f3f4f8;
    margin-bottom: 15px;
	padding: 20px;
	border-radius: 5px;
}
.comment-list li:last-child {
    margin-bottom: 0; 
}
.comment-list .children {
    margin: 15px 0 0 30px; 
}
.comments_title,
.block-title {
	font-size: 18px;
	margin: 10px 0;
}
.like_likes {
    top: -55px !important;
    right: 0 !important;
}
.comment-meta {
    overflow: hidden;
}
.comment-content {
    position: relative;
}
.comments-area .avatar {
	margin: 0 20px 0 0;
	float: left;
}
.comments-area .fn {
	font-size: 12px;
	float: left;
        font-weight: 300;
        font-style: normal;
}
.comments-area time {
    float: right;
    font-size: 12px;
} 
.comments-area h3 {
    padding: 8px 10px 0 0;
    margin: 10px 0 !important;
}
.comment-respond h3 {
    font-size: 18px;
    font-weight: 300;
}
.reply a {
        display: block;
        text-align: center;
        line-height: 35px;
	background: #4761b2;
	border: none;	
	font-size: 14px;
	color: #fff;
	width: 200px;
	height: 35px;
}
.comment-content {
    padding: 10px 0;
}
.comment-content p {
	font-size: 14px;
	color: #35395a;
        padding: 0 0 0 0 !important;        
}
#commentform input[type=text]{
        resize: none;
	border: 1px solid #e3e6e8;
	line-height: 40px;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;	
	padding: 0 20px;
	width: 100%;	
	box-sizing: border-box;
}
.comment_form form input[type=text]:last-of-type {
	margin: 0;
}
#commentform textarea {
	margin: 0;
	padding: 10px 20px;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	width: 100%;
	height: 150px;
	border: 1px solid #e3e6e8;
	box-sizing: border-box;
	resize: none;    
}
button#com_send {
	background: #6a71c0;
	border: none;	
	font-size: 14px;
	color: #fff;
	width: 200px;
	height: 35px;
	border-radius: 4px;
}
.wp-pagenavi {
	clear: both;
        text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
        display: inline-block;
	text-decoration: none;	
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.affix {
	left: 0;
	right: 0;
	top: 0;
	height: 40px;
	z-index: 9999;
	position: fixed !important;
	background: rgba(255,255,255,0.9);
	color: #5d6583;
	text-align: center;
	font-size: 25px;

}
table {
	border-bottom: 1px solid #ccc;
	margin: 0 0px 24px 0;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}
tr{
	border-top:1px solid #ccc;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	border-left: 1px solid #ccc;
}
tr td {
	border-left: 1px solid #ccc;
	padding: 6px 24px;
}
tr.odd td {
	background: #f2f7fc;
}

tr td:last-child,
tr th:last-of-type{
	border-right: 1px solid #ccc;
}
.ft_widget_search input[type="text"] {
	width: 100%;
	background: none;
	height: 50px;
	padding: 0 0 0 20px;
	color: #94959e;
	background: rgba(255,255,255,1);
	border: none;
	box-sizing: border-box;
}
.ft_widget_search input[type="submit"] {
	background: url(img/ico_search.png) no-repeat;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	border: none;
	position: absolute;
	top: 20px;
	right: 25px;
}
.hd_logo_text {
	font-family: 'Exo 2', sans-serif;
	font-size: 40px;
	line-height: 38px;
	float: left;
	margin-left: 15px;
	font-weight: 400;
	color: #272a47;
	position: relative;
}
blockquote .contents_title {
	font-size: 22px;
}
.hd_logo_text span {
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	color: #fff;
	background: #6a71c0;
	font-weight: 400;
	padding: 1px 5px;
	position: absolute;
	right: -62px;
	top: 13px;
	line-height: 16px;
	box-sizing: border-box;
}
.hd_description {
	font-family: 'Exo 2', sans-serif;
	float: left;
	font-size: 14px;
	color: #272a47;
	margin-left: 17px;
	position: absolute;
	right: -9px;
	top: 41px;
}
.hd_logo {
	float: left;
	width: 350px;
	margin-right: 80px;
	position: relative;
}
.logo_img {
	float: left;
}
.hd_menu{
	float: left;
	margin-top: 12px;
	margin-left: 35px;
}
.hd_menu ul{
	list-style: none;
	margin:0;
	padding:0;
}
.hd_menu .sub-menu{
	display: none;
	position: absolute;
	top: 50px;
	left:0;
	z-index:9999;
	width:240px;
	background: #b99887;
}
.hd_menu ul li{
	position: relative;
}
.hd_menu > ul > li.menu-item-has-children{
	width:240px;
	height: 40px;
}
.hd_menu > ul > li.menu-item-has-children > a{
	display: block;
	color:#fff;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	font-weight: 700;
	text-decoration: none;
	padding:0 20px;
	background: #b99887 url('img/buter.png') center right 15px no-repeat;
}
.hd_menu > ul > li.menu-item-has-children:hover > .sub-menu{
	display: block;
}
.hd_menu ul ul.sub-menu li a{
	color:#fff;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
}
.hd_menu ul ul.sub-menu li{
	border-bottom: 1px solid #fff;
	background: #b99887;
}
.hd_menu ul ul.sub-menu li.menu-item-has-children{
	background: #b99887 url('img/ico_right.png') 90% center no-repeat;
}
.hd_menu ul ul.sub-menu li:hover{
	opacity: 0.7;
}
.hd_menu ul ul.sub-menu li.menu-item-has-children:hover{
	background: url('img/ico_right.png') 90% center no-repeat;
}
.hd_menu ul ul.sub-menu li:hover a{
	opacity: 1 !important;
}
.hd_menu > ul ul > li.menu-item-has-children:hover > .sub-menu{
	display: block;
	left:100%;
	top:0;
	width:100%;
}
.hd_menu_cancel {
	display: none;
}
.hd_right {
	float: left;
	position: relative;
	margin-left: 65px;
	margin-top: 9px;
	width: 340px;
}
.hd_right .ft_widget_search {
	margin-top: 3px;
}
.hd_menu_top {
	position: absolute;
	top: -35px;
	left: 0;
	width: 100vw;
    text-align: right;
    margin-left: -100vw;
    padding-left: 340px;	
}
.hd_menu_top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hd_menu_top ul li {
	display: inline-block;
	margin-right: 15px;
}
.hd_menu_top ul li a {
	font-size: 12px;
	color: #000;

}
.hd_bottom_menu {
	background: #393939;
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
}
.hd_bottom_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hd_bottom_menu ul li {
	display: inline-block;
	padding: 15px 20px;
	-webkit-box-shadow: 5px 0px 5px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 0px 5px -2px rgba(0,0,0,0.1);
	box-shadow: 5px 0px 5px -2px rgba(0,0,0,0.1);
}
.hd_bottom_menu ul li a {
	color: #fff;
}
.related_titles {
	text-align: center;
	font-size: 30px;
	margin: 25px 0 25px 0;
}
.related_post {
	float: left;
	width: 255px;
	min-height: 405px;
	margin-right: 27px;
	margin-bottom: 40px;
	position: relative;
	-webkit-box-shadow: 0px 5px 25px -9px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 5px 25px -9px rgba(0,0,0,.5);
	box-shadow: 0px 5px 25px -9px rgba(0,0,0,.5);
}
.related_post:last-child {
	margin-right: 0;
}
.related_thumb a img {
	width: 255px;
	height: 220px;
	object-fit: cover;
}
.related_comm {
	background: url("img/img_plash.png") center center no-repeat;
	width: 255px;
	height: 45px;
	position: absolute;
	top: 180px;
}
.related_comm_number {
	position: absolute;
	font-family: 'Exo 2', sans-serif;
	top: 17px;
	right: 15px;
	font-size: 12px;
	text-align: right;
	padding: 0px 0px 5px 15px;
	color: #272a47;
	background: url(img/ico_comm.png) left 3px top 4px no-repeat;
	width: 11px;
	height: 11px;
}
.related_cat {
	margin: 10px 0 10px 15px;
	font-size: 12px;
}
.related_cat a {
	background: #f0032f;
	color: #fff;
	padding: 4px 13px;
}
.related_title {
	padding: 10px 14px 20px;
}
.related_title a {
	color: #3e437b;
	font-size: 20px;
}
.content_before_left {
	width: 540px;
	background: #f6f2e5;
	padding: 15px 20px 15px 20px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	margin-right: 25px;
}
.actuals_title {
	font-size: 30px;
	margin-bottom: 10px;
}
.actual_title {
	float: left;
	padding-left: 23px;
	background: url("img/ico_list.png") left top 10px no-repeat;
	margin-bottom: 15px;
}
.actual_title a {
	font-size: 20px;
	color: #3e437b;
}
.actual_title a span {
	font-size: 12px;
	background: #ffc63d url(img/ico_comm.png) left 5px center no-repeat;
	padding: 2px 10px 1px 23px;
	box-sizing: border-box;
	margin-left: 6px;
	color: #272a47;
}
.content_before_centr {
	float: left;
	width: 255px;
	margin-right: 30px;
	margin-top: -10px;
}
.content_before_right {
	float: left;
	width: 255px;
	background: #f3f3f3;
	padding: 15px 15px 10px;
	box-sizing: border-box;
}
.content_right .content_before_right {
	float: none;
	width: 100%;
	background: #e3e7f2;
	padding: 15px 40px 10px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.content_right .content_center_right {
	float: none;
	width: 100%;
	margin-left: 0;
	background: #b99887;
	text-align: center;
	min-height: 325px;
	margin-bottom: 25px;
}
.content_right .advice_sov .bx-next {
	background: url(img/ico_revers.png) no-repeat;
	width: 35px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	left: 45%;
	bottom: -40px;
	z-index: 9999;
}
.content_before_right_title {
	font-size: 30px;
	margin-bottom: 10px;
}
.content_before_right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content_before_right ul li {
	padding-left: 30px;
	margin-bottom: 10px;
	background: url("img/ico_book.png") left center no-repeat;
}
.content_before_right ul li a {
	font-size: 20px;
	font-weight: 700;
	color: #3e437b;
}
#content_center {
	background: url("img/center_bg.png") center center  no-repeat;
	background-size: cover;
	overflow: hidden;
}
.content_center_left {
	width: 800px;
	float: left;
}
.content_center_title {
	font-size: 30px;
	margin: 30px 0 15px 0;
}
.home_cat_posts.active{
	display:block;
}
.home_cat_posts{
	margin-top: 20px;
	display:none;
}
.home_cat {
	display: inline-block;
	margin: 0 5px 13px;
}
.home_cat a {
	padding: 5px 10px;
	font-size: 14px;
	background: #ff6648;
	color: #fff;
}
.home_cat a.act {
	padding: 5px 10px;
	background: #3ec386;
	color: #fff;
}
.home_cat_one_post {
	width: 350px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 5px 25px -9px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 5px 25px -9px rgba(0,0,0,.5);
	box-shadow: 0px 5px 25px -9px rgba(0,0,0,.5);
}
.home_cat_one_thumb a img {
	object-fit: cover;
	width: 350px;
	height: 220px;
}
.home_cat_one_comm {
	background: url(img/img_plash2.png) center center no-repeat;
	background-size: cover;
	width: 350px;
	height: 45px;
	position: absolute;
	top: 180px;
}
.home_cat_one_comm_number {
	position: absolute;
	font-family: 'Exo 2', sans-serif;
	top: 17px;
	right: 15px;
	font-size: 12px;
	color: #272a47;
}
.home_cat_one_cat {
	margin: 10px 0 10px 15px;
	font-size: 12px;
}
.home_cat_one_cat a {
	background: #f0032f;
	color: #fff;
	padding: 4px 13px;
}
.home_cat_one_title {
	padding: 10px 14px 20px;
}
.home_cat_one_title a {
	color: #3e437b;
	font-size: 20px;
}
.home_cats {
	height: 90px;
	margin-bottom: 20px;
}
.home_cat_thumb a img {
	object-fit: cover;
	width: 140px;
	height: 90px;
	float: left;
	margin-right: 20px;
}
.home_cat_title a {
	font-size: 20px;
	color: #3e437b;
}
#content_bottom {
	margin: 35px 0;
	overflow: hidden;
}
.content_bottom_left {
	width: 290px;
	text-align: center;
	float: left;
}
.content_bottom_left_title {
	font-size: 30px;
	margin-top: 100px;
}
.content_bottom_left_text {
	font-size: 14px;
	color: rgba(0,0,0,.7);
	margin-top: 20px;
	margin-bottom: 20px;
}
.content_bottom_left_button {
	margin-bottom: 50px;
}
.content_bottom_left_button a {
	font-size: 18px;
	font-weight: 700;
	background: #f0032f;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 16px;
}
.content_bottom_center {
	background: url("img/men.jpg") center center no-repeat;
	width: 230px;
	height: 399px;
	float: left;
	margin-left: 15px;
	margin-right: 45px;
}
.content_bottom_right {
	float: left;
	width: 530px;
}
.question_title {
	padding-left: 30px;
	background: url("img/ico_list.png") left top 9px no-repeat;
	margin-bottom: 20px;
}
.question_title a {
	font-size: 20px;
	color: #3e437b;
}
.question_title a:hover {
	color: #6a71c0;
}
.questions_bottom_all {
	margin-left: 30px;
}
.questions_bottom_all a {
	font-size: 14px;
	color: #6a71c0;
}
#footer {
	background: #e3e7f2;
	padding: 30px 0 20px;
	overflow: hidden;
	clear: both;
}
.ft_widget {
	float: left;
	margin-right: 50px;
	position: relative;
}
.ft_desc {
	clear: both;
	color: #272a47;
	opacity: .7;
	font-size: 12px;
	position: absolute;
	right: 24px;
	top: 27px;
}
.ft_logo .logo_img {
	float: none;
}
.ft_text {
	color: #272a47;
	opacity: .7;
	font-size: 12px;
	margin-left: 94px;
}
.ft_menu {
	margin-left: 94px;
}
.logo_img img {
	margin-bottom: 15px;
}
.ft_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ft_menu ul li {
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
	color: #6a71c0;
}
.ft_widget_menu {
	float: left;
	margin-left: 50px;
}
.ft_widget_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ft_widget_menu ul li {
	margin-bottom: 10px;
}
.ft_widget_menu ul li a {
	font-size: 18px;
	font-family: 'Exo 2', sans-serif;
	color: #3e437b;
}
#footer .ft_widget_search {
	float: right;
	position: relative;
	width: 390px;
}
.ft_logo .logo_img img {
	margin-bottom: 0;
	width: 295px;
	height: auto;
}
.home_cats_left {
	float: left;
	width: 350px;
}
.category .home_cat_title a {
	font-size: 17px;
}
.search_page .breadcrumbs {
	margin-bottom: 20px;
}
.search_page .home_cat_title a {
	font-size: 17px;
}
.cat_page_nav {
	margin-bottom: 15px !important;
}
.wp-pagenavi {
	margin-bottom: 25px;
}
.wp-pagenavi span.current {
	border: none;
	background: #ffc63d;
	color: #000;
	padding: 4px 11px;
	font-weight: 700;
}
.wp-pagenavi a {
	border: none !important;
	background: #6a71c0;
	color: #fff;
	padding: 4px 11px !important;
	font-weight: 700;
}
.advice_sov .bx-prev {
	display: none;
}
.content_center_right {
	float: left;
	width: 290px;
	margin-left: 20px;
	background: #b99887;
	text-align: center;
	min-height: 370px;
}
.advice_sov .bx-next {
	background: url("img/ico_revers.png") no-repeat;
	width: 35px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	left: 45%;
	bottom: -50px;
	z-index: 9999;
}
.advice_sov .bx-wrapper {
	position: relative;
}
ul.bxslider li {
	width: 70% !important;
	z-index: 99999 !important;
	height: 200px;
}
.content_center_right ul.bxslider li {
	width: 70% !important;
	z-index: 99999 !important;
	height: 200px;
}
.advice_sov_title {
	margin-top: 50px;
	background: #f0032f;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 4px 13px;
}
ul.bxslider li a {
	color: #272a47;
	font-size: 22px;
}
.widget_fseo_comm_widget {
	padding: 20px 20px 15px;
	background: #f3f3f3;
}
.widget_fseo_comm_widget .widget_title {
	color: #272a47;
	font-size: 30px;
}
.widget_fseo_comm_widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_fseo_comm_widget ul li {
	background: url("img/ico_list.png") left top 9px no-repeat;
	padding-left: 20px;
}
.widget_fseo_comm_widget ul li small {
	background: #ffc63d;
	padding: 0px 5px;
	margin-left: 6px;
}
.ft_widget_search tr, .ft_widget_search td, .ft_widget_search table, #ya-site-results tr, #ya-site-results td, #ya-site-results table {
	border: none !important;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
}
.ft_widget_search input[type=search] {
	background-color: transparent !important;
	padding: 9px 50px 10px 20px;
	width: 100%;
	display: block;
	height: 50px;
	box-sizing: border-box;
	font-size: 14px;
	outline: none;
	color: rgba(44,100,112,.5);
}
.ft_widget_search input[type=button] {
	position: absolute;
	width: 12px !important;
	height: 17px !important;
	display: block;
	background: url(img/ico_search.png) 0 2px no-repeat !important;
	top: 21px;
	right: 48px;
	border: none;
}
.ft_widget_search {
	margin-left: -30px;
}
.hd_right .ft_widget_search {
	margin-top: -9px;
}
.info {
	clear: both;
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #2d2d2d;
	background-color: #BDE5F8;
}
@media(max-width:1130px ) and (min-width:992px){
	.wrapper{
		width: 970px;
	}
	.content_left {
		width: 650px;
		float: left;
	}
	.content_right {
		width: 300px;
		float: right;
	}
	.hd_logo {
		float: left;
		width: 350px;
		margin-right: 45px;
	}
	.hd_menu {
		float: left;
		margin-top: 3px;
		margin-left: 35px;
	}
	.hd_right {
		float: left;
		position: relative;
		margin-left: 40px;
		width: 225px;
	}
	.hd_menu_top {
		padding-left: 225px;	
	}	
	.related_comm_number {
		position: absolute;
		font-family: 'Exo 2', sans-serif;
		top: 17px;
		right: 2px;
		font-size: 12px;
		color: #272a47;
	}
	.related_thumb a img {
		width: 222px;
		height: 220px;
		object-fit: cover;
	}
	.related_post {
		float: left;
		width: 222px;
		min-height: 403px;
	}
	.content_before_left {
		width: 405px;
	}
	.content_center_left {
		width: 100%;
	}
	#content_center .content_center_right {
		display: none;
	}
	.content_bottom_right {
		width: 390px;
	}
	#footer .ft_widget_search {
		width: 390px;
	}
	.category_page .home_cat_one_post {
		width: 280px;
	}
	.category_page .home_cat_one_thumb a img {
		width: 280px;
		height: 220px;
	}
	.category_page .home_cat_one_comm {
		display: none;
	}
}
@media(max-width:991px ) and (min-width:768px){
	.wrapper{
		width:750px;
	}
	.content_left{
		width:95%;
		float:none;
		margin: 0 auto;
	}
	.content_right {
		display: none;
	}
	.hd_menu_top {
		display: none;
	}
	.hd_right {
		float: none;
		position: relative;
		width: 90%;
		margin: 0 auto;
		clear: both;
	}
	.hd_bottom_menu ul li a {
		color: #fff;
		font-size: 16px;
	}
	.related_post {
		width: 230px;
	}
	.related_post:nth-child(4) {
		display: none;
	}
	.related_thumb a img {
		width: 230px;
	}
	.related_comm {
		width: 230px;
	}
	.related_comm_number {
		right: 4px;
	}
	.content_before_left {
		width: 95%;
		margin: 0 auto;
		float: none;
	}
	.content_before_centr, .content_before_right, .content_center_right, .content_bottom_center {
		display: none;
	}
	.content_center_left {
		width: 100%;
		float: left;
	}
	.content_bottom_right {
		float: left;
		width: 450px;
		margin-left: 25px;
	}
	.content_bottom_left {
		width: 260px;
		text-align: center;
		float: left;
	}
	#footer .ft_widget_search {
		float: right;
		position: relative;
		width: 280px;
	}
	.ft_widget_menu {
		float: left;
		margin-left: 0;
	}
	.category .home_cat_one_post {
		margin-right: 10px;
	}
	.breadcrumbs {
		margin-top: 15px;
	}
}
@media(max-width:767px ) and (min-width:0) {
	.wrapper {
		width: 95%;
		margin: 0 auto;
	}

	.content_left {
		width: 100%;
		float: none;
	}
	.content_right, .hd_menu, .hd_bottom_menu, .hd_menu_top, .hd_description, .content_before_centr, .content_before_right, #content_center, .content_bottom_center {
		display: none;
	}
	.hd_right {
		float: left;
		position: relative;
		margin-left: 0;
		margin-bottom: 12px;
		width: 100%;
	}
	.alignright, .alignleft {
		display: block;
		float: none;
		margin: 0 auto 10px;
	}
	.advice,
	.stop,
	.warning {
		padding: 20px;
		margin: 20px 0;
		border-radius: 4px;
		clear: both;
		background: none;
	}
	.fotorama img {
		width: 100%;
		height: auto;
	}
	.hd_logo {
		float: none;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.logo_img {
		float: none;
	}
	.related_titles {
		text-align: center;
		font-size: 24px;
		margin: 25px 0 25px 0;
	}
	.related_post {
		float: none;
		width: 255px;
		margin: 0 auto 15px;
		min-height: inherit;
	}
	.related_post:last-child {
		margin: 0 auto 15px;
	}
	.content_before_left {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.actuals_title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.actual_title a {
		font-size: 18px;
		font-weight: 700;
		color: #3e437b;
	}
	.content_bottom_left_title {
		font-size: 30px;
		margin-top: 0;
	}
	.content_bottom_right {
		float: left;
		width: 100%;
	}
	#footer {
		text-align: center;
	}
	.ft_widget {
		float: none;
		margin: 0 auto;
	}
	.ft_widget_menu {
		float: none;
		margin: 20px auto 0;
	}
	#footer .ft_widget_search {
		float: none;
		position: relative;
		width: 100%;
	}
	.category_page .home_cat_one_comm, .search_page .home_cat_one_comm {
		display: none;
	}
	.category_page .home_cat_one_thumb a img, .search_page .home_cat_one_thumb a img {
		object-fit: cover;
		width: 100%;
		height: 220px;
	}
	.category_page .home_cat_one_post, .search_page .home_cat_one_post {
		width: 100%;
		float: none;
		margin: 0 auto 15px;
	}
	.category .home_cat_title a {
		font-size: 15px;
	}
	.home_cats_left {
		float: left;
		width: 100%;
	}
	.logo_img img {
		margin-bottom: -10px;
		width: 300px;
		margin-top: 30px;
		height: auto;
	}
	.ft_desc {
		clear: both;
		color: #272a47;
		opacity: .7;
		font-size: 12px;
		position: absolute;
		right: 79px;
		top: 72px;
	}
	.ft_menu {
		display: none;
	}
	.ft_text {
		display: none;
	}
}
@media(max-width:767px ) and (min-width:568px) {
	.related_post {
		float: left;
		width: 255px;
		margin: 0 10px 15px 0;
		min-height: 405px;
	}
}
@media(max-width:567px ) and (min-width:0) {
	.related_post {
		float: none;
		width: 100%;
		margin: 0 auto 15px;
		min-height: inherit;
	}
	.related_thumb a img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.related_comm {
		background: url(img/img_plash.png) center center no-repeat;
		width: 100%;
		background-size: cover;
		height: 66px;
		margin-top: -63px;
		position: relative;
		top: 0;
	}
	.related_comm_number {
		position: absolute;
		font-family: 'Exo 2', sans-serif;
		top: 30px;
		right: 20px;
		font-size: 12px;
		text-align: right;
		padding: 0 0px 5px 15px;
		color: #272a47;
		background: url(img/ico_comm.png) left 3px top 4px no-repeat;
		width: 11px;
		height: 11px;
	}
}
/*Слайд меню на мобильном*/
.slideout-menu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 256px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transform: translateX(-256px);
	-moz-transform: translateX(-256px); /* Для Firefox */
	-ms-transform: translateX(-256px); /* Для IE */
	-webkit-transform: translateX(-256px); /* Для Safari, Chrome, iOS */
	-o-transform: translateX(-256px); /* Для Opera */
	background: #fff;
	z-index: 99999;
	transition: transform 600ms easy;
}

.slideout-panel {
	position:relative;
	z-index: 1;
	/*will-change: transform;*/
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	transform: translateX(0px);
	-moz-transform: translateX(0px); /* Для Firefox */
	-ms-transform: translateX(0px); /* Для IE */
	-webkit-transform: translateX(0px); /* Для Safari, Chrome, iOS */
	-o-transform: translateX(0px); /* Для Opera */
}
.hd_menu_slide ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.hd_menu_slide > ul {
	text-align: left;
}
.hd_menu_slide ul > li {
	position: relative;
}
.hd_menu_slide ul li a {
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	padding: 0 0 0 5px;
	color: #3f4a7c;
	text-transform: uppercase;
}
.hd_menu_slide ul li ul li a {
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	color: #3f4a7c;
	text-transform: uppercase;
}
.hd_menu_slide ul li .sub-menu {
	margin-left: 15px;
}
.hd_menu_slide {
	margin-top: 6px;
	margin-left: 10px;
}
.hd_menu_slide ul li {
	padding: 5px 0;
}
.toggle-button {
	position: relative;
	float: left;
	width: 10%;
	background: #303030;
	border-radius: 3px;
	top: 6px;
	margin-left: 2%;
	z-index: 1;
	max-width: 30px;
	padding: 1px 5px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	margin: 5px 0;
	position: relative;
	z-index: 999999;
}
.affix {
	left: 0;
	right: 0;
	top: 0;
	height: 40px;
	z-index: 9999;
	position: fixed !important;
	background: rgba(243,247,250,0.9);
}
.logo_slide {
	text-align: center;
	position: relative;
	float: right;
	width: 76%;
	margin-right: 12%;
}
.logo_slide img {
	display: block;
	width: 200px;
	height: auto;
	margin: 3px auto;
}

.close-button {
	float: right;
	font-size: 30px;
	background: none;
	padding: 0;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	z-index: 999999;
}
.slideout-menu {
	box-shadow: 1px 0 15px #ccc;
}
#menu {
	transition: .5s;
}

/* Блок комментариев */
.review{
	padding: 10px;
	background-color: #f3f4f8;
	font-style: italic;
	color: #282b45;
	font-size: 1.1em;
	margin-bottom: 25px;
}
.review p{
	margin-bottom: 5px;
	font-weight: 500;
}
.author{
	font-weight: 900;
}
.review > .author{
	margin-bottom: 0px;
}
.post_thumb {
    margin-top: 15px;
}
.flat_pm_outgoing { z-index: 10; }

.related .items {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}
.related .item__image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

@media(max-width:767px ){
	.related .items {
		grid-template-columns: 1fr 1fr;
	}
	.related .item__image img {
		width: 100%;
	}
}
@media(max-width:424.99px ){
	.related .items {
		grid-template-columns: 1fr;
	}
}


.social-likes
{
	display:none !important;
}