/* 
-------------------------------------
f-seo-common
-------------------------------------
*/
/* comment form */
.form-allowed-tags{
    display: none;
}
/* social sidebar widget */
#social_buttons{
    text-align: center;
}
#social_buttons a{
    display: inline-block;    
    margin: 2px;
}
/* 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('../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;
}

/* 
-------------------------------------
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('../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('../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 */
iframe{
    max-width: 100% !important;
    margin: 10px auto !important;
}

/* 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('../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('../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
*/
.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;
}
.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(//lawyer-consult.ru/wp-content/plugins/f-seo-common/css/../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 !important;
    text-decoration: underline;
}
.expert_comm .comment_head time {
    color: #fff !important;
    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('../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('../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 !important;
}
.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_title{
    margin-bottom: 10px;
}
.ss_post_thmb{
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0;
}
.ss_post_thmb img {
    max-width: 100%;
    height: auto;
}
.ss_post{
    width: 45%;
    margin-bottom: 15px;
    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;
}
.ss_cats div{
    margin-bottom: 10px;
}

@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;
}
@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;
    }
}
/*Стили для плавающих телефонов в шапке*/
.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;
}
.top_tell_menu {
    display: none;
    overflow: hidden;
    box-sizing: border-box;
}