blockquote{
    overflow: hidden;
    clear: both;
}
blockquote.contents{
    overflow: hidden;
    clear: both;
}
ul.contents span.sub {
    font-size: 12px;
    display: block;
    float: left;
    margin: -5px 0px 5px 0;
    line-height: 16px;
}
ul.contents span i.fa {
    font-size: 10px;
    margin-right: 4px;
    opacity: .6;
    color: inherit;
}
ul.contents span a {
    text-decoration: none;
    opacity: .7;
}
ul.contents li {
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
}
.right_contents {
    margin-left: 40px;
}
/*
Ð¡Ð»Ð°Ð¹Ð´ Ð¼ÐµÐ½Ñ Ð½Ð° Ð¼Ð¾Ð±Ð¸Ð»ÑÐ½Ð¾Ð¼
*/
.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    /*will-change: transform; */
    background-color: #FFF; /* A background-color is required */
    min-height: 100vh;
}

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

.slideout-open .slideout-menu {
    display: block;
}

.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: 8%;
    background: #333333;
    border-radius: 3px;
    z-index: 1;
    padding: 1px 5px;
    margin: 10px 0;
    border: none;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 90%;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    margin: 5px auto;
    position: relative;
    z-index: 999999;
}
/**
Ð¿Ð»Ð°ÑÐºÐ° Ð½Ð° Ð¼Ð¾Ð±Ð¸Ð»ÑÐ½Ð¾Ð¼
 */
.affix {
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(243,247,250,0.9);
    padding: 0 10px;
    overflow: hidden;
    position: fixed;
}
.affix_logo {
    width: 90%;
    float: right;
    text-align: center;
}
.affix_logo img{
    vertical-align: middle;
}
.affix_logo_text{
    font-size: 12px;
}
.affix_logo .hd_tell_mobile {
    margin-top: -4px;
}
.affix_logo .hd_tell_mobile a {
    background: url("/wp-content/plugins/fseo-plugins/plugins/common/img/ico_phone.png") right no-repeat;
    text-decoration: none;
    font-size: 26px;
    padding-right: 35px;
}
/**
ÐºÐ½Ð¾Ð¿ÐºÐ° Ð·Ð°ÐºÑÑÑÐ¸Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑÐ½Ð¾Ð³Ð¾ Ð¼ÐµÐ½Ñ
 */
.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;
}
/*Ð¡ÑÐ¸Ð»Ð¸ Ð´Ð»Ñ Ð¿Ð»Ð°Ð²Ð°ÑÑÐ¸Ñ ÑÐµÐ»ÐµÑÐ¾Ð½Ð¾Ð² Ð² ÑÐ°Ð¿ÐºÐµ*/
.top_tell_menu {
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(243,247,250,0.9);
}
.top_tell_menu .rek_tel_top {
    line-height: 36px;
    overflow: hidden;
    display: inline-block;
}
.top_tell_menu .rek_tel_top:last-child {
    margin-left: 4%;
}
.top_tell_menu .rek_tel_top span:first-child {
    font-size: 20px;
    margin-right: 10px;
}
.top_tell_menu .rek_tel_top span:last-child {
    font-size: 16px;
}
.top_tell_menu .rek_tel_top span {
    display: inline-block;
}
.linkovka {
    margin: 20px 0;
    padding: 20px;
    border-radius: 5px 0 5px 0;
    border: 2px solid #585858;
    background: whitesmoke;
}
table {
    overflow-x: auto;
    display: block;
    border-bottom: none;
}
table tr:last-child {
    border-bottom: 1px solid #ccc;
}
@media (max-width:768px){
/*
Ð²ÑÑÑÑÐºÐ° Ð±Ð»Ð¾ÐºÐ° "Ð¡ÑÐ°ÑÑÐ¸ Ð¸Ð· ÑÑÐ±ÑÐ¸ÐºÐ¸"
 */
    .claster_nav_title{
        text-align: center;
    }
    .main_posts .main_post {
        width: 100%;
        float: left;
        padding: 15px;
        background: #f0f3f9;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
}

.inner_content_tel {
    background: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    border: 2px solid #7ac743;
}
/*
-------------------------------------
f-seo-common
-------------------------------------
*/
.clear {
    clear: both;
}
/* comment form */
.form-allowed-tags{
    display: none;
}
/* social sidebar widget */
#social_buttons{
    text-align: center;
}
#social_buttons a{
    display: inline-block;
    margin: 2px;
}
.ya_share{
    clear: both;
    margin: 20px 0;
}
.ya-share2__list{
    text-align: center;
    width:100%;
}
.ya-share2__list li{
    background: none !important;
    padding:0 !important;
}
/* e-mail sidebar widget */
.sb_form input[type=text]{
    width:220px;
    border: 1px solid #8d8d8d;
    background: #fff;
    float:left;
    margin-right:13px;
    height:31px;
    padding-top:0;
    padding-bottom: 0;
    box-sizing: border-box;
}
.sb_form input[type=submit]{
    width:84px;
    height:31px;
    color:#fff;
    text-align: center;
    border:none;
    box-sizing: border-box;
}
/* single ss form */
.single_ss_form{
    clear: both;
}
.single_ss_form input[type=text]{
    width:260px;
    height:21px;
    border: 1px solid #8d8d8d;
    background: #fff;
    float:left;
    margin-right:13px;
}
.single_ss_form input[type=submit]{
    width:84px;
    height:31px;
    color:#fff;
    text-align: center;
    border:none;
}
/* cat navigation on category page */
.cat_page_nav{
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.cat_page_nav_links{
    margin-top:10px;
}
.cat_page_nav_links a.strong{
    font-weight: bold;
}
.cat_page_nav_childs ul{
    list-style:none;
    display: inline;
    padding:0px;
    margin: 0px;
}
.cat_page_nav_childs ul li{
    display: inline;
    margin-right: 10px;
}
/* contents shortcode */
.contents_title{
    font-weight: bold;
}
.contents ul li a{
    text-decoration: none !important;
    font-style: normal;
}
.contents_title{
    margin-bottom: 20px;
}
/* social likes plugin */
.social-likes__button{
    padding: .2em .9em .2em 1.85em !important;
}
.social-likes__icon{
    top: 0.1em !important;
}
.social-likes__icon_mailru{
    left: .45em !important;
}
.social-likes__icon_vkontakte{
    top: 0.25em !important;
}
.social-likes__icon_facebook{
    left: 0.35em !important;
    top: 0.1em !important;
}
.social-likes{
    width:100% !important;
    text-align: center !important;
    margin: 10px auto !important;
    display: block;
}
/* subscribe-to-comments plugin */
.subscribe-to-comments input[type=checkbox]{
    display:inline-block !important;
    margin:0 !important;
    -webkit-appearance: checkbox !important;
}
.subscribe-to-comments label{
    display:inline-block !important;
    margin:0 !important;
}
/* top btn*/
.button-up{
    display: none;
    opacity: 0.7;
    width: 80px;
    height:100%;
    position: fixed;
    left: 0px;
    top: 0px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: #45688E;
    font-family: Tahoma;
    font-weight:bold;
    font-size:11px;
    background: url('/wp-content/plugins/fseo-plugins/plugins/common/img/top.png') 10px 11px no-repeat;
    padding-left: 10px;
}
/* warning block after social*/
.warn_block{
    border: 2px solid #7ac743;
    margin: 20px 45px;
    padding: 25px 30px 25px 30px;
    clear: both;
}
@media (max-width: 767px) {
    .warn_block {
        margin: 10px 5px;
        padding: 20px;
    }
}
/*
-------------------------------------
f-seo-marketing
-------------------------------------
*/
/* fixed widget test for mobiles */
@media (max-width: 1000px) and (min-height: 300px){
    #rek_tab_fixed,
    #rek_mob_fixed{
        width:100%;
        position: fixed;
        left:0;
        right:0;
        bottom:0;
        top:auto;
        z-index:99999;
        background: rgba(255,255,255,0.9);
        padding: 10px 20px 10px 10px;
        box-sizing: border-box;
    }
    #rek_close{
        display: block;
        position: absolute;
        top:0px;
        right:0px;
        background: #ccc;
        color:#fff;
        font-size: 18px;
        text-align: center;
        line-height: 30px;
        width:30px;
        height:30px;
        z-index:99999;
        cursor:pointer;
        text-decoration: none !important;
    }
    .rek_mob_inner{
        font-size: 18px;
    }
}
/*
-------------------------------------
f-seo-navigation
-------------------------------------
*/
#recentcomments li{
    margin-bottom: 10px;
}
#recentcomments span.author{
    color:#999;
}
#recentcomments li small img{
    margin: 0 3px;
}
/* recent posts */
ul.recent_posts{
    margin:0 !important;
    padding:0 !important;
    list-style: none !important;
}
ul.recent_posts li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    clear:both;
    overflow: hidden;
}
ul.recent_posts li:last-of-type{
    border:none;
}
ul.recent_posts a{
    padding:0;
}
ul.recent_posts .post_cat a{
    color:#999;
}
ul.recent_posts .post_comm{
    margin-left:4px;
}
ul.recent_posts .post_comm img{
    margin-right: 3px;
}
ul.recent_posts .post_thumbnail_wrap{
    overflow: hidden;
    float:left;
    margin-right: 10px;
}
ul.recent_posts .post_thumbnail_wrap img{
    width: 86px;
    height:auto;
    display: block;
}
ul.recent_posts .post_thumbnail_wrap a{
    margin-top:5px;
    margin-right: 0 !important;
}

/* spoiler */
.spoiler_btn button{
    background-color: #f5ab1b;
    z-index: 1;
    color: white;
    padding: 5px 10px;
    display: inline-block;
    transition: .2s;
    border:none;
    font-size: 20px;
    outline:none;
}
.spoiler_btn button:hover{
    opacity: .8;
}
.spoiler{
    display: none;
}

/* likes in comments */
.comment-body{
    position: relative;
}
.like_likes{
    position: absolute;
    top:0;
    right:0;
}
.like_likes span{
    display: block;
    background: url('/wp-content/plugins/fseo-plugins/plugins/common/img/like.png') 0 center no-repeat;
    width:20px;
    height: 21px;
    padding-left:24px;
    font-size: 14px;
    line-height: 22px;
    color:#183d69;
    text-decoration: none;
    margin-top: 7px;
    cursor:pointer;
}
.best{
    padding:5px 10px 5px 170px;
    margin-top:5px;
    clear: both;
    background: #aff39f url('/wp-content/plugins/fseo-plugins/plugins/common/img/like_big.png') 20px center no-repeat;
}
.best:before{
    display: block;
    clear: both;
    content: "";
}
@media (max-width: 768px){
    .best{
        background: #aff39f;
        padding: 5px 10px;
    }
}

/* ÑÐ¸Ð·ÐµÑÐ½ÑÐ¹ Ð±Ð»Ð¾Ðº */
.teaser{
    margin: 20px auto;
    display: block;
    width:100%;
    min-height: 149px;
    clear: both;
    overflow: hidden;
}
.teaser a{
    text-decoration: none;
    color:#800000;
}
.teaser_title{
    color:#800000;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
.teaser_link{
    float:right;
    margin-top: 40px;
    margin-right: 100px;
    color:#0000ff;
    font-size: 24px;
}
@media (max-width: 600px){
    .teaser img{
        float:left;
        margin-right: 10px;
    }
}

/* iframe centering */
#content iframe, .content_left iframe {
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto;
}

/* cluster navigation */
.claster_navi{
    border-top: 1px dashed #ccc;
    overflow: hidden;
    margin-top: 15px;
    padding-top: 15px;
}
.cats_tabs{
    overflow: hidden;
    font-size: 20px;
    line-height: 26px;
}
.cats_tabs_links{
    width:30%;
    float:left;
    overflow: hidden;
}
.cats_tabs_link{
    display: block;
}
.cats_tabs_link a{
    display: block;
    padding: 10px;
    transition: .3s;
}
.cats_tabs_link.active a,
.cats_tabs_link a:hover{
    background: #ccc;
    color:#333;
    text-decoration: none;
    opacity: .7;
}
.cat_tabs_panes{
    overflow: hidden;
    width:70%;
    float:right;
}
.cat_tabs_pane{
    display: none;
    border: 1px solid #f0f3f9;
}
.cat_tabs_pane.active{
    display: block;
}
.child_cat_post a{
    display: block;
    padding: 10px;
    border-bottom: 1px dashed #f0f3f9;
    transition: .2s;
}
.child_cat_post:last-of-type a{
    border:none;
    margin:0;
}
.child_cat_post a:hover{
    background: #ccc;
    color:#333;
    text-decoration: none;
    opacity: .7;
    border-color:transparent;
}
.child_cat_post_title{
    line-height: 1.2;
}
.main_posts{
    overflow: hidden;
}
.main_post{
    width: 32%;
    margin-right: 2%;
    float: left;
    padding: 15px;
    background: #f0f3f9;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.main_post a{
    transition: .2s;
    display: block;
}
.main_post a:hover{
    text-decoration: none;
    opacity: .8;
}
.main_posts .main_post:last-child{
    margin-right: 0;
}
.main_post_thumb{
    width:100%;
    height: 135px;
    overflow: hidden;
}
.main_post_title{
    font-size: 16px;
    margin: 5px 0;
}
.main_post_comments{
    background: url('/wp-content/plugins/fseo-plugins/plugins/common/img/cmt.png') 0 8px no-repeat;
    padding-left: 15px;
    font-size: 12px;
}
.other_posts{
    overflow: hidden;
    margin-bottom: 30px;
}
.other_post{
    font-size: 20px;
    line-height: 26px;
}
.other_posts .other_post:last-of-type{
    margin:0;
    padding:0;
    border:none;
}
.other_post_title{
    padding: 10px;
    transition: .2s;
}
.other_post_title:hover{
    background: #f0f3f9;
}
.claster_nav_title{
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
}
/* mobile tel fix */
.mob_tel{
    font-size: 26px;
    line-height: 27px;
    font-weight: 500;
    display: block;
    margin: 5px auto 0 auto;
    background: url('/wp-content/plugins/fseo-plugins/plugins/common/img/ico_tel.png') 0 0 no-repeat;
    padding-left: 55px;
    height: 48px;
}
.mob_tel a{
    color:#4f5d73;
    text-decoration: none;
}
.mob_tel a strong{
    font-weight: 600;
}
.mob_hint{
    color:#43b51f;
    font-size: 16px;
    line-height: 18px;
}

/* span strong */
span.strong{
    font-weight: bold;
}

/* context links */
#hypertext-block {
    position: absolute;
    top:0;
    left:0;
    border-radius:6px;
    display:none;
    font-family:Arial;
    cursor:pointer;
    z-index: 1000;
}
#hypertext-block p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
}
#hypertext-title {
    color: #FFFF00!important;
    font-size: 22px!important;
    font-weight: bold;
    line-height: 1 !important;
    margin-top: 4px !important;
    margin-bottom: 6px !important;
}
.inside-block {
    border:2px solid #cd2626;
    display: table;
    padding: 3px;
    max-width: 550px;
    min-width: 200px;
    background: #cd2626;
    border-radius: 6px;
}
#hypertext-block-arrow{
    position: absolute;
    left: 50%;
    bottom: 0;
}
#hypertext-block-after,
#hypertext-block-before {
    position: absolute;
    border: 27px solid transparent;
    border-top: 28px solid #cd2626;
    max-width: 500px;
}
#hypertext-block-after {
    border-top: 28px solid #cd2626;
    bottom: -50px
}
.popup-img {
    display:table-cell;
    vertical-align: top;
}
.popup-img img {
    width:145px;
    height:145px;
    border:4px solid #cd2626;
}
.popup-img img:hover {
    border:4px solid #fff
}
.popup-block {
    position:relative;
    margin: 0 auto;
    max-width: 500px;
    background: #fff;
}
.popup-text {
    padding:0 10px 0;
}
.popup-next {
    margin-top:20px!important;
}
.popup-next a {
    color:#000;
    font-size:18px;
    background: #ffff00;
    padding: 4px 15px;
    border-radius: 5px;
    text-decoration: none;
    cursor:pointer;
}
.popup-next {
    position: absolute;
    bottom: 13px;
    width: 364px;
    display: block;
}
.popup-title {
    color:#800080;
    font-size: 23px;
}
.popup-title:hover {
    color:#ff0000;
    text-shadow:1px 1px 1px #bbb;
}
.popup-close {
    position: absolute;
    right: 0;
}
.popup-close a {
    color:#d5cccc;
    font-size:18px;
    background: none;
    padding:0;
}
.popup-close:hover,
.popup-next:hover {
    text-decoration:none;
    cursor:pointer;
}
/*ÐÐ¾Ð±Ð°Ð²Ð¸ÑÑ Ð² Ð¸Ð·Ð±ÑÐ°Ð½Ð½Ð¾Ðµ */
.hd_fav a.active {
    height: auto;
    width: 150px;
    padding-left: 22px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
}
/*
    Comment List
*/
.comments{
    padding-top:10px;
}
.comments .thanks_hide{
    margin-bottom: 5px;
    font-weight: 500;
}
.comment-form-input-wrap{
    margin-bottom: 5px;
}
.comment-form input[type=text], .comment-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px;
    height: auto;
}
.comment time{
    display: block;
    font-size: 12px;
}
.comments-title-wrap {
    position: relative;
}
.single-post .comments #respond {
    padding-bottom: 40px;
}
.comment_head_title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 21px;
}
ol.comment-list .comment-content a:hover {
    text-decoration: underline !important;
}
ol.comment-list {
    list-style: none !important;
    margin: 0;
    padding: 0px;
}
.comment {
    *zoom: 1;
    clear: both;
    position: relative;
    margin: 25px 0;
    overflow: hidden;
}
.comment-list .avatar {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
}
.comment-list .comment-content{
    clear: both;
    padding-top:5px;
}
.comment-content p {
    font-weight: 300;
}

.alf{
    background: rgba(0,0,0,0.7);
    width: 90%;
    display: block;
    margin-bottom: 50px;
    padding: 20px;
}
.alf a{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    text-decoration: none;
}
.alf a:hover{
    background: #ffffff;
    color: rgba(0,0,0,1);
    opacity: .7;
    width: 15px;
    text-align: center;
}
.letter_text{
    font-size: 30px;
    color: #62351a;
}
.art_block{
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    width: 95%;
    float: right;
    clear: both;
    margin-bottom: 20px;
}
.art_block_arts{
    float: left;
    width:30%;
    margin-right: 5%;
    margin-bottom: 20px;
}
.art_block_arts a{
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}
.art_block_arts:nth-child(3n+3){
    margin-right: 0;
}
@media (max-width: 1018px) {
    .comment-list .avatar {
        width: 43px;
        height: 43px;
        margin-right: 10px;
    }
}
.comment-list .comment-content {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 1018px) {
    .comment-list .comment-content {
        margin-left: 0px;
    }
}
.comment-meta {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    position: relative;
    margin: 10px 0;
}
/* reply comments */
ol.comment-list .children {
    list-style: none !important;
    margin-left: 50px;
    padding: 0;
    border-top: 1px solid #F5F5F5;
}
@media (max-width: 1018px) {
    ol.comment-list .children {
        margin-left: 43px;
    }
}
@media (max-width: 767px) {
    ol.comment-list .children {
        margin-left: 20px;
    }
}
ol.comment-list .comment:first-child {
    border-top: none !important;
}
#respond {
    position: relative;
}
@media (max-width: 767px) {
    .comment #respond {
        margin-left: 0px !important;
    }
}
#respond #reply-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    margin: 13px 0px 17px 0px;
}
.logged-in-as {
    font-size: 14px;
    color: #999;
    margin-bottom: 2px;
}
#content #respond #reply-title {
    padding: 8px 10px 9px 10px;
    position: relative;
}
.comment-meta a {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    width: 100px;
    height: 30px;
    text-decoration: none !important;
    transition: .2s;
}
.comment-meta a:hover {
    text-decoration: none !important;
    opacity: .8;
}
/*  ----------------------------------------------------------------------------
    Expert Comment form
*/
.comment-list .expert_comm .avatar{
    border-radius:100%;
    padding: 2px;
    border: 1px solid #484d76;
}

.comment-list .expert_comm .best{
    background: url(https://lawyer-consult.ru/wp-content/plugins/f-seo-common/img/like_big.png) 20px center no-repeat !important;
}
.expert_comm .comment_head_title {
    font-style: normal;
    color: #fff;
}
.expert_comm .comment_head {
    background: #7383b5;
    min-height: 70px;
}
.expert_comm .comment_head img {
    margin: 8px 10px 0 10px;
}
.fseo_com_tel_link a {
    color: #fff;
    text-decoration: underline;
}
.expert_comm .comment_head time {
    color: #fff;
    float: right;
    margin-right: 20px;
    opacity: .6;
    padding-top: 5px;
    font-size: 13px;
}
.fseo_com_tel {
    background: #7383b5;
    text-align: center;
}
.fseo_com_tel_title {
    color: #fff;
    font-size: 20px;
}
.rek_tel_com span {
    display: block;
}
.rek_tel_com span:last-child {
    color: #fff;
    font-size: 20px;
}
.rek_tel_com span:first-child {
    font-size: 24px;
    color: #f9e525;
}
.rek_tel_com span strong {
    font-weight: normal;
}
.rek_tel_com:first-child {
    float: left;
    width: 50%;
}
.rek_tel_com {
    display: inline-block;
    margin: 5px 9px;
}
.expert_comm .comment_head_title {
    padding-top: 12px;
}
.expert_comm {
    border: 3px solid #7383b5;
    border-radius: 3px;
}
.fseo_com_tel_link {
    float: left;
    margin-top: 3px;
}
.expert_comm p {
    padding: 0 12px;
    margin: 5px 0 15px 0;
}
.expert_comm .comment-meta a {
    margin-left: 12px;
}
.expert_comm .like_likes span {
    color: #fff;
    background: url('/wp-content/plugins/fseo-plugins/plugins/common/img/like_white.png') 0 center no-repeat;
}
/* Ð¨Ð¾ÑÑÐºÐ¾Ð´ ÑÐºÑÐ¿ÐµÑÑÐ¾Ð² expert */
.exp_single_comm{
    margin-bottom: 20px;
    width:48%;
    margin-right: 4%;
    float:left;
    box-sizing: border-box;
}
.exp_single_comms .exp_single_comm:last-child{
    margin-bottom: 0;
}
.exp_single_comms .exp_single_comm:nth-child(2n+2){
    margin-right: 0;
}
.exp_single_comms .exp_single_comm:nth-child(2n+3){
    clear: both;
}
.exp_single_link{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
}
.exp_single_text{
    background: #f5f5f4;
    padding: 10px;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
    font-style: italic;
}
.exp_single_text:before{
    display: block;
    content:"";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url('/wp-content/plugins/fseo-plugins/plugins/common/img/corner.png') 0 0 no-repeat;
    top:-13px;
    left:30px;
}

/* Ð²Ð¸Ð´Ð¶ÐµÑ ÐÐ¾Ð¿ÑÐ¾ÑÐ¾Ð²*/
.widget_ques_text{
    text-align: center;
}
ul.widget_ques_list{
    list-style: none;
}
ul.widget_ques_list li a{
    text-decoration: none;
}
.widget_ques_btn{
    text-align: center;
}
.widget_ques_btn a{
    border: 1px solid #444;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
}
.widget_experts_card{
    clear: both;
}
.widget_experts_btn{
    text-align: center;
    margin-top: 10px;
}
.widget_experts_btn a{
    font-size: 20px;
    display: inline-block;
}
.widget_experts_btn a:hover{
    text-decoration: none;
}
.widget_expert_photo{
    float: left;
    margin:0 10px 10px 0;
    width: 70px;
    height: 70px;
    overflow:hidden;
}
.widget_expert_photo img{
    width:100%;
    height: auto;
    border-radius: 100%;
}
.widget_expert_desc{
    font-size: 11px;
}
.widget_experts_hr{
    margin: 20px;
}
.ss_cats{
    overflow: hidden;
}
.ss_cats_title{
    margin-bottom: 10px;
    overflow: hidden;
}
.ss_cats_maintitle{
    margin-right: 10px;
    float:left;
}
.ss_posts{
    overflow: hidden;
}
.ss_post_thmb{
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 0 10px 0 0;
}
.ss_post_thmb img {
    max-width: 100%;
    height: auto;
}
.ss_post{
    width: 45%;
    margin-bottom: 10px;
    margin-right: 10%;
    float: left;
}
.ss_post_title{
}
.ss_post_title small img{
    margin:0 3px;
}
.ss_post:nth-child(2n+2){
    margin-right: 0;
}
.ss_post_title a{
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
    display: block;
}
.ss_cat_name{
    display: none;
}
.ss_cat_name a{
    font-size: 12px;
    text-decoration: none;
    color: #ccc;
}

@media (max-width: 768px) {
    .ss_post_thmb{
        width: 70px;
        height: auto;
    }
    .ss_post {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

/* ÑÐ¾ÑÐ¼Ð° Ð·Ð°Ð´Ð°ÑÑ Ð²Ð¾Ð¿ÑÐ¾Ñ ÑÐºÑÐ¿ÐµÑÑÑ */
.expert_form{
    margin: 20px auto 20px auto;
    clear: both;
    text-align: center;
}
.expert_form button{
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
}
/* ÑÐ¾ÑÑÐºÐ¾Ð´ Ð´Ð»Ñ ÑÐºÑÐ¿ÐµÑÑÐ° Ð¼Ð¸Ð½Ð¸ */
.expert_min{
    clear: both;
    overflow: hidden;
    border-top: 1px solid #d7d8da;
    border-bottom: 1px solid #d7d8da;
    margin: 20px auto;
    padding: 10px 0;
}
.expert_min_photo{
    width:50px;
    height: 50px;
    overflow: hidden;
    float:left;
    margin-right: 20px;
}
.expert_min_photo img{
    width:100%;
    height: auto;
    border-radius: 100%;
}
.expert_min_about{
    float:left;
}
.expert_min_name{
    font-size: 18px;
}
.expert_min_desc{
    font-size: 12px;
}
.expert_min .expert_form{
    float:right;
    margin: 7px 0 0 0;
    clear: none;
}
.expert_single{
    border-top: 1px solid #d7d8da;
    border-bottom: 1px solid #d7d8da;
    margin: 20px auto;
    padding: 10px 0;
}
.expert_single img:first-of-type{
    border-radius: 100%;
}
.experts_row{
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    cursor: pointer;
}
.experts_row .widget_experts_card{
    width: 29%;
    margin-right: 6.5%;
    float:left;
    clear: none !important;
    box-sizing: border-box;
    padding: 10px;
}
.experts_row .widget_experts_card:last-child{
    margin-right: 0;
}
.experts_row .widget_experts_card.selected{
    background: #f5f5f4;
}
.experts_row .widget_experts_card.noselect{
    cursor: default;
}
.experts_row .widget_expert_photo{
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.experts_row .widget_expert_photo img{
    max-width: 100%;
    height: auto;
    border-radius: 100%;
}
.experts_row .widget_expert_fio{
    text-align: left !important;
    line-height: 1.4;
}
.experts_row .widget_expert_desc{
    text-align: left !important;
    line-height: 1.2;
    clear: both;
}
.lidia_tel {
    display: none;
}
@media(max-width:768px){
    .expert_min_name{
        line-height: 50px;
    }
    .expert_min_desc{
        line-height: 1.2;
        margin-top:5px;
    }
    .expert_min .expert_form{
        float:none;
        text-align: center;
    }
    .expert_single h3{
        text-align: center;
    }
    .expert_single .alignright{
        float:none;
        display: block;
        margin: 10px auto;
    }
    .exp_single_comm{
        float:none;
        margin:0 auto 10px;
        width:100%;
    }
    .experts_row .widget_experts_card{
        width:100%;
        margin: 0 auto 10px;
        float:none;
    }
    .experts_row .widget_expert_fio{
        line-height: 50px;
    }
    .expert_comm .comment_head{
        min-height: 110px;
    }
    .like_likes {
        position: absolute;
        top: 7%;
        right: 3%;
    }
    .expert_comm .like_likes {
        top: 6% !important;
        right: 0% !important;
    }
    table {
        overflow-x: auto;
        display: block;
    }
    .lidia_tel {
        display: block;
        position: fixed;
        width: 68px;
        height: 68px;
        bottom: 25px;
        right: 25px;
    }
    .lidia_tel a img {
        width: 100%;
        height: auto;
    }

    /* ÑÑÐ¸Ð»Ð¸ Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑÐ½Ð¾Ð³Ð¾ Ð¼ÐµÐ½Ñ */

    .slideout-panel {
        z-index: 10;
    }
    #menu {
        z-index: 1;
    }

    @-webkit-keyframes lidia_tel
    {
        10%
        {
            -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
            transform: scale(1.3);
        }
        20%
        {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        30%
        {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }
        40%
        {
            -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
        }
        50%
        {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }
        60%
        {
            -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
        }
        70%
        {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        80%
        {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        90%
        {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100%
        {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @keyframes lidia_tel
    {
        10%
        {
            -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
            transform: scale(1.3);
        }
        20%
        {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        30%
        {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }
        40%
        {
            -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
        }
        50%
        {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }
        60%
        {
            -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
        }
        70%
        {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        80%
        {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        90%
        {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100%
        {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    .lidia_tel
    {
        -webkit-animation: lidia_tel 5s ease-out infinite;
        animation: lidia_tel 5s ease-out infinite;
    }
}
@media(max-width:301px) {
    .hd_tell_mobile{
        left: 15%;
    }
    .hd_tell_mobile a{
        font-size: 21px;
    }
    .logo_slide{
        font-size: 11px;
    }
}
.mih{
    display: none;
}
.hide_cock_over img{
    -webkit-filter: blur(12px);
    filter: blur(12px);
}
.hide_cock_over{
    position: relative;
    box-sizing: border-box;
    z-index: 9999;
}
.hide_cock_over_after{
    position: absolute;
    content: '18+';
    text-align: center;
    font-weight: 600;
    font-size: 145px;
    background-color: #fff;
    opacity: 0.7;
    display: block;
    padding: 1%;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}
.cntr {
    text-align: center;
}
/** ÐºÑÑÐ³Ð»ÑÐµ ÐºÐ°ÑÑÐ¸Ð½ÐºÐ¸ f-seo-agi plugin */
.img_rounded{
    width:200px;
    height:200px;
    border-radius:100%;
}
.round100 {
    width:100px;
    height:100px;
    border-radius:100%;
}
.round150 {
    width:150px;
    height:150px;
    border-radius:100%;
}
.round200 {
    width:200px;
    height:200px;
    border-radius:100%;
}
/*Ð¡ÑÐ¸Ð»Ð¸ ÑÐ°Ð±Ð»Ð¸Ñ*/
table {
    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: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    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;
}

#slidebotbox {
    width: 730px;
    height: auto;
    background-color: #fff;
    position: fixed;
    bottom: -390px;
    left: 50%;
    margin-left: -365px;
    z-index: 9999;
    border: 1px solid #eef4fa;
}
.slidebotbox {
    width: 100%;
    float: left;
}
.slidebotbox_close {
    position: absolute;
    top: -40px;
    right: -1px;
    font-size: 44px;
    text-decoration: none;
    font-weight: 700;
    line-height: 38px;
    color: #e6f0ff;
    cursor: pointer;
    background: #646464;
    padding: 0 10px 0 10px;
    height: 40px;
}
a.slidebotbox_close:hover {
    color: red;
    text-decoration: none !important;
}

