/*Стиль основной кнопки*/
.btn-primary, .btn-primary:focus {
    background: #d51a1a !important;
    border: 1px solid #d51a1a !important;
}
.btn.active, .btn:active {
    -webkit-box-shadow: inset 0 0 10px 10px rgb(0 0 0 / 5%);
    box-shadow: inset 0 0 10px 10px rgb(0 0 0 / 5%);
}
@media (min-width: 1200px) {
    .container {
        width: 1440px;
        max-width: 100%;
    }
    header .menu_small {
        margin-top: 0;
    }
}
label {
    margin: 0;
}
.alert-success {
    margin-top: 0;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 10px;
}
.btn_all_filter,
.btn_all_filter:focus,
.btn_all_filter:hover{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 1px solid #d51a1a;
    background: #d51a1a;
    border-radius: 5px;
    padding: 5px;
}
body {
    background: #F2F3F7 !important;
}
#sb-site, .boxed {
    min-height: 100% !important;
    background: #F2F3F7 !important;
}
.mw_800 {
    max-width: 800px;
    margin: auto;
}
.alert_auth {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 10px;
    margin: 0 auto 15px auto;
}
#footer-widgets {
    margin-top: 0;
    background: #27292D;
}
.panel_all {
    border-radius: 10px;
}
.panel_body_all {
    padding-left: 30px;
    padding-right: 30px;
}
.p_head_all {
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #222;
    font-weight: 500;
    font-size: 20px;
}
.form_group_all {
    display: flex;
    align-items: center;
}
.input_all {
    border-radius: 4px!important;
}
.select_all {
     border-radius: 4px!important;
 }

.recaptcha {
    margin: 20px 0;
}
.recaptcha .recaptcha_input {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin: 0 5px 0 10px;
}
.recaptcha .recaptcha_td {
    line-height: 14px;
    font-size: 12px;
    padding: 0 5px;
}
.recaptcha .recaptcha_label {
    cursor: pointer;
    margin-bottom: 7px;
}
.recaptcha .recaptcha_a {
    text-decoration:underline;
}

/*Слайдинг на кнопки*/
.btn_sliding {
    position: relative;
    overflow: hidden;
}
.btn_sliding:after {
    content: "";
    height: 150%;
    left: -310%;
    opacity: 0;
    position: absolute;
    top: -20%;
    width: 300%;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}
.btn_sliding:hover:after {
    left: -130%;
    opacity: 1;
    top: -25%;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: ease;
}
.btn_sliding:active:after {
    opacity: 0;
}
/*Слайдинг на большие кнопки*/
.btn_sliding {
    position: relative;
    overflow: hidden;
}
.btn_sliding:after {
    content: "";
    height: 150%;
    left: -310%;
    opacity: 0;
    position: absolute;
    top: -20%;
    width: 300%;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}
.btn_sliding:hover:after {
    left: -130%;
    opacity: 1;
    top: -25%;
    transition-duration: 1.7s, 1.7s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: ease;
}
.btn_sliding:active:after {
    opacity: 0;
}

#dp_menu {
    margin: 20px 0 0 0;
}
header .menu_block {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #27292D;
}
header .top-menu-line {
    border: none;
}
header .menu {
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 50%);
    position: relative;
    border-radius: 5px;
}
/*header .navbar-nav {*/
/*    padding: 5px;*/
/*}*/
header .navbar-default .navbar-nav > li > a {
    color: #fff !important;
    margin: 0 !important;
    padding: 5px 10px !important;
}
header .top-menu-line {
    border: none !important;
}
header .navbar-default .navbar-nav > li.dropdown > a {
    padding-right: 12px !important;
    margin-right: 5px;
    color: #fff;
}
header .navbar-nav > .dropdown > a:before {
    color: #fff !important;
}
header .svg_client_cabinet {
    margin-top: 3px;
    margin-bottom: -2px;
}
header .user_balance {
    padding: 8px;
    background: #fff;
    color: #000;
    font-weight: 600;
}
header .user_balance_svg {
    margin-top: 2px;
    margin-bottom: -2px;
}





/*Блок с точкой выдачи и телефоном*/
header .svg_top_point {
    color: #d51a1a;
    margin-right: 5px;
}
header .svg_top_point_phone {
    color: #d51a1a;
    margin-right: 5px;
}
header .span_top_point {
    color: #cdcdcd;
    font-weight: 300;
}
header .a_top_point {
    color: #fff;
    transition: all 0.5s;
}
header .a_top_point:hover {
    color: #cdcdcd;
}
header .span_top_point_phone {
    color: #cdcdcd;
    font-weight: 300;
}
header .a_top_point_phone {
    color: #fff !important;
    transition: all 0.5s;
}
header .a_top_point_phone:hover {
    color: #cdcdcd !important;
}
header .menu_small {
    margin-top: 15px;
}
header .middle_block {
    padding: 20px 0 10px 0;
}
header .middle_block_row {
    display: flex;
    align-items: center;
}
header .cart_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .a_top_cart {
    display: inline-block;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 8px 15px;
    background: #ffffff2e;
    text-align: center;
    text-decoration: none !important;
}
header .a_top_cart_svg {
    margin-top: 2px;
    margin-bottom: -3px;
    color: #d51a1a !important;
}
header .a_top_cart_icons {
    padding: 2px 5px;
    margin-top: -25px;
    border-radius: 5px;
    margin-left: -2px;
}
header .a_top_cart_span,
header .a_top_cart_span:focus {
    color: #fff;
    padding-left: 5px;
    font-size: 15px;
    transition: all 0.5s;
}
header .a_top_vin {
    display: inline-block;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 10px 15px;
    background: #ffffff2e;
    text-align: center;
    text-decoration: none !important;
}
header .a_top_vin_svg {
    margin-top: 2px;
    margin-bottom: -4px;
    color: #d51a1a !important;
    margin-right: 5px;
}
header .a_top_vin_span {
    color: #fff;
}
header .lower_block_row {
    display: flex;
    align-items: center;
}
header .schearch-line {
    background: #27292D;
}
header .a_top_catalog,
header .a_top_catalog:focus {
    display: inline-block;
    width: 100%;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 5px 10px;
    background: #d51a1a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}
header .a_top_catalog_svg {
    margin-bottom: -6px;
    margin-top: -2px;
    margin-right: 3px;
}
header .schearch-line .header-search-box .input-group input {
    padding-left: 100px;
}
header .dropdown_top_search {
    display: inline-block;
    position: absolute;
    z-index: 6;
}
header .input_top_search,
header .input_top_search:focus {
    border: none;
    border-radius: 5px 0 0 5px !important;
    padding: 0 0 0 150px;
    font-size: 15px;
}
header .btn_top_search,
header .btn_top_search:focus {
    padding: 0 6px 0 0;
    border-right: 1px inset;
    height: 34px;
    background: #e3e3e3;
    width: 132px;
}
header .span_top_search {
    position: absolute;
    left: 5px;
    top: 4px;
}
header .span_top_search_text {
    position: absolute;
    top: 3px;
    left: 26px;
    font-size: 13px;
}
header .btn_top_search_right {
    border-radius: 0 5px 5px 0;
    border: 1px solid !important;
    padding: 6px 12px !important;
    height: 34px !important;
}
header .btn_top_search_svg {
    margin-bottom: -2px;
}
header .dropdown_top_search_ul {
    border-radius: 5px !important;
    border: none !important;
    margin: 3px 0 0 0 !important;
    min-width: 100px;
}
header .dropdown-menu > li > a {
    border-bottom: 1px dashed #dddddd;
}
header .search-simple-bar {
    margin-top: 2px;
    border: none;
}
header .search-simple-bar .table tr:hover {
    background-color: #d51a1a;
    background-image: none;
    color: #fff;
}
header .search-simple-bar .table * {
    border-top: none;
}
header .search-simple-bar .table-div {
    margin-right: 0;
}
header tr:first-child td:first-child { border-top-left-radius: 5px; }
header tr:first-child td:last-child { border-top-right-radius: 5px; }

header tr:last-child td:first-child { border-bottom-left-radius: 5px; }
header tr:last-child td:last-child { border-bottom-right-radius: 5px; }

.header-search-box .dropdown span {
    line-height: 62px !important;
}
.slider-line {
    background: #F2F3F7 !important;
}






/*Выезжающая панель с авторизацией*/
#menu_checkbox {
    display: none;
}
#menu_checkbox:checked + .menu_panel + .menu_btn_one .menu_open {
    display: none;
}
#menu_checkbox:checked + .menu_panel + .menu_btn_one .menu_close {
    display: block;
}
#menu_checkbox:checked + .menu_panel {
    right: 0;
}

#menu_checkbox_small {
    display: none;
}
#menu_checkbox_small:checked + .menu_panel + .menu_btn_one .menu_open {
    display: none;
}
#menu_checkbox_small:checked + .menu_panel + .menu_btn_one .menu_close {
    display: block;
}
#menu_checkbox_small:checked + .menu_panel {
    right: 0;
}

#mob_user_panel {
    display: none;
}
#mob_user_panel:checked + .menu_panel + .menu_btn_one .menu_open {
    display: none;
}
#mob_user_panel:checked + .menu_panel + .menu_btn_one .menu_close {
    display: block;
}
#mob_user_panel:checked + .menu_panel {
    right: 0;
}

#mob_catalog_panel {
    display: none;
}
#mob_catalog_panel:checked + .menu_panel + .menu_btn_one .menu_open {
    display: none;
}
#mob_catalog_panel:checked + .menu_panel + .menu_btn_one .menu_close {
    display: block;
}
#mob_catalog_panel:checked + .menu_panel {
    right: 0;
}

#mob_menu_panel {
    display: none;
}
#mob_menu_panel:checked + .menu_panel + .menu_btn_one .menu_open {
    display: none;
}
#mob_menu_panel:checked + .menu_panel + .menu_btn_one .menu_close {
    display: block;
}
#mob_menu_panel:checked + .menu_panel {
    right: 0;
}


.menu_panel {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: -100%;
    background: #222222eb;
    transition: all 0.5s;
    width: 100%;
    height: 100vh;
    color: #FFF;
    padding: 65px 0 20px 0;
    overflow: auto;
}
.menu_btn_one {
    padding: 4px 10px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    background: #d51a1a;
    border-radius: 0 5px 5px 0;
}
.menu_btn_one a {
    color: #fff;
}
.menu_btn_one .menu_close {
    display: none;
}
.menu_btn_two {
    font-size: 20px;
    border: 1px solid #ddd;
    background: #dddddd54;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 15px;
    cursor: pointer;
    transition: all 0.5s;
}
.menu_btn_two:hover {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    background: #d51a1a;
    border: 1px solid #d51a1a;
    transition: all 280ms ease-in-out;
}
.menu_btn_two_svg {
    transform: rotate(45deg);
    margin-bottom: -5px;
    transition: all 280ms ease-in-out;
}
.menu_btn_two:hover .menu_btn_two_svg {
    transform: rotate(135deg);
    transition: all 280ms ease-in-out;
}
.nbs-flexisel-item img {
    border-radius: 10px;
}




.fast_block {
    margin-top: 20px;
    margin-bottom: 5px;
}
.fast_block .fast_block_a,
.fast_block .fast_block_a:focus {
    display: block;
    background: #fff;
    height: 50px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    transition: all 0.3s;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    margin-bottom: 15px;
}
.fast_block .fast_block_a:hover {
    transform: translateY(-0.15rem);
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 25%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 25%);
}
.fast_block .fast_block_svg {
    margin-top: 6px;
    margin-bottom: -6px;
}
.fast_block .fast_block_p_text {
    margin-top: 12px;
    color: #222;
    font-weight: 500;
    font-size: 18px;
}



.fast_car {
    /*margin-top: 10px;*/
}
.fast_car .fast_car_panel {
    border-radius: 10px;
}
.fast_car .fast_car_panel_body {
    padding-left: 30px;
    padding-right: 30px;
}
.fast_car .fast_car_p_head {
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #222;
    font-weight: 500;
    font-size: 1.8em;
}
.fast_car .fast_car_a_block,
.fast_car .fast_car_a_block:focus {
    display: block;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    transition: all 0.3s;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    margin-bottom: 15px;
}
.fast_car .fast_car_a_block:hover {
    transform: translateY(-0.15rem);
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 25%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 25%);
}
.fast_car .fast_car_a_block_img {
    border-radius: 10px;
    max-height: 120px;
    margin: 0 auto;
}
.fast_car .fast_car_fast_car_a_block_other {
    text-align: right;
}
.fast_car .fast_car_fast_car_a_other,
.fast_car .fast_car_fast_car_a_other:focus {
    border: 1px solid #d51a1a;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    transition: all 0.5s;
}
.fast_car .fast_car_fast_car_a_other:hover {
    border: 1px solid #d51a1a;
    background: #d51a1a;
    color: #fff;
}

.catalog_desktop {

}
.catalog_desktop .catalog_desktop_panel {
    border-radius: 10px;
}
.catalog_desktop .catalog_desktop_panel_body {
    padding-left: 30px;
    padding-right: 30px;
}
.catalog_desktop .catalog_desktop_p_head {
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #222;
    font-weight: 500;
    font-size: 1.8em;
}
.catalog_desktop .new-cat-block-catalog .new-cat-block-text {
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    position: absolute;
    height: 50px;
    padding: 5px 10px;
}
.catalog_desktop .new-cat-block > a:hover:before {
    transform: none;
    transition: none;
}
.catalog_desktop .new-cat-block-catalog:hover .new-cat-block-catalog-img {
    transform: none;
    transition: none;
}
.catalog_desktop .catalog_desktop_a_btn,
.catalog_desktop .catalog_desktop_a_btn:focus {
    display: block;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    transition: all 0.3s;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    margin-bottom: 15px;
}



.catalog_desktop .catalog_desktop_a_btn:hover {
    transform: translateY(-0.15rem);
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 25%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 25%);
}



.tecdoc {

}
.tecdoc .tecdoc_panel {
    border-radius: 10px;
}
.tecdoc .tecdoc_panel_body {
    padding-left: 30px;
    padding-right: 30px;
}
.tecdoc .tecdoc_p_head {
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #222;
    font-weight: 500;
    font-size: 1.8em;
}
.tecdoc .tecdoc_a_block,
.tecdoc .tecdoc_a_block:focus {
    display: block;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    transition: all 0.3s;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    margin-bottom: 15px;
}
.tecdoc .tecdoc_a_block:hover {
    transform: translateY(-0.15rem);
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 25%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 25%);
}
.tecdoc .tecdoc_a_block_img {
    width: 36px;
    height: 50px;
    float: left;
    margin: 0 5px 0 8px;
    background-position: 50% 50%!important;
    background-repeat: no-repeat!important;
    vertical-align: middle!important;
}
.tecdoc .tecdoc_a_block_text {
    height: 50px;
    width: 110px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
    color: #555;
}


.news {

}
.news .news_panel {
    border-radius: 10px;
}
.news .news_panel_body {
    padding-left: 30px;
    padding-right: 30px;
}
.news .news_p_head {
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #222;
    font-weight: 500;
    font-size: 1.8em;
}
.news .news_box .news_item_box {
    border: none;
}
.news .news_a_btn,
.news .news_a_btn:focus {
    display: block;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    transition: all 0.3s;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    margin-bottom: 15px;
}
.news .news_a_btn:hover {
    transform: translateY(-0.15rem);
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 25%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 25%);
}
.news .news_box .news_item_box .news_item_name {
    border-bottom: 1px dashed #ddd;
    font-weight: 500;
}
.news .news_box .news_item_box .news_item_img {
    border-radius: 10px;
}
.news .news_block_a_other {
    text-align: right;
}
.news .news_a_other,
.news .news_a_other:focus {
    border: 1px solid #d51a1a;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: all 0.5s;
}
.news .news_a_other:hover {
    border: 1px solid #d51a1a;
    background: #d51a1a;
    color: #fff;
}
.news .news_box {
    padding: 0;
    margin: 0;
}

.pre_footer {
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: 100px;
    background: #243238;
}
.pre_footer .pre_footer_row {
    display: flex;
    align-items: center;
}
.pre_footer .pre_footer_p {
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.pre_footer .pre_footer_a_vin,
.pre_footer .pre_footer_a_vin:focus {
    display: inline-block;
    width: 210px;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 5px 20px;
    background: #ffffff2e;
    text-align: center;
    color: #fff;
    margin-bottom: -5px;
    text-decoration: none !important;
}
.pre_footer .pre_footer_a_phone,
.pre_footer .pre_footer_a_phone:focus {
    display: inline-block;
    width: 210px;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 5px 20px;
    background: #ffffff2e;
    text-align: center;
    color: #fff;
    margin-bottom: -5px;
    text-decoration: none !important;
}
.pre_footer .pre_footer_a_mail,
.pre_footer .pre_footer_a_mail:focus {
    display: inline-block;
    width: 210px;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 5px 20px;
    background: #ffffff2e;
    text-align: center;
    color: #fff;
    margin-bottom: -5px;
    text-decoration: none !important;
}
.pre_footer .pre_footer_a_vin_svg {
    margin-top: 2px;
    margin-bottom: -4px;
    color: #d51a1a !important;
    margin-right: 5px;
}
.pre_footer .pre_footer_a_phone_svg {
    margin-top: 2px;
    margin-bottom: -4px;
    color: #d51a1a !important;
    margin-right: 5px;
}
.pre_footer .pre_footer_a_mail_svg {
    margin-top: 2px;
    margin-bottom: -4px;
    color: #d51a1a !important;
    margin-right: 5px;
}

.footer {

}
.footer #footer-widgets .module_caption {
    color: #fff;
}
.footer #footer-widgets a {
    color: #cfcfcf;
}
.footer .footer-widget-title {
    border-bottom: 2px solid #d51a1a;
    color: #fff;
}

.vin {

}
.vin .vin_panel {
    background: #fff;
    border-radius: 10px;
}
.vin .vin_p_head {
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #222;
    font-weight: 500;
    font-size: 20px;
}
.vin .vin_form_group {
    display: flex;
    align-items: center;
}
.vin .vin_captcha {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.vin .vin_captcha_img {
    border-radius: 5px;
}
.vin .vin_btn,
.vin .vin_btn:focus,
.vin .vin_btn:hover {
    width: 100%;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 10px;
    background: #d51a1a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 10px;
}
.vin .vin_recaptcha {
    margin-top: 20px;
}


#cookie_note{
    z-index: 99999999999;
    display: none;
    position: fixed;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1150px;
    /* transform: translateX(-18%); */
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_note p
{
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #222;
}
.cookie_accept,
.cookie_accept:focus {
    float: right;
    background: #fff;
    border: 1px solid #d51a1a;
    border-radius: 5px;
    transition: all 0.5s;
    color: #d51a1a;
}
.cookie_accept:hover {
    background: #d51a1a;
    border: 1px solid #d51a1a;
    color: #fff;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}
@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}


.psp_heading_text {
    font-size: 14px;
}
@media (max-width: 767px) {
    .psp_heading_text {
        font-size: 12px;
    }
}
.psp_hr_up {
    margin: 5px 0 0 0;
}
.psp_hr{
    margin: 5px 0;
}
.psp_hr_down {
    margin: 0 0 5px 0;
}
.psp_float_left {
    float: left;
}
.psp_float_right {
    float: right;
}
.psp_border_right {
    padding-top: 5px;
    border-right: 1px solid #dee2e6;
}
.psp_block_text {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    line-height: 16px;
    padding-bottom: 2px;
    font-size: 12px;
}
.psp_block_text_name {
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 31px;
}
.psp_block_text_up_left {
    text-align: left;
    font-size: 14px;
}
@media (max-width: 767px) {
    .psp_block_text_up_left {
        font-size: 12px;
    }
}
.psp_block_text_up_right {
    text-align: right;
    font-size: 12px;
}
.psp_exist_up {
    font-size: 12px;
}
@media (min-width: 767px) and (max-width: 1345px){
    .psp_exist_up {
        font-size: 10px;
    }
}
.psp_exist_down {
    font-size: 20px;
}
.psp_block_text_down_left {
    font-size: 12px;
}
.psp_block_text_down_right {
    text-align: right;
    font-size: 30px;
}
.psp_div_row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.psp_btn_add_cart,
.psp_btn_add_cart:focus {
    color: #FFFFFF;
    background: #d51a1a ;
    border-color: #d51a1a ;
    padding: 6px 12px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
.psp_btn_add_cart:hover {
    color: #FFFFFF;
    background: #d51a1a ;
    border-color: #d51a1a;
    padding: 6px 12px;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}



.regform {

}
.regform .regform_span_phone_and_email {
    border-radius: 4px 0 0 4px;
}
.regform .regform_input_phone_and_email {
    border-radius: 0 4px 4px 0 !important;
}
.regform .regform_form_group_phone_and_email {
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.regform .regform_btn,
.regform .regform_btn:focus,
.regform .regform_btn:hover {
    width: 100%;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 10px;
    background: #d51a1a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 10px;
}
.regform .regform_i_star {
    font-style: normal;
    color: #f00;
    position: static !important;
    right: auto !important;
    top: auto !important;
    margin: 0;
}
.regform .regform_password_span_text {
    font-size: 12px;
    color: #777;
}
.regform .regform_password_dop_text {
    text-align: center;
    color: #d51a1a;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
}

.lfg {

}
.lfg_panel {
    max-width: 800px;
    margin: auto;
}
.lfg .lfg_label_email_and_phone {
    color: #555;
    margin: 0;
    line-height: 12px;
    padding-left: 0;
}
.lfg .lfg_form_group {
    margin-bottom: 15px;
}
.lfg .lfg_input_login_and_password {
    border-radius: 0 4px 4px 0 !important;
}
.lfg .lfg_span_password {
    background: #0000000d;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ccc;
    border-right: none;
    width: 50px;
    padding: 0;
}
.lfg .lfg_svg_password {
    color: #555;
    margin-bottom: -2px;
}
.lfg .lfg_checkbox_block {
    text-align: left;
}
.lfg .lfg_input_checkbox {
    cursor: pointer;
}
.lfg .lfg_label_checkbox {
    color: #555;
    cursor: pointer;
    line-height: 21px;
    font-size: 14px;
    padding: 0 5px;
    border-bottom: 1px dashed #ccc;
}
.lfg .lfg_btn_auth,
.lfg .lfg_btn_auth:focus,
.lfg .lfg_btn_auth:hover {
    width: 100%;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 5px;
    background: #d51a1a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 10px;
}
.lfg .lfg_btn_fp_and_reg,
.lfg .lfg_btn_fp_and_reg:focus {
    width: 100%;
    color: #d51a1a;
    font-size: 12px;
    border: 1px solid #d51a1a7a;
    border-radius: 5px;
    padding: 2px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.lfg .lfg_btn_fp_and_reg:hover {
    color: #fff;
    background: #d51a1a;
    border: 1px solid #d51a1a;
}
.lfg .lfg_p_head_social {
    text-align: center;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #444;
    font-weight: 500;
    font-size: 14px;
}
.lfg .lfg_auth_block {
    max-width: 600px;
    margin: auto;
}
.lfg .lfg_auth_p_up {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff6;
}
.lfg .lfg_auth_a_block,
.lfg .lfg_auth_a_block:focus {
    display: block;
    text-align: center;
    background: #00000057;
    border: 1px solid #0000007a;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0 0 0;
    transition: all 0.5s;
}
.lfg .lfg_auth_a_block:hover {
    transform: scale(1.1);
}
.lfg .lfg_auth_p_block_up {
    color: #fff;
    line-height: 16px;
    padding-bottom: 4px;
    margin-bottom: 2px;
    border-bottom: 1px dashed #ffffff7a;
}
.lfg .lfg_auth_p_block_down {
    font-size: 12px;
    color: #ffffff7a;
    line-height: 16px;
    padding: 0 15px;
}
.lfg .lfg_auth_btn_exit,
.lfg .lfg_auth_btn_exit:focus,
.lfg .lfg_auth_btn_exit:hover {
    width: 100%;
    color: #fff;
    font-size: 16px;
    border: 1px solid #d51a1a;
    background: #d51a1a;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.cart {

}
.cart .cart_p_up_not_cart {
    display: block;
    width: 85%;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    padding: 20px 10px;
    border-radius: 10px;
    margin: auto;
    border-top: 1px dotted #d51a1a;
    border-bottom: 1px dotted #d51a1a;
}
.cart .cart_block_img_not_cart {

}
.cart .cart_img_not_cart {
    max-height: 200px;
    margin: auto;
}
.cart .cart_btn_not_cart,
.cart .cart_btn_not_cart:focus {
    display: block;
    background: #27292d9c;
    color: #fff;
    border: 1px solid #27292d00;
    border-radius: 5px;
    margin-top: 5px;
    transition: all 0.5s;
}
.cart .cart_btn_not_cart:hover {
    background: #27292D;
}
.cart .cart_panel {
    border: none;
    border-radius: 10px;
}
.cart .cart_panel_body {
    padding: 0;
}
.cart .cart_th_row {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    background: #eaeaea;
    padding: 3px 0;
    border: 1px solid #e3e3e3;
    border-radius: 10px 10px 0 0;
}
.cart .cart_td_row {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.cart .cart_th_check {
    cursor: pointer;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
}
.cart .cart_check {
    cursor: pointer;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
}
.cart .cart_check_block {
    display: flex;
    align-items: center;
}
.cart .cart_block_name {
    line-height: 16px;
    font-size: 14px;
}
.cart .cart_block_name_span_manufacturer {
    font-weight: 600;
    color: #666;
}
.cart .cart_block_name_span_article {
    font-style: italic;
}
.cart .cart_block_name_span_name {
    font-size: 12px;
}
.cart .cart_time_to_exe_p_up {
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    font-weight: 500;
}
.cart .cart_price_p_up {
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    font-weight: 500
}
.cart .cart_price_sum_p_up {
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    font-weight: 500
}
.cart .cart_time_to_exe_p_down {
    line-height: 12px;
    font-size: 12px;
    font-weight: 600;
}
.cart .cart_price_p_down {
    line-height: 12px;
    font-size: 12px;
}
.cart .cart_price_sum_p_down {
    line-height: 12px;
    font-size: 12px;
}
.cart .cart_table_quantity {
    margin: auto;
}
.cart .cart_total_block {
    margin: 15px 0 15px 0;
}
.cart .cart_total_p {
    /*padding-top: 10px;*/
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
.cart .cart_total_span {
    font-size: 14px;
    font-weight: normal;
}
.cart .cart_total_btn,
.cart .cart_total_btn:focus,
.cart .cart_total_btn:hover {
    width: 100%;
    color: #fff;
    font-size: 16px;
    border: 1px solid #d51a1a;
    background: #d51a1a;
    border-radius: 5px;
    padding: 5px;
}

.main_header_panel {
    border-radius: 10px;
    margin: 0;
}
.main_header_panel_body {
    padding: 10px 15px;
}
.main_header_h1 {
    display: block !important;
    font-size: 20px !important;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
}

.chg {

}
.chg .chg_panel {
    border-radius: 10px;
}
.chg .chg_p_lead {
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", "Open Sans", sans-serif;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.chg .chg_radio_label {
    display: block;
    line-height: 20px;
}
.chg .chg_checkbox_radio,
.chg .chg_checkbox_radio:focus {
    background: #dddddd85;
    padding: 10px !important;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s;
}
.chg .chg_checkbox_radio:hover {
    background: #ddd;
}
.chg .selected_office {
    display: inline-block;
    background: #fff;
    cursor: pointer;
    box-shadow: none !important;
    margin: 5px 0 10px 0;
    font-size: 16px;
    padding: 0;
    font-weight: 400;
    line-height: 20px;
    color: #555;
    border-bottom: 1px dashed;
}
.chg .execute_info {
    padding: 0;
}
.chg .office_info {
    border: none;
}
.chg .chg_alert {
    margin-bottom: 0;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-top: 0;
    padding: 5px;
}
.chg .list-group {
    margin: 0;
}
.chg .chg_button_hr {
    margin: 5px 0 15px 0;
}
.chg .chg_button,
.chg .chg_button:focus,
.chg .chg_button:hover {
    width: 100%;
    color: #fff;
    font-size: 16px;
    border: 1px solid #d51a1a;
    background: #d51a1a;
    border-radius: 5px;
    padding: 5px;
}
.chg .chg_form_group {
    display: flex;
    align-items: center;
}
.chg .chg_input {
    border-radius: 5px !important;
}
.chg .chg_hr {
    margin: 10px 0 0 0;
}
.chg .chg_block_button_delivery {
    display: flex;
    align-items: center;
    margin: 15px 0 0 0;
}
.chg .recaptcha {
    margin: 0;
}
.chg .chg_btn_not_auth,
.chg .chg_btn_not_auth:focus {
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px auto;
    border-radius: 5px;
    color: #fff;
    background: #27292d9c;
    border: 1px solid #27292d00;
}
.chg .chg_btn_not_auth:hover {
    background: #d51a1a;
    border: 1px solid #d51a1a;
    color: #fff;
}

.check {

}
.check .check_panel {
    border: none;
    border-radius: 10px;
}
.check .check_panel_body {
    padding: 0;
}
.check .check_th_row {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    background: #eaeaea;
    padding: 3px 0;
    border: 1px solid #e3e3e3;
    border-radius: 10px 10px 0 0;
}
.check .check_td_row {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 0 5px 0;
    border-bottom: 1px solid #ddd;
}
.check .check_block_name {
    line-height: 16px;
    font-size: 14px;
}
.check .check_name_span_manufacturer {
    font-weight: 600;
    color: #666;
}
.check .check_name_span_article {
    font-style: italic;
}
.check .check_name_span_name {
    font-size: 12px;
}
.check .check_p_values {
    font-size: 12px;
}
.check .check_p_values_up {
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    font-weight: 500;
}
.check .check_p_total {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    margin: 20px;
}
.check .check_span_total {
    font-size: 14px;
    font-weight: normal;
}
.check .check_p_lead {
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", "Open Sans", sans-serif;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.check .table>tbody>tr>td, .table>tbody>tr>th {
    border-top: none;
    border-bottom: 1px solid #ddd;
}
.check .table {
    margin: 0 0 10px 0;
}
.check .check_textarea,
.check .check_textarea:focus {
    margin-top: 15px;
    height: 150px;
    max-height: 150px;
    max-width: 100%;
    border-radius: 5px;
}
.check .recaptcha {
    margin: 0;
}
.check .check_row_block_btn {
    display: flex;
    align-items: center;
}
.check .check_block_btn,
.check .check_block_btn:focus,
.check .check_block_btn:hover {
    width: 100%;
    color: #fff;
    font-size: 16px;
    border: 1px solid #d51a1a;
    background: #d51a1a;
    border-radius: 5px;
    padding: 5px;
}
.check .recaptcha_input {
    margin: 10px 5px 0 10px;
}
.check .recaptcha_label {
    margin: 2px 0 0 0;
}

.news {

}
.news .news_p_lead {
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", "Open Sans", sans-serif;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.news .news_p_time_create {
    position: absolute;
    top: 15px;
    right: 30px;
    font-weight: 500;
}
.news .news_p_text {
    line-height: 16px;
    margin-bottom: 10px;
}
.news .current_page {
    padding: 5px;
    border-radius: 2px;
    background: #d51a1a !important;
}

.catalog {

}
.catalog .product_div_tile {
    margin: 0 0 10px 17px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    transition: all 0.3s;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%)
}
.catalog .product_div_tile:hover {
    transform: translateY(-0.20rem);
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%)
}
.catalog #products_area {
    background: none;
}
.catalog .products_area_turning {
    width: 95%;
    background: none;
    margin: 0 auto 15px auto;
    border: none;
}
.catalog .showRestyle {
    border-radius: 5px;
}
.side_properties_widgets_div {
    border: 1px solid #ebebeb !important;
    border-radius: 5px;
    background-color: #fff !important;
}
.catalog #sort_select {
    margin: 0;
    height: 44px;
    border: 1px solid #ebebeb;
    border-radius: 5px !important;
    -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 10%);
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 10%);
}
.catalog .showSort_wrap {
    left: 0;
}
.catalog .catalog_view_catalog {

}
.catalog .showRestyle_wrap {
    top: 5px;
}

.fp {

}
.fp .fp_form_group {
    display: flex;
    align-items: center;
}
.fp .fp_input {
    height: 40px !important;
    background-color: #FFF;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 0 5px 5px 0 !important;
}
.fp .fp_btn,
.fp .fp_btn:focus,
.fp .fp_btn:hover {
    width: 100%;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 10px;
    background: #d51a1a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: 15px;
    margin-bottom: 10px;
}

.register {

}
.register .register_form_group {
    display: flex;
    align-items: center;
}
.register .register_input {
    border-radius: 5px !important;
}
.register .register_btn,
.register .register_btn:focus,
.register .register_btn:hover {
    width: 100%;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 10px;
    background: #d51a1a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 10px;
}
.register .register_p_dop {
    font-size: 14px;
    font-weight: 400;
    font-family: "Lato", "Open Sans", sans-serif;
    padding-bottom: 3px;
    margin-bottom: 15px;
    line-height: 18px;
}
.register .register_p_success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    border-bottom: solid 1px #e4e4e4;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
}

.profile {

}
.profile .table>tbody>tr>td {
    border-top: none;
    border-bottom: 1px dotted #ddd;
}
.profile .profile_btn,
.profile .profile_btn:focus,
.profile .profile_btn:hover {
    width: 100%;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 10px;
    background: #d51a1a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 10px;
}
.profile .btn-ar.btn-primary, .btn-ar.btn-primary:focus {
    border-radius: 5px;
}
.profile .btn-ar.btn-default {
    border-radius: 5px;
}
.profile .btn .btn-ar {
    border-radius: 5px;
}
.profile .form-inline .form-control {
    border-radius: 5px !important;
}

.my {

}
/*Классы сортировки*/
.my .desc {
    color: #fff !important;
    background: #d51a1a;
}
.my .asc {
    color: #fff !important;
    background: #d51a1a;
}
.my .my_row_no_auth {
    display: flex;
    align-items: center;
}
.my .my_p_not_auth {
    line-height: 18px;
    color: #666;
    margin: 0 0 10px 0;
}
.my .my_btn_no_auth,
.my .my_btn_no_auth:focus,
.my .my_btn_no_auth:hover {
    width: 100%;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    padding: 10px;
    background: #d51a1a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 10px;
}
.my .my_filter_label {
    margin: 10px 0 5px 0;
    font-size: 12px;
    line-height: 12px;
}
.my .my_btn_filter,
.my .my_btn_filter:focus,
.my .my_btn_filter:hover {
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    background: #d51a1a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 10px;
}
.my .my_box_btn_filter {
    margin: 20px 0 0 0;
}
.my .my_p_lead {
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", "Open Sans", sans-serif;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3px;
    margin: 0 20px 5px 25px;
}
.my .my_row_sorting {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px 5px 25px;
}
.my .my_btn_sorting,
.my .my_btn_sorting:focus {
    display: block;
    border: 1px solid #d51a1a;
    color: #d51a1a;
}
.my .my_btn_sorting:hover {
    border: 1px solid #d51a1a;
    background: #d51a1a;
    color: #fff;
}
.my .my_block_sorting_col {
    text-align: center;
}
.my .my_row_orders {
    display: flex;
    align-items: center;
}
.my .my_a_id_order,
.my .my_a_id_order:focus,
.my .my_a_id_order:hover {
    font-size: 30px;
    color: #fff;
    background: #d51a1a;
    border: 1px dashed #d51a1a;
    padding: 0 10px;
    border-radius: 10px;
}
.my .my_p_orders_up {
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
    color: #555;
    font-weight: 500;
    line-height: 14px;
    padding-bottom: 2px;
}
.my .my_p_orders_down {
    font-size: 12px;
}
.my .my_p_orders_paid {
    background: #28a745;
    color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
}
.my .my_p_orders_partially_paid {
    background: #17a2b8;
    color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
}
.my .my_p_orders_no_paid {
    background: #dc3545;
    color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
}
.my .my_p_orders_method_of_obtaining {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.my .my_modal_dialog {
    top: 20%;
}
.my .my_modal_content {
    border-radius: 10px !important;
}
.my .my_p_modal_title {
    margin: 0 0 0 4px;
    line-height: 1.42857143;
    color: #5a5a5a;
    font-weight: 400;
}
.my .my_p_modal_up {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-style: italic;
}
.my .my_p_modal_down {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0 20px 0;
}
.my .my_p_orders_status {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
}
.my .my_a_btn_to_order,
.my .my_a_btn_to_order:focus,
.my .my_a_btn_to_order:hover {
    font-size: 12px;
    color: #fff;
    background: #d51a1a;
    border: 1px dashed #d51a1a;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: normal;
    line-height: 14px;
}
.my_order .my_order_ht {
    margin: 10px 20px;
}
.my_order .my_order_panel {
    border-radius: 10px;
    border: none;
}
.my_order .my_order_panel_body {
    padding: 0;
}
.my_order .my_order_row {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    background: #eaeaea;
    padding: 3px 0;
    border: 1px solid #e3e3e3;
    border-radius: 10px 10px 0 0;
}
.my_order .my_order_row_positions {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.my_order .my_order_input_check {
    margin: -2px 10px 0 0;
    vertical-align: middle;
}
.my_order .my_order_block_name {
    line-height: 16px;
    font-size: 14px;
}
.my_order .my_order_block_manufacturer {
    font-weight: 600;
    color: #666;
}
.my_order .my_order_block_article {
    font-style: italic;
}
.my_order .my_order_block_position_name {
    font-size: 12px;
}
.my_order .my_order_col_price {
    text-align: center;
}
.my_order .my_order_count_need {
    text-align: center;
}
.my_order .my_order_price_sum_custom {
    text-align: center;
}
.my_order .my_order_time_to_exe {
    text-align: center;
}
.my_order .my_order_items_statuses {
    text-align: center;
}
.my_order .my_order_p_total_up {
    padding: 10px 0 0 0;
}
.my_order .my_order_p_total_down {
    font-size: 20px;
    padding: 0 0 10px 0;
}
.my_order .my_order_total_span {
    font-weight: 700;
}
.my_order .my_order_btn_cancel,
.my_order .my_order_btn_cancel:focus,
.my_order .my_order_btn_cancel:hover {
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 16px;
    border: 1px solid #d51a1a;
    background: #d51a1a;
    border-radius: 5px !important;
}
.my_order .my_order_p_info {
    margin-top: 5px;
    border-bottom: 1px dotted #ddd;
}
.my_order .my_order_balance_info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.my_order .my_order_col_balance {
    margin-bottom: 10px;
}
.my_order .my_order_input {
    cursor: pointer;
}
.my_order .my_order_label {
    cursor: pointer;
    margin-left: 5px;
}
.my_order .my_order_pay {
    display: flex;
    align-items: flex-start;
}
.my_order .my_order_p_maps {
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", "Open Sans", sans-serif;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.my_order .my_order_panel_print {
    border-radius: 10px;
}
.my_order .my_order_btn_print {
    display: block;
    margin: 0 0 10px 0;
}
.my_order .my_order_p_lead {
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", "Open Sans", sans-serif;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.my_order .my_order_message_panel {
    border-radius: 10px;
}
.my_order .my_order_message_p_lead {
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", "Open Sans", sans-serif;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
.my_order .my_order_message_btn {
    float: right;
    width: 30%;
    margin-top: 10px;
}
.my_order .my_order_input_nt,
.my_order .my_order_input_nt:focus,
.my_order .my_order_input_nt:hover {
    border: 1px solid #d51a1a;
    border-radius: 5px 0 0 5px !important;
}
.my_order .my_order_btn_nt,
.my_order .my_order_btn_nt:focus,
.my_order .my_order_btn_nt:hover {
    border-radius: 0 5px 5px 0;
}
.my_order .my_order_p_nt {
    line-height: 16px;
    margin-bottom: 10px;
}
.my_order .my_order_
.my_order .my_order_
.my_order .my_order_
.my_order .my_order_
.my_order {}

.ps {}
.ps .ps_panel {
    border-radius: 2px 2px 10px 10px;
}
.ps .ps_btn_show_more,
.ps .ps_btn_show_more:focus,
.ps .ps_btn_show_more:hover {
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}
.ps .ps_h4_brend {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.ps .ps_a_article,
.ps .ps_a_article:focus,
.ps .ps_a_article:hover {
    color: #5b5a5a;
    font-size: 12px;
}
.ps .ps_block_add_position {
    text-align: center;
    background: #e8e8e8;
    border: 1px solid #e5e5e5;
    border-right: none;
    padding: 4px 2px;
    border-radius: 2px 0 0 2px;
    font-size: 11px;
}
.ps .ps_btn_filter,
.ps .ps_btn_filter:focus,
.ps .ps_btn_filter:hover {
    width: 90%;
    margin: 5% 5% 0 5%;
    text-align: center;
}
.ps .ps_btn_filter_down,
.ps .ps_btn_filter_down:focus,
.ps .ps_btn_filter_down:hover {
    width: 90%;
    margin: 0 5% 5% 5%;
    text-align: center;
}
.ps .ps_row_brend {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.ps .ps_row_brend:nth-child(odd) {
    background: #f3efef;
    margin: 5px 0;
}
.ps .ps_row_brend_up {
    background: #ddd;
    margin: -23px 0 0 0;
}
.ps .ps_download {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
}
#filter_div > .panel {
    border-radius: 2px 2px 10px 10px;
}
.ps .col-md-12 .ps_btn_filter {
    margin: 1% 5%;
}
.car_custom {}
.car_custom .car_custom_h4_lead {
    margin-top: 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.car_custom .car_custom_panel {
    border-radius: 10px;
}
.car_custom_border {
    border-left: 1px solid #e6e6e6;
}
.car_custom_form {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}
.car_custom_form_wrap {
    margin-bottom: 10px;
}
.car_custom_label {
    margin-bottom: 0;
}
.car_custom_input,
.car_custom_input:focus,
.car_custom_input:hover {
    border-radius: 5px !important;
}
.car_custom_select,
.car_custom_select:hover,
.car_custom_select:focus {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    transition: all 0.3s;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 10%);
}

.car_custom_textarea,
.car_custom_textarea:focus,
.car_custom_textarea:hover {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 300px;
    border-radius: 5px !important;
    transition: all 0.3s;
}
.car_custom_row {
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: end;
}
.car_custom_svg {
    text-align: right;
    padding-right: 0 !important;
}
.car-custom_text {
    font-size: 13px;
    line-height: 15px;
    color: #6c6c6c;
}
.car_custom_label_img {
    font-weight: 500;
    line-height: 16px;
    padding: 0;
    margin-bottom: 20px;
}
.car_custom_hr {
    border-top: 1px solid #ddd;
    margin: 0;
}
.car_custom_wrap {
    position: relative;
    margin-bottom: 0;
    font-size: 22px;
    background: #fff;
    border-radius: 5px;
    height: fit-content;
}
.car_custom_title {
    cursor: pointer;
}
.car_custom_title, .car_custom_content {
    padding: 10px 20px 10px 25px;
    line-height: 22px;
}
.car_custom_content {
    padding-top: 0;
    transition: 0.15s ease-out;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    margin-top: -10px;
    opacity: 0;
    font-size: 14px;
    color: #444;
}
.car_custom_content p {
    font-size: 16px;
    margin: 20px 0;
    color: #333;
    line-height: 1.4;
}
.car_custom_content.open {
    padding-top: 0 !important;
    padding-bottom: 15px;
    margin-top: 0;
    max-height: 100%;
    opacity: 1;
}
.car_custom_title .car_custom_arrow {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
    transition: all .1s;
    vertical-align: middle;
    height: 30px;
}
.car_custom_title .car_custom_arrow svg {
    fill: red;
    width: 13px;
}
.car_custom_title .car_custom_arrow.open {
    transform: rotate(180deg);
}
.car_custom_to_title {
    cursor: pointer;
}
.car_custom_to_title, .car_custom_content {
    padding: 10px 20px 0 25px;
    line-height: 22px;
}
.car_custom_to_content {
    padding-top: 0;
    transition: 0.15s ease-out;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    margin-top: -10px;
    opacity: 0;
    font-size: 14px;
    color: #444;
}
.car_custom_to_content p {
    font-size: 16px;
    margin: 20px 0;
    color: #333;
    line-height: 1.4;
}
.car_custom_to_content.open {
    padding-top: 0 !important;
    padding-bottom: 15px;
    margin-top: 0;
    max-height: 100%;
    opacity: 1;
}
.car_custom_to_title .car_custom_arrow {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
    transition: all .1s;
    vertical-align: middle;
    height: 30px;
}
.car_custom_ac_title .car_custom_arrow svg {
    fill: red;
    width: 13px;
}
.car_custom_ac_title .car_custom_arrow.open {
    transform: rotate(180deg);
}
.car_custom_ac_title {
    cursor: pointer;
}
.car_custom_ac_title, .car_custom_content {
    padding: 10px 20px 0 25px;
    line-height: 22px;
}
.car_custom_ac_content {
    padding-top: 0;
    transition: 0.15s ease-out;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    margin-top: -10px;
    opacity: 0;
    font-size: 14px;
    color: #444;
}
.car_custom_ac_content p {
    font-size: 16px;
    margin: 20px 0;
    color: #333;
    line-height: 1.4;
}
.car_custom_ac_content.open {
    padding-top: 0 !important;
    padding-bottom: 15px;
    margin-top: 0;
    max-height: 100%;
    opacity: 1;
}
.car_custom_ac_title .car_custom_arrow {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
    transition: all .1s;
    vertical-align: middle;
    height: 30px;
}
.car_custom_ac_title .car_custom_arrow svg {
    fill: red;
    width: 13px;
}
.car_custom_ac_title .car_custom_arrow.open {
    transform: rotate(180deg);
}
.car_custom .car_custom_btn,
.car_custom .car_custom_btn:focus,
.car_custom .car_custom_btn:hover {
    width: 100%;
    color: #fff;
    font-size: 16px;
    border: 1px solid #d51a1a;
    background: #d51a1a;
    border-radius: 5px;
    padding: 5px;
    margin: 0 0 15px 0;
}
.car_custom .car_custom_btn_dop,
.car_custom .car_custom_btn_dop:focus,
.car_custom .car_custom_btn_dop:hover {
    color: #fff;
    font-size: 16px;
    border: 1px solid #d51a1a;
    background: #d51a1a;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 0 0 0 10px;
}

.notepad {}
.notepad .notepad_panel {
    border-radius: 10px;
}
.notepad .notepad_h3 {
    text-align: center;
    color: #555;
    font-weight: 400;
}
.notepad .notepad_textarea,
.notepad .notepad_textarea:focus,
.notepad .notepad_textarea:hover {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 300px;
    border-radius: 5px;
}
.notepad .notepad_btn_add,
.notepad .notepad_btn_add:focus,
.notepad .notepad_btn_add:hover {
    width: 100%;
    color: #fff;
    font-size: 16px;
    border: 1px solid #d51a1a;
    background: #d51a1a;
    border-radius: 5px;
    padding: 5px;
    margin: 15px 0 0 0;
}
.notepad .notepad_form {
    margin-bottom: 10px;
}
.notepad .panel_notepad_pos {
    border-radius: 10px;
    overflow-x: auto;
}

.mb {}
.mb .mb_panel {
    border-radius: 10px;
}
.mb .mb_h4 {
    margin-top: 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.mb .mb_row_add {
    display: flex;
    align-items: flex-end;
}
.mb .mb_label {
    line-height: 16px;
    margin-bottom: 7px;
}
.mb .mb_btn_add,
.mb .mb_btn_add:focus,
.mb .mb_btn_add:hover {
    width: 100%;
    color: #fff;
    font-size: 16px;
    border: 1px solid #d51a1a;
    background: #d51a1a;
    border-radius: 5px;
    padding: 5px;
    margin: 15px 0 0 0;
}
.mb .mb_filter_wrap {
    position: relative;
    margin-bottom: 0;
    font-size: 22px;
    background: #fff;
    border-radius: 5px;
    height: fit-content;
}
.mb .mb_filter_title {
    cursor: pointer;
}
.mb .mb_filter_title, .mb_filter_content {
    padding: 5px 20px 5px 25px;
    line-height: 22px;
}
.mb .mb_filter_content {
    padding-top: 0;
    transition: 0.15s ease-out;
    height: auto;
    max-height: 0;
    overflow: hidden;
    margin-top: -10px;
    opacity: 0;
    font-size: 14px;
    color: #444;
}
.mb .mb_filter_content.open {
    padding-top: 0 !important;
    margin-top: 0;
    max-height: 100%;
    opacity: 1;
}
.mb .mb_filter_title .mb_filter_arrow {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
    transition: all .1s;
    vertical-align: middle;
    height: 30px;
}
.mb .mb_filter_title .mb_filter_arrow svg {
    fill: red;
    width: 13px;
}
.mb .mb_filter_title .mb_filter_arrow.open {
    transform: rotate(180deg);
}
.mb .mb_block_filter {
    margin: 20px 0 0 0;
}
.mb .mb_btn_filter,
.mb .mb_btn_filter:focus,
.mb .mb_btn_filter:hover {
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    background: #d51a1a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 10px;
}
.mb .mb_
.mb .mb_
.mb .mb_
.mb .mb_
.mb .mb_
.mb .mb_
.mb {}


@media (min-width: 992px) and (max-width: 1199px){
    .my .my_top_orders_md {
        margin-top: 5px;
    }
    .slider-line .slider_box .nbs-flexisel-inner {
        max-height: 245px !important;
        border: none !important;
    }
    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
        top: 35% !important;
    }
}
@media (min-width: 767px) and (max-width: 992px){
    .my .my_top_orders_sm {
        margin-top: 5px;
    }
    .slider-line .slider_box .nbs-flexisel-inner {
        max-height: 190px !important;
        border: none!important;
    }
}

@media (min-width: 1300px) {
    .slider-line .slider_box .nbs-flexisel-inner {
        max-height: 370px !important;
        border: none!important;
    }
}
@media (min-width: 992px) {
    .chg .chg_right_padding {
        padding-right: 0;
    }
}
@media (min-width: 768px) {
    header .navbar-nav > li {
        padding: 2px;
    }
    header .navbar-nav > li:first-child:hover {
        border-radius: 5px 0 0 5px;
    }
    header .navbar-nav > li:hover a {
    }
    header .navbar-default .navbar-nav > .active > a {
        color: #fff !important;
    }
    header .navbar-default .navbar-nav > .active > a:hover {
        color: #fff !important;
    }
    header .navbar-nav > li:hover {
        background: #d51a1a;
        border: none;
    }
    header .navbar-nav > li.dropdown.open {
        background: #d51a1a;
    }
    header .navbar-nav > li.dropdown.open a {
    }
    header .open > .dropdown-menu {
        margin: 0;
        border-radius: 0 0 5px 5px;
        left: 0;
        border: none;
        box-shadow: 0 8px 10px 0 rgb(0 0 0 / 20%);
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
        color: #fff !important;
    }
    header .td_top_fast {
        margin-left: 5px;
        display: inline-block;
        width: 23%;
    }
    header .btn_top_fast,
    header .btn_top_fast:focus {
        border: 1px solid;
        width: 100%;
    }
    header .btn_top_fast:hover {
        background: #d51a1a;
        border: 1px solid #d51a1a;
        color: #fff;
    }
    .slider-line .slider_box .nbs-flexisel-inner {
        max-height: 300px;
        border: none !important;
    }

}

@media (max-width: 1199px) {
    .my .my_a_btn_to_order {
        display: block;
    }
    .my .my_top_orders_xs {
        margin-top: 10px;
    }
    .my .my_a_btn_to_order {
        margin-top: 10px;
    }
    .my .my_row_orders {
        display: block;
    }
    .my .my_row_no_auth {
        display: block;
    }
    .register .register_form_group {
        display: block;
    }
    .fp .fp_form_group {
        display: block;
    }
    .chg .chg_form_group {
        display: block;
    }
    #cookie_note {
        max-width: 90%;
    }
    .vin .vin_form_group {
        display: block;
    }
    .fast_block .fast_block_p_text {
        font-size: 14px;
    }
    .fast_car .fast_car_fast_car_a_block_other {
        text-align: center;
    }
    header .user_balance {
        border-radius: 5px;
        box-shadow: 0 0 10px 3px rgb(0 0 0 / 50%);
    }
    header .a_top_point {
        font-size: 12px;
    }
    header .span_top_point_phone {
        font-size: 12px;
    }
    .menu_btn_one {
        border-radius: 5px;
        margin-left: 10px;
        box-shadow: 0 0 10px 3px rgb(0 0 0 / 50%);
    }
    .vin .vin_recaptcha {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .my .my_p_lead {
        margin: 0 0 5px 0;
    }
    .my .my_row_sorting {
        justify-content: flex-start;
        overflow: hidden;
        overflow-x: auto;
        padding: 5px 0 15px 0;
    }
    .check .recaptcha {
        margin: 0 0 15px 0;
    }
    .check .recaptcha_label {
        margin: 3px 0 0 0;
    }
    .check .check_row_block_btn {
        display: block;
    }
    .chg .recaptcha {
        margin: 15px 0;
    }
    .chg .chg_block_button_delivery {
        display: block;
    }
    .form_group_all {
        display: block;
    }
    .regform .regform_form_group_phone_and_email {
        display: block;
    }
    .lfg .lfg_label_email_and_phone {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .mb .mb_btn_filter,
    .mb .mb_btn_filter:focus,
    .mb .mb_btn_filter:hover {
        display: block;
        float: none;
        width: 100%;
    }
    .mb .mb_row_add {
        display: block;
    }
    .notepad .notepad_h3 {
        font-size: 18px;
    }
    .car_custom .car_custom_btn_dop,
    .car_custom .car_custom_btn_dop:focus,
    .car_custom .car_custom_btn_dop:hover {
        margin: 0 0 10px 0;
    }
    .car_custom_title, .car_custom_content {
        padding: 10px;
        font-size: 18px;
    }
    .car_custom_border {
        border-left: none;
    }
    .ps .ps_row_brend {
        display: block;
    }
    .my_order .my_order_message_btn {
        width: 100%;
    }
    .my_order .my_order_pay {
        align-items: center;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 14px;
    }
    .my_order .my_order_balance_info {
        display: block;
        margin: 20px 10px 10px 10px;
    }
    .my_order .my_order_input_check {
        margin: -2px 0 0 0;
    }
    .my_order .my_order_row_positions {
        display: block;
    }
    .my_order .my_order_btn_cancel,
    .my_order .my_order_btn_cancel:focus,
    .my_order .my_order_btn_cancel:hover {
        width: 100%;
    }
    .my .my_a_btn_to_order {
        margin-top: 0;
    }
    .my .my_block_sorting_col {
        padding: 0 0 0 10px;
    }
    .alert_auth {
        font-size: 14px;
    }
    .register .register_p_success {
        font-size: 16px;
    }
    .catalog .products_area_turning {
        width: 100%;
        height: 40px;
    }
    .catalog .showSort_wrap {
        width: 100%;
    }
    .catalog .product_div_tile {
        margin: 0 0 20px 0;
    }
    .check .check_td_row {
        display: block;
        padding: 15px 0 5px 0;
    }
    .cart .cart_block_management {
        margin-top: 10px;
    }
    .cart .cart_table_quantity {
        margin: 10px auto 5px auto;
    }
    .cart .cart_time_to_exe_p_down {
        line-height: 20px;
    }
    .cart .cart_price_p_down {
        line-height: 20px;
    }
    .cart .cart_price_sum_p_down {
        line-height: 20px;
    }
    .cart .cart_check_block {
        padding-bottom: 3px;
        border-bottom: 1px dashed #ddd;
        margin-bottom: 10px;
    }
    .cart .cart_td_row {
        display: block;
    }
    .cart .cart_p_up_not_cart {
        font-size: 14px;
        line-height: 16px;
    }
    .pre_footer .pre_footer_a_vin {
        width: 100%;
        font-size: 12px;
    }
    .pre_footer .pre_footer_a_phone {
        width: 100%;
        font-size: 12px;
    }
    .pre_footer .pre_footer_a_mail {
        margin-top: 5px;
    }
    .pre_footer .pre_footer_row {
        display: block;
    }
    .news .news_a_other {
        width: 100%;
    }
    .fast_car .fast_car_p_head {
        font-size: 20px;
    }
    .fast_car .fast_car_fast_car_a_other {
        width: 100%;
    }
    .header_mob {
        padding-top: 5px;
        padding-bottom: 5px;
        background: #27292D;
    }
    .header_mob .header_mob_navbar {
        margin: 0;
    }
    .header_mob .header_mob_top_row {
        display: flex;
        align-items: center;
    }
    .header_mob .header_mob_btn_user,
    .header_mob .header_mob_btn_user:focus,
    .header_mob .header_mob_btn_user:hover {
        padding: 7px 10px;
        margin: 0;
        display: inline-block;
        background: #d51a1a;
        border-radius: 5px;
        color: #fff;
    }
    .header_mob .header_mob_btn_catalog,
    .header_mob .header_mob_btn_catalog:focus,
    .header_mob .header_mob_btn_catalog:hover {
        padding: 7px 10px;
        margin: 0 0 0 5px;
        display: inline-block;
        background: #d51a1a;
        border-radius: 5px;
        color: #fff;

    }
    .header_mob .header_mob_btn_menu,
    .header_mob .header_mob_btn_menu:focus,
    .header_mob .header_mob_btn_menu:hover {
        padding: 7px;
        margin: 0 0 0 5px;
        display: inline-block;
        background: #d51a1a;
        border-radius: 5px;
        color: #fff;
    }
    .header_mob .header_mob_btn_user_svg {
        margin-bottom: -6px;
        color: #fff;
    }
    .header_mob .header_mob_btn_catalog_svg {
        margin-bottom: -6px;
        color: #fff;
    }
    .header_mob .header_mob_btn_menu_svg {
        margin-bottom: -9px;
        color: #fff;
    }
    .header_mob .menu_panel .nav  > li {
        text-align: left;
        border-bottom: none;
    }
    .header_mob .menu_panel .nav  > li > a {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 1px;
        border: 1px solid #fff;
        margin-bottom: 5px;
        border-radius: 5px;
        background: #ffffff2e;
    }
    .header_mob .dropdown.open > a, .dropdown.open > a:focus, .dropdown.open > a:active {
        background: #0000005c;
        border-bottom: none;
    }
    .header_mob .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a, #top-menu-catalogue-accordion a {
        color: #fff;
    }
    .header_mob .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a, #top-menu-catalogue-accordion a {
        padding: 10px 20px 10px 20px;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 20px;
        margin-bottom: 5px;
        background: none;
    }
    .header_mob .dropdown-submenu > a:after {
        /*top: 10px;*/
    }
    .header_mob .navbar-nav .open .dropdown-menu {
        border-left: none !important;
    }
    .header_mob .geo-point-user-box {
        display: block;
        background: #ffffff2e;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .header_mob .geo-point-user-box_p {
        display: block;
        text-align: left;
        padding: 5px 0 2px 15px;
        border-bottom: 1px dashed #dddddd61;
        font-size: 12px;
    }
    .header_mob .geo-point-user-box_td_svg {
        text-align: center;
        line-height: 18px;
        padding: 10px 0 10px 10px;
        color: #d51a1a;
    }
    .header_mob .geo-point-user-box_td_text {
        text-align: left;
        line-height: 18px;
        padding: 10px;
    }
    .header_mob .geo-point-user-box_btn {
        padding: 3px 10px;
        margin-top: 5px;
        margin-right: 5px;
        color: #222;
    }
    .header_mob .menu_panel .a_btn_connection {
        display: inline-block;
        font-size: 12px;
        width: 48%;
        color: #fff;
        font-weight: 300;
        letter-spacing: 1px;
        border: 1px solid #fff;
        margin-bottom: 5px;
        border-radius: 5px;
        background: #ffffff2e;
        padding: 10px 15px;
        text-align: center;
    }
    .header_mob .menu_panel .a_btn_connection:nth-child(odd) {
        margin-left: 10px;
    }
    .header_mob .menu_panel .a_btn_connection_hr {
        margin: 20px 10px;
    }

    .header_mob .menu_panel .a_btn_connection_social {
        display: inline-block;
        font-size: 12px;
        width: 48%;
        color: #fff;
        font-weight: 300;
        letter-spacing: 1px;
        border: 1px solid #fff;
        margin-bottom: 10px;
        border-radius: 5px;
        background: #ffffff2e;
        padding: 5px;
        text-align: center;
    }
    .header_mob .menu_panel .a_btn_connection_social:nth-child(odd) {
        margin-left: 10px;
    }
    .header_mob .menu_panel .p_connection_contact {
        display: block;
        padding-left: 10px;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .header_mob .mobile-search-div_table {
        width: 100%;
    }
    .header_mob .header-cart-box {
        border: 1px solid #ffffff1a;
        background: #ffffff2e;
        padding: 5px 10px;
        color: #fff;
    }
    .header_mob .form_control_mob {
        background: #fff !important;
    }
    .header_mob .header-search-box .dropdown span {
        line-height: 50px !important;
    }
    .header_mob .btn_mob_search {
        padding: 5px 15px !important;
        background: #d51a1a !important;
        border-left: 1px solid #d51a1a !important;
    }
    .header_mob .btn_mob_search_svg {
        margin-bottom: -3px;
    }
    .header_mob .header-search-box .dropdown-menu {
        border-radius: 5px !important;
    }
    .slider-line .slider_box .nbs-flexisel-inner {
        max-height: 110px !important;
        border: none!important;
    }
    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
        top: 35px;
    }
    .tecdoc .tecdoc_a_block_text {
        font-size: 10px;
        text-align: center;
    }
    .p_head_all {
        font-size: 16px;
    }
    .lfg .lfg_auth_a_block {
        padding: 5px 10px;
        margin: 5px 0 0 0;
    }
    .lfg .lfg_auth_btn_exit {
        margin-top: 15px;
    }
}
@media (max-width: 399px) {
    .slider-line .slider_box .nbs-flexisel-inner {
        max-height: 100px !important;
        border: none!important;
    }
    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
        top: 25px;
    }
}
@media (max-width: 374px) {
    .slider-line .slider_box .nbs-flexisel-inner {
        max-height: 90px !important;
        border: none!important;
    }
}
@media (max-width: 369px) {
    .pre_footer .pre_footer_a_vin_svg {
        display: none;
    }
    .pre_footer .pre_footer_a_phone_svg {
        display: none;
    }
    .pre_footer .pre_footer_a_mail_svg {
        display: none;
    }
    .header_mob .header_mob_btn_user,
    .header_mob .header_mob_btn_catalog {
        padding: 5px 5px;
    }
    .header_mob .header_mob_btn_menu {
        padding: 5px 3px;
    }
    .header_mob .menu_panel .a_btn_connection {
        padding: 5px;
        display: block;
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
    .header_mob .menu_panel .a_btn_connection_social {
        padding: 5px;
        display: block;
        width: 100%;
        margin: 0 0 10px 0 !important;
    }

}
@media (max-width: 329px) {
    .slider-line .slider_box .nbs-flexisel-inner {
        max-height: 80px !important;
        border: none!important;
    }
}

/*@media для каталога наличия*/
@media (min-width: 1400px) {
    .car_custom_row {
        align-items: start;
    }
}
@media (min-width: 1200px) {
    .catalog #products_area .col-lg-3 {
        width: 23%;
    }
}
@media (min-width: 992px) {
    .catalog #products_area .col-md-4 {
        width: 30.333333%;
    }
}
@media (min-width: 768px) {
    .catalog #products_area .col-sm-4 {
        width: 30.333333%;
    }
}

/*Стили для раскрытия и скрытия фильтра заказов*/
.orders_filter_wrap {
    position: relative;
    margin-bottom: 0;
    font-size: 22px;
    background: #fff;
    border-radius: 5px;
    height: fit-content;
}
.orders_filter_title {
    cursor: pointer;
}
.orders_filter_title, .orders_filter_content {
    padding: 5px 20px 5px 25px;
    line-height: 22px;
}
.orders_filter_content {
    padding-top: 0;
    transition: 0.15s ease-out;
    height: auto;
    max-height: 0;
    overflow: hidden;
    margin-top: -10px;
    opacity: 0;
    font-size: 14px;
    color: #444;
}
.orders_filter_content.open {
    padding-top: 0 !important;
    margin-top: 0;
    max-height: 100%;
    opacity: 1;
}
.orders_filter_title .orders_filter_arrow {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
    transition: all .1s;
    vertical-align: middle;
    height: 30px;
}
.orders_filter_title .orders_filter_arrow svg {
    fill: red;
    width: 13px;
}
.orders_filter_title .orders_filter_arrow.open {
    transform: rotate(180deg);
}