.auth_modal_form{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: none;
}

.auth_form{
    width: 500px;
    height: 400px;
    background-color: #FFF;
    display: none;
    position: relative;
    margin: 40px auto;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.auth_form_caption{
    font-size: 27px;
    text-align: center;
    padding: 50px 0px 0px 0px;
    color: #004781;
}

.auth_form input{
    background-color: #e6e6e6;
    border: none;
    outline: none;
    width: 254px;
    height: 34px;
    margin-bottom: 30px;
    padding: 0px 10px;
}

.prev_profile_table{
    margin-bottom: 40px;
    margin-top: 10px;
}

.prev_profile_table input{
    background-color: #e6e6e6;
    border: none;
    outline: none;
    width: 200px;
    height: 34px;
    padding: 0 10px;
}

.prev_profile_table tr td{
    vertical-align: middle;
    height: 50px;
    text-align: left;
}

.registration_form input{
    background-color: #e6e6e6;
    border: none;
    outline: none;
    width: 254px;
    height: 34px;
    margin-bottom: 22px;
    padding: 0px 10px;
}

.auth_form table{
    width: 350px;
    position: relative;
    margin: 30px auto 0px auto;
}

.registration_form table{
    width: 350px;
    position: relative;
    margin: 30px auto 0px auto;
}

.pos_right{
    padding-left: 20px;
}

.input_title{
    color: #004781;
    font-size: 18px;
}

.auth_button_form{
    width: 166px !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.form_close_button{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #CCC;
    cursor: pointer;
}

.form_close_button:hover{
    color: #004781;
}

.register_link{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    color: #004781;

    cursor: pointer;
    text-decoretion: underline;
}

font.error{
    color: red;
    padding: 0px 20px;
    position: relative;
    top: 26px;
    width: 100%;
    text-align: center;
}

.error_message{
    text-align: center;
    padding-top: 30px;
}

.registration_form{
    width: 500px;
    /*height: 510px;*/
    background-color: #FFF;
    display: none;
    position: relative;
    margin: 40px auto;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.registration_form .auth_form_caption{
    padding: 10px 0px 0px 0px;
}

.mg_profile_right_menu{
    width: 220px;
    border-width: 1px;
    border-color: #c0eaea;
    border-style: dashed;
    float: left;
}

.mg_menu_button{
    border-bottom: 1px dashed #c0eaea;
    cursor: pointer;
    margin: 0px 8px;
}

.mg_menu_button:last-of-type{
    border: none;
}

.mg_menu_button:hover{
    background-color: #f5f5f5;
}

.mg_menu_button table{
    width: 100%;
}

.mg_menu_button table tr td{
    height: 70px;
    vertical-align: middle;
    font-size: 15px;
}

.pp_width_80{
    width: 80px;
    text-align: center;
}

.mg_profile_content{
    width: calc(100% - 250px);
    float: right;
}

.mg_personal_tab_panel{
    height: auto;
    display: inline-block;
    line-height: 50px;
    padding: 0px 25px 0px 0px;
    margin: 0;
    margin-bottom: 20px;
}

.mg_p_tab{
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0px 25px;
    border-bottom: 1px dashed #c0eaea;
    color: #00afad;
    
    cursor: pointer;
}

.mg_p_tab:hover{
    background-color: #f5f5f5;
}

.mg_p_current_tab{
    border: 1px dashed #c0eaea;
    border-bottom: none;
    font-weight: bold;
    color: #004781;
}

.mg_menu_button a{
    text-decoration: none;
    color: #153e76;
}

.mg_profile_content_main{
    /*margin-top: 40px;*/
}

.personal_page_title{
    color: #153e76;
    font-weight: bold;
    font-size: 14px;
    /* margin-bottom: 20px; */
    margin-top: -4px;
    border-bottom: 2px dashed #c0eaea;
    padding-bottom: 20px;
}

.p_a_profile{
    padding-top: 90px;
    float: left;
}

.p_title_name{
    font-weight: bold;
    font-size: 20px !important;
    margin-bottom: 22px;
}

.p_other{
    
}

.sale-order-list-title, .sale-order-list-accomplished-title{
    padding: 10px 0px 0px 20px;
}

.sale-order-list-accomplished-date-container{
    text-align: right;
    padding: 0px 10px 5px 0px;
}

.auth_login_panel{
    position: absolute;
    right: 0;
}

.slider_mobile{
    display: none;
    background: #f0f4f7;
    height: 489px;
    z-index: 7;
    position: relative;
}

section.slider_mobile .info{
    width: 356px;
    height: 345px;
    background: url(/bitrix/templates/mgngrpoup/css/../img/slide_element.png) 0 0 no-repeat;
    display: block;
    /*position: absolute;*/
    top: 70px;
    /*right: 200px;*/
    z-index: 9999;
    text-align: center;
    font-size: 45.25px;
    line-height: 56.95px;
    box-sizing: border-box;
    padding-top: 35px;
    
    position: relative;
    margin: 0 auto;
    left: 0;
}

section.slider_mobile .info span{
    font-size: 56.11px;
    line-height: 80px;
}

section.slider_mobile .info a{
    position: absolute;
    width: 100%;
    color: #ffffff;
    font-size: 23.83px;
    text-align: center;
    display: block;
    left: 0;
    text-decoration: none;
    bottom: 58px;
}

.mg_ui_text{
    /*display: none;*/
    background-color: #f0f4f7;
    padding: 20px 100px;
    color: #004781;
    font-size: 14px;
}

.mmore{
    width: 166px; 
    height: 35px;
    color: #004781;
    background: url(/bitrix/templates/mgngrpoup/css/../img/blue.svg) 0 0 no-repeat;
    display: block;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 19px;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 29px; */
    margin-top: 15px;
}

.docs_profile_table{
    /*border-top: 2px dashed #c0eaea;*/
    margin-top: 10px;
    width: 100%;
}

.docs_profile_table tr td{
    padding: 10px 0px;
}

.docs_profile_table tr td a{
    text-decoration: none;
    color: #004781;
}

.z_color{
    background-color: #f0f4f7;
}

font.errortext{
    color: red;
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px 0px;
}

.profile_manafer_image{
    margin: 10px 10px 0px 20px; 
    float: left; 
    width: 147px; 
    height: 184px;
}

.filter_container{
    background: #f0f4f7;
}

.bx-filter.bx-green .bx-filter-section{
    background: #f0f4f7;
}

.bx-filter .bx-filter-title{
    font-size: 16px;
    margin-bottom: 10px;
    color: #153e76;
    font-weight: bold;
}

.noclient{
    width:100%;
    text-align: center;
    font-size:16px;
    margin-bottom:0px;
}

.noclient.cat{
    margin-bottom:20px;
}

.noclient a.reg{
    color:#00afad;
    text-decoration: underline;
}

.bx_filter .bx_filter_block{
    display: block !important;
}

.slider_image{
    height: 100%;
    left: 50%;
    position: relative;
     margin-left: -50%; 
    transform: translate(-50%, 0);
     /*width: 100%;*/ 
     margin: 0 auto; 
     /*width: 100%;*/ 
}

section.main_news .item .title{
    text-align: left;
}

.news .item .info .title{
    text-align: left;
}

.news .item .info .desc{
    text-align: left;
}

.full_cart{
    width: 140px !important;
    height: 37px !important;
    top: 16px !important;
    right: -20px !important;
    background: url(/images/cart_full.png) 0 center no-repeat !important;
}

.is_login{
    /*width: 150px !important;*/ 
    right: 130px !important;
    overflow: hidden;
}

.is_login:begore{
    content: '...';
    color: #000;
}

.logout{
    /*background: url(/images/logout.png) 0 center no-repeat !important;*/
    height: 37px !important;
    top: 17px !important;
}

.logout_personal{
    background: url(/images/logout.png) 0 center no-repeat !important;
}

section.seo_text > .wrap, section.content > .wrap{
    /*width: 100%;*/
    margin: 0 auto;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0px 10px;
}

header a.full_cart{
    right: -33px !important;
}

.show_more_container{
    height: 29px;
    overflow: hidden;
}

nav.top > ul > li.parent .inner > div{
    display: inline-block;
    width: 190px;
    margin-right: 40px;
    vertical-align: middle;
    height: 500px;
}
article .filter {
    display: none !important;
}