/*--old--*/

.ec_page {
    padding-bottom: 60px;
}

.ec_section_l, .ec_section_r {
    width: 220px;
}

.ec_section_c, .ec_heading_section_c {
    width: calc(100% - 440px);
    padding: 0 30px;
}

.industry_menu{
    width: 50%;
    padding: 80px 40px 40px;
}

.ind_menu_close {
    width: 50%;
    height: 60px;
    background: url("../icons/close_black@2x.png") no-repeat 40px center #FFFFFF;
    background-size: 16px 16px;
    padding: 0 0 0 66px;
    line-height: 60px;
}

.ec_nav_container {
    height: 60px;
}

.ec_btn {
    line-height: 60px;
}

.ec_hero {
    padding: 30px 20px;
    margin-bottom: 30px;
}

.ec_hero h1 {
    font-size: 24px;
}

.ec_hero p {
    font-size: 11px;
}

.ec_status li {
    font-size: 11px;
}

.ec_status li span {
    font-size: 16px;
    margin-right: 10px;
}

.section_container {
    margin-bottom: 30px;
}

.ec_section_heading, .ec_section_subheading {
    letter-spacing: 0.02em;
    font-size: 15px;
}

.ec_page_heading h1, .ec_page_heading h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.25em;
    margin-bottom: 20px;
}

.ec_section_r .search_wrap {
    margin-bottom: 30px;
}

.expert_list_s .expert_item {
    min-height: 40px;
    padding: 0 0 0 55px;
}

.expert_list_s .expert_img {
    width: 40px;
    height: 40px;
}

.ec_topic_item {
    margin-bottom: 20px;
}

.ec_topic_about .expert_item {
    padding: 0 180px 0 55px;
}

.topic_content h1, .topic_content h2, .topic_content h3,
.topic_content h4, .topic_content h5, .topic_content h6 {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.ec_side_col_r{
    width: 260px;
}

.ec_topic_col{
    width: calc(100% - 300px);
}

.topic_author .expert_item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.topic_links{
    display: block;
    width: 100%;
}

.topic_links li{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-right: 30px;
}

.expert_col{
    float: left;
    width: 260px;
}

.expert_activity{
    padding: 0;
}

.breadcrumbs{
    display: none;
}

/*--new--*/

.ind_col_left, .ind_col_right {
    width: 240px;

}

.main_expert .expert_statistics {
    padding-top: 20px;
}

.ind_col_center {
    float: left;
    width: calc(100% - 480px);
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.mt_content_wrap {
    padding: 50px 24px 24px;
}

.mt_subheading {
    font-size: 10px;
    margin-bottom: 12px;
}

.mt_content_wrap h1, .mt_content_wrap h2, .mt_content_wrap h3,
.mt_content_wrap h4, .mt_content_wrap h5, .mt_content_wrap h6 {
    font-size: 16px;
}

.ind_news_list .news_item:first-child .ni_img_wrap{
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
}

.ind_news_list .news_item:first-child  .ni_content_wrap{
    display: block;
    width: 100%;
    padding-left: 0;
}

.cont_main{
    width: calc(100% - 290px);
}

.cont_aside{
    width: 260px;
}

.news_list .news_item{
    padding: 20px;
}

.news_list .ni_img_wrap{
    width: 220px;
    margin: 0 20px 0 0;
}

.news_list .ni_content_wrap p{
    display: none;
}

.news_list .ni_content_wrap{
    width: calc(100% - 240px);
}

.article_col{
    width: calc(100% - 310px);
}

.aside_col{
    width: 280px;
}

.author_container{
    width: 280px;
}

/*-- user_profile--*/

.expert_col, .expert_actions_col{
    width: 240px;
}

.profile_col_c{
    width: calc(100% - 480px);
    padding: 0 20px;
}

.profile_tabs li{
    width: auto;
}

.search_cont_aside{
    width: 290px;
    padding: 0 10px;
}

.sr_item{
    padding: 0 10px 20px;
    width: 50%;
}

.search_pad_lr{
    padding-right: 30px;
    padding-left: 30px;
}

/**************/


.burger{
    display: block;
}

.show .burger{
    background: url("../icons/burger_close.png") no-repeat 50% 50%;
    background-size: 40px 40px;
}

nav{
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 40px;
    box-sizing: border-box;
}

.show nav{
    display: block;
    background-color: #FFFFFF;
    box-shadow: 0 6px 6px rgba(0,0,0,0.15);
}

nav ul li{
    display: block;
}

nav ul li a{
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}

/* */

.ui_info form .wide{
    width: 100%;
    margin-right: 0;
}

.ui_info .input_range_wrap {
    width: calc(50% - 10px);
}

.ui_info form .input_range_wrap:nth-child(odd) {
    margin-right: 20px;
}

.ui_info .input_range_wrap .info_input:nth-child(odd)::after {
    right: -15px;
}
