body {
    display: flex;
    flex-direction: column;
}
.header {
    flex: 0 0 auto;
}
.content_wrap {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
.shapka-top-search {
    position: relative;
}
.shapka_search_btn_mobile {
    top: 0 !important;
    height: 36px !important;
}

.tooltip{
 position:absolute;
 z-index:999;
 margin:3px 0 0 0;
 padding:2px 7px;
 border:1px solid #2a374c;
 background:#fff;
 border-radius: 4px;
 width:250px;
 margin-left:-200px;
}


.sub_menu {
    position: relative;
    padding: 20px 0 12px 0;
}
.sub_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sub_menu li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 8px;
    position: relative;
}
.sub_menu a,.sub_menu strong {
    display: block;
    padding: 8px 15px;
    background-color: #E3EBF9;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #909FB7;
    text-decoration: none;
}
.sub_menu a:hover, .sub_menu .active a {
    color: #435065;
}
.sub_menu.sub_menu_spec {
    padding: 15px 0;
}
.sub_menu.sub_menu_spec li {
    display: block;
    margin-right: 0;
}
.sub_menu.sub_menu_spec .all a {
    background-image: url("/images/more_ico.png");
    background-position: 94% center;
    background-repeat: no-repeat;
}
.sub_menu.sub_menu_spec a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: normal;
    color: #435065;
}
.sub_menu.sub_menu_spec strong {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #435065;
}
.sub_menu.sub_menu_spec a:hover, .sub_menu.sub_menu_spec .active a {
    color: #435065;
}
.banner {
    position: relative;
    padding: 15px;
    background: #536075;
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    background-image: url(/images/accounting-bg.jpg);
}
.banner_head {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
}
.banner_text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.button.button_new {
    text-align: center;
    font-size: 12px;
    padding: 6px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.button.button_new, .button.button_new:hover {
    color: #ffffff;
}
.content_col {
    position: relative;
    margin-top: 15px;
}
.article {
    position: relative;
    /*padding: 20px;*/
    background: #ffffff;
    border-radius: 5px;
}
.article img {width: 100% !important;}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    font-weight: bold;
    color: #435065;
}
.article h1 {
    font-size: 2em;
    line-height: 26px;
    margin-bottom: 15px;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.article_info {
    position: relative;
    padding: 20px 30px;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    /*padding-bottom: 10px;*/
    border-bottom: 1px solid #EEEEEE;
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
}

.article_tag {
    position: relative;
    margin-bottom: 8px;
}
.article_tag span {
    display: inline-block;
    padding: 0 8px;
    /*background: #FF9E0C;*/
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
}
.article_tag7 {
    background: #FF9E0C;
}
.article_tag8 {
    background: #e83e8c;
}
.article_tag9 {
    /*background: #8da751;*/
        /*background: #b2ceff;*/
        background: #c685b2;
}
.article_tag10 {
    background: #00a3e1;
}
.article_tag11 {
    background: #20c997;
}
.article_tag12 {
    background: #6c757d;
}
.article_tag14 {
    background: #17a2b8;
}
.article_tag15 {
    /*background: #FF9E0C;*/
    background: #ffd507;
}
.article_info_text {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #909FB7;
    padding-left: 24px;
    margin-right: 10px;
}
.article_dop_info_text {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #909FB7;
    padding-left: 18px;
    margin-right: 18px;
}
.article_num_look {
    background: url("/images/article_num_look_ico.png") 0 center no-repeat;
}
.article_num_comm {
    background: url("/images/article_num_comm_ico.png") 0 center no-repeat;
}
.article_num_like {
    background: url("/images/article_num_like_ico.png") 0 center no-repeat;
}
.article_num_like.active {
    background: url("/images/article_num_like-click_ico.png") 0 center no-repeat;
}
.article_num_date {
    background: url("/images/article_num_date_ico.png") 0 center no-repeat;
}
.article_num_favorite {
    background: url("/images/article_num_favorite.png") 0 center no-repeat;
}
.article_num_favorite #ordermark1, #ordermark_article, #selectedorder1{
    cursor:pointer;
}

.article_num_favorite #ordermark1:hover, #ordermark_article:hover, #selectedorder1:hover{
    text-decoration: underline;
    }

.article_user .button.button_new {
    font-size: 14px;
}
.article_user_foto {
    position: relative;
    min-width: 60px;
    margin-right: 20px;
}

.article_user_foto img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
@media (max-width: 500px) {
    .article .article_user_foto {max-width: 60px;}
}
.article_user_foto span {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.top_icon {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 15px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    color: #ffffff;
    background: #FF9E0C;
    border-radius: 5px;
    white-space: nowrap;
}
.top_icon.red {
    background: #FF5A43;
}
.top_icon.orange {
    background: #FBAF64;
}
.top_icon.green {
    background: #74BF75;
}
.top_icon.vio {
    background: #B890BB;
}
.article_user_name {
    margin-bottom: 5px;
}
.article_user_name span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #435065;
}
.article_user_text {
    color: #909FB7;
    margin-top: 12px;
    margin-bottom: 15px;
}
.article_user_text span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}
.article_user_text span:last-child {
    margin-bottom: 0;
}
.article_user_text b, .article_user_text a {
    color: #74BF75;
    text-decoration: none;
}


.article_dop_block {
    position: relative;
    margin-top: 20px;
}
.article_dop_block_head {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 15px;
    color:
}
.article_dop_block_wrap {
    position: relative;
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
}
.expert_info {
    margin-bottom: 15px;
}
.expert_block_foto {
    min-width: 55px;
    margin-right: 15px;
}
.expert_block_foto img {
    display: block;
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
}
.expert_block_name a {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none !important;
    border-bottom: 1px solid;
    color: #435065;
}
.expert_desc {
    position: relative;
}
.expert_desc .row {
    margin-left: -5px;
    margin-right: -5px;
}
.expert_desc .row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.article_dop_block_wrap.--mr-top {
    margin-bottom: 8px;
}
.article_dop_block_wrap.--mr-top:last-child {
    margin-bottom: 0;
}
.article_dop_block_wrap.--mr-bot {
    margin-bottom: 10px;
}
.comment_block {
    position: relative;
}
.comment_user {
    position: relative;
    margin-bottom: 12px;
}


.comment_like {
    padding-left: 18px;
    background: url("/images/article_num_like_ico.png") 0 center no-repeat;
    float: right;
}
.comment_comm {
    padding-left: 18px;
    background: url("/images/article_num_comm_ico.png") 0 center no-repeat;
}
.comment_like.active {
    background: url("/images/article_num_like-click_ico.png") 0 center no-repeat;
    color: #74BF75;
}
.isgood4 {
/*	border:1px solid #74bf75;
    background:#74bf75;
    color:#ffffff;
    font-family: 'PT Sans',Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;*/
    cursor:pointer;
/*    float:right;
    margin:3px 0px -10px 0px;*/
	}
.subscribe_block .article_dop_block_wrap {
    border: 2px solid #74BF75;
    background: url("/images/subscribe_bg_m.png") 106% 10px no-repeat #ffffff;
}
.add_comment_block .article_dop_block_wrap {
    border: 2px solid #74BF75;
    background: url("/images/subscribe_bg_m.png") 106% 10px no-repeat #ffffff;
}
.article_dop_block_subhead {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding-right: 30px;
    margin-bottom: 12px;
}
.subscribe_block {
    color: #435065;
    margin-bottom: 15px;
}
.add_comment_block {
    color: #435065;
    margin-bottom: 15px;
}
.subscribe_form p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.subscribe_form p b {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.subscribe_form label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}
.form-field {
    margin-bottom: 20px;
}
.subscribe_form .form-control {
    font-size: 12px;
    line-height: 1;
    color: #435065;
    height: 44px;
    padding: 14px 18px;
    background: #FFFFFF;
    border: 1px solid #BBC5D4;
    box-sizing: border-box;
    border-radius: 5px;
}
.subscribe_form .form-control::placeholder {
    color: #BBC5D4;
}
.radio_list {
    margin-top: 15px;
}
.subscribe_form .radio_item {
    margin-bottom: 5px;
}
.subscribe_form .radio_item label {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #435065;
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid #BBC5D4;
    border-radius: 5px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
.subscribe_form .radio_item label i {
    display: none;
    position: absolute;
    top: 18px;
    right: 12px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    color: #BBC5D4;
}
.subscribe_form .radio_item input[type='radio']:checked+label,
.subscribe_form .radio_item input[type='checkbox']:checked+label {
    background: #EAFBEB;
    border: 1px solid #74BF75;
    font-weight: bold;
    color: #74BF75;
}
.subscribe_form .radio_item input[type='radio'],
.subscribe_form .radio_item input[type='checkbox'] {
    display: none;
}
.subscribe_form .button.button_new {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
}
.sidebar {
    color: #435065;
}
.sidebar h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
}
.best_article {
    position: relative;
    margin-bottom: 20px;
}
.best_article:last-child {
    margin-bottom: 0;
}
.best_article_user {
    margin-bottom: 12px;
}
.best_article_user_foto {
    position: relative;
    min-width: 40px;
    margin-right: 20px;
}
.best_article_user_foto img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.best_article_user_foto span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.best_article_user_name {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.best_article_info {
    margin-bottom: 12px;
}
.best_article_info .article_num_date {
    padding-left: 0 !important;
    background: none;
}
.best_article_info .article_info_text {
    margin-right: 0;
}
.best_article_text h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 8px;
}
.best_article_text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}
.best_article_text p:last-child {
    margin-bottom: 0;
}
.discuss_block {
    position: relative;
}
.discuss_block_text {
    font-size: 14px;
    line-height: 22px;
}
.discuss_block_text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.discuss_block_text p:last-child {
    margin-bottom: 0;
}
.discuss_block_text b {
    color: #74BF75;
}
.discuss_block_user {
    margin-top: 20px;
}
.discuss_block_user_foto {
    position: relative;
    min-width: 50px;
    margin-right: 20px;
}
.discuss_block_user_foto img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.discuss_block_user_foto span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.discuss_block_user_name {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.article_dop_block_wrap .discuss_block_user_name {
    color: #506ca4;
    text-decoration: underline;
}
.article_dop_block_wrap .discuss_block_user_name:hover {cursor: pointer;}

.discuss_block_date {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 1;
    color: #909FB7;
}
/* Page 2 */
.content_full {
    position: relative;
    color: #435065;
}
.content_full h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.top_list {
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
}
.top_list_head {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #909FB7;
    border-bottom: 1px solid #EDF2FB;
}
.top_list_head > div {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1;
}
.top_list_head > div:last-child {
    border-right: none;
}
.top_list_head .top_list_head_nums {
    max-width: 40px;
    padding: 10px 0;
    text-align: center;
}
.top_list_head .button.button_new {
    width: 32px;
    height: 32px;
    text-indent: -10000px;
    padding: 0;
    background-image: url("/images/chat-bubbles_ico.png");
    background-position: center;
    background-repeat: no-repeat;
}
.top_list_head .top_list_head_name, .top_list_head .top_list_head_rate {
    max-width: 50%;
}
.top_list_head .top_list_head_meet {
    padding: 10px 8px;
    max-width: 48px;
}
.top_list_body_item {
    position: relative;
    border-bottom: 1px solid #E3EBF9;
    background: #FFFFFF;
}
.top_list_body_item > div {
    position: relative;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.top_list_body_item > div:last-child {
    border-right: none;
}
.top_list_body_item a {
    color: #74BF75;
}
.top_item_service, .top_item_reviews, .top_item_docs {
    color: #74BF75;
}
.top_list_body_item .top_item_nums {
    max-width: 20px;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #909FB7;
}
.top_list_body_item .top_item_push {
    padding: 15px 8px;
    max-width: 48px;
}
.top_list_body_item .top_item_info {
    min-width: 27.5%;
}
.top_item_rate, .top_item_progres, .top_item_reviews, .top_item_service, .top_item_docs {
    text-align: center;
}
.top_item_progres_wrap {
    display: inline-block;
}
.top_item_progres span {
    display: block;
}
.rating-area {
    margin-right: 0;
}
.top_item_rate i {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #909FB7;
    margin-top: 5px;
}
.top_item_progress_top {
    margin-bottom: 5px;
}
.top_item_progress_top span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #435065;
}
.top_item_progress_bot span {
    font-size: 10px;
    line-height: 1;
}
.top_item_progress_pic {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 12px;
}
.top_item_progress_down {
    background: url("/images/top_item_progress_down.png") center center no-repeat;
    background-size: auto 10px;
}
.top_item_progress_up {
    background: url("/images/top_item_progress_up.png") center center no-repeat;
    background-size: auto 10px;
}
.top_item_progress_sim {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-style: normal;
    position: relative;
    top: 3px;
}
.top_item_progress_sim_pls {
    color: #74BF75;
}
.top_item_progress_sim_min {
    color: #FF4343;
}
.top_item_user_foto {
    position: relative;
    margin-bottom: 10px;
}
.top_item_user_foto img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}
.top_item_user_name {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}
.top_item_user_name a {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-decoration:none;
    color: #435065;
}
.top_item_user_name i {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    background: url("/images/verify_user_ico.png") 0 0 no-repeat;
    margin-left: 5px;
    position: relative;
    top: 3px;
}
.top_item_user_town {
    padding-left: 15px;
    background: url("/images/user_town_ico.png") 0 1px no-repeat;
    font-size: 12px;
    line-height: 1;
    color: #909FB7;
    margin-bottom: 10px;
}
.top_item_user_award {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 10px;
}
.top_item_user_award .top_icon {
    margin-right: 2px;
    margin-bottom: 2px;
}
.top_item_user_text {
    font-size: 14px;
    line-height: 18px;
}
.choose-area {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.choose-area input[type='checkbox'] {
    display: none;
}
.choose-area label {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #E3EBF9;
    border: 1px solid #C4D6F3;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}
.choose-area input[type='checkbox']:checked+label {
    background-color: #74BF75;
    border: 1px solid #74BF75;
    background-image: url("/images/user_check_ico.png");
    background-position: center center;
    background-repeat: no-repeat;
}
#plashka_obsudit{
    display:none; width:100%;text-align:center;position:fixed;bottom:0px; background:#74bf75;padding:4px 0;font-size: 12px;color: #fefefe;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .top_item_user_desc {
        overflow: hidden;
        margin-bottom: 15px;
    }
    .top_item_user_foto {
        float: left;
        margin-bottom: 0;
    }
    .top_item_user_info {
        margin-left: 60px;
    }
    .top_item_user_award {
        margin-bottom: 0;
    }
    .top_list_body_item .top_item_rate {
        position: absolute;
        left: 33px;
        top: 10px;
        padding: 0;
        text-align: left;
        right: 15px;
        width: auto;
    }
    .top_item_rate i {
        margin-top: 0;
        position: relative;
        top: 1px;
        margin-left: 8px;
    }
    .top_item_user {
        padding-top: 20px;
    }
}
@media all and (min-width: 768px) {
    .shapka_search_btn_mobile {
        height: 50px !important;
    }
    .sub_menu li {
        margin-bottom: 10px;
    }
    .sub_menu a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .sub_menu.sub_menu_spec {
        padding: 20px 0 25px 0;
    }
    .sub_menu.sub_menu_spec .all a {
        background-image: none;
    }
    .sub_menu.sub_menu_spec li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 8px;
    }
    .sub_menu.sub_menu_spec a {
        display: inline-block;
        padding: 12px 15px;
        font-size: 14px;
    }
    .banner {
        padding: 20px 30px;
        border-radius: 3px;
        margin-left: 0;
        margin-right: 0;
    }
    .banner_head {
        font-size: 24px;
        line-height: 32px;
    }
    .banner_text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .button.button_new {
        font-size: 16px;
        padding: 10px 30px;
    }
    .content_col {
        margin-top: 20px;
    }
    .article h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .article_info {
        padding-bottom: 18px;
    }
    .article_tag {
        margin-bottom: 0;
    }
    .article_tag span {
        line-height: 30px;
        padding: 0 12px;
        margin-right: 30px;
    }

    .article_info_text {
        height: 30px;
        line-height: 30px;
        margin-right: 33px;
    }
    .article_user_info {
        margin-right: 15px;
    }
    .article_user .button.button_new {
        font-size: 14px;
        padding: 10px 15px;
        min-width: 165px;
    }
    .article_user_name {
        margin-bottom: 0;
        margin-right: 20px;
    }
    .article_user_name span {
        font-size: 14px;
        line-height: 18px;
    }
    .article_user_text {
        margin-top: 8px;
        margin-bottom: 0;
    }
    .article_user_text span {
        font-size: 12px;
    }


    .comment_user_info span {
        margin-bottom: 5px;
    }
    .comment_text {
        margin-bottom: 0;
    }
    .comment_date {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .article_dop_block {
        margin-top: 30px;
    }
    .subscribe_block .article_dop_block_wrap {
        padding: 30px 30px 45px 30px;
        background: url(/images/subscribe_bg_t.png) 110% 12px no-repeat #ffffff;
    }
    .add_comment_block .article_dop_block_wrap {
        padding: 30px 30px 30px 30px;
        background: url(/images/subscribe_bg_t.png) 110% 12px no-repeat #ffffff;
    }
    .article_dop_block_subhead {
        font-size: 27px;
        line-height: 36px;
        padding-right: 0;
        margin-bottom: 28px;
    }
    .form-field.form-field_min_mb {
        margin-bottom: 5px;
    }
    .subscribe_form label {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .subscribe_form .form-control {
        max-width: 385px;
        height: 50px;
        padding: 16px 25px;
        font-size: 14px;
    }
    .subscribe_form p {
        font-size: 14px;
        line-height: 22px;
    }
    .subscribe_form p b {
        font-size: 18px;
    }
    .subscribe_form .radio_item {
        width: 100%;
        max-width: calc(100%/3 - 8px);
        margin-bottom: 12px;
    }
    .subscribe_form .radio_item label {
        height: 66px;
        font-size: 14px;
        line-height: 18px;
        padding: 14px 20px;
    }
    .subscribe_form .radio_item label i {
        display: block;
    }
    .subscribe_form .button.button_new {
        max-width: 325px;
        height: 60px;
        font-size: 18px;
        padding: 15px;
    }
    .sidebar .article_dop_block_wrap {
        padding: 30px;
    }
    .sidebar h3 {
        margin-bottom: 30px;
    }
    .best_article {
        margin-bottom: 30px;
    }
    .best_article_user {
        margin-bottom: 20px;
    }
    .best_article_user_foto {
        min-width: 50px;
    }
    .best_article_user_foto img {
        width: 50px;
        height: 50px;
    }
    .best_article_info {
        margin-bottom: 20px;
    }
    .best_article_info .article_info_text {
        height: 16px;
        line-height: 16px;
        margin-right: 20px;
    }
    .best_article_text h4 {
        margin-bottom: 10px;
    }
    .article_dop_block_head {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .article_dop_block_wrap.--mr-bot {
        margin-bottom: 30px;
    }
    .content_full h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .top_list {
        background-color: transparent;
        border-radius: 0;
    }
    .top_list_head {
        padding: 0;
        border: none;
        background-color: #ffffff;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .top_list_head > div {
        line-height: 30px;
        border-right: 1px solid #EDF2FB;
    }
    .top_list_head .top_list_head_nums {
        max-width: 20px;
        margin-right: 0;
    }
    .top_list_head .top_list_head_name {
        min-width: 27.5%;
    }
    .top_list_head_rate, .top_list_head_progres, .top_list_head_reviews, .top_list_head_service, .top_list_head_docs {
        text-align: center;
        padding: 10px 5px !important;
    }
    .top_list_body_item {
        border-bottom: none !important;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .top_list_body_item > div {
        border-right: 1px solid #EDF2FB;
    }
    .choose-area {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
}
@media all and (min-width: 1170px) {
    .sub_menu {
        padding: 25px 0 15px 0;
    }
    .sub_menu a {
        padding: 12px 20px;
        font-size: 16px;
    }
    .sub_menu.sub_menu_spec {
        padding: 30px 0;
    }
    .sub_menu.sub_menu_spec a {
        padding: 12px 15px;
        font-size: 14px;
    }
    .banner {
        padding: 30px;
    }
    .banner_head {
        font-size: 28px;
        line-height: 36px;
    }
    .banner_text {
        font-size: 18px;
        line-height: 22px;
    }
    .content_col {
        margin-top: 30px;
    }
    .article {
        /*padding: 20px 30px;*/
    }
/*    .article h1 {
        font-size: 27px;
        line-height: 36px;
    }*/
    .article h1 {
    font-size: 2.5em;
    line-height: 1em;
/*    margin-bottom: 0.5em;*/
        padding: 20px 30px;
    }
    .article h2, .article h3, .article h4, .article h5, .article h6 {
        font-size: 27px;
        line-height: 36px;
    }
    .article_info {
        padding: 20px 30px;
        /*padding-left: 30px;*/
        /*padding-right: 30px;*/
        /*margin-left: -30px;*/
        /*margin-right: -30px;*/
        margin-left: 0px;
        margin-right: 0px;
    }
    .article_user {
        padding: 20px 30px;
    }
    .article_tag span {
        font-size: 14px;
    }
    .article_info_text {
        font-size: 14px;
    }
    .article_user_name {
        margin-right: 25px;
    }
    .article_user_name span {
        font-size: 16px;
        line-height: 20px;
    }
    .article_user_text {
        margin-top: 10px;
    }
    .article_user_text span {
        font-size: 14px;
    }
    .article_dop_block_wrap {
        padding: 20px 30px;
    }

    .expert_block_name a {
        font-size: 18px;
        line-height: 20px;
    }
    .expert_status {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .expert_desc p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .expert_awards span {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .article_dop_block {
        margin-top: 40px;
    }
    .subscribe_block .article_dop_block_wrap {
        padding: 30px 30px 55px 30px;
        background: url(/images/subscribe_bg_d.png) 130% 0 no-repeat #ffffff;
    }
    .add_comment_block .article_dop_block_wrap {
        padding: 30px 30px 30px 30px;
        background: url(/images/subscribe_bg_d.png) 130% 0 no-repeat #ffffff;
    }
    .form-field {
        margin-bottom: 30px;
    }
    .sidebar .article_dop_block {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .sidebar .banner {
        height: 390px;
        background: #536075;
        border-radius: 3px;
        margin-bottom: 20px;
    }
    .sidebar h3 {
        margin-bottom: 30px;
    }
    .best_article_user_foto {
        min-width: 50px;
    }
    .best_article_user_foto img {
        width: 50px;
        height: 50px;
    }
    .best_article_user_name {
        font-size: 14px;
        line-height: 18px;
    }
    .best_article_info {
        margin-bottom: 15px;
    }
    .best_article_info .article_info_text {
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        margin-right: 15px;
    }
    .best_article_text h4 {
        margin-bottom: 12px;
    }
    .sidebar .article_dop_block_head {
        padding: 0 30px;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .discuss_block_user_foto {
        margin-right: 20px;
    }
    .discuss_block_user_name {
        font-size: 14px;
        line-height: 18px;
    }
    .article_dop_block_wrap.--mr-bot {
        margin-bottom: 10px;
    }
    .content_full h1 {
        margin-bottom: 28px;
    }
    .top_list_head {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .top_list_head > div {
        max-width: 118px;
        padding: 10px 15px;
        font-size: 14px;
    }
    .top_list_head .top_list_head_name, .top_list_head .top_list_head_rate {
        max-width: 118px;
    }
    .top_list_head .top_list_head_nums {
        max-width: 35px;
    }
    .top_list_head .top_list_head_name {
        min-width: 32%;
    }
    .top_list_head .top_list_head_meet {
        max-width: 130px;
    }
    .top_list_head .button.button_new {
        width: 100%;
        height: 32px;
        text-indent: 0;
        background-image: none;
        font-size: 12px;
        line-height: 32px;
    }
    .top_list_body_item > div {
        max-width: 118px;
        font-size: 16px;
        padding: 18px 15px;
    }
    .top_list_body_item .top_item_info {
        min-width: 32%;
    }
    .top_list_body_item .top_item_nums {
        padding: 15px 0;
        max-width: 35px;
        font-size: 14px;
    }
    .top_list_body_item .top_item_push {
        max-width: 130px;
    }
    .top_item_rate i {
        font-size: 14px;
    }
    .top_item_progress_top span {
        font-size: 16px;
    }
    .top_item_progress_bot span {
        font-size: 12px;
    }
    .top_item_progress_bot {
        position: relative;
        top: -2px;
    }
    .top_item_progress_pic {
        position: relative;
        top: 2px;
    }
    .top_item_user_foto, .top_item_user_award {
        margin-bottom: 0;
    }
    .top_item_user_foto {
        margin-right: 20px;
    }
    .top_item_user_foto img {
        width: 88px;
        height: 88px;
    }
    .top_item_user_desc {
        margin-bottom: 15px;
    }
    .top_item_user_name {
        position: absolute;
        top: 15px;
        left: 122px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .top_item_user_name a {
        font-size: 16px;
        }
}
.js-user-name.best_article_user_name {text-decoration: underline;}
.js-user-name.best_article_user_name:hover {text-decoration: none;}