#sb-site, .sb-site-container {
    min-height: 100% !important;
}

#dp_menu {
    margin-top: 0;
}
.main-header {
    padding: 0;
    margin-bottom:20px !important;
}

.main_slider .img_slider {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.main_slider ul {
    margin: 0;
    padding: 0;
}
.main_slider li {
    margin: 0;
    padding: 0;
    height: auto;
    background-position: 50% 0;
    background-size: cover;
}

/* Контент в слайдере */
.main_slider-wrp {
    position: absolute;
    bottom: 10%;
    left: 20%;
    right: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
    .main_slider-wrp {
        bottom: 15%;
    }
}

@media (max-width: 1199px) {
    .main_slider-wrp {
        left: 10%;
        right: 10%
    }
}
.main_slider-title {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    line-height: 40px;
}
.main_slider-text {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Управление слайдером */
.main_slider .bx-wrapper {
    position: relative;
}
.main_slider .bx-controls {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.main_slider .bx-controls-direction {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 500;
}
.main_slider .bx-prev, .main_slider .bx-next {
    position: absolute;
    top: 180px !important;
    width: 37px;
    height: 37px;
    overflow: hidden;
    text-indent: -999px;
}
@media (min-width: 768px) and (max-width: 849px) {
    .main_slider .bx-prev, .main_slider .bx-next {
        top: 100px !important;
    }
}
@media (min-width: 850px) and (max-width: 991px) {
    .main_slider .bx-prev, .main_slider .bx-next {
        top: 115px !important;
    }
}
@media (min-width: 992px) and (max-width: 1099px) {
    .main_slider .bx-prev, .main_slider .bx-next {
        top: 130px !important;
    }
}
@media (min-width: 1100px) and (max-width: 1199px) {
    .main_slider .bx-prev, .main_slider .bx-next {
        top: 140px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .main_slider .bx-prev, .main_slider .bx-next {
        top: 150px !important;
    }
}
@media (min-width: 1300px) and (max-width: 1499px) {
    .main_slider .bx-prev, .main_slider .bx-next {
        top: 170px !important;
    }
}
@media (min-width: 1500px) and (max-width: 1749px) {
    .main_slider .bx-prev, .main_slider .bx-next {
        top: 200px !important;
    }
}
@media (min-width: 1750px) and (max-width: 9999px) {
    .main_slider .bx-prev, .main_slider .bx-next {
        top: 250px !important;
    }
}
.main_slider .bx-prev {
    margin-left: 20px !important;
}
.main_slider .bx-next {
    margin-right: 10px !important;
}

.main_slider .bx-wrapper .bx-controls-direction a {

}


/* Пагинация */
.main_slider .bx-pager {
    position: absolute;
    top: 255px;
    left: 0;
    right: 0;
    z-index: 500;
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.main_slider .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}
.main_slider .bx-pager-item a {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -999px;
    background: #fff;
    border-radius: 50%;
}
.main_slider .bx-pager-item a.active {
    background: #ff9500;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: none !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none !important;
}

.top_head {
    background: #243238;
}
.top_head .top_menu .navbar-nav > li > a,
.top_head .top_menu .navbar-nav > li > a:focus {
    color: #fff;
    transition: all 0.3s;
}
.top_head .top_menu .navbar-nav > li > a:hover {
    background: #ffcc00;
    color: #333;
}
@media (max-width: 991px) {
    .top_head .top_menu .navbar-nav > li > a {
        padding: 15px 5px;
    }
}
.top_head .navbar-nav > .dropdown > a:before {
    color: #fff !important;
    right: 4px !important;
}
@media (max-width: 991px) {
    .top_head .navbar-nav > .dropdown > a:before {
        content: none !important;
    }
}
.top_head .dropdown-submenu > a:after {
    content: none !important;
}
.top_head .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #243238;
    color: #ffff;
}
.top_head .nav .dropdown-submenu > .dropdown-menu {
    margin-top: 46px !important;
    border-color: #ededed !important;
    box-shadow: 0 10px 20px -1px rgb(36 36 59 / 10%);
}
.top_head .dropdown-submenu > .dropdown-menu {
    left: 0 !important;
}
.top_head .dropdown-menu > li > a {
    padding: 10px 5px 10px 20px !important;
    border-color: #ededed !important;
}
.top_head .dropdown-menu li > a,
.top_head .dropdown-menu li > a:focus {
    background: #fff;
    transition: all 0.3s;
}
.top_head .dropdown-menu li > a:hover {
    background: #399ae3;
    color: #fff;
}
.top_head .nav_login {
    float: right !important;
}
.top_head .nav_login_p {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #444;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ddd;
}
.top_head .top_head_panel_body {
    padding: 0 0 10px 0;
}
.top_head .nav_login_btn,
.top_head .nav_login_btn:focus {
    background: #ffcc00;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    transition: all 0.3s;
}
.top_head .nav_login_btn:hover {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-2px);
}
.top_head .a_balans,
.top_head .a_balans:focus {
    color: #fff !important;
    background: none !important;
    transition: all 0.3s;
}
.top_head .a_balans_svg {
    margin-bottom: -2px;
    margin-right: 2px;
}
.top_head .a_balans:hover {
    color: #399ae3 !important;
    cursor: pointer;
}
.top_head .a_login,
.top_head .a_login:focus {
    padding: 15px 0 !important;
    color: #fff !important;
    background: none !important;
    transition: all 0.3s;
}
.top_head .a_login:hover {
    color: #399ae3 !important;
    cursor: pointer;
}
.top_head .li_slash {
    color: #fff;
}

.head_info {
    border-bottom: 1px solid #3c3c3c;
    background: #000;
}
.head_info .a_head_info,
.head_info .a_head_info:focus {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
    font-weight: 400;
    display: inline-block;
    margin-top: 6px;
}
@media (max-width: 991px) {
    .head_info .a_head_info,
    .head_info .a_head_info:focus {
        font-size: 16px;
    }
}
.head_info .a_head_info:hover {
    color: #399ae3;
}
@media (max-width: 991px) {
    .head_info .a_head_info {
        font-size: 16px;
    }
}
.head_info .svg_head_info {
    margin-bottom: -5px;
}
.head_info .head_point {
    margin-top: 8px;
}
.head_info .a_head_point_span {
    margin-left: 10px;
    color: #fff;
}
.head_info .a_head_point,
.head_info .a_head_point:focus {
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
    font-weight: 400;
    cursor: pointer;
}
.head_info .a_head_point:hover {
    color: #399ae3;
}
.head_info .svg_head_info {
    margin-bottom: -5px;
}
.head_info .svg_head_point {
    margin-bottom: -2px;
}







.head_info .social_block {
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.head_info .social_block .icon {
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
    margin: 5px;
    width: 30px;
    height: 30px;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.head_info .social_block .tooltip {
    position: absolute;
    top: 0;
    font-size: 12px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.head_info .social_block .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    top: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.head_info .social_block .icon:hover .tooltip {
    top: 35px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.head_info .social_block .icon a {
    color: #555;
}
.head_info .social_block .icon a:hover {
    color: #fff;
}
.head_info .social_block li:hover a {
    color: #fff;
}

.head_info .social_block .icon:hover span,
.head_info .social_block .icon:hover .tooltip {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.head_info .social_block .telegram:hover,
.head_info .social_block .telegram:hover .tooltip,
.head_info .social_block .telegram:hover .tooltip::before {
    background: #0088cc;
    color: #ffffff;
}

.head_info .social_block .viber:hover,
.head_info .social_block .viber:hover .tooltip,
.head_info .social_block .viber:hover .tooltip::before {
    background: #7360F2;
    color: #ffffff;
}

.head_info .social_block .whatsapp:hover,
.head_info .social_block .whatsapp:hover .tooltip,
.head_info .social_block .whatsapp:hover .tooltip::before {
    background: #43d854;
    color: #ffffff;
}

.head_info .social_block .vk:hover,
.head_info .social_block .vk:hover .tooltip,
.head_info .social_block .vk:hover .tooltip::before {
    background: #597da3;
    color: #ffffff;
}










.down_head {
    background: #000;
    padding: 5px 0;
}
@media (max-width: 767px) {
    .down_head {
        padding: 0;
        margin-bottom: 20px;
    }
}
.down_head .down_head_row {
    display: flex;
    align-items: center;
}
.down_head .head_search > div {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.down_head .head_search_cart {
    /*height: 120px;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
}
.down_head .input_search,
.down_head .input_search:focus,
.down_head .input_search:hover {
    border: 1px solid #ebebeb;
    border-radius: 5px !important;
    font-size: 16px;
    height: 50px;
    padding: 2px 0 2px 20px;
    position: relative;
    width: 100%;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
}
.down_head .button_search,
.down_head .button_search:hover,
.down_head .button_search:focus {
    border: 1px solid #ffcc00;
    border-radius: 10px;
    cursor: pointer;
    color: #333;
    background: #ffcc00;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    line-height: 10px;
    padding: 1px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    transition: all 0.3s;
}
.down_head .block_search {
    position: relative;
}
.down_head .block_search .nav-tabs + .tab-content {
    border: none;
    padding-top: 7px;
}
.down_head .block_search .nav-tabs > li.active, .nav-tabs > li.active:focus, .nav-tabs > li.active:hover {
    border-radius: 5px;
}
.down_head .block_search .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    padding: 7px 10px;
    font-size: 14px;
    color: #333 !important;
    background: #ffcc00;
    border: 1px solid #ffcc00 !important;
}
.down_head .block_search .nav-tabs {
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .down_head .block_search .nav-tabs {
        padding-left: 0;
    }
}
.down_head .block_search .nav-tabs > li a {
    background: #ddd;
    border: 1px solid #ddd !important;
    border-radius: 5px;
    color: #333 !important;
    padding: 5px 10px;
    margin-right: 0;
}
.down_head .block_search .nav-tabs>li>a:hover {
    /*color: #555 !important;*/
}
.down_head .block_search .nav-tabs > li {
    margin-right: 5px;
}
.down_head .block_search .nav-tabs li:hover {
    border-radius: 7px;
}
.down_head .block_search
.down_head .block_search
.down_head .block_search
.down_head .block_search__input {
    position: relative;
}
.down_head .block_search__input .svg_clean {
    margin-bottom: -8px;
}
.down_head .block_search__button {
    position: absolute;
    right: 0;
    bottom: 0;
}
.down_head .block_search .block_search__row {
    display: flex;
    align-items: center;
}
.down_head .head_search {
    flex-grow: 1;
}
.down_head .head_cart {
    margin-left: 20px;
}
.down_head .btn_cart,
.down_head .btn_cart:focus,
.down_head .btn_cart:hover {
    background: #fff;
    border-color: #ebebeb;
    padding: 0 10px 0 7px;
    border-radius: 5px;
    color: #333;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
}
.down_head .down_head_logo {
    height: 100px;
    display: flex;
    align-items: center;
}

.head_ucats {
    border-top: 1px solid #3c3c3c;
    background: #000;
}
.head_ucats ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    list-style: none;
    margin: -1px auto 0;
    max-width: 1200px;
    padding: 0 15px;
}
.head_ucats li {
    width: 16%;
}
@media (max-width: 991px) {
    .head_ucats li {
        width: auto;
    }
}
.head_ucats a,
.head_ucats a:focus {
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 16px;
    height: 100%;
    padding: 15px 10px;
    text-decoration: none;
    transition: all 0.3s;
}
.head_ucats a:hover {
    background: #ffcc00;
    color: #333;
}
.head_mob {
    background: #243238;
    height: 50px;
}
.head_mob .nav_head {
    margin: 0;
}
.head_mob .btn_mob,
.head_mob .btn_mob:focus,
.head_mob .btn_mob:hover {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
}
.head_mob .btn_cart,
.head_mob .btn_cart:focus,
.head_mob .btn_cart:hover {
    color: #fff;
    padding: 8px;
}

.down_mob {
    height: 170px;
    background: #000;
}
.down_mob .img_logo {
    height: auto!important;
    max-width: 230px;
    margin: 10px auto 10px auto;
}
.down_mob .a_head_info,
.down_mob .a_head_info:focus {
    font-size: 14px;
    color: #ffcc00;
    transition: all 0.3s;
    font-weight: 400;
}
.down_mob .a_head_info:hover {
    color: #399ae3;
}
.down_mob .svg_head_info {
    margin-bottom: -3px;
}
.down_mob .col_head {
    margin: 0 0 10px 0;
    text-align: center;
}
.down_mob .input_search,
.down_mob .input_search:focus,
.down_mob .input_search:hover {
    box-shadow: none;
    font-size: 16px;
    height: 40px;
    padding: 2px 17px;
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
}
.down_mob .button_search,
.down_mob .button_search:focus,
.down_mob .button_search:hover {
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    line-height: 10px;
    padding: 1px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
}
.down_mob .block_search {
    position: relative;
}
.down_mob .block_search__input {
    position: relative;
}
.down_mob .block_search__button {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 767px) {
    .down_mob .block_search__button {
        right: 16px;
    }
}
.down_mob .head_search {
    flex-grow: 1;
}
@media (max-width: 767px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        /*background: #243238;*/
    }
}
@media (max-width: 767px) {
    .navbar-nav>li>a {
        border-bottom: 1px solid #e6e6e6;
        color: #222;;
    }
}
@media (max-width: 767px) {
    .nav>li>a:focus, .nav>li>a:hover {
        background-color: #e1e1e1;
        color: #222;
    }
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background: #243238;
    }
}
@media (max-width: 767px) {
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        background-color: #e1e1e1;
        color: #222;
    }
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a, #top-menu-catalogue-accordion a {
        color: #222;
        padding: 15px;
        background: #e9e9e9 !important;
    }
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #e9e9e9 !important;
    }
}
@media (max-width: 767px) {
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .dropdown.open>a:after {
        top: 15px;
    }
}

.main_block {
    margin: 30px 0 0 0;
}
@media (max-width: 767px) {
    .main_block {
        margin-top: 30px;
    }
}
.main_block .main_block_a,
.main_block .main_block_a:focus {
    position: relative;
    padding: 0 9px 0 10px;
    background: #efefef;
    color: #222;
    height: 50px;
    font-size: 13px;
    display: flex;
    transition: all 0.3s;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
}
.main_block .main_block_a:hover {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-2px);
}

.main_block .main_block__block {
    display: flex;
    align-items: center;

}
.main_block .main_block__icon {
    font-size: 34px;
    margin-right: 10px;
}
#footer-widgets .module_caption {
    color: #fff !important;
}
#footer-widgets a,
#footer-widgets a:focus {
    color: #cfcfcf;
    transition: all 0.3s;
}
#footer-widgets a:hover {
    color: #ffcc00 !important;
}
#footer-widgets .btn,
#footer-widgets .btn:focus,
#footer-widgets .btn:hover {
     color: #333 !important;
     font-weight: 400;
    font-size: 16px;
}
.footer-widget-title {
    color: #fff !important;
}
#footer-widgets .exet_divs > div {
    color: #cfcfcf !important;
}
.exet_project {
    color: #cfcfcf !important;
}

.news_box .news_item_box .news_item_name {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #323232;
    font-weight: 500;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    line-height: 16px;
}
.news_box .news_item_box .news_item_clock {
    display: initial !important;
    margin-top: 0 !important;
    background: #777;
}
.news_hr {
    margin: 5px 0 10px 0;
}
.news_box .news_item_box .news_item_text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    /*height: auto !important;*/
    font-size: 14px;
    line-height: 18px;
    color: #4a4a4a;
    min-height: 71px;
}
.news_p_exet {
    margin: 10px 0 0 0;
}

.psp_span_brand{
    font-size: 20px;
}
.psp_a_article {
    color: #808080;
    text-decoration: underline;
}
.show_hide_button {
    position: initial !important;
}

.vin_zapros {
    margin: 50px 0;
}
.h4_cart_user {
    font-weight: 400;
    color: #555;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .h4_cart_user {
        font-size: 14px;
    }
}
.p_cart_user {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
}
.p_cart_user_two {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 500;
}
.p_cart_user_dop {
    font-size: 13px;
    line-height: 15px;
    padding-left: 20px;
    margin-bottom: 7px;
}
.panel_body_cart_user {
    height: 270px;
    overflow: overlay;
}
.panel_footer_cart_user {
    display: flex;
    align-items: center;
}
.header-user-box {
    white-space: initial !important;
}

.row_footer_center {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .row_footer_center {
        display: block;
    }
}
.panel_footer {
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 0;
}
.img_footer {
    max-width: 70px;
    margin: 0 auto;
}
.p_text_up_footer {
    border-bottom: 1px solid #ffcc00;
    color: #333;
    font-size: 20px;
}
@media (max-width: 767px) {
    .p_text_up_footer {
        font-size: 14px;
        font-weight: 500;
    }
}
.p_text_down_footer {
    color: #555;
    line-height: 16px;
    margin-top: 6px;
}
@media (max-width: 767px) {
    .p_text_down_footer {
        margin-bottom: 10px;
    }
}
.btn_footer,
.btn_footer:focus {
    background: #ffcc00;
    border-radius: 10px;
    color: #fff;
    padding: 12px;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    transition: all 0.3s;
}
.btn_footer:hover {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-2px);
}
.img_phone_footer {
    max-width: 50px;
    margin-top: 5px;
}
.a_phone_footer {
    background: #fff;
    border-radius: 10px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .a_phone_footer {
        margin-top: 15px;
    }
}
@media (min-width: 1339px) {
    .a_phone_footer {
        max-width: 70%;
    }
}
.p_phone_footer_up {
    font-size: 25px;
    margin-top: 7px;
    padding-bottom: 4px;
    /*display: inline-block;*/
    text-align: center;
    color: #444;
    font-weight: 500;
    border-bottom: 1px dotted #a1a1a1;
}
.p_phone_footer_down {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #888;
    font-weight: 500;
}
.svg_point_footer {
    margin-bottom: -3px;
}
.div_point_footer_up {
    color: #fff;
    line-height: 17px;
}
.p_head_footer {
    border-bottom: 2px solid #ffcc00;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
.p_head_footer_down {
    margin-top: 10px;
    border-bottom: 2px solid #ffcc00;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
.footer_pay_box {
    background: #fff;
    padding: 2px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin: 0;
}
.footer_pay_logo {
    width: 52px;
    height: 22px;
    display: inline-block;
}
#footer {
    padding: 10px 0 15px 0 !important;
}
.p_exet_footer {
    color: #fff;
    margin-top: 5px !important;
    font-size: 14px;
}
@media (max-width: 767px) {
    .p_exet_footer {
        margin-bottom: 10px !important;
    }
}
.animation_block {
    display: block;
    padding: 15px;
    border-radius: 5px;
    background: #efefef;
    border: 1px solid #e8e8e8;
    margin-bottom: 25px;
    box-shadow: rgb(0 0 0 / 15%) 0.5rem 0.5rem 0.5rem;
    transition: all 0.3s;
}
.animation_block_a {
    text-decoration: none !important;
}
.animation_block_h3 {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    margin: 0;
}
.animation_block_h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #555;
}
.animation_block_p {
    margin: 2px 0 20px 0;
    padding-top: 5px;
    width: 60%;
    line-height: 18px;
    border-top: 1px dotted #bbbbbb;
    color: #333;
    font-size: 14px;
}
.animation_block_img {
    display: block;
    position: absolute;
    float: right;
    width: auto;
    max-height: 174px;
    top: 0;
    right: 0;
    height: auto;
    transition: .3s;
    /* transform: scale(1.4); */
    /* overflow: hidden; */
}
.animation_block_btn,
.animation_block_btn:hover,
.animation_block_btn:focus {
    background: #ffcc00;
    border: 1px solid #ffcc00;
    border-radius: 5px;
    color: #333;
    padding: 10px;
    transition: all 0.3s;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 30%);
}

.pl_0 {
    padding-left: 0;
}
.pr_0 {
    padding-right: 0;
}

.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: 30px;
}
.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: #ffcc00;
    border-color: #ffcc00;
    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: #ffcc00;
    border-color: #ffcc00;
    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;
}

.agm_modal_heading {
    padding:10px 15px;
}
.agm_modal_body {
    color: #555;
    padding: 15px 15px 7px;
}
.agm_h5_heading_text {
    font-size: 20px;
    color: #555;
    margin: 0;
}
.agm_border_right {
    padding-top: 5px;
    border-right: 1px solid #dee2e6;
}
.agm_block_text_brand {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    line-height: 16px;
    padding-bottom: 2px;
    font-size: 12px;
}
.agm_block_text_article {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    line-height: 16px;
    padding-bottom: 2px;
    font-size: 12px;
}
.agm_block_text_manufacturer {
    display: inline-block;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
}
.amg_block_text_name {
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 31px;
}
.agm_float_left {
    float: left;
}
.agm_float_right {
    float: right;
}
.agm_name_text_left {
    line-height: 20px;
    text-align: left;
    margin-top: -7px;
    padding-bottom: 5px;
}
.agm_col_right {
    padding: 0;
    text-align: center;
}
.agm_hr_up {
    margin: 0 0 5px 0;
}
.agm_hr_down {
    margin: 0 0 10px 0;
}
.agm_time_to_exe_up {
    font-size: 12px;
    padding-top: 10px;
}
.agm_time_to_exe_down {
    font-size: 45px;
    padding-top: 20px;
}
.agm_p_exist_up {
    font-size: 13px;
}
.agm_span_exist_down {
    font-size: 12px;
}
@media (max-width: 767px) {
    .agm_span_exist_down {
        font-size: 11px;
    }
}
.agm_row_exist_and_price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.amg_td_a_left {
    display: inline-block;
    background: #f5f5f5;
    font-weight: bold;
    width: 30px;
    height: 25px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    border-radius: 3px 0 0 3px;
    border: 1px solid #999;
    border-right: 0;
}
.agm_td_input {
    width: 40px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #999;
    border-radius: unset;
    box-shadow: none;
}
.agm_td_a_right {
    display: inline-block;
    background: #f5f5f5;
    font-weight: bold;
    width: 30px;
    height: 25px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    border-radius: 0 3px 3px 0;
    border: 1px solid #999;
    border-left: 0;
}
.agm_p_price {
    float: right;
    margin-bottom: -7px;
    font-size: 12px;;
}
.agm_h1_price {
    float: right;
    font-weight: 500;
    color: #555;
    font-size: 35px;
    margin: 0;
}
.agm_col_add_to_cart {
    margin-bottom: 5px;
    text-align: right;
}
.dropdown > a:after {
    content: none;
}

/* ***************************************************************************************************** */

.search-simple-bar {
    position: absolute;
    z-index: 5;
    background: #fff;
    top: 100%;
    width: 98%;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
}

.search-simple-bar .search-simple-bar-content {
    overflow: hidden;
}

.search-simple-bar .table-div {
    overflow: auto;
    max-height: 350px;
    margin-right: -20px;
    /*margin-bottom: -20px;*/
    white-space: normal;
}

.search-simple-bar .table td:last-child {
    min-width: 200px;
    padding-right: 25px;
    word-break: break-all;
}

.search-simple-bar .table * {
    border-color: #e4e4e4;
    line-height: 1.1em;
    vertical-align: middle;
}

.search-simple-bar .table tr:hover {
    background: #e4e4e4;
}

@media (max-width: 767px) {
    .search-simple-bar {
        font-size: 12px;
        top: 41px;
    }

    .search-simple-bar .table-div {
        max-height: 200px;
    }
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none;
}
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}
.main-header .breadcrumb {
    margin: 0;
    display: block;
    text-align: left;
    float: none;
    background: none;
    top: 0px;
    right: 0px;
    padding: 0;
    padding-top: 1px;
    line-height: 12px;
    font-size: 12px;
}
.btn-ar.btn-primary {
    background: #ffcc00 !important;
    border: 1px solid #ffcc00 !important;
    color: #333;
}
.nav-tabs+.tab-content .input-group-btn .btn-default {
    background: #ffcc00;
    border: 1px solid #ffcc00;
}









/*exet_templates*/
.shadow_block {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    border-bottom-right-radius: 5px;
}

.shadow_block_md {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.shadow_block_sm {
    box-shadow: 0.2rem 0.2rem 0.2rem rgb(0 0 0 / 15%);
}
.btn_exet_all,
.btn_exet_all:focus {
    color: #333 !important;
    background: #ffcc00;
    border-color: #ffcc00;
    padding: 6px 12px !important;
    transition: all 0.3s;
}
.btn_exet_all:hover {
    color: #333;
    background: #ffcc00;
    border-color: #ffcc00;
    padding: 6px 12px;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
}
.btn_exet,
.btn_exet:focus {
    color: #333 !important;
    background: #ffcc00;
    border-color: #ffcc00;
    padding: 6px 12px !important;
    transition: all 0.3s;
}
.btn_exet:hover {
    color: #333;
    background: #ffcc00;
    border-color: #ffcc00;
    padding: 6px 12px;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
}
.input_exet_all,
.input_exet_all:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
    border-radius: 2px;
}
.input_exet_all:focus {
    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;
}
.select_exet_all,
.select_exet_all:hover,
.select_exet_all:focus {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
.h4_all_heading {
    margin: 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.h4_all_heading_mb {
    margin-top: 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.btn_height_50 {
    height: 50px;
}
.col_pr_0 {
    padding-right: 0px;
}
.input_exet_search_vin_main {
    height: 40px;
    margin-top: 5px;
    border-radius: 2px;
}
.input_exet_search_vin_main:focus {
    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;
}
.input_exet_search_vin_main_pl {
    padding-left: 20px;
}
.header_search_box {
    padding: 0 !important;
}
.input_exet_search_article_main {
    height: 40px;
    margin-top: 5px;
    border-radius: 2px;
    padding-left: 35px;
}
.input_exet_search_article_main:focus {
    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;
}
.input_exet_search_name_main {
    height: 40px;
    margin-top: 5px;
    border-radius: 2px;
    padding-left: 35px;
}
.input_exet_search_name_main:focus {
    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;
}
.btn_exet_search_main_pl {
    padding-left: 10px;
}
.btn_exet_search_main,
.btn_exet_search_main:focus {
    height: 40px;
    margin-top: 5px;
    padding: 0px 15px 0px 15px;
    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;
}
.btn_exet_search_main:hover {
    height: 40px;
    margin-top: 5px;
    padding: 0px 15px 0px 15px;
    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;
}
.svg_btn_search_exet_main {
    margin-top: 5px;
}
.p_btn_exet {
    font-size: 14px;
    margin-bottom: 0;
}
.svg_btn_exet_catalog {
    margin-top: 3px;
    margin-bottom: -3px;
}
.btn_exet_cart,
.btn_exet_cart:focus {
    background: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 2px;
    padding: 0px 10px 0px 7px;
    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;
}
.btn_exet_cart:hover {
    color: #ffcc00;
    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;
}
.col_cart_left {
    border-right: 2px solid #ccc;
    margin: 2px 0 2px 0;
    padding: 0 6px 2px 15px;
    line-height: 16px;
    text-align: center;
}
@media (max-width: 1199px) {
    .col_cart_left {
        border-right: none;
        margin: 2px 0 2px 0;
        padding: 2px 15px 2px 20px;
        line-height: normal;
        text-align: center;
    }
}
.p_cart_left {
    margin-bottom: 0px;
}
.col_cart_right {
    margin-top: 6px;
}
.p_cart_right_up {
    font-size: 13px;
    margin-left: -5px;
    margin-bottom: 0px;
}
.span_cart_right_up {
    padding-right: 20px;
    color: #343a40;
}
.span_cart_right_down {
    color: #343a40;
    font-size: 11px;
}
.p_cart_right_down {
    font-size: 13px;
    margin-left: -5px;
    margin-bottom: 0px;
}
.b_cart_color_main {
    color: #343a40;
}
.svg_btn_exet_menu {
    margin-bottom: -5px;
}
.p_btn_exet_menu {
    margin-bottom: -5px;
}
.col_btn_catalog_pl {
    padding-left: 0px;
    margin-left: -5px;
}
.ul_exet_dropdown_menu {
    margin-top: 8px;
    margin-left: 15px;
    width: 100%;
    border: none;
    box-shadow: 0 10px 20px -1px rgb(36 36 59 / 40%);
}
.a_exet_menu {
    font-size: 13px !important;
    color: #343a40 !important;
    background: #fff !important;
    padding: 12px 30px 12px 15px !important;
}
.a_exet_menu:hover,
.a_exet_menu:focus {
    background: #e4e4e4 !important;
}



.client_line {
    height: 35px;
    border-top: 1px solid #e5e5e5;
}
.horizon_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.svg_exet_point_of_issue {
    margin-bottom: -2px;
}
.p_exet_point_of_issue {
    margin-bottom: 0;
    font-size: 12px;
}
.div_exet_point_of_issue {
    display: block;
    margin-top: 10px;
    line-height: 16px;
    font-weight: 500;
}
.span_exet_point_of_issue {
    color: #6c757d;
}
.hr_exet_point_of_issue {
    margin: 10px 0;
}
.a_exet_authorizer_point_of_issue_modal {
    margin-right: 5px;
    cursor: pointer;
}
.a_exet_authorizer_point_of_issue_registration {
    margin-left: 5px;
    margin-right: 10px;
}
.dropdown_header_balans {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    text-align: left !important;
}
.svg_exet_balans_header {
    margin-top: 2px;
    margin-bottom: -2px;
}
.a_add_balans_main_header {
    cursor: pointer;
}
.p_add_balans_main_total_heading_header {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.p_add_balans_main_deposit_header {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
}
.btn_add_balans_main_header,
.btn_add_balans_main_header:hover,
.btn_add_balans_main_header:focus {
    padding: 6px 12px;
}
.p_add_balans_main_total_header {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}
.input_add_balans_mail_sum_header {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
}
.input_add_balans_mail_sum_header:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-0.15rem);
    transition: all .2s;
}
.col_add_balans_all_explanation_header {
    margin-top: 15px;
}
.text_add_balans_explanation_header {
    line-height: normal;
    font-size: 13px;
}
.a_add_balans_explanation_header {
    font-weight: 500;
}
.hr_add_balans_all_header {
    margin-top: 10px;
    margin-bottom: 5px;
}
.p_add_balans_all_danger_header {
    font-size: 13px;
    font-weight: 400;
    color: red;
}
.p_add_balans_down_danger_text {
    color: #5a5a5a;
    font-size: 12px;
    line-height: normal;
}
.geo_point_fw {
    font-weight: 400;
    cursor: pointer;
}
.a_header_big_phone {
    color: #555;
    font-size: 35px;
}
.a_header_big_phone:hover,
.a_header_big_phone:focus {
    color: #31bdff;
}
.a_header_phone {
    font-size: 13px;
    color: #ffcc00;
}
.col_header_pl {
    padding-left: 0px;
}
.svg_header_whatsapp {
    margin-bottom: -3px;
    color: #25D366;
}
.svg_header_mail {
    margin-bottom: -2px;
}
.header {
    padding: 10px 0;
}
.p_processing_indicator_heading {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.img_processing_indicator {
    margin-bottom: 15px;
    text-align: center;
}
.products_area_brands_procenka {
    padding-left: 15px;
    padding-right: 15px;
}
.row_heading_matches_found_in_brands {
    padding: 10px 0px;
    margin-left: 0;
    margin-right: 0;
}
.p_heading_matches_found_in_brands {
    font-size: 20px;
    color: #5a5a5a;
    margin-left: 0;
    margin-right: 0;
}
.div_procenka_no_manufacturer {
    margin-top: 15px;
    margin-bottom: 15px;
}
.p_procenka_no_manufacturer {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}
.row_heading_brand_and_name {
    background: whitesmoke;
    border-top: 1px solid #e5e5e5;
    margin-left: 0;
    margin-right: 0;
}
.row_main_brand_name_button {
    padding: 5px 0;
    border-top: 1px solid #e5e5e5;
    margin-left: 0;
    margin-right: 0;
}
.btn_collapse_or_expand_the_filter_procenka {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 20%);
}
.btn_collapse_or_expand_the_filter_procenka_mb {
    margin-bottom: 12px;
}
.btn_collapse_or_expand_the_filter_procenka_bottom,
.btn_collapse_or_expand_the_filter_procenka_bottom:hover,
.btn_collapse_or_expand_the_filter_procenka_bottom:focus {
    color: #FFFFFF;
}
.p_no_products_found_procenka_heading {
    font-size: 22px;
    font-weight: 400;
}
.p_no_products_found_procenka_under_heading {
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    font-style: oblique;
}
.p_no_products_found_procenka_under_heading_advice {
    margin: 10px;
}
.p_no_products_found_procenka_under_heading_bt {
    border-top: 1px solid #e8e8e8;
}
.panel_breadcrumb {
    margin-bottom: 0;
}
.h1_breadcrumb {
    color: #555;
    font-weight: 400;
    font-size: 22px;
    margin: 0;
}
.hr_breadcrumb {
    margin: 5px 0;
    display: block;
}
@media (max-width: 500px) {
    .hr_breadcrumb {
        display: none;
    }
}
.cart_heading_background_xs {
    background: transparent;
}
@media (max-width: 768px) {
    .cart_heading_background_xs {
        background: #F5F5F5;
    }
}
.row_cart_empty_heading {
    margin-top: 20px;
}
.panel_body_empty_heading {
    padding-bottom: 30px;
}
.p_cart_empty_heading {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 400;
}
@media (max-width: 440px) {
    .p_cart_empty_heading {
        font-size: 18px;
    }
}
.p_cart_empty_center {
    font-size: 16px;
}
@media (max-width: 440px) {
    .p_cart_empty_center {
        font-size: 12px;
    }
}
.span_cart_empty_heading {
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
    line-height: normal;
}
.col_cart_empty_btn {
    margin-top: 10px;
}
.horizon_center_cart {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .horizon_center_cart {
        display: block;
    }
}
.a_cart_reduce_or_add_position {
    display: inline-block;
    width: 40px;
    height: 29px;
}
@media (max-width: 767px) {
    .a_cart_reduce_or_add_position {
        width: 30px;
    }
}
.row_cart_down {
    display: flex;
    align-items: flex-end;
    margin: 30px 0 0 0;
}
@media (max-width: 767px) {
    .row_cart_down {
        display: block;
    }
}
@media (max-width: 767px) {
    .btn_cart_admin {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }
    .btn_cart_admin:last-child {
        margin: 0 0 30px 0 !important;
    }
}
.input_cart_reduce_or_add_position,
.input_cart_reduce_or_add_position:hover {
    width: 40px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
}
.input_cart_reduce_or_add_position:focus {
    box-shadow: 0.3rem 0.3rem 0.3rem 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;
}
.svg_cart_reduce_or_add_position {
    margin-top: 7px;
}
.col_cart_panel_body {
    padding: 0;
}
.row_cart_heading {
    padding: 5px 0;
    margin: 0;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}
.cart_product_indent_position_stripe {
    margin: 0;
    padding: 8px 15px;
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
    .cart_product_indent_position_stripe {
        margin: 0;
    }
}
.col_cart_separation_of_blocks {
    padding: 0;
}
@media (max-width: 768px) {
    .col_cart_separation_of_blocks {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.col_cart_separation_of_blocks_pl {
    padding-left: 0;
}
@media (max-width: 768px) {
    .col_cart_separation_of_blocks_pl {
        padding-left: 15px;
    }
}
.col_cart_separation_of_blocks_pl_pr {
    padding-right: 0;
}
@media (max-width: 768px) {
    .col_cart_separation_of_blocks_pl_pr {
        padding-right: 15px;
    }
}
.col_cart_block_xs {
    padding: 0;
}
@media (max-width: 768px) {
    .col_cart_block_xs {
        padding: 10px 0;
    }
}
.col_cart_reduce_or_add_position_xs {
    padding: 0;
}
@media (max-width: 768px) {
    .col_cart_reduce_or_add_position_xs {
        padding: 12px 0 5px 0;
    }
}
.col_cart_block_xs_name {
    padding: 0 15px;
}
@media (max-width: 768px) {
    .col_cart_block_xs_name {
        padding: 10px 15px;
    }
}
.col_cart_block_xs_checkbox {
    margin-top: 0;
}
@media (max-width: 768px) {
    .col_cart_block_xs_checkbox {
        margin-top: 15px;
    }
}
.col_cart_border_top_xs {
    border-top: transparent;
    font-weight: bold;
}
@media (max-width: 768px) {
    .col_cart_border_top_xs {
        border-top: 1px solid #e5e5e5;
        font-weight: bold;
    }
}
.col_cart_border_bottom_xs {
    border-bottom: transparent;
}
@media (max-width: 768px) {
    .col_cart_border_bottom_xs {
        border-bottom: 1px solid #e5e5e5;
    }
}
.col_cart_name_text_align_xs {
    text-align: left;
}
@media (max-width: 768px) {
    .col_cart_name_text_align_xs {
        text-align: right;
    }
}
.span_cart_article {
    font-style: italic;
}
.btn_cart_position_management_reorder,
.btn_cart_position_management_reorder:focus {
    background: #ffcc00;
    border-color: #ffcc00;
    color: #FFFFFF;
    padding: 5px;
    line-height: normal;
    margin: 0 10px 0 0;
}
.btn_cart_position_management_reorder:hover {
    background: #ffcc00;
    border-color: #ffcc00;
    color: #FFFFFF;
    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;
}
@media (max-width: 991px) {
    .btn_cart_position_management_reorder {
        margin: 0 5px 0 0;
    }
}
.svg_cart_position_management_reorder {
    margin-top: 2px;
    margin-bottom: -2px;
}
.btn_cart_position_management_in_notepad,
.btn_cart_position_management_in_notepad:focus {
    background: #ffc107;
    border-color: #ffc107;
    color: #FFFFFF;
    padding: 5px;
    line-height: normal;
    margin: 0 10px 0 0;
}
.btn_cart_position_management_in_notepad:hover {
    background: #ffc107;
    border-color: #ffc107;
    color: #FFFFFF;
    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;
}
@media (max-width: 991px) {
    .btn_cart_position_management_in_notepad {
        margin: 0 5px 0 0;
    }
}
.svg_cart_position_management_in_notepad {
    margin-top: 1px;
    margin-bottom: -1px;
}
.btn_cart_position_management_delete,
.btn_cart_position_management_delete:focus {
    background: #dc3545;
    border-color: #dc3545;
    color: #FFFFFF;
    padding: 5px;
    line-height: normal;
    margin: 0 10px 0 0;
}
.btn_cart_position_management_delete:hover {
    background: #dc3545;
    border-color: #dc3545;
    color: #FFFFFF;
    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;
}
@media (max-width: 991px) {
    .btn_cart_position_management_delete,
    .btn_cart_position_management_delete:focus {
        margin: 0 4px 0 0;
    }
}
.svg_cart_position_management_delete {
    margin-top: 1px;
    margin-bottom: -1px;
}
.p_cart_all_sum {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.span_cart_all_sum {
    font-weight: bold;
    font-size: 25px;
}
.div_cart_garage_auto,
.div_cart_garage_auto:hover,
.div_cart_garage_auto:focus {
    cursor: pointer;
}
.p_cart_garage_auto {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.row_cart_garage_auto {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 15px;
}
.row_cart_add_position_in_notepad {
    margin-top: 15px;
    margin-bottom: 15px;
}
.form_group_select_authorization_phone_email {
    margin-bottom: 0;
}
.select_authorization_phone_email,
.select_authorization_phone_email:hover {
    height: 40px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 3px !important;
    color: #555;
    cursor: pointer;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
.select_authorization_phone_email:focus {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
.p_select_authorization_phone_email {
    font-style: italic;
    font-size: 11px;
}
.span_authorization_phone_email_login {
    background: #e9ecef;
    border: 1px solid #ced4da;
    border-right: none;
    color: #495057;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.input_authorization_phone_email_login,
.input_authorization_phone_email_login:hover {
    border-bottom-right-radius: 6px;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
.input_authorization_phone_email_login:focus {
    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;
}
.span_authorization_phone_email_password {
    background: #e9ecef;
    border: 1px solid #ced4da;
    border-right: none;
    color: #495057;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.input_authorization_phone_email_password,
.input_authorization_phone_email_password:hover {
    border-bottom-right-radius: 6px;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
.input_authorization_phone_email_password:focus {
    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;
}
.a_authorization_phone_email_login {
    margin-right: 10px;
}
.h4_delivery_method_when_ordering {
    margin: 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.panel_take_away_client {
    padding: 0;
}
.input_delivery_to_clint,
.input_delivery_to_clint:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
.input_delivery_to_clint:focus {
    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;
}
.col_confirm_order_phone_and_email {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .col_confirm_order_phone_and_email {
        margin-bottom: 10px;
    }
}
.panel_confirm_order_phone_and_email {
    padding-top: 0;
}
.div_confirm_order_phone_and_email {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}
.row_confirm_order_phone_and_email {
    padding: 5px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}
.row_total_confirm_order_phone_and_email {
    margin-top: 20px;
}
.h4_confirm_order_phone_and_email {
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
    margin-bottom: 10px;
}
.input_confirm_order_phone_and_email,
.input_confirm_order_phone_and_email:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
.input_confirm_order_phone_and_email:focus {
    border-color: #ccc !important;
    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;
}
.p_confirm_order_phone_and_email {
    font-size: 12px;
    font-style: italic;
}
.p_xs_confirm_order_phone_and_email {
    padding-bottom: 10px;
}
.col_xs_confirm_order_phone_and_email {
    border-top: none;
}
@media (max-width: 768px) {
    .col_xs_confirm_order_phone_and_email {
        border-top: 1px solid #e5e5e5;
    }
}
.h4_regform {
    display: block;
    margin: 0 0 15px 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
    .h4_regform {
        display: none;
    }
}
.select_regrofm,
.select_regrofm:hover,
.select_regrofm:focus {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
.p_regform_italic {
    font-style: italic;
    font-size: 11px;
}
.input_regform,
.input_regform:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
.input_regform:focus {
    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;
}
.input_capcha_regform,
.input_capcha_regform:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
.input_capcha_regform:focus {
    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;
}
.btn_register {
    margin-top: auto;
}
@media (max-width: 768px) {
    .btn_register {
        margin-top: 15px;
    }
}
.alert_regform {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 20px;
    line-height: normal;
    text-align: center;
}
.row_login_users {
    margin-top: 10px;
}
@media (max-width: 769px) {
    .row_login_users {
        margin-top: 0;
    }
}
.text_login_users {
    font-size: 13px;
}
.h4_regform_client_functions {
    display: block;
    margin-top: 15px;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
    .h4_regform_client_functions {
        display: none;
    }
}
.btn_exet_danger,
.btn_exet_danger:focus {
    color: #FFFFFF;
    background: #dc3545;
    border-color: #dc3545;
    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;
}
.btn_exet_danger:hover {
    color: #FFFFFF;
    background: #dc3545;
    border-color: #dc3545;
    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;
}
.shadow_block_md_login_users {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
@media (max-width: 768px) {
    .shadow_block_md_login_users {
        box-shadow: none;
    }
}
.panel_authorization_xs {
    padding: 0 15px 15px 15px;
}
.geo_td_text {
    font-size: 12px;
}
.btn_authorization_xs {
    border-radius: 2px !important;
    color: #FFFFFF !important;
    background: #ffcc00 !important;
    border-color: #ffcc00 !important;
    padding: 3px 5px 5px 5px;
    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;
}
.svg_yes_authorization_xs {
    color: #7fff00;
}
.svg_no_authorization_xs {
    color: #7fff00;
}
.input_authorization_search {
    background: #fff !important;
    border-radius: 2px !important;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%) !important;
}
.input_btn_authorization_xs,
.input_btn_authorization_xs:hover,
.input_btn_authorization_xs:focus {
    background: #ffcc00 !important;
    border: 1px solid #ffcc00 !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    color: #fff;
}
.h4_forget_password {
    display: block;
    margin: 0 0 15px 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.btn_forget_password {
    margin-top: 10px;
}
.td_profileform {
    border-top: none !important;
    border-bottom: 1px solid #ddd !important;
}
.btn_phone_and_email_cancel,
.btn_phone_and_email_cancel:focus{
    color: #ffcc00;
    margin-left: 5px;
    background: none;
}
.btn_phone_and_email_cancel:hover {
    color: #31bdff;
}
.btn_phone_and_email_aplly {
    margin-left: 10px;
}
.form_group_phone_and_email_input_cod {
    margin-bottom: 0;
}
.btn_phone_and_email_input_cod {
    margin-top: 0;
}
@media (max-width: 768px) {
    .btn_phone_and_email_input_cod {
        margin-top: 10px;
    }
}
.col_profile_editprofile {
    margin-top: 15px;
}
.btn_editprofile {
    margin-top: 15px;
}
.col_my_orders_filters {
    margin-bottom: 10px;
}
.div_my_orders_box_btn_filter {
    margin: 10px 0 0;
}
.btn_my_orders_one {
    margin-right: 2px;
    margin-bottom: 5px;
}
.btn_my_orders_two {
    margin-right: 2px;
    margin-bottom: 5px;
}
.btn_my_orders_three {
    margin-right: 2px;
    margin-bottom: 5px;
}
.hr_my_orders {
    margin: 10px 0 10px 0;
}
.horizon_center_my_orders {
    display: block;
}
@media (min-width: 1200px) {
    .horizon_center_my_orders {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.id_my_orders {
    font-size: 30px;
    font-weight: 500;
}
.col_id_my_orders {
    margin-top: 0;
}
@media (max-width: 1200px) {
    .col_id_my_orders {
        margin-top: 10px;
    }
}
.p_filter_my_orders {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: 12px;
}
@media (max-width: 767px) {
    .p_filter_my_orders {
        border-bottom: 1px dotted #ccc;
        cursor: none;
    }
}
.p_heading_my_orders {
    margin-top: 3px;
    font-weight: 500;
}
.p_paid_my_orders {
    background: #28a745;
    color: #fff;
    font-weight: normal;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}
.p_partially_paid_my_orders {
    background: #17a2b8;
    color: #fff;
    font-weight: normal;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}
.p_no_paid_my_orders {
    background: #dc3545;
    color: #fff;
    font-weight: normal;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}
.btn_sm_md_my_orders {
    margin-top: 7px;
}
.id_xs_my_orders {
    border-bottom: transparent;
}
@media (max-width: 767px) {
    .id_xs_my_orders {
        border-bottom: 1px solid #ccc;
    }
}
.p_modal_my_orders_heading {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-style: italic;
}
.p_modal_my_orders_main {
    font-size: 16px;
    font-weight: 500;
}
.date_and_total_xs_my_orders {
    border-bottom: transparent;
}
@media (max-width: 767px) {
    .date_and_total_xs_my_orders {
        border-bottom: 1px solid #ccc;
    }
}
.btn_xs_my_orders {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .btn_xs_my_orders {
        padding-bottom: 5px;
    }
}
.btn_xs_in_orders_my_orders {
    margin-top: 0;
}
@media (max-width: 768px) {
    .btn_xs_in_orders_my_orders {
        margin-top: 10px;
    }
}
.p_xs_office_my_orders {
    white-space: normal;
}
@media (min-width: 768px) {
    .p_xs_office_my_orders {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.p_no_orders_my_orders {
    font-size: 22px;
    font-weight: 500;
}
.horizon_center_my_order {
    display: block;
}
@media (min-width: 768px) {
    .horizon_center_my_order {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.car_custom_border {
    border-right: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
    .car_custom_border {
        border-left: none;
    }
}
.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:hover {
    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_input:focus {
    transform: translateY(-.10rem);
    box-shadow: 0.4rem 0.4rem 0.4rem rgb(0 0 0 / 10%);
}

.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:hover {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 300px;
    border: 1px solid #e8e8e8;
    border-radius: 5px !important;
    transition: all 0.3s;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 10%);
}
.car_custom_textarea:focus {
    border: 1px solid #e8e8e8 !important;
    border-radius: 5px;
    transition: all 0.3s;
    box-shadow: 0.4rem 0.4rem 0.4rem rgb(0 0 0 / 10%);
}

.car_custom_row {
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: end;
}
@media (min-width: 1400px) {
    .car_custom_row {
        align-items: start;
    }
}
.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;
}
@media (max-width: 767px) {
    .car_custom_title, .car_custom_content {
        font-size: 16px;
    }
}

.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);
}
.svg_vin_zapros {
    margin-bottom: -6px;
    margin-top: 5px;
}
.img_vin_zapros {
    margin: 0 auto 20px auto;
    max-height: 475px;
    border-radius: 20px;
}
.p_vin_zapros {
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 30px 10px 30px;
}
.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_block_up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.car_block_up_h4 {
    font-weight: 400;
    color: #555;
    margin: 0;
}
.car_block_p {
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 5px 0;
}
.car_block_svg {
    margin-bottom: -4px;
}
.car_left_block {
    margin: 0;
}
.car_block_dop {
    margin: 15px 0 0 0;
}
@media (max-width: 767px) {
    .car_block_up {
        display: block;
    }
    .car_block_up_h4 {
        margin-top: 20px;
        font-size: 14px;
    }
    .btn_edit_car {
        display: block;
    }
    .car_block_p {
        margin-top: 30px;
    }

}
.my {
    background: #fff;
    padding: 0 15px;
    margin: 0 0 20px 0;
    border-radius: 0 0 5px 5px;
    border: 1px solid #e5e5e5;
    -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%);
}
.my .my_row_head {
    display: flex;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    background: #f5f5f5;
}
.my .my_p_head {
    font-size: 12px;
    font-weight: 500;
}
.my .my_row {
    display: flex;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
}
.my .my_p_brend_and_article {
    line-height: 16px;
    font-weight: 600;
}
.my .my_a_article {
    font-style: italic;
    font-weight: 500;
}
.my .my_p_name {
    line-height: 14px;
    font-weight: 400;
    font-size: 12px;
}
.my .my_p_positions {
    font-size: 12px;
    font-weight: 500;
}
.my .my_p_status {
    padding: 3px 5px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
    font-size: 12px;
    line-height: 16px;
}
@media (max-width: 767px) {
    .my .my_row {
        display: block ;
    }
    .my .my_div_col_one {
        margin: 5px 0 0 0;
    }
    .my .my_div_col_two {
        padding: 0;
        margin: 5px 0 0 0;
    }
    .my .my_div_col_three {
        margin: 5px 0 0 0;
    }
    .my .my_div_col_four {
        padding: 0 15px 0 0;
        margin: 5px 0 0 0;
    }
    .my .my_p_head_positions {
        font-size: 12px;
        line-height: 16px;
    }
    .my .my_p_positions {
        border-top: 1px dashed #ddd;
        line-height: 16px;
        padding: 1px 0 0 0;
    }
    .my .my_p_status {
        margin: 10px 0 0 0;
    }
}

.table_my_orders {
    margin: 0 0 30px 0;
    font-size: 12px;
    border-top: none !important;
    border: 1px solid #e8e8e8;
    -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%);
}
@media (max-width: 767px) {
    .table_my_orders {
        font-size: 10px;
    }
}
.div_panel_my_orders {
    margin: 0;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}
@media (max-width: 767px) {
    .div_panel_my_orders {
        padding: 15px 15px 5px 15px;
    }
}

.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: 5px;
    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);
}
@media (min-width: 1200px) {
    .orders_filter_content {
        padding-top: 0 !important;
        margin-top: 0;
        max-height: 100%;
        opacity: 1;
    }
}

.p_about_order_my_order {
    color: #6c757d;
}
.span_about_order_my_order {
    color: #6c757d;
}
.id_my_order {
    font-size: 30px;
    font-weight: 500;
}
.id_my_order_cancel {
    padding: 5px 10px;
    border-radius: 5px;
    border-color: #ff0000;
    color: #ff0000;
}
.id_my_order_btn_auto,
.id_my_order_btn_auto:focus {
    color: #fff !important;
    background: #ffcc00;
    border-color: #ffcc00;
    border-radius: 3px;
    padding: 2px 10px !important;
    transition: all 0.3s;
}
.id_my_order_btn_auto:hover {
    color: #FFFFFF;
    background: #ffcc00;
    border-color: #ffcc00;
    padding: 6px 12px;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-0.15rem);
}
@media (max-width: 767px) {
    .id_my_order {
        border-bottom: 1px solid #ccc;
        margin-bottom: 3px;
        padding-bottom: 3px;
    }
}
.p_date_status_my_order {
    border-bottom: 1px solid #ccc;
    font-style: italic;
}
.h4_my_order {
    margin-top: 0;
    font-weight: 400;
    color: #555;
    margin-bottom: 7px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e5e5e5;
}
.horizon_center_my_order_order_print {
    display: block;
}
@media (min-width: 992px) {
    .horizon_center_my_order_order_print {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.div_my_order_print {
    border-left: 1px solid #cccccc;
}
@media (max-width: 991px) {
    .div_my_order_print {
        border-left: none;
    }
}
@media (max-width: 768px) {
    .div_my_order_print {
        margin-top: 10px;
    }
}
.padding_my_order_positions {
    padding-top: 0;
}
.btn_my_order_print,
.btn_my_order_print:focus {
    margin: 5px 5px 5px 0;
    font-size: 12px;
    padding: 3px 6px;
}
.btn_my_order_print:hover {
    margin: 5px 5px 5px 0;
    font-size: 12px;
    padding: 3px 6px;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.5rem);
    -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;
}
.svg_my_order_print {
    margin-top: 3px;
    margin-bottom: -3px;
}
.horizon_center_my_order_positions {
    display: block;
}
@media (min-width: 768px) {
    .horizon_center_my_order_positions {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.row_my_order_positions_heading {
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 2px 0;
}
.p_my_order_positions_heading {
    font-size: 12px;
}
.my_order_positions_bb {
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}
.p_my_order_positions_main {
    font-size: 12px;
    line-height: 1.5em;
}
.p_my_order_positions_main_name {
    text-align: left;
}
@media (max-width: 767px) {
    .p_my_order_positions_main_name {
        text-align: right;
    }
}
.p_my_order_positions_status {
    font-weight: normal;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}
.p_my_order_heading_id_positions {
    font-size: 12px;
    font-weight: 500;
    color: #6c757d;
    line-height: 14px;
    padding: 7px 0 0 0;
}
.hr_my_order_positions_xs {
    margin: 5px 30px;
}
.span_my_order_xs {
    border-bottom: 1px dotted #ccc;
}
.row_my_order_total_positions {
    margin-top: 10px;
}
.p_my_order_all_positions {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.p_my_order_total_positions {
    font-weight: bold;
    font-size: 25px;
}
.panel_my_order_balans {
    padding-top: 0;
}
.row_my_order_balans {
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 2px 0;
    margin-bottom: 10px;
}
.row_my_order_balans_info {
    display: block;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .row_my_order_balans_info {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}
.my_order_balans {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.input_my_order_balans_check {
    width: 12px !important;
    height: 12px !important;
}
.div_my_order_balans_check {
    margin-top: 5px;
}
.cursor_my_order_balans_check{
    cursor: pointer;
}
.span_my_order_balans_heading {
    border-bottom: 1px solid #e5e5e5;
    padding-right: 35px;
    font-size: 18px;
}
.form_my_order_balans {
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.input_my_order_add_balans,
.input_my_order_add_balans:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%) !important;
    border: 1px solid #ccc !important;
}
.input_my_order_add_balans:focus {
    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;
}
.div_my_order_add_balans {
    text-align: left;
}
@media (max-width: 767px) {
    .div_my_order_add_balans {
        text-align: right;
    }
}
.btn_my_order_add_balans {
    margin: 0;
}
@media (max-width: 767px) {
    .btn_my_order_add_balans {
        margin: 10px 0;
    }
}
.status_my_order_button {
    margin-top: 0;
}
@media (max-width: 767px) {
    .status_my_order_button {
        margin-top: 15px;
    }
}
.textarea_my_order_message,
.textarea_my_order_message:hover {
    width: 100% !important;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%) !important;
    border: 1px solid #ccc !important;
}
.textarea_my_order_message:focus {
    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;
}
.add_text_my_order_message {
    margin-top: 15px;
    font-style: italic;
    font-size: 12px;
}
.panel_body_orders_items {
    padding: 15px 0;
}
.p_order_items_up {
    font-size: 11px;
    font-style: italic;
}
.p_order_items_down {
    font-size: 13px;
}
.p_order_items_down_name {
    line-height: normal;
}
.p_paid_orders_items_up {
    font-size: 11px;
    border-bottom: 1px solid #e5e5e5;
}
.p_paid_orders_items_down {
    font-size: 11px;
    line-height: normal;
}
.div_status_orders_items {
    font-weight: normal;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}
.div_btn_orders_items_a {
    padding: 0;
}
.horizon_center_my_orders_items_lg {
    display: block;
}
@media (min-width: 768px) {
    .horizon_center_my_orders_items_lg {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.hr_my_orders_items_md {
    margin: 5px 0 10px 0;
}
.panel_body_orders_items_md {
    padding: 5px 10px 10px 10px;
}
.p_bb_orders_items {
    border-bottom: 1px solid #e5e5e5;
}
.div_name_positions_my_orders_items_xs {

    margin: 0;
}
@media (max-width: 768px) {
    .div_name_positions_my_orders_items_xs {
        padding: 5px 0px;
        margin: 5px 0 10px 0;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
}
.span_id_my_orders_items {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 992px) {
    .span_id_my_orders_items {
        margin-top: 15px;
    }
}
.div_id_my_orders_items {
    margin-top: 0;
}
@media (max-width: 768px) {
    .div_id_my_orders_items {
        margin-top: 12px;
    }
}
.p_my_order_not_authorized_heading {
    line-height: 18px;
}
.panel_my_balance {
    padding-top: 0;
}
.row_my_balance {
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 2px 0;
}
.row_background_my_balance {
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0;
}
.span_text_my_balance {
    font-size: 13px;
}
.h4_my_balance {
    margin: 20px 0 0 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
}

.garage {

}
.garage .garage_add_auto {
    margin: 10px 10px 0 0;
}
.garage .garage_notepad {
    margin: 10px 10px 0 0;
}
.garage .garage_form_search {
    margin: 12px 0 0 0;
    -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
    border-radius: 2px;
}
.garage .garage_edit_auto {
    margin: 0 10px 0 0;
}
.garage .garage_delete_auto,
.garage .garage_delete_auto:focus {
    color: #FFFFFF;
    background: #dc3545;
    border-color: #dc3545;
    padding: 6px 12px;
    transition: all 0.3s;
}
.garage .garage_delete_auto:hover {
    color: #FFFFFF;
    background: #dc3545;
    border-color: #dc3545;
    transform: translateY(-.15rem);
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
}
.garage .garage_other {
    margin: 0 10px 0 0;
}

.textarea_car_edit:focus {
    border-color: #ccc !important;
}
.btn_edit_car {
    margin: 0 10px 0 0;
}
@media (max-width: 767px) {
    .btn_edit_car {
        margin: 0 10px 10px 0;
    }
}
.btn_and_comment_notepad_add {
    margin-top: 10px;
}
.a_desktop {
    color: #555;
}
.a_desktop:hover {
    color: #555;
    transform: translateY(-0.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;
}
.div_news_shadow,
.div_news_shadow:focus {
    border-radius: 5px;
    -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%);
}
.div_news_shadow:hover {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-0.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;
}
.btn_bottom_panel,
.btn_bottom_panel:focus {
    color: #FFFFFF !important;
    background-color: #ffcc00 !important;
    border-color: #ffcc00 !important;
    margin-top: 6px;
    margin-bottom: 8px;
    margin-right: 5px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    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;
}
.btn_bottom_panel:hover {
    color: #FFFFFF !important;
    background-color: #ffcc00 !important;
    border-color: #ffcc00 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    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;
}
.a_part_search_page_mobile {
    font-size: 14px;
}
@media (max-width: 767px) {
    .a_part_search_page_mobile {
        font-size: 10px;
    }
}
.container_product {
    max-width: 1140px;
    width: 100%;
}
.row_price_product {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.span_in_stock_product_one {
    font-size: 12px;
}
.span_in_stock_product_two {
    font-weight: bold;
}
.col_mt_price_product {
    margin-top: 25px;
}
.h2_price_product {
    margin: 0;
    font-weight: 500;
    color: #5a5a5a;
    font-size: 40px;
}
@media (max-width: 767px) {
    .h2_price_product {
        font-size: 20px;
        margin-top: 11px;
    }
}
.btn_up_product {
    margin-top: 8px;
}
@media (max-width: 767px) {
    .btn_up_product {
        margin-top: 5px;
    }
}
.h4_point_of_issue_product {
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.border_tabs_product {
    border: 1px solid #e4e4e4 !important;
    padding-left: 15px !important;
    padding-bottom: 15px !important;
    -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%);
}
.row_tabs_product {
    padding: 0 15px;
}
.col_bb_tabs_product {
    border-bottom: 1px solid #e5e5e5;
}
.make_evaluation_reviews {
    margin: 10px 0;
}
.h4_desktop_footer {
    margin: 15px 0 5px 0;
    font-weight: 400;
    color: #fff;
    border-bottom: 2px solid #ffcc00;
}
.input_exet_zapros_and_review,
.input_exet_zapros_and_review:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%) !important;
}
.input_exet_zapros_and_review:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%) !important;
    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;
    border: 1px solid #ccc !important;
}
.label_vin_zapros {
    margin-top: 10px;
    margin-bottom: 0;
}
.col_captcha_vin_zapros {
    margin-top: 20px;
}
.col_vin_zapros_mt {
    margin-top: 28px;
    margin-bottom: 15px;
}
.vin_mobile_box {
    margin-top: 30px;
}
.col_vin_mobile_box {
    padding: 7px 40px;
}
.textarea_vin_mobile_box {
    border-color: #ccc !important;
    max-width: 100%;
}
.p_vin_mobile_box {
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}
.col_p_vin_mobile_box {
    padding: 0;
}
@media (max-width: 992px) {
    .col_p_vin_mobile_box {
        padding: 0 10px;
    }
}
.p_heading_vin_mobile_box {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    color: #555555;
    padding-bottom: 3px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 17px;
}
.horizon_center_vin_mobile_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
    .horizon_center_vin_mobile_box {
        display: block;
    }
}
.panel_vin_mobile_box {
    margin-bottom: 0;
}
.p_vin_zapros_vin {
    margin-top: 3px;
    margin-left: 3px;
}
.cat_title_img_2 {
    margin-top: 30px !important;
}


@media (max-width: 767px) {
    .garage .garage_add_auto {
        display: block;
        width: 100%;
    }
    .garage .garage_notepad {
        display: block;
        width: 100%;
    }
}


#cookie_note{
    z-index: 99999999999;
    display: none;
    position: fixed;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1000px;
    /* 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 #ffcc00;
    border-radius: 5px;
    transition: all 0.5s;
    color: #ffcc00;
}
.cookie_accept:hover {
    background: #ffcc00;
    border: 1px solid #ffcc00;
    color: #fff;
}
@media (max-width: 767px){
    #cookie_note.show{
        max-width: 300px;
    }
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}
@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
        max-width: 300px;
    }
}

/*Оформление страниц проценки*/
.result {
    padding: 45px 0 80px;
}
.result__title {
    margin: 0 0 35px;
    color: #222222;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

.result__title span {
    font-weight: 400;
}
.result__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.result__left {
    width: 250px;
}
.result_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    padding: 10px 0;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    align-items: center;
}
.result_item__left {
    width: 15%;
    padding-left: 5px;
    padding-right: 5px;
}
.result_item__center {
    width: 25%;
    padding-right: 10px;
}
.result_item__right {
    width: 60%;
    display: flex;
    background: #f2f2f4;
    justify-content: end;
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 0;
}
@media (max-width: 1099px) {
    .result_item {
        padding: 2px 0;
    }
    .result_item__left {
        width: 20%;
        margin-bottom: 5px;
    }
    .result_item__center {
        width: 60%;
        margin-bottom: 5px;
    }
    .result_item__right {
        width: 100%;
    }
    .hide_row .result_item .result_item__left {
        display: none;
    }
    .hide_row .result_item .result_item__center {
        display: none;
    }
    .result_item__left_span {
        line-height: 1.4em;
        right: 25px;
        margin-top: -35px !important;
    }
}
@media (max-width: 499px) {
    .result_header {
        display: block !important;
    }
    .result_header_right {
        width: 100% !important;
    }
    .result_header_right_info {
        display: none !important;
    }
    .result_header_right_time_to_exe {
        width: 100% !important;
    }
    .result_header_right_exist {
        width: 80% !important;
    }
    .result_header_right_price {
        width: 130% !important;
        text-align: center !important;
    }
    .result_item__left {
        width: 35%;
        padding-left: 3px;
    }
    .result_item__left_span {
        position: initial !important;
        margin: 0 !important;
    }
    .result_item__center {
        width: 65%;
        margin-bottom: 5px;
        padding-left: 5px;
    }
    .result_item__right {
        display: inline-block !important;
    }
    .result_item__right_img {
        display: inline-block !important;
        width: 20% !important;
        text-align: center;
    }
    .result_item__right_block_img {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
    }
    .result_item__right_block_img__item {
        display: inline-block;
        line-height: 0;
        /*border: 1px solid rgb(221, 221, 221);*/
        padding: 2px;
        border-radius: 3px;
        cursor: pointer;
        margin: 5px 0 0 5px;
    }
    .result_item__right_info {
        width: 80% !important;
        display: inline-flex !important;
        justify-content: end !important;
    }
    .result_item__right_exist {
        width: 7% !important;
    }
    .result_item__right_time {
        display: inline-block !important;
        width: 27% !important;
        text-align: right !important;
    }
    .result_item__right_quantity {
        display: inline-block !important;
        width: 20% !important;
        text-align: right !important;
    }
    .result_item__right_price {
        display: inline-block !important;
        width: 30% !important;
        font-size: 12px !important;
        text-align: right !important;
    }
    .result_item__right_cart {
        display: inline-block !important;
        width: 16% !important;
        text-align: center;
        padding: 0 0 5px 0;
    }
    .result_item__right_info_a {
        margin: 0 10px 0 0;
        /*display: block !important;*/
    }
    .result_item_block_icons_mob {
        display: flex;
        align-items: center;
        border-bottom: 1px dotted #555;
        padding-bottom: 10px;
    }
    .result_svg {
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .result_item__right_cart_svg {
        width: 35px;
        height: 35px;
        margin-bottom: 5px;
    }
}
.result_item__left_span {
    margin-top: 5px;
    display: block;
    position: absolute;
    background: #ffcc00;
    color: #333;
    border: 1px solid #ffcc0073;
    border-radius: 5px;
    padding: 3px 7px;
    font-size: 10px;
    font-weight: 500;
    transition: all 0.5s;
    cursor: pointer;
}
.result_item__right_img {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.result_item__right_block_img {
    display: flex;
    width: 30%;
}
.result_item__right_block_img__item {
    margin: 0;
}
.result_item__right_exist {
    width: 7%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.result_item__right_info {
    width: 70%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0 5px 0;
}
.result_item__right_quantity {
    width: 10%;
    color: #f00;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: right;
}
.result_item__right_time {
    width: 19%;
    color: #006fcf;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result_item__right_price {
    width: 20%;
    font-weight: 500;
    font-size: 14px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
}
.result_item__right_cart {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.result_item__right_color {
    width: 1%;
    height: 45px;
    display: flex;
    justify-content: right;
    margin-left: 10px;
    border-radius: 4px 0 0 4px;
}
.result_item__right_info_p {
    font-size: 10px;
}
.result_item__right_info_span {
    color: #f00;
    font-size: 12px;
    font-weight: 600;
}
.result_item__right_info_a {
    line-height: 12px;
    font-size: 12px;
    border: 1px solid #006dd9;
    border-radius: 15px;
    display: inline-block;
    padding: 2px 7px 3px 5px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}
.result_item__right_info_a:after {
    content: "";
    display: block;
    width: 20px;
    height: 200px;
    margin-left: 50px;
    background: #fff;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.5) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.5) 100%
    );
    left: -40px;
    top: -100px;
    z-index: 1;
    transform: rotate(45deg);
    position: absolute;
    animation: movingFlare 3s ease-in-out 0.05s infinite;
}
@keyframes movingFlare {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}
.result_item__right_time_span {
    font-size: 13px;
    font-weight: 400;
    color: #555;
    margin-left: 2px;
}
.result_item__right_quantity_span {
    font-size: 13px;
    font-weight: 400;
    color: #555;
    margin-left: 2px;
}
.result_item__right_price_span_left {
    margin-right: 2px;
}
.result_item__right_price_span_right {
    margin-left: 2px;
}
.result_item__right_cart_minus {
    width: 12px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    padding: 2px 4px;
}
.result_item__right_cart_plus {
    width: 8px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    padding: 2px 4px;
}
.result_item__right_cart_btn {
    padding: 0;
}
.result_item__right_cart_svg {
    width: 30px;
    height: 30px;
}
.result_svg {
    width: 25px;
    height: 25px;
    margin-left: 2px;
    margin-right: 2px;
    transition: all 0.3s;

}
.result_svg:hover {
    transform: scale(1.1);
}
.result_brand_span {
    font-size: 14px;
    font-weight: 500;
    color: #ff0000;
    text-decoration: underline;
    text-decoration-style: dashed;
}
.result_block {
    margin-bottom: 15px;
    padding: 25px 0 20px;
    border-bottom: 2px solid #f1f4fb;
}
.result_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 9px 0 9px 0;
    background-color: #f1f4fb;
    margin-bottom: 15px;
}
.result_header_left {
    width: 40%;
}
.result_header_right {
    width: 60%;
    display: flex;
    justify-content: end;
}
.result_header_right_info {
    width: 21%;
    text-align: center;
    line-height: 26px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    border-left: 1px solid #dfe1e6;
}
.result_header_right_time_to_exe {
    width: 23%;
    text-align: center;
    line-height: 26px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    border-left: 1px solid #dfe1e6;
}
.result_header_right_exist {
    width: 19%;
    text-align: center;
    line-height: 26px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    border-left: 1px solid #dfe1e6;
}
.result_header_right_price {
    width: 16%;
    text-align: right;
    line-height: 26px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    border-left: 1px solid #dfe1e6;
}
.result_header_right_cart {
    width: 11%;
}
.result_h3 {
    margin: 0 0 20px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
}
.result_block_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.result_block_btn_a, .result_block_btn_a:focus {
    margin-top: 15px !important;
    background: none !important;
    color: #006dd9 !important;
    border-color: #006dd9 !important;
    border-radius: 10px !important;
    padding: 10px 50px !important;
    transition: all 0.5s !important;
}
.result_block_btn_a:hover {
    background: #006dd9 !important;
    border-color: #006dd9 !important;
    color: #fff !important;
}
.result_block_brand {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    line-height: 16px;
    padding-bottom: 2px;
    font-size: 12px;
}
.result_block_article {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    line-height: 16px;
    padding-bottom: 2px;
    font-size: 12px;
}
.result_block_left {
    float: left;
}
.result_block_right {
    float: right;
    color: #f00;
}
.result_block_name {
    line-height: 20px;
    text-align: left;
    padding-bottom: 5px;
}
.result_block_name_up {
    display: inline-block;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
}
.result_block_name_down {
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 31px;
}
.result_block_time_to_exet_up {
    font-size: 12px;
    padding-top: 15px;
}
.result_block_time_to_exet_down {
    font-size: 45px;
    padding-top: 20px;
}
.result_block_col_left {
    padding-top: 5px;
    border-right: 1px solid #dee2e6;
}
.result_block_col_right {
    padding: 0;
    text-align: center;
}
.result_block_hr {
    margin: 0 0 5px 0;
}
.result_block_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.result_block_row_p_up {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 2px;
}
.result_block_row_p_dowm {
    margin-top: 5px;
}
.result_block_exist_a_minus {
    display: inline-block;
    background: #f5f5f5;
    font-weight: bold;
    width: 30px;
    height: 25px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    border-radius: 3px 0 0 3px;
    border: 1px solid #999;
    border-right: 0;
}
.result_block_exist_a_center {
    width: 40px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #999;
    border-radius: unset;
    box-shadow: none;
}
.result_block_exist_a_plus {
    display: inline-block;
    background: #f5f5f5;
    font-weight: bold;
    width: 30px;
    height: 25px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    border-radius: 0px 3px 3px 0px;
    border: 1px solid #999;
    border-left: 0;
}
.result_block_price_p {
    float: right;
    font-size: 12px;
    color: #f00;
}
.result_block_price_h1 {
    display: flex;
    width: 100%;
    justify-content: right;
    font-weight: 500;
    color: #555;
    font-size: 30px;
    margin: 0;
}
.hide_row .result_item .result_item__left > span {
    display: none;
}
/**/

.nbs-flexisel-container {
    max-width: 1440px !important;
    margin: 0 auto;
}

.nbs-flexisel-item img {
    border-radius: 0 0 10px 10px;
    max-height: 400px;
}
@media (max-width: 767px) {
    .nbs-flexisel-item img {
        border-radius: 0;
    }
}

.cart_bonus_block {
    line-height: 1em;
    margin: 2px 0 0 0;
}
.cart_bonus_span {
    border: 1px solid #edbf04;
    background: #ffcc00;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 5px;
    color: #555;
    font-weight: 700;
    font-size: 12px;
    cursor: help;
    -webkit-box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 20%);
    box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 20%);
}
.cart_bonus_svg {
    margin: 0 0 -4px 4px;
}
.result_bonus_block {
    line-height: 1em;
    display: flex;
    width: 100%;
    justify-content: right;
    margin: 2px 0 0 0;
}
.result_bonus_span {
    border: 1px solid #edbf04;
    background: #ffcc00;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 5px;
    color: #555;
    font-weight: 700;
    font-size: 12px;
    cursor: help;
    -webkit-box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 20%);
    box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 20%);
}
.result_bonus_svg {
    margin: 0 0 -4px 4px;
}


.catalog_exet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 185px;
    padding: 0 0 0 15px;
    margin: 0 0 25px 0;
    border-radius: 5px;
    background: #efefef;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 4px 4px 8px 0 #223c5033;
    -moz-box-shadow: 4px 4px 8px 0 #223c5033;
    box-shadow: 4px 4px 8px 0 #223c5033;
}
.catalog_exet > .catalog_exet_left {
    width: 60%;
}
.catalog_exet > .catalog_exet_left > .catalog_exet_up {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    margin: 0;
}
.catalog_exet > .catalog_exet_left > .catalog_exet_down {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #555;
}
.catalog_exet > .catalog_exet_left > .catalog_exet_span{
    display: block;
    margin: 2px 0 20px 0;
    padding-top: 5px;
    line-height: 18px;
    border-top: 1px dotted #bbbbbb;
    color: #333;
    font-size: 14px;
}
.catalog_exet > .catalog_exet_left > .catalog_exet_a,
.catalog_exet > .catalog_exet_left > .catalog_exet_a:focus,
.catalog_exet > .catalog_exet_left > .catalog_exet_a:hover {
    background: #ffcc00;
    border: 1px solid #ffcc00;
    border-radius: 5px;
    color: #333;
    padding: 10px;
    transition: all 0.3s;
    -webkit-box-shadow: 4px 4px 8px 0 #223c5033;
    -moz-box-shadow: 4px 4px 8px 0 #223c5033;
    box-shadow: 4px 4px 8px 0 #223c5033;
}
.catalog_exet > .catalog_exet_right {
    width: 40%;
}
.catalog_exet > .catalog_exet_right > .catalog_exet_right_img {
    max-width: 140px;
    max-height: 140px;
    margin: 0 auto;
}
@media (max-width: 991px) and (min-width: 768px){
    .catalog_exet > .catalog_exet_left {
        width: 65%;
    }
    .catalog_exet > .catalog_exet_right {
        width: 35%;
    }
    .catalog_exet > .catalog_exet_left > .catalog_exet_down {
        font-size: 14px;
    }
    .catalog_exet > .catalog_exet_left > .catalog_exet_span {
        font-size: 12px;
    }
    .catalog_exet > .catalog_exet_right > .catalog_exet_right_img {
        max-width: 100px;
        max-height: 100px;
    }
}
@media (max-width: 767px) {
    .catalog_exet {
        display: block;
        padding: 10px 0;
        text-align: center;
    }
    .catalog_exet > .catalog_exet_left {
        width: 100%;
    }
    .catalog_exet > .catalog_exet_right {
        width: 100%;
    }
    .catalog_exet > .catalog_exet_left > .catalog_exet_a,
    .catalog_exet > .catalog_exet_left > .catalog_exet_a:focus,
    .catalog_exet > .catalog_exet_left > .catalog_exet_a:hover {
        font-size: 12px;
        padding: 5px 8px;
        margin: 0 0 7px 0;
    }
    .catalog_exet > .catalog_exet_left > .catalog_exet_up {
        font-size: 12px;
        line-height: 12px;
        font-weight: 700;
    }
    .catalog_exet > .catalog_exet_left > .catalog_exet_down {
        font-size: 10px;
        line-height: 16px;
        margin: 0 0 5px 0;
    }
    .catalog_exet > .catalog_exet_left > .catalog_exet_span {
        display: none;
    }
    .catalog_exet > .catalog_exet_right > .catalog_exet_right_img {
        max-width: 100px;
        max-height: 100px;
    }
}