.left_menu{
    width: 160px;
    float: left;
    /*margin-left:5px;*/
}
.menu_loc a{
    font-size: 11px;
    font-weight: bold;
    vertical-align: bottom;
    color: #3C4D60;
    float: left;
}
.cur a{
    color: #B00800;
    text-decoration: underline;
}
.li_nav.faq{
    width: 100%;
    text-align: left;
    padding-top: 9px;    
    float: left;
    /*background-color: #f5faff;*/
    background: url('img/faq_bg.png') repeat-x #f5faff;
}
.li_nav.faq span,.li_nav.faq span a{
    font-size: 14px;
    font-weight: bold;
    color: #B00800;
    margin-left: 5px;
}
.faq_list{
    border-top: 1px solid #C2DCF9;
    margin: 10px 5px 3px 10px;
    text-align: left;
    padding-top: 10px;
}
.faq_list li{
    line-height: 18px;
    margin-bottom: 18px;
}
.faq_list li a{    
    text-decoration: underline;
}
.search {
    /*float: right;
    padding-right: 10px;
    margin-top: -25px;*/
}
.search .edit {
    /*background: url("/new_style/img/news/zoom-zoom.png") repeat scroll 0 0 white;
    border-width: 0;*/
    float: left;
    height: 38px;
    width: 495px;
    margin: 0px 10px 0 40px;
    border-radius: 2px;
    border: solid 2px #4873b8;
    border-right: none;
}
.search .edit input {
    /*background-color: transparent;*/
    border-width: 0;
    color: #A39F9C;
    height: 35px;
    /*padding: 2px 0 0 17px;*/
    width: 142px;
}

.search #srch {
    padding: 3px 0 0 12px;
    width: 390px;
}

.search .search_butt{
    height: 38px;
}

.search .search_butt .search_big_btn {
    float: right;
    height: 38px;
    font-size: 17px;
    text-align: center;
    border: none;
    width: 100%;
    background: none;
    color: #fff;
}

.header_line.help span a{
    color:#999999;
    font-size: 14px;
}
.header_line.help span a:hover{
    cursor: pointer;
    text-decoration: underline;
}
.header_line.help.full{
    width:640px;
}
.header_line.help.full span{
    color:#999999;
}
.header_line.help{
    font-size: 14px;
    color: #999999;
    width: 100%;
    display: inline-block;
    line-height: 20px;
    margin: 16px 0;
}
.header_line.help .separator{
    color: #999999;
    font-size: 12px;
    margin: 0 8px;
    cursor: default;
}
.header_line.help.main{
    position: fixed;
    left: 50%;
    top: 19%;
    margin: 10px 0 0px -150px;
}
.header_line.help.section{
    margin-bottom: 0;
    line-height: 20px;
    padding-top: 10px;
}

.header_line.help.section .help_str_h1{
    width: 380px;
}

.top_heading{
    min-height: 30px;
    padding-top: 20px;
}
.top_heading h1{
    text-align: center;
    margin-bottom: 15px;
}

.help_descr,.help_cont{
    width: 100%;
    /*padding-left: 10px;*/
    float: left;
}

.center_content{
    /*float: left;
    margin-left: 10px;*/
    padding-top: 20px;
    /*padding-bottom: 100px;*/
    min-height: calc(100vh - 300px);
}
.help_cont ul{
    margin-top: 0px;
    /*margin-left: 45px;*/
}
.help_cont ul a:hover{
    color: #B00800;
    text-decoration: underline;
}
.help_cont{
    float:left;
}
.help_cont.full{
    width: 100%;
}
.help_cont .title,.help_cont li{
    line-height: 30px;
    /*background: url("img/help.png") no-repeat scroll 0 9px transparent;
    padding-left: 25px;*/
}
.help_cont .title{
    border-bottom: 1px solid #ececea;
}
.help_cont a,.ask span{
    color: #2272bb;
}
.help_cont a:hover{
    color: #B00800;
}
.faq_content{
    padding: 10px 5px 5px 25px;
    /*width: 525px;*/
    margin-top: 1px;
    /*border-bottom: 1px solid #ECECEA;*/
}
.right{
    float:right;
    margin: 5px 10px 12px 5px;
}
.faq a{
    color: #666666;
}
.faq .right a{
    font-weight: bolder;
    text-decoration: underline;
}
.one_help{
    display: inline-block;
    width: 460px;
    float: left;
    margin-bottom: 35px;
    margin-left: 100px;
    overflow: hidden;
}
.one_help .img img {
    width: 42px;
    height: 42px;
}
.one_help.chet{
    margin-left:40px;
}
.help_main{
    text-align: center;
    float: left;
    padding: 0;
    width: 100%;
    padding-top: 25px;
}
.center_content.full{
    /*min-width: 550px;
    max-width: 800px;*/
    width: auto;
}
.new_bottom_bar a{
    text-decoration: underline;
}
.new_bottom_bar{
    display: inline-block;
    width: 100px;
    padding-left: 15px;
    vertical-align: middle;
}
.bottom_right_bar_left{
    display: inline-block;
}
#right-sidebar{
    min-height: 120px;
}
@media (max-width: 1280px) {
    .bottom_right_bar{
        width: 300px;
    }
    .logo_block_new{
        width: 550px;
    }
    .search .edit{
        width: 411px;
        margin: 0 0 0 25px;
    }
    .search #srch{
        width: 276px;
    }
    .one_help{
        margin-left: 30px;
        margin-right: 35px;
    }
    .help_main{
        width: 1050px;
    }
    .help_content_str{
        width: 1050px;
    }
        .new_bottom_bar{
        padding-left: 7px;
    }
    .feedback_bttn{
        padding: 13px 3px 13px 3px !important;
        font-size: 16px !important;
    }
    .tree{
        width: 1030px !important;
    }
    .content_text{
        width: 1030px !important;
    }
}

.feedback_bttn:hover{
    background: #ffb000;
}

.feedback_bttn{
    margin-top: 65px;
    /* margin-bottom: 10px; */
    border-radius: 5px;
    font-size: 17px;
    width: 125px;
    padding: 13px;
    background: #ff9900;
    color: #fff;
    text-align: center;
}

.new_bottom_bar a:hover{
    color: darkred;
}

#footer_full{
    background-color: #f5f5f5;
    padding: 20px 0;
    /*margin-top: 20px;*/
    /*margin-bottom: -60px;*/
    /*position: absolute;*/
    bottom: 0px;
    left: 0;
    display: flex;
    flex: 0 0 auto;
    text-align: justify;
    justify-content: space-between;
}
.help_main{
    /*margin-bottom: 110px;*/
}
.help_main .help_first_page{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.one_help .title{
    color: #3C4D60;
    font-size:14px;
    font-weight:bold;
    /*border-bottom: 1px solid #C2DCF9;*/
    background: #F5FAFF;
    margin-top: -3px;
    margin-bottom: 10px;
    padding: 15px 0;
}
.one_help .title a{
    /*color: #2a3333;*/
    font-size: 16px;
    font-weight: 600;
}
.one_help .title a:hover{
    text-decoration:underline;
    color: #b00800;
}
.one_help .img{
    float:left;
    width:85px;
    text-align: center;
    padding-top: 2px;

}
.one_help .img img{
    /*width: 52px;
    height: 50px;*/
}
.one_help .items{
    float: right;
    width: 375px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.one_help .items li{
    margin-bottom: 7px;
}
.one_help .items li a{
    color: #3c4d60;
    /*text-decoration: underline;*/
}
.one_help .items li a:hover, .faq_list li a:hover, .right a:hover{
    text-decoration:underline;
    color: #b00800;
}
.faq_content{
    display:none;
    background: url('img/gradient_faq.png') repeat-x;
    background-size: 0 100%;
    float: left;
}
.faq_content.view{
    display: block;
}
.ask{
    margin-top:15px;
    z-index: 1000;
    float:left;
    height: 25px;
    /*width: 525px;*/
}
.ask span{    
    margin-right: 10px;
    float:right;
}
.ask input{
    float: right;
    margin-left: 5px;
    height: 20px;
    border: none;
    width: 41px;
    background: url('img/ask.png') no-repeat;
    cursor: pointer;
    text-align: center;
}
.progressb{
    width: 24px;
    height: 24px;
    display: none;
    background: url('img/progressbar.gif') no-repeat;
}
.ask .progressb{
    float: right;
    margin-right: 50px;
    margin-top: -5px;
}
.faq_content p{
    color: #666666;
    font-size: 13px;
}
/*.fq_top{
    width: 100%;
    height: 2px;
    background: url('img/faq_top.png') no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 120px;
}*/
.left_block_help .fq_top{
    margin-top: 0px;
}
.fq_bottom{
    width: 100%;
    height: 8px;
    background: url('img/faq_bottom.png') no-repeat;
    background-size: 100%;
    float: left;
}
.faq_title{
    padding-top: 10px;
    height:25px;
    width: 550px;
    margin-left: 10px;    
    font-size: 16px;
    color: #B00800;
    font-weight: bold;
    border-bottom: 1px solid #C0DBF9;
}
.show_all{
    cursor: pointer;
    color: #49537c;
}
.help_h1_div.faq{
    /*background: url('img/faq.png') no-repeat;
    padding-left: 20px;*/
    width: 97%;
    /*margin-left: 10px;*/
}
.help_h1_div.faq .help_str_h1{
    width: 495px;
}
.help_descr{
    margin: 10px 15px 15px 0;
}
.collapse_loc, .collapse_loc:hover{
    background: url('img/str_b.png') no-repeat;
    width: 8px;
    height: 8px;
}
.expand_loc, .collapse_loc{
    margin: 4px 0 0 0;
}
.expand_loc, .expand_loc:hover{
    background: url('img/str_l.png') no-repeat;
    width: 8px;
    height: 8px;
}
.red,a.red{
    color: red;
}
find{
    background-color: #a0bf76;
    color: white;
    padding: 1px;
}
.li_nav ul, .li_nav_top ul{
    padding-top: 1px;    
}
.list_in ul{
    padding-bottom: 5px;
}
.center_content.full .add_ads{
    float:left;
    margin-left:10px;    
    
}
.add_ads{
    margin-bottom: 9px;
    width: 240px;
}
.center_content .help_h1_div.faq .help_str_h1{
    /*margin-left: 25px;*/
    width: 505px;
}
.help_cont .help_more .help_str_top_img{
    /*width: 45px;*/
}
.center_content .header_line.help{
    /*margin-bottom: 12px;*/
}
.li_nav_top .loc_title{
    padding-bottom: 3px;
}
.list_menu .list_in li{
    padding-bottom: 0;
}
.other_theme{
    font-size: 14px;
    font-weight: bolder;
}
.help_cont.full.other li{
    line-height: 20px;
    padding-left: 0;
    background: none;
}
.help_cont.full.other{
    margin-bottom:100px;
}
.help_cont.full.other li a{
    text-decoration: underline;
}
.help_cont.other ul {
    margin-top: 5px;
}
.bgtitle, .bgtitle_back {
    min-height: 14px;
    display: inline-block;
    width: 100%;
    padding-top: 6px;
}
.bgtitle_back {
    background: none repeat scroll 0 0 #EDF8FF;
    padding: 6px 0px;
    margin-bottom: 5px;
}
.bgtitle .title, .bgtitle_back .title, .location .title {
    float: left;
    padding-left: 10px;
    width: 360px;
    line-height: 12.5pt;
}
.bgtitle_back a, .af_up {
    font-size: 11px;
    color: #2276BB;
    text-decoration: underline;
}
.af_up {
    background: url("/afisha/images/up.png") no-repeat scroll 100% 50% transparent;
    float: right;
    height: 14px;
    margin-right: 6px;
    width: 50px;
}
.bgtitle_back a, .af_up {
    font-size: 11px;
    color: #2276BB;
    text-decoration: underline;
}
.bgtitle_back a, .af_up {
    font-size: 11px;
    color: #2276BB;
    text-decoration: underline;
}
.zoom{
    opacity:0.8;
    filter: alpha(opacity=80);
}
.zoom:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.help_h1_div.search{
    margin-bottom:0;
}
.help_title_h3{
    margin-top: 30px;
    width: 100%;
    height: 22px;
    font-size: 22px;
    font-weight: 500;
    line-height: 0.83;
    letter-spacing: -0.4px;
    text-align: left;
    color: #25292c;
}
#request_block #telAds #cell_one, #request_block #sendAnswer #cell_one{
    float: left;
    color: #333333;
    /* font-weight: bold;
     text-align: right;*/
    margin-right: 10px;
    width: 160px;
}
#request_block #telAds input, #request_block #sendAnswer input{
    border: 1px solid #cccccc;
    width: 350px;
    /*height: 20px;*/
    padding: 4px;
}

.center_header{
    position: absolute;
    left: 160px;
    right: 240px;
    margin: 0 auto;
    float: left;
    text-align: center;
}

.right_header{
    width: 240px;
    float: right;
}
#all_links_nav{
    margin-right: 120px;
    margin-top: -47px;
}

