/*
Theme Name: urexpert
Description: Wordpress Theme 
Version: 1.0
Author: Pavel Semin
Author URI: http://www.rusdigi.name
*/
body{
    font-size: 18px;
    line-height: 1.4;
    font-family: 'PT Sans', sans-serif;
    color: #254469;
}
.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 15px auto;
}
.aligncenter {
    width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
    clear: both;
}
h1{
    margin-top:0;
}
h1 {
    font-size: 30px;
    line-height: 37px;
}
h2 {
    font-size: 28px;
    line-height: 33px;
}
h3 {
    font-size: 26px;
    line-height: 29px;
}
h4 {
    font-size: 24px;
    line-height: 27px;
}
h5 {
    font-size: 22px;
    line-height: 24px;
}
h6 {
    font-size: 21px;
    line-height: 24px;
}
p{
    margin: 0 0 15px 0;
}
button, input[type=submit]{
    outline:none;
    border:none;
    cursor: pointer
}
a{
    text-decoration: underline;
    transition: .2s;
    color:#5c71a0;
}
a:hover{
    text-decoration: none;
    opacity: 0.9;
}
.wrapper{
    width:1100px;
    margin:0 auto;
}
#content .wrapper{
    overflow: hidden;
}
.content_left{
    width:750px;
    float:left;
}
.content_right{
    width:300px;
    float:right;
}
#header {
    background: url("img/bg_hd.png") repeat;
    min-height: 140px;
}
.hd_logo {
    float: left;
    width: 33%;
    margin: 25px 0 30px 0;
}
.hd_menu{
    float:left;
    margin: 45px 0 0 40px;
}
.hd_menu ul{
    list-style: none;
    margin:0;
    padding:0;
}
.hd_menu .sub-menu{
    display: none;
    position: absolute;
    top:40px;
    left:0;
    z-index:9999;
    width:220px;
    background: #57baff;
}
.hd_menu ul li{
    display: block;
    position: relative;
}
.hd_menu > ul > li.menu-item-has-children{
    background: #57baff;
    width:220px;
    height: 45px;
    border-radius: 3px;
}
.hd_menu > ul > li.menu-item-has-children > a{
    display: block;
    color:#fff;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    font-weight: 700;
    text-decoration: none;
    margin:0 20px;
    background:  url('img/ico_menu.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:#fff;
    text-decoration: none;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
}
.hd_menu ul ul.sub-menu li{
    border-bottom: 1px solid #57baff;
}
.hd_menu ul ul.sub-menu li.menu-item-has-children{
    background: url('img/ico_right.png') 90% center no-repeat;
}
.hd_menu ul ul.sub-menu li:hover{
    background: #57baff;
}
.hd_menu ul ul.sub-menu li.menu-item-has-children:hover{
    background: #57baff 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 > ul ul ul.sub-menu li{
    background: #57baff;
}
.hd_menu_cancel {
    display: none !important;
}
.hd_right {
    float: right;
    width: 40%;
}
#header #reklama_sidebar {
    font-size: 16px;
    color: #57baff;
    margin-top: 5px;
    text-align: center;
}
#header .rekl_tel_sidebar {
    font-family: 'Fira Sans', sans-serif;
    font-size: 22px;
    color: #5b709f;
    float: left;
    position: relative;
    margin-left: 25%;
}
#header .rekl_tel_sidebar span:last-child {
    display: block;
    font-size: 12px;
}
.top_tells {
    position: relative;
}
.hd_divider {
    border-bottom: 10px solid #dde1e7;
}
#before_header {
    padding-top: 20px;
}
.page_home_left {
    width: 665px;
    float: left;
}
.page_home_right {
    width: 410px;
    float: right;
}
.page_home_right .reklama{
    text-align: center;
}
.before_header_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.before_header_menu ul li {
    display: inline-block;
    margin-right: 20px;
}
.before_header_menu ul li:last-child {
    margin-right: 0;
}
.before_header_menu ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #4d6497;
    font-weight: 700;
}
.before_header_menu ul li a:hover {
    text-decoration: underline;
}
.hd_search form {
    position: relative;
}
.hd_search input[type=text]{
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 233, 242, 0.8);
    border-radius: 3px;
    line-height: 40px;
    width: 90%;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    padding: 0 20px;
}
.hd_search input[type=submit] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 11px;
    height: 11px;
    border: none;
    background: url("img/ico-search.png") center center no-repeat;
    cursor: pointer;
}
.mp_title {
    font-size: 26px;
    color: #183860;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}
.mp_title:before {
    display: block;
    content: '';
    background: url("img/chert.png") 0 center no-repeat;
    width: 20px;
    height: 5px;
    position: absolute;
    left: 440px;
    top: 18px;
}
.mp_post_first {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.mp_post_first_thmb {
    float: left;
    margin-right: 20px;
    height: 195px;
    overflow: hidden;
}
.mp_post_first_thmb a img {
    border-radius: 3px;
    width: 250px;
    height: 100%;
}
.mp_post_first_cat a {
    text-decoration: none;
    color: #57baff;
    font-size: 12px;
}
.mp_post_first_tit {
    margin-bottom: 15px;
}
.mp_post_first_tit a {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    color: #5c71a0;
}
.mp_post_first_content {
    font-size: 14px;
}
.mp_post_first_comm {
    position: absolute;
    background: #ff4040;
    color: #fff;
    top: 145px;
    left: 210px;
    padding: 4px 8px 4px 8px;
    border-radius: 50%;
    font-size: 10px;
}
.home_question {
    background: #f3f2ee;
    padding: 25px;
    border-radius: 3px;
    overflow: hidden;
    min-height: 220px;
    margin-top: 20px;
}
.vopros_title {
    font-size: 26px;
    color: #183860;
    position: relative;
}
.vopros_title:before {
    display: block;
    content: '';
    background: url("img/chert.png") 0 center no-repeat;
    width: 20px;
    height: 5px;
    position: absolute;
    left: 600px;
    top: 18px;
}
.all_vopros {
    float: left;
    margin-right: 0;
    width: 650px;
}
.voprosi:first-child {
    margin-top: 10px;
}
.voprosi {
    background: url("img/scales.png") left 25px center no-repeat;
    padding-left: 60px;
    margin-bottom: 10px;
}
.voprosi a {
    text-decoration: none;
    color: #5c71a0;
}
.voprosi_btn {
    margin-top: 35px;
}
.voprosi_btn a {
    text-decoration: none;
    background: #4d6497;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}
.home_tells {
    float: left;
    width: 220px;
    text-align: center;
    position: relative;
    margin-top: 7px;
}
.new_posts_title {
    text-align: center;
    font-size: 26px;
    color: #183860;
    margin: 15px auto;
}
.new_post {
    float: left;
    margin-left: 25px;
    margin-bottom: 20px;
    width: 255px;
}
.new_post:last-child {
    margin-right: 0;
}
.new_post:nth-child(4n+1){
    clear: both;
    overflow: hidden;
    margin-left: 0;
}
.new_posts {
    overflow: hidden;
    margin-bottom: 25px;
}
.new_post_title {
    margin: 10px 0;
}
.new_post_title a {
    font-size: 18px;
    font-weight: 700;
    color: #5c71a0;
    text-decoration: none;
}
.new_post_cat a {
    font-size: 12px;
    text-decoration: none;
    color: #57baff;
}
.hd_decr_title {
    font-size: 26px;
    color: #183860;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}
.hd_decr_title:before {
    display: block;
    content: '';
    background: url("img/chert.png") 0 center no-repeat;
    width: 20px;
    height: 5px;
    position: absolute;
    left: 250px;
    top: 18px;
}
blockquote.contents {
    background: #f4f5f6;
    margin: 0;
    padding: 15px;
    border-radius: 5px;
}
blockquote.contents .contents_title {
    font-size: 22px;
    color: #183860;
}
blockquote.contents ul {
    list-style: none;
}
blockquote.contents ul li {
    background: url("img/conent_dev.png") 0 center no-repeat;
    padding-left: 10px;
}
blockquote.contents ul li a {
    color: #5c71a0;
}
blockquote.contents ul li a:hover {
    text-decoration: underline !important;
}
.warn_block{
    text-align: center;
    margin: 20px 0 !important;
}
.advice, .stop, .warning{
    text-align:left;
    padding: 20px 60px 20px 127px;
    margin:30px 0;
    clear: both;
}
.advice{
    background:#ffffff url("img/advice.png") 40px center no-repeat;
    border: 1px solid #85cdff;
    border-radius: 3px;
}
.stop{
    background:#ffffff url("img/stop.png") 35px center no-repeat;
    border: 1px solid #ffaeae;
    border-radius: 3px;
}
.warning{
    background:#ffffff url("img/warning.png") 35px center no-repeat;
    border: 1px solid #b4c6ef;
    border-radius: 3px;
}
blockquote {
    background: #f8f7f5;
    padding: 20px;
    clear: both;
}
.colored {
    background: rgba(122,199,67, .1);
    border: 2px solid #7ac743;
    padding: 25px 20px 20px 25px;
    clear: both;
    overflow: hidden;
    margin: 0 15px 15px;
}
.colored a img {
    margin-bottom: 0;
}
.linkovka {
    background: rgba(51,102,153, .1) url(img/link.png) 20px center no-repeat;
    border: 2px solid #336699;
    padding: 20px 20px 20px 90px;
    clear: both;
    overflow: hidden;
    margin: 0 15px 15px;
}
.comment-respond input[type=submit],#com_send {
    background: #5b709f;
    padding: 5px;
    color: #ffffff;
    width: 200px;
    height: 35px;
    border-radius: 3px;
    margin-top: 10px;
}
#commentform input[type=text], #commentform textarea {
    border: 1px solid #e9ebee;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}
#commentform textarea {
    resize: none;
}
li.comment {
    background: #f4f5f6;
    padding: 20px;
    border-radius: 5px;
}
ul.children li.comment {
    background: #f4f5f6;
    padding: 20px;
    border-radius: 5px;
}
.like_likes {
    top: 15px !important;
}
.comment-meta a {
    background: #5b709f;
    border: none;
    color: #fff !important;
    border-radius: 3px;
}
.question-form-bottom input[type=button] {
    background: #5b709f;
    border: none;
    color: #fff !important;
    border-radius: 3px;
    height: 35px;
}
#comments ol li:before {
    display: none;
}
.home_tell .rekl_tel_sidebar {
    font-family: 'Fira Sans', sans-serif;
    font-size: 22px;
    color: #5b709f;
    float: left;
    position: relative;
    margin: 10px 15px 0;
}
.home_tell .rekl_tel_sidebar:last-child {
    margin-top: 20px;
}
.home_tell .rekl_tel_sidebar span:last-child {
    display: block;
    font-size: 12px;
    text-align: center;
}
.home_tells #reklama_sidebar:before {
    display: block;
    content: '';
    position: absolute;
    background: url("img/shape.png") 0 0 no-repeat;
    width: 33px;
    height: 5px;
    left: 85px;
    top: 110px;
}
.home_tell_img:after {
    display: block;
    content: '';
    position: absolute;
    background: url("img/urist.png") 0 0 no-repeat;
    width: 153px;
    height: 217px;
    right: -165px;
    top: 0px;
}
.vk_grupp {
    margin-top: 35px;
}
.expired_questions {
    background: #f4f5f6;
    border-radius: 5px;
    padding: 5px 20px 10px;
    margin-top: 15px;
}
.expired_questions_title {
    font-size: 26px;
    color: #183860;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}
.expired_questions_title:before {
    display: block;
    content: '';
    background: url("img/chert.png") 0 center no-repeat;
    width: 20px;
    height: 5px;
    position: absolute;
    left: 250px;
    top: 18px;
}
.expired_question_name {
    font-size: 12px;
    color: #57baff;
    padding-left: 15px;
    background: url("img/ico_chel.png") 0 center no-repeat;
    margin-bottom: 5px;
}
.expired_question a {
    text-decoration: none;
    color: #5c71a0;
    font-weight: 700;
    font-size: 18px;
}
.expired_question_single {
    margin-bottom: 15px;
}
.expired_question_descr {
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 14px;
    color: #183860;
    margin-top: 10px;
}
.widget_title {
    font-size: 26px;
    color: #183860;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}
.breadcrumbs {
    margin: 0 0 20px 0;
    font-size: 12px;
}
.breadcrumbs a {
    color: #57baff;
}
.breadcrumbs a.home {
    background: url("img/ico_home.png") 0 2px no-repeat;
    padding-left: 20px;

}
.breadcrumbs .bs_divider {
    background: url("img/ico_next.png") 0 9px no-repeat;
    display: inline-block;
    width: 3px;
    height: 15px;
    margin: 0 10px;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs .bs_divider:last-child {
    color: #898a97;
}
.content_right .cat_navigation  {
    border-radius: 5px;
    border: 1px solid #eae9f2;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.content_right .cat_navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content_right .cat_navigation ul li {
    background: url("img/ico_tochka.png") 0 center no-repeat;
    padding-left: 15px;
    margin-left: 10px;
}
.content_right .cat_navigation ul li a {
    color: #5c71a0;
    text-decoration: none;
}
ul.recent_posts a {
    text-decoration: none;
}
ul.recent_posts a:hover {
    text-decoration: underline;
}
.post_title_cat a {
    font-size: 26px;
    font-weight: 700;
    color: #204056;
    text-decoration: none;
}
.post .post_thumb a img {
    width: 350px;
    height: auto;
    float: left;
    margin-right: 20px;
}
.post {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}


#footer {
    background: url("img/bg_hd.png") repeat;
    overflow: hidden;
}
.ft_logo {
    padding: 25px 0;
}
.ft_widget {
    width: 30%;
    margin-right: 5%;
    float: left;
    font-size: 12px;
}
.ft_widget .widget_title {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 5px;
    font-size: 12px;
}
.ft_widget .textwidget {
    text-align: right;
    margin-right: 5px;
}
.ft_widget2 {
    width: 20%;
    margin-right: 5%;
    float: left;
}
.ft_widget2 ul {
    list-style: none;
    margin: 40px 0 0 25px;
    padding: 0;
}
.ft_widget2 ul li {
    margin-bottom: 8px;
}
.ft_widget2 ul li:last-child {
    margin-bottom: 0;
}
.ft_widget2 ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #4d6497;
    font-weight: 700;
}
.ft_widget3 {
    width: 40%;
    margin-right: 0;
    float: left;
}
.ft_widget3 .hd_right{
    width: auto;
}
.single_content .post {
    border-bottom: none;
}
.zakon{
    background-color: #f4f4f6;
    padding: 20px 40px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.single_ss_form {
    background-color: #f4f4f6;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}
.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;
    font-family: 'Ubuntu', sans-serif;
    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;

    cursor: pointer;
    text-indent: -9999px;
}
#content {
    margin: 20px 0 0 0;
}
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;
}
.page_home_cats{
    text-align: center;
    padding:20px 0;
}
.page_home_cats img{
    max-width: 100%;
}
.page_home_cat {
    width: 23%;
    float: left;
    margin-right: 2%;
}
.page_home_cat ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.page_home_cat ul > li > a {
    font-size: 26px;
    color: #183860;
    text-decoration: none;
    position: relative;
}
.page_home_cat ul > li > a:after {
    content: '';
    background: url("img/chert.png") 0 0 no-repeat;
    width: 20px;
    height: 5px;
    display: block;
    position: absolute;
    top: 17px;
    right: -30px;
}
.page_home_cat ul > li > ul.sub-menu > li > a {
    font-size: 16px;
    color: #5c71a0;
}
.page_home_cat ul > li > ul.sub-menu > li > a:after {
    display: none;
}
.page_home_cat ul > li > ul.sub-menu > li {
    padding-left: 25px;
    background: url("img/ico_tochka.png") 10px center no-repeat;
}
.content_left .post ul {
    margin-bottom: 15px;
}
#reklama_sidebar {
    font-size: 20px;
    text-align: center;
}
.ft_widget3 #reklama_sidebar{
    margin-top: 40px;
}
.rekl_tel_sidebar {
    font-size: 22px;
    margin: 5px 0 10px;
    display: block;
}
.rekl_tel_sidebar span {
    display: block;
    font-size: 20px;
    line-height: 22px;
}
#reklama_sidebar strong {
    font-weight: 700;
}
.top_tell_menu{
    left:0;
    z-index:99;
}
.turbo_non {
    display: none;
}
.post_body{
    margin: 20px 0;
}
@media (min-width: 992px) and (max-width: 1120px) {
    .wrapper{
        width: 950px;
    }
    .hd_logo a img {
        width: 290px;
        height: auto;
    }
    .hd_menu {
        float: left;
        margin: 45px 0 0 0px;
    }
    .page_home_left {
        width: 560px;
        float: left;
    }
    .page_home_right {
        width: 370px;
        float: right;
    }
    .home_tell_img:after {
        display: none;
    }
    .new_post {
        float: left;
        margin-left: 20px;
        width: 220px;
    }
    .new_post_thumb a img {
        width: 200px;
        height: auto;
    }
    .ft_widget2 {
        width: 19%;
        margin-right: 0;
        float: left;
    }
    .ft_widget3 {
        width: 45%;
        margin-right: 0;
        float: left;
    }
    .content_left {
        width: 605px;
        float: left;
    }
    .page_home_cat ul > li > a {
        font-size: 22px;
        color: #183860;
        text-decoration: none;
        position: relative;
    }
    .page_home_cat ul > li > a:after {
        display: none;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .wrapper {
        width: 750px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .content_left {
        width: 100%;
    }
    .content_right {
        display: none;
    }
    .hd_menu {
        display: none;
    }
    .hd_right{
        width: auto;
    }
    .hd_logo a img {
        width: 290px;
        height: auto;
    }
    #before_header .page_home_right {
        display: none;
    }
    .page_home_left {
        width: 100%;
        float: left;
    }
    .page_home_right {
        width: 100%;
        float: right;
    }
    .home_question {
        margin-top: 20px;
        min-height: auto;
    }
    .home_tells {
        display: none;
    }
    .new_post {
        float: left;
        margin-left: 20px;
        width: 230px;
    }
    .new_post:nth-child(4n+1){
        clear: none;
        margin-left: 20px;
    }
    .new_post:nth-child(3n+1){
        clear: both;
        overflow: hidden;
        margin-left: 0;
    }
    .new_post_thumb a img {
        width: 100%;
        height: auto;
    }

    .vk_grupp {
        display: none;
    }
    .ft_widget {
        width: 35%;
        margin-right: 5%;
        float: left;
        font-size: 12px;
    }
    .ft_widget2 {
        width: 30%;
        margin-right: 0;
        float: right;
    }
    .ft_widget3 {
        display: none;
    }
    .page_home_cat ul > li > a {
        font-size: 22px;
        color: #183860;
        text-decoration: none;
        position: relative;
    }
    .page_home_cat ul > li > a:after {
        display: none;
    }
}
@media (max-width: 767px) {
    #header {
        display: none;
    }

    #content {
        margin: 50px 0 0 0;
    }

    .hd_tell_mobile{
        margin-top: 0!important;
        top: 15px;
    }

    .hd_tell_mobile a {
        text-decoration: none;
        color: #5f709f;
        font-size: 26px;
    }

    .single_content .post {
        margin-top: 0;
    }

    .top_block_note_tell{
        font-size: 21px;
        text-align: center;
        margin-top: 15px;
    }
    .top_block_note_tell a{
        padding: 5px 40px;
        background: url("img/ico_phone.png") left no-repeat ;
    }

    .top_block_note_tell_text{
        font-size: 14px;
        text-decoration: underline;
        text-align: -webkit-center;
    }

    .top_tell_menu {
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
    .top_tell_menu .rek_tel_top:last-child {
        display: none;
        top: 0;
    }

    .top_tell_menu .rek_tel_top span:last-child {
        display: none;
    }

    .top_tell_menu .rek_tel_top span:first-child #before_header {
        display: none;
    }

    .before_header_menu {
        display: none;
    }

    .mp_title {
        margin-bottom: 0;
    }

    .mp_post_first_thmb a img {
        z-index: 1;
        width: 100%;
        height: auto;
    }

    .hd_divider {
        border-bottom: none;
    }

    .wrapper {
        width: 95%;
    }

    .content_left {
        width: 100%;
    }

    .content_right {
        display: none;
    }

    .hd_menu, .hd_right, .hd_search, .home_question, .vk_grupp {
        display: none;
    }

    .page_home_left, .page_home_right {
        width: 100%;
        float: none;
    }

    #before_header {
        padding-top: 0;
    }

    #before_header .page_home_left {
        text-align: center;
    }

    .mp_post_first_comm {
        display: none;
    }

    .hd_logo a img {
        width: 100%;
        height: auto;
    }

    .hd_logo {
        max-width: 328px;
        height: auto;
        width: 100%;
        float: none;
        margin: 0px auto 0;
        padding-top: 25px;
    }

    .post_body img {
        float: none;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .expired_questions {
        margin-bottom: 15px;
    }

    .posts .new_post {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .new_post .new_post_thumb a img{
        width: 100%;
        height: auto;
    }

    .ft_widget {
        width: 100%;
    }

    .ft_widget .ft_logo img {
        margin: 10px auto;
        display: block;
        max-width: 100%;
    }

    .ft_widget2 {
        width: 100%;
        margin-right: 0;
        float: left;
        text-align: center;
    }

    .ft_widget3 {
        width: 100%;
        margin-right: 0;
        float: left;
    }

    .ft_widget2 ul {
        list-style: none;
        margin: 0 0 15px 0;
        padding: 0;
    }

    .cat_page_nav_links{
        display: none;
    }

    .breadcrumbs {
        display: none;
        margin: 15px 0 20px 0;
        font-size: 12px;
    }

    .advice, .stop, .warning {
        text-align: left;
        padding: 20px;
        margin: 20px 0;
        clear: both;
    }

    .advice {
        background: none;
    }

    .stop {
        background: none;
    }

    .warning {
        background: none;
    }

    .mp_post_first_thmb {
        float: none;
        margin-right: 0;
        height: auto;
    }

    .mp_post_first {
        text-align: center;
    }

    .posts {
        text-align: -webkit-center;
    }

    .ft_logo {
        padding: 25px 10px;
    }

    .page_home_cat {
        display: none;
    }

    .logo_slide{
        position: fixed;
        width: 100%;
        text-align: center;
    }
    .logo_slide img {
        display: none;
        width: 33px !important;
        float: left;
    }

    .tell_mobie_text {
        font-size: 13px;
    }

    .zakon{
        padding: 20px 10px;
    }
    .alignright{
        margin: 10px 0 10px 20px;
    }
    .slideout-panel{
        background: #ffffff;
    }
    .affix{
        display: block!important;
        opacity: 1!important;
    }
}
    @media (max-width: 359px) {
        .hd_tell_mobile{
            margin-top: 15px;
        }
        .hd_tell_mobile img{
            right: 15px;
        }
        .affix{
            height: 65px!important;
        }
        #content{
            margin-top: 20px!important;
        }
    }
/*Ð¡Ð»Ð°Ð¹Ð´ Ð¼ÐµÐ½Ñ Ð½Ð° Ð¼Ð¾Ð±Ð¸Ð»ÑÐ½Ð¾Ð¼*/
.toggle-button {
    background: #57baff!important;
}
