.burger_menu{
    display: block;
}

.close_menu{
    display: block;
}

.nav_menu_container{
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -50%;
    z-index: 10;
    width: 50%;
    height: 100vh;
    padding: 20px 40px 0;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: right 0.2s ease-in-out, visibility 0.2s ease-in-out;
    overscroll-behavior: contain;
}

.show .nav_menu_container{
    visibility: visible;
    right: 0;
    box-shadow: 0 0 16px rgba(0,0,0,0.2) ;
}

.login_wrap{
    border-top: #F0F0F0 solid 1px;
    padding: 10px 0 25px;
    float: none;
}

.user_reg{
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.user_login{
    display: block;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    color: #222222;
}

.logout, .my_account{
    border-top: #F0F0F0 solid 1px;
    background: url("../icons/logout_black.png") no-repeat 0 50%;
    background-size: 22px 22px;
    padding: 15px 0 15px 32px;
    float: none;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    color: #222222;
}

.my_account{
    background: url("../icons/user_icon.png") no-repeat 0 50%;
    background-size: 22px 22px;
}

.logout{
    margin-left: 0;
}

.navigation{
    border-top: #F0F0F0 solid 1px;
    padding: 10px 0 25px;
}

.navigation ul{
    text-align: left;
    list-style-type: none;
}

.navigation ul li{
    display: block;
    padding: 0;
}

.navigation ul li a{
    display: block;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    color: #222222;
}

.content {
    min-height: auto;
}

.userboard .content {
    min-height: calc(100vh - 80px);
}

.user_panel_wrap{
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    float: none;
    padding: 80px 40px 0;
    box-sizing: border-box;
    height: 80px;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}

.user_panel_wrap.show {
    height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.user_panel_content{
    display: none;
    padding: 40px 0;
    height: auto;
    border: none;
}

.show .user_panel_content{
    display: block;
}

.user_menu_bttn{
    display: block;
}

.show .user_menu_bttn{
    position: fixed;
    top: 0;
    z-index: 2;
}

.show .umb_open{
    display: none;
}

.show .umb_close{
    display: inline-block;
}


.username{
    font-size: 20px;
}

.user_bonuses, .u_p_button{
    font-size: 14px;
}

.separator{
    padding-bottom: 6px;
    border-bottom: #F0F0F0 solid 1px;
}

.content_section_wrap{
    width: 100%;
    padding: 50px 0 100px;
    box-sizing: border-box;
}

.content_section{
    position: relative;
    width: 100%;
    min-height: calc(100vh - 270px);
    padding: 0 15px 50px;
    box-sizing: border-box;
}

.userboard_footer{
    position: relative;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.s_section{
    max-width: none;
}

.login_reg_wrap{
    width: 100%;
    min-width: 100%;
    background-color: transparent;
}

.login_reg_header .header_logo_color{
    background: url("../img/opros_ru_logo_white.svg") no-repeat 0 0;
}

.login_reg_header{
    padding: 100px 80px;
    background-color: rgba(11, 10, 35, 0.25);
}

.login_reg_about{
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    max-width: 450px;
}

.login_reg_data{
    background-color: #FFFFFF;
    padding: 80px;
}

.login_reg_bg_img{
    height: 440px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left 0 center;
}

/*--index pages--*/

.index .user_reg{
    background-color:#D96969;
    border: none;
    box-sizing: border-box;
    transition: none;
}

footer .social_links{
    width: auto;
    padding-left: 0;
}

.sl_col{
    float: none;
    width: 100%;
    padding: 0 15px 15px;
    margin-top: 0;
}

.sl_col:first-of-type{
    margin-top: 30px;
}

.sl_col_heading{
    background: url("../icons/opion_closed_grey.png") no-repeat right bottom;
    background-size: 14px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 0;
    padding: 15px 30px 0 0;
}

.show .sl_col_heading{
    background: url("../icons/opion_opened_grey.png") no-repeat right bottom;
    background-size: 14px 14px;
}

.sl_col ul{
    display: none;
    padding-top: 24px;
}

.sl_col.show > ul{
    display: block;
}

.sl_col ul li a{
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.2em;
    text-decoration: none;
}

.hero{
    padding: 150px 0 60px;
}

.hero h1{
    max-width: 590px;
    font-size: 30px;
}

.h_feature{
    padding: 24px;
}

.help_features li{
    padding: 120px 15px 0 15px;
    box-sizing: border-box;
}

.help_features li img{
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
}

.main_advantages{
    margin-bottom: 20px;
}

.ma_wrap{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.ma_item{
    background: url("#") no-repeat top -30px center;
    background-size: cover;
    min-height: auto;
    padding: 60px 40px;
}

.ma_item h3, .ma_item h4,
.ma_item h5, .ma_item h6,
.ma_item span{
    font-size: 20px;
    margin-bottom: 10px;
}

.ma_item p{
    font-size: 15px;
    line-height: 1.4em;
    max-width: 540px;
}

.rf_heading{
    font-size: 26px;
}

.research_form p{
    max-width: 690px;
    margin-bottom: 20px;
}

.research_form{
    background: url("../img/clock.png") no-repeat center right -100px #F6F6F6;
    background-size: 340px auto;
    padding: 40px 260px 40px 40px;
}

.research_form .info_input, .research_form .submit_bttn {
    padding: 0;
    width: 100%;
    margin-top: 20px;
}


.reviews li {
    position: relative;
    display: block;
    padding: 0 15px 0 180px;
    width: 100%;
    margin-bottom: 40px;
}

.r_img_wrap {
    position: absolute;
    top: 0;
    left: 15px;
    margin-bottom: 0;
}

.partners_list li{
    padding: 24px 15px;
}

.footer_cta{
    background: url("#") no-repeat top center ;
    background-size: cover;
    width: 100%;
    padding: 200px 20px 80px;
    box-sizing: border-box;
    margin-top: -88px;
}

/*--article_list--*/

.content_col {
    float: none;
    width: 100%;
    margin-bottom: 40px;
}

.aside_col {
    float: none;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

/*--article--*/

.aside_col .article_item{
    width: calc(33.33333% - 15px);
    margin-right: 10px;
}

.aside_col .article_item:nth-child(3d+2){
    margin-right: 0;
}

.quick_links > ul li {
    width: calc(50% - 2px);
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 4px 0;
}

.quick_links > ul li:nth-child(even){
    margin-right: 0;
}

.share {
    border-bottom: solid 1px #F0F0F0;
    padding: 20px 0;
}

/*--marketolog--*/

.banner_wrap {
    padding: 0;
    margin: -24px 0 60px;
}

.mark_needs {
    padding: 40px;
}

.mark_hero {
    background: url("../img/mark_hero.jpg") no-repeat right bottom;
    background-size: cover;
    width: 100%;
    padding: 60px 60px 180px 60px;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px #FFFFFF;
}

.mh_content {
    width: 100%;
    max-width: 440px;
}

.mark_hero h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mark_hero .cta {
    margin: 30px 0 0;
}

.mark_needs h2, .mark_needs h3,
.mark_needs h4, .mark_needs h5,
.mark_needs h6, .mark_needs > span {
    font-size: 18px;
}

.advantages_list{
    margin-bottom: 40px;
}

.a_item{
    width: 100%;
}

.a_content > p{
    font-size: 14px;
}

/*--respondent--*/

.f_banner_wrap{
    padding: 0;
    margin: 0;
}

.resp_hero {
    padding: 80px 10px 60px;
}

.resp_footer{
    padding: 120px 10px;
}


/*--rates--*/

.rates_hero{
    padding: 100px 0;
}

.examples_list{
    display: block;
}

.ei_wrap{
    width: 100%;
    margin-bottom: 20px;
}

.example_item{
    padding: 24px;
}

.e_cost{
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    padding: 0;
}

.e_cost span{
    margin-top: 24px;
}

/*-- marketolog --*/

.new_folder_separator{
    display: none;
}

.mps_item{
    width: 205px;
    font-size: 12px;
}

/*--constructor--*/

.constr_burger {
    display: block;
}

.constructor_nav_wrap{
    display: none;
    float: none;
    position: absolute;
    top: 80px;
    right:20px;
    z-index: 2;
    width: 300px;
    border-radius: 10px;
    padding: 20px 30px 30px;
    box-sizing: border-box;
    background-color: #223344;
}

.show .constructor_nav_wrap{
    display: block;
}

.c_nav {
    float: none;
}

.c_nav li {
    display: block;
    margin-right: 0;
    padding: 0;
    border-bottom: rgba(255,255,255,0.25) solid 1px;
}

.c_nav li a {
    padding: 15px 0;
}

.c_btns_wrap {
    float: none;
    padding-top: 15px;
}

.c_btn_save, .c_btn_exit {
    float: none;
    width: 100%;
}

.c_btn_save {
    background-color: #D96969;
    color: #FFFFFF;
    border: none;
    margin: 0 0 10px;
}

.constr_headimg{
    padding: 0 40px;
    box-sizing: border-box;
}

.constr_page_item{
    padding: 20px 0 0;
    border-right: none;
    border-left: none;

}

.cp_heading{
    padding: 0 20px;
    box-sizing: border-box;
}

.add_rule{
    display: block;
    width: 100%;
    padding: 20px 20px 20px 84px;
}

.add_rule img{
    position: absolute;
    top: 20px;
    left: 20px;
}

.ar_description{
    height: auto;
}

div.rule_heading{
    padding: 20px;
}

.rule_container{
    padding: 24px 20px 1px;
}

.rule_condition{
    border-top: #E8E8E8 solid 2px;
    padding: 20px 0 1px;
}

.condition_inputs_wrap .info_input{
    width: 100%;
}

.condition_inputs_wrap .info_input:after {

    right: 10px;
}

.rule_between{
    width: 100%;
    padding: 20px 20px 1px;
    box-sizing: border-box;
    background-color: #E8E8E8;
}

/*--expert club--*/

.ec_section_l, .ec_section_r {
    float: none;
    width: 100%;
}

.ec_section_c, .ec_heading_section_c {
    float: none;
    width: 100%;
    padding: 0;
}

.section_container {
    display: none;
}

.ec_section_r .search_wrap {
    margin-bottom: 20px;
}

.ec_hero {
    background: url("../img/ec_hero_bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 40px;
    margin-bottom: 24px;
}

.ec_hero h1 {
    font-size: 26px;
}

.ec_hero p {
    font-size: 12px;
}

.ec_status li {
    font-size: 12px;
}

.ec_status li span {
    font-size: 18px;
    margin-right: 10px;
}

.expert_item, .top_expert_list .expert_item {
    width: 33.33333%;
}

.ec_topic_col{
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

.ec_side_col_r{
    float: none;
    width: 100%;
}


.expert_col{
    float: none;
    width: 100%;
}

.expert_activity{
    float: none;
    width: 100%;
}

.expert_about{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
}


