/*
Theme Name: SovetnikNew
Description: Wordpress Theme 
Version: 1.0
Author: Semin Pavel
Author URI: http://www.rusdigi.name
*/
.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: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #373e5b;
}
#header {
	background: url("img/hd_fon.jpg") repeat-x;
	min-height: 115px;
	padding: 25px 0 0 0;
}
p {
	margin: 0 0 15px 0;
}
.wrapper {
	width: 1170px;
	margin: 0 auto;        
}
#content .wrapper  {
    overflow: hidden;
}
.hd_logo {
	float: left;
	margin-right: 50px;
	position: relative;
	width: 270px;
}
.content_left {
	width: 750px;
	float: left;
}
.content_right {
	width: 350px;
	float: right;
}
.breadcrumbs {
	font-size: 12px;
	color: #4761b2;
	padding-left: 20px;
	background: url("img/ico_home.png") 0 5px 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;
}
.post {
	color: #373c4e;
	margin: 10px 0 20px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 15px;
}
.posts .post:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
}

h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
}

h3 {
	font-size: 22px;
	font-weight: 400;
}

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: #5a69aa;
	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;
        padding: 0;
        list-style: none;        
}
.recent_posts .post_title:after {
    display: none;
}
.post_body ul > li {
	padding-left: 30px;
	margin: 5px 0 5px 20px;
	background: url("img/ico_ul.png") 0px 7px no-repeat;
}
blockquote.contents {
	background: #edeae3;
	margin: 0;
	padding: 20px;
	border-radius: 5px;
}
.contents_title {
	font-weight: 500;
	font-size: 26px;
}
ul.contents {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.contents li {
    background: url("img/ico_content.png") 5px center no-repeat;
    padding-left: 20px;
}
ul.contents li a {
	line-height: 1.8;
	color: #4761b2;	
	text-decoration: none;	
}
ul.contents li a:hover {
	text-decoration: underline;
}
.advice,
.stop,
.warning {
	padding: 20px 20px 20px 100px;
	margin: 20px 0;
	border-radius: 4px;
	clear: both;
}
.advice {
	background: #eff0f4 url("img/advice.png") 30px center no-repeat;
}
.stop {
	background: #edeae3 url("img/stop.png") 30px center no-repeat;
}
.warning {
	border: 1px solid #ffcf5b;
	background: url("img/warning.png") 30px 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: #5a69aa!important;
	border: none;
	color: #fff !important;
	border-radius: 4px;
}
.like_likes {
	top: 20px !important;
}
.comment-list {
    padding: 15px 15px 15px 15px;
}
.comment-list li {
	background: #edeae3;
    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: #5a69aa;
	border: none;	
	font-size: 14px;
	color: #fff;
	width: 200px;
	height: 35px;
	border-radius: 4px;
}

#footer {
	background: #e6e1d7;
	padding: 35px 0;
	margin-top: 20px;
}
.ft_widgets {
	overflow: hidden;
}
.ft_widget {
	width: 30%;
	float: left;
	margin-right: 2%;
	font-size: 14px;
}
.ft_widgets .ft_widget:last-child {
	margin-right: 0;
}
.ft_desc,
.ft_text p {
	font-weight: 300;
	opacity: .8;
	font-size: 12px;
	margin-bottom: 15px;
	width: 230px;
	margin-left: 51px;
	clear: both;
}
.ft_text .widget_text {
	font-weight: 300;
	opacity: .8;
	font-size: 12px;
	width: 230px;
	margin-left: 51px;
}
.ft_menu ul {
	text-align: left;
	margin: 10px 0 0 50px;
	padding: 0;
}
.ft_menu ul li {
	display: inline-block;
	margin-right: 25px;
}
.ft_menu ul li:last-child {
	margin-right: 0;
}
.ft_menu ul li a {
	color: #a0785b;
	font-weight: 300;
	opacity: .5;
	font-size: 12px;
	text-decoration: none;
}
.ft_cat ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ft_cat ul li {
	margin-bottom: 15px;
}
.ft_cat ul li:last-child {
	margin-bottom: 0;
}
.ft_cat ul li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

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

}
.zakon{
	border: 1px solid #ebebeb;
	margin: 30px 50px;
	padding: 20px 40px 20px 40px;
	position: relative;
}
.zakon_title{
	position: absolute;
	top: 35px;
	left:120px;
	font-weight: bold;
	max-width: 500px;
}
.zakon{
	background-color: #fbfbfb;
}
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;
}

.hd_menu{
	float:left;
	margin-top: 15px;
	margin-left: 20px;
}
.hd_menu ul{
	list-style: none;
	margin:0;
	padding:0;
}
.hd_menu .sub-menu{
	display: none;
	position: absolute;
	top:40px;
	left:-1px;
	z-index:9999;
	width:220px;
	border: 1px solid #cbb8ab;
}
.hd_menu ul li{
	position: relative;
}
.hd_menu > ul > li.menu-item-has-children{
	width:220px;
	height: 40px;
	border: 1px solid #cbb8ab;
}
.hd_menu > ul > li.menu-item-has-children > a{
	display: block;
	color:#373e5b;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	font-weight: 400;
	text-decoration: none;
	margin:0 20px;
	background:  url('img/buter.png') center right no-repeat;
}
.hd_menu > ul > li.menu-item-has-children:hover > .sub-menu{
	display: block;
}
.hd_menu ul ul.sub-menu li a{
	color:#373e5b;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
}
.hd_menu ul ul.sub-menu li{
	border-bottom: 1px solid #cbb8ab;
	background: #fff;
}
.hd_menu ul ul.sub-menu li.menu-item-has-children{
	background: #fff url('img/ico_right.png') 90% center no-repeat;
}
.hd_menu ul ul.sub-menu li:hover{
	background: #d0c0b4;
}
.hd_menu ul ul.sub-menu li.menu-item-has-children:hover{
	background: #d0c0b4 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_description {
	font-size: 12px;
	margin-left: 0;
	margin-top: 0;
	width: 200px;
	clear: both;
	position: absolute;
	top: 45px;
	left: 70px;
}
.hd_urist {
	float: left;
	background: url("img/chel_hd.png") 0 bottom no-repeat;
	width: 216px;
	height: 150px;
	margin-top: -25px;
}
.header_line {
	background: url("img/hd_line.png") repeat-x;
	height: 9px;
}
#content {
	padding-top: 25px;
}
.related_titles {
	font-size: 30px;
	color: #373e5b;
	margin-bottom: 20px;
}
.related_post_one {
	border: 1px solid #edeae3;
	padding: 20px;
	width: 350px;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 4px 4px 0px rgba(245,241,239,0.5);
}
.related_one_cat {
	text-transform: uppercase;
	font-size: 12px;
	float: left;
}
.related_one_cat a {
	color: #a0785b;
}
.related_one_comm {
	float: right;
	font-size: 12px;
	color: rgba(55,62,91,.5);
	margin-bottom: 10px;
}
.related_one_thumb {
	clear: both;
	text-align: center;
}
.related_one_title {
	margin-top: 10px;
}
.related_one_title a {
	font-size: 18px;
	color: #373e5b;
	line-height: 18px;
}
.related_post {
	float: left;
	width: 350px;
	margin-bottom: 20px;
}
.related_thumb {
	float: left;
	margin-right: 15px;
}
.related_thumb a img {
	width: 140px;
	height: auto;
	border-radius: 5px;
}
.related_title a {
	color: #373e5b;
}
.related_cat a {
	text-transform: uppercase;
	font-size: 12px;
	color: #a0785b;
}
.related_posts {
	margin-top: 20px;
}
.related_right {
	background: #edeae3;
	border-radius: 5px;
	padding: 20px;
}
.related_right_title {
	color: #373e5b;
	font-size: 30px;
}
.related_right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.related_right ul li {
	padding-left: 25px;
	background: url("img/ico_many.png") left center no-repeat;
	margin: 15px 0;
}
.related_right ul li:last-child {
	margin-bottom: 0;
}
.related_right ul li a {
	color: #373e5b;
	text-decoration: none;
	padding: 8px 15px;
}
.related_right ul li a:hover {
	background: #b49686;
	padding: 8px 15px;
	box-sizing: border-box;
	color: #fff;
}
#content_center {
	background: url("img/hd_fon.jpg") repeat;
	margin: 20px 0;
	padding: 20px 0 0;
}
.questions_left {
	width: 470px;
	float: left;
}
.questions_left_title {
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 25px;
}
span.question_free {
	color: #5a69aa;
}
span.question_num {
	background: #b49686;
	border-radius: 50%;
	padding: 0px 10px;
	color: #fff;
}
.questions_cons {
	text-align: center;
	font-size: 9px;
	color: #fff;
	background: #5a69aa;
	margin: 0 180px;
	border-radius: 7px;
	position: relative;
}
.questions_cons:before {
	content: "";
	border-top: 4px solid #d9ccc2;
	height: 4px;
	position: absolute;
	top: 4px;
	right: 110px;
	width: 174px;
}
.questions_cons:after {
	content: "";
	border-top: 4px solid #d9ccc2;
	height: 4px;
	position: absolute;
	top: 4px;
	left: 110px;
	width: 174px;
}
.questions_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.questions_list ul li {
	float: left;
	padding-left: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.questions_list ul li.questions1 {
	background: url("img/ico_1.png") left center no-repeat;
}
.questions_list ul li.questions2 {
	background: url("img/ico_2.png") left center no-repeat;
}
.questions_list ul li.questions3 {
	background: url("img/ico_3.png") left center no-repeat;
}
.questions_list ul li.questions4 {
	background: url("img/ico_4.png") left 6px center no-repeat;
}
.questions_list ul li:nth-child(3) {
	clear: both;
}
.questions_list ul li:nth-child(2) {
	margin-left: 20px;
}
.questions_list ul li:nth-child(4) {
	margin-left: 20px;
}
.questions {
	overflow: hidden;
}
.questions_ask {
	font-size: 30px;
	color: #373e5b;
	margin-top: 7px;
}
.questions_ask a {
	color: #fff;
	background: #373e5b;
	font-size: 16px;
	margin-left: 50px;
	padding: 6px 16px;
	border-radius: 3px;
	vertical-align: middle;
}
.questions_center {
	background: url("img/urist.png") no-repeat;
	width: 254px;
	height: 324px;
	float: left;
}
.new_posts_title {
	font-size: 30px;
	margin-bottom: 20px;
}
.related_post_two {
	float: left;
	width: 350px;
	margin-top: 20px;
}
.related_post_one_bottom {
	float: right;
	margin-top: 20px;
}
.top_tells {
	color: #373e5b;
	font-weight: 400;
	float: left;
}
.top_tells_name {
	margin-bottom: 10px;
}
.rekl_tel_header {
	font-size: 20px;
}
.top_msk, .top_spb {
	float: left;
}
.top_tell_name_msk, .top_tell_name_spb {
	color: #fff;
	font-size: 9px;
	background: #5a69aa;
	float: left;
	padding: 1px 10px;
	border-radius: 10px;
}
.top_tell_name_msk {
	margin-bottom: 5px;
}
.top_tell_name_spb {
	margin-left: 25px;
	margin-bottom: 5px;
}
.top_tell_msk, .top_tell_spb {
	clear: both;
	font-size: 20px;
	font-weight: 500;
}
.top_tell_msk span, .top_tell_spb span{
	color: #a0785b;
}
.top_tell_spb {
	margin-left: 25px;
	margin-bottom: 5px;
}
.questions_right {
	float: left;
	margin-left: 25px;
}
.questions_right_title {
	font-size: 30px;
	margin-bottom: 10px;
}
.question_title {
	padding-left: 30px;
	background: url("img/ico_question.png") left center no-repeat;
	margin-bottom: 15px;
}
.question_title a {
	color: #373e5b;
}
.questions_bottom_all a {
	text-transform: uppercase;
	font-size: 12px;
	color: #a0785b;
}
.ft_widget_menu {
	float: left;
}
.ft_widget_menu1 {
	float: left;
}
.ft_widget_menu2 {
	float: left;
}
.ft_widget_search {
	position: relative;
	width: 300px;
	float: left;
	margin-left: 45px;
}
.ft_widget_search input[type="text"] {
	border:1px solid #3f4051;
	border-radius:20px;
	width: 85%;
	background:none;
	height:38px;
	padding:0 40px 0 20px;
	color:#94959e;
}
.ft_widget_search input[type="submit"] {
	background:url(img/search.png) no-repeat;
	width:11px;
	height:11px;
	text-indent:-9999px;
	border:none;
	position:absolute;
	top:14px;
	right:15px;
}
.ft_widget_menu1 ul, .ft_widget_menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ft_widget_menu2 {
	margin: 0 30px;
}
.ft_widget_menu1 ul li, .ft_widget_menu2 ul li {
	margin-bottom: 5px;
}
.ft_widget_menu1 ul li a, .ft_widget_menu2 ul li a {
	color: #373e5b;
	font-weight: 700;
}
.category .related_post_one {
	margin-bottom: 20px;
}
.category .related_post_two {
	margin-right: 20px;
}
.index_thumb {
	float: left;
	margin-right: 20px;
}
.index_post {
	overflow: hidden;
}
.related_post_two_bottom {
	margin-right: 80px;
	margin-left: 0px;
}
.contents_title {
	font-size: 24px;
	font-weight: 400 !important;
}
.hd_logo a img {
	float: left;
}
.hd_logo_text {
	font-size: 32px;
	float: left;
	position: relative;
	margin-left: 13px;
	font-weight: 500;
}
.hd_logo_text span {
	position: absolute;
	font-size: 22px;
	top: -7px;
	right: -60px;
	color: #a0785b;
}
.ft_logo {
	position: relative;
}
.ft_logo img {
	width: 44px;
	height: auto;
	float: left;
}
.ft_logo_text {
	font-size: 25px;
	font-weight: 500;
	position: absolute;
	left: 50px;
}
.ft_logo_text span {
	color: #a0785b;
	position: absolute;
	font-size: 16px;
	top: -3px;
	right: -40px;
}
.related_right_vk {
	margin-top: 30px;
}
.wp-pagenavi span.current {
	font-weight: 500;
	border: none;
	background: #b49686;
	color: #fff;
	border-radius: 3px;
	padding: 4px 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-weight: 500;
	border: none !important;
	background: #edeae3;
	color: #373e5b;
	border-radius: 3px;
	padding: 4px 10px !important;
}
.cptch_block input {
	padding: 0 !important;
}
.quest_block {
	position: relative;
	margin-top: 20px;
	padding-top: 30px;
}
.quest_block_bg {
	background: url("img/bg_right.png") 0 0 repeat;
	overflow: hidden;
	padding-top: 300px;
}
.quest_block_urist:before {
	content: '';
	display: block;
	background: url(img/urist.png) center top no-repeat;
	width: 254px;
	height: 324px;
	position: absolute;
	top: 0;
	left: 48px;
}
.quest_block .questions_cons {
	text-align: center;
	font-size: 9px;
	color: #fff;
	background: #5a69aa;
	margin: 0 120px;
	border-radius: 7px;
	position: relative;
}
.quest_block .questions_cons:before {
	content: "";
	border-top: 4px solid #d9ccc2;
	height: 4px;
	position: absolute;
	top: 4px;
	right: 110px;
	width: 90px;
}
.quest_block .questions_cons:after {
	content: "";
	border-top: 4px solid #d9ccc2;
	height: 4px;
	position: absolute;
	top: 4px;
	left: 110px;
	width: 90px;
}
.quest_block .questions_list ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	float: left;
}
.quest_block .questions_list ul li {
	float: none;
	padding-left: 35px;
	margin: 0 0 10px 60px;
}
.quest_block .questions_list ul li.questions4 {
	background: url(img/ico_4.png) left 2px center no-repeat;
}
.quest_block .questions_ask {
	font-size: 30px;
	color: #373e5b;
	margin-top: 7px;
	clear: both;
	padding-bottom: 12px;
	text-align: center;
}
.quest_block .questions_ask a {
	color: #fff;
	background: #373e5b;
	font-size: 16px;
	margin-left: 0;
	padding: 6px 16px;
	border-radius: 3px;
	vertical-align: middle;
}
.alert{
	width:100%;
	border: 2px dashed #fe0300;
	border-radius: 5px;
	background: #edc4c4;
	padding: 15px 22px;
	box-sizing: border-box;
	margin: 15px 0;
}
.alert_title{
	text-transform: uppercase;
	font-weight: bold;
	color:#000000;
	font-size: 18px;
	margin-bottom: 10px;
}
.alert_text{
	margin-bottom: 10px;
}
.alert_link{
	text-align: right;
}
.alert_link a{
	color:#0052b8;
	font-weight: bold;
	text-decoration: none;
}
.alert_link a:hover{
	text-decoration: underline;
}
.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: 32px;
	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:1190px ) and (min-width:992px){
	.wrapper{
		width: 970px;
	}
	.content_left {
		width: 650px;
		float: left;
	}
	.content_right {
		width: 300px;
		float: right;
	}
	.hd_menu {
		margin-right: 40px;
	}
	.hd_urist {
		display: none;
	}
	.related_post_one {
		width: 310px;
		margin-right: 15px;
	}
	.related_post {
		width: 310px;
	}
	.related_one_thumb a img {
		width: 100%;
	}
	.questions_center {
		width: 255px;
		height: 324px;
		float: left;
		z-index: 999999;
	}
	.questions_left {
		width: 450px;
		float: left;
	}
	.related_title a {
		color: #373e5b;
		font-size: 14px;
	}
	.related_post_two {
		float: left;
		width: 320px;
		margin-top: 20px;
	}
	.ft_widget_search input[type="submit"] {
		right: -10px;
	}
	.ft_widget_search {
		position: relative;
		width: 213px;
		float: left;
		margin-left: 20px;
		margin-top: 20px;
	}
}
@media(max-width:991px ) and (min-width:768px){
	.wrapper{
		width:750px;
	}
	.content_left{
		width:95%;
		float:none;
		margin: 0 auto;
	}
	.content_right, .top_tells, .questions_center{
		display: none;
	}
	#content_center {
		background: url(img/hd_fon.jpg) repeat;
		margin: 20px 0;
		padding: 20px 10px 20px;
	}
	.related_post_two {
		display: none;
	}
	.related_post_one {
		border: 1px solid #edeae3;
		padding: 20px;
		width: 345px;
		margin-bottom: 20px;
		float: left;
		margin-right: 10px;
		box-sizing: border-box;
		border-radius: 2px;
	}
	div#content_bottom {
		padding: 0 10px;
	}
	.ft_widget_menu {
		float: left;
		margin-bottom: 10px;
	}
	.ft_widget_search {
		position: relative;
		width: 300px;
		float: none;
		clear: both;
		text-align: center;
		margin: 0 auto;
	}
	.ft_widget {
		width: 45%;
		float: left;
		margin-right: 2%;
		font-size: 14px;
	}
}
@media(max-width:767px ) and (min-width:0){
	.wrapper{
		width: 95%;
		margin: 0 auto;
	}
	.content_left{
		width:100%;
		float:none;
	}
	.content_right, .top_tells, .hd_urist, #content_center{
		display: none;
	}
	#header {
		background: url(img/hd_fon.jpg) repeat;
		padding: 25px 0 20px 0;
	}
	.hd_logo {
		float: none;
		margin: 0 auto;
	}
	.hd_logo a img {
		float: left;
		margin-bottom: 20px;
	}
	.hd_description {
		font-size: 12px;
		margin-left: 0;
		margin-top: 0;
		width: 200px;
		clear: both;
		position: absolute;
		top: 40px;
		left: 70px;
	}
	.header_line {
		display: none;
	}
	.hd_menu {
		float: none;
		text-align: left;
		margin: 0 auto;
		display: block;
		margin-left: 0;
		clear: both;
	}
	.hd_menu > ul > li.menu-item-has-children {
		width: 100%;
		height: 40px;
		border: 1px solid #cbb8ab;
	}
	.related_post_one {
		border: 1px solid #edeae3;
		padding: 20px;
		width: 350px;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		box-sizing: border-box;
		border-radius: 2px;
		box-shadow: 4px 4px 0px rgba(245,241,239,0.5);
	}
	.ft_widget {
		width: 100%;
		float: none;
		margin-right: 2%;
		font-size: 14px;
	}
	#footer {
		background: #e6e1d7;
		padding: 35px 0;
		margin-top: 20px;
		text-align: center;
	}
	.ft_widget_menu2 {
		float: none;
	}
	.ft_widget_menu1 {
		float: none;
	}
	.ft_widget_menu {
		float: none;
	}
	#footer .ft_widget_search {
		display: none;
	}
	.ft_widget_search {
		position: relative;
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 0;
		clear: both;
		margin-bottom: 20px;
	}

	.ft_widget_search input[type="text"] {
		border: 1px solid #cbb8ab;
		border-radius: 20px;
		width: 82%;
		background: #fff;
		height: 38px;
		padding: 0 40px 0 20px;
		color: #94959e;
	}
	.ft_widget_search input[type="submit"] {
		background: url(img/search.png) no-repeat;
		width: 13px;
		height: 13px;
		text-indent: -9999px;
		border: none;
		position: absolute;
		top: 14px;
		right: 30px;
	}
	.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;
	}
}