.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: none;*/
    background: #2a2d32;
}
header .schearch-line {
    background: #2a2d32;
}
.top_head .top_menu .navbar-nav > li > a,
.top_head .top_menu .navbar-nav > li > a:focus {
    color: #dedede;
    transition: all 0.3s;
    padding: 5px !important;
    font-size: 13px;
}
.top_head .top_menu .navbar-nav > li > a:hover {
    color: #ffd600;
    background: none;
}
@media (max-width: 991px) {
    .top_head .top_menu .navbar-nav > li > a {
        padding: 15px 5px;
    }
}
.top_head .navbar-nav > .dropdown > a:before {
    margin-left: 7px;
    color: #fff !important;
    right: 4px !important;
    position: relative;
    float: right;
}
@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: #31bdff;
    color: #fff;
}
.top_head .nav_login {
    float: right !important;
}
.top_head .a_balans,
.top_head .a_balans:focus {
    color: #dedede !important;
    background: none !important;
    transition: all 0.3s;
    display: inline-block;
    padding: 4px !important;
}
.top_head .a_balans_svg {
    margin-bottom: -3px;
    margin-right: 2px;
}
.top_head .a_balans:hover {
    color: #ffd600 !important;
    cursor: pointer;
}
.top_head .a_login,
.top_head .a_login:focus {
    padding: 5px !important;
    color: #1e1e1e !important;
    background: none !important;
    transition: all 0.3s;
}
.top_head .a_login:hover {
    background: #1e1e1e !important;
    color: #fff !important;
    cursor: pointer;
}
.top_head .li_slash {
    color: #fff;
}

.head_info {
    /*border-bottom: 1px solid #1b7cb7;*/
    background: #1e1e1e;
}
.head_info .a_head_info,
.head_info .a_head_info:focus {
    /*margin-left: 10px;*/
    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: #31bdff;
}
@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: #31bdff;
}
.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: 18px;
    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: none;
    /*background: #2A2D32;*/
    padding: 5px 0 5px 0;
}
@media (max-width: 767px) {
    .down_head {
        padding: 0;
    }
}
.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: none;
    border-radius: 30px !important;
    box-shadow: none;
    font-size: 16px;
    height: 44px;
    padding: 2px 0 2px 22px;
    position: relative;
    width: 100%;
}

.down_head .button_clean,
.down_head .button_clean:focus {
    position: absolute;
    left: 20px;
    border: none;
    background: none;
    height: 56px;
    line-height: 20px;
    color: #b1b1b1;
    transition: all 0.3s;
    padding: 10px 12px 10px 10px;
    z-index: 1;
    border-radius: 15px;
    border-right: 2px solid #ddd;
}
.down_head .button_clean:hover {
    color: #727272;
}
.down_head .button_clean_p {
    font-size: 10px;
}
.down_head .button_clean_svg {
    margin-top: 4px;
}
.down_head .button_search,
.down_head .button_search:hover,
.down_head .button_search:focus {
    background-color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 400;
    height: 44px;
    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: 12px;
}
.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: #555 !important;
    background: #fff;
}
.down_head .block_search .nav-tabs {
    padding-left: 42px;
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .down_head .block_search .nav-tabs {
        padding-left: 0;
        justify-content: center;
    }
}
.down_head .block_search .nav-tabs > li a {
    background: none;
    border: 1px solid #fff !important;
    border-radius: 10px;
    color: #ffff00 !important;
    padding: 5px 10px;
    margin-right: 0;
}
@media (min-width: 1200px) {
    .down_head .block_search .nav-tabs > li a {
        padding: 5px 25px;
        border: 2px solid #fff !important;
    }
}
.down_head .block_search .nav-tabs>li>a:hover {
    color: #555 !important;
}
.down_head .block_search .nav-tabs > li {
    border-radius: 10px;
    margin-right: 5px;
}
.down_head .block_search .nav-tabs li:hover {
    /*border: 1px solid;*/
}
.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 .menu_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.down_head .menu_box_item {
    padding: 0;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.down_head .menu_box_a,
.down_head .menu_box_a:focus {
    display: block;
    width: 100%;
    font-size: 19px;
    text-decoration: none;
    color: #555;
    /*background: #fff;*/
    /*border-bottom: 1px solid #e6eaef;*/
    /*border-right: 1px solid #e6eaef;*/
    white-space: nowrap;
    height: 50px;
    text-align: center;
}
.down_head .menu_box_a:hover {
    cursor: pointer;
}
.down_head .menu_box_a_svg {
    display: block;
    color: #dedede;
    margin: 0 auto -5px auto;;
}
.down_head .menu_box_a_span {
    font-size: 12px;
    color: #ffd600;
}
.down_head .menu_box_a:hover > .menu_box_a_svg {
    color: #ffd600;
}
.down_head .menu_box_header_cart_items_count {
    position: absolute;
    top: -5px;
    right: 20px;
    padding: 0 3px;
    line-height: 16px;
    border-radius: 2px;
    background-color: #ffffff;
    color: #343a40;
    font-weight: 400;
}
.down_head .menu_box_
.down_head .menu_box_
.down_head .menu_box_
.down_head .menu_box_
.down_head .menu_box_
.down_head .menu_box_



.down_head .btn_cart,
.down_head .btn_cart:focus,
.down_head .btn_cart:hover {
    background: #fff;
    border-color: #fff;
    padding: 0 10px 0 7px;
    border-radius: 10px;
    color: #1e1e1e;
}
.down_head .down_head_logo {
    display: flex;
    align-items: center;
}

.head_ucats {
    /*border-top: 1px solid #1b7cb7;*/
    /*background: #075BA3;*/
}
.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: 20px 10px;
    text-decoration: none;
    transition: all 0.3s;
}
.head_ucats a:hover {
    background: #31bdff;
    color: #fff;
}
.head_mob {
    background: #000;
    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: 145px;
    background: none;
    background: #2a2d32;
}
.down_mob .img_logo {
    height: auto!important;
    max-width: 230px;
    margin: 15px auto 20px auto;
}
@media (max-width: 767px) {
    .down_mob .img_logo {
        margin: 10px auto 10px auto;
    }
}
.down_mob .a_head_info,
.down_mob .a_head_info:focus {
    font-size: 12px;
    color: #dedede;
    transition: all 0.3s;
    font-weight: 400;
}
.down_mob .a_head_info:hover {
    color: #31bdff;
}
.down_mob .svg_head_info {
    margin-bottom: -3px;
}
.down_mob .col_head {
    margin: 10px 0 0 0;
    text-align: center;
    padding: 0 0 0 10px;
}
.down_mob .input_search,
.down_mob .input_search:focus,
.down_mob .input_search:hover {
    border: none;
    border-radius: 28px;
    box-shadow: none;
    font-size: 16px;
    height: 40px;
    padding: 2px 17px;
    position: relative;
    width: 100%;
}
.down_mob .button_search,
.down_mob .button_search:focus,
.down_mob .button_search:hover {
    background-color: #fff;
    border: 0;
    border-radius: 28px;
    cursor: pointer;
    color: #1b7cb7;
    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%;
}
.down_mob .block_search {
    position: relative;
}
.down_mob .block_search__input {
    position: relative;
}
.down_mob .block_search__button {
    position: absolute;
    right: 0;
    bottom: 0;
}
.down_mob .head_search {
    flex-grow: 1;
}

.footer_mob {}
.footer_mob .footer_mob_block {
    display: flex;
    align-items: center;
}
.footer_mob .footer_mob_a,
.footer_mob .footer_mob_a:focus,
.footer_mob .footer_mob_a:hover {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    line-height: 20px;
    padding: 5px;
}
.footer_mob .footer_mob_span {
    color: #ffd600;
    font-size: 12px;
}
.footer_mob .footer_mob_svg {
    color: #dedede;
    /*margin-bottom: -3px;*/
}
.footer_mob .footer_mob_
.footer_mob .footer_mob_
.footer_mob .footer_mob_
.footer_mob .footer_mob_
.footer_mob .footer_mob_
.footer_mob .footer_mob_
.footer_mob .footer_mob_
.footer_mob .footer_mob_
.footer_mob .footer_mob_
.footer_mob {}


@media (max-width: 767px) {
    .footer_mob #mark_popup_added_mobile_footer {
        /* top: -70px; */
        /* bottom: 0; */
        /* left: 28%; */
        line-height: 16px;
        position: absolute;
        bottom: 0;
        top: -70px;
        margin: 0 auto;
        width: 155px;
        height: 50px;
        z-index: 9999999999999;
        text-align: center;
        background: #ffd600;
        color: #333;
        left: 0;
        right: 0;
        padding: 8px 0 0 0;
    }
    .footer_mob #mark_popup_added_mobile_footer:before {
        content: '';
        position: absolute;
        left: 42%;
        right: auto;
        margin: 0 auto;
        bottom: -15px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top-style: solid;
        border-bottom-style: none;
        border-top-width: 15px;
        border-top-color: inherit;
        z-index: 999999;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        /*background: #243238;*/
    }
    .navbar-fixed-bottom {
        max-height: 55px;
        background: #2a2d32;
        border-top: 1px solid #ddd;
    }
    #header_cart_items_count_mobile_footer {
        position: absolute;
        top: 2px;
        left: 54%;
        padding: 2px 4px;
        border-radius: 3px;
        text-align: center;
        background: #fff;
        color: #343a40;
    }
}
@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 {
    padding: 40px 0 0 0;
}
@media (max-width: 767px) {
    .main_block {
        padding-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;
    font-weight: 500;
}
#footer-widgets a:hover {
    color: #ffd600 !important;
}
.footer-widget-title {
    color: #fff !important;
}
#footer-widgets .exet_divs > div {
    color: #cfcfcf !important;
}
.exet_project {
    color: #cfcfcf !important;
}
#footer-widgets .btn {
    color: #ffff00;
}
#footer-widgets .btn:hover {
    color: #ffff00 !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 #1e1e1e;
    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: #1e1e1e;
    border-radius: 10px;
    color: #ffff00;
    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: 60%;
    }
}
.p_phone_footer_up {
    font-size: 23px;
    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 {
    color: #ffd600;
    font-size: 22px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 5px;
}
.p_head_footer_down {
    color: #ffd600;
    font-size: 22px;
    font-weight: 500;
    margin-top: 25px;
    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 {
    position: relative;
    color: #ffd600;
    background: #2a2d32;
    padding: 0 0 15px 0 !important;
    border: none;
}
.p_exet_footer {
    color: #ffd600;
    margin-top: 5px !important;
    font-size: 14px;
    margin-bottom: 5px !important;
}
@media (max-width: 767px) {
    .p_exet_footer {
        margin-bottom: 20px !important;
    }
}
.animation_block {
    display: block;
    padding: 15px;
    border-radius: 10px;
    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:hover .animation_block_btn {
    background: #747474;
    border: 1px solid #747474;
    color: #fff;
}
.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: #545454;
    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: #1e1e1e;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
    color: #ffff00;
    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: 26px;
}
.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: #1e1e1e ;
    border-color: #1e1e1e ;
    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: #1e1e1e ;
    border-color: #075BA3;
    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: 95%;
    left: 20px;
    right: auto;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
    .search-simple-bar {
        left: 10px;
    }
}

.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 {
    padding: 0 30px 0 10px;
    margin: 10px 0;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    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;
}

#sb-site, .sb-site-container {
    min-height: 100% !important;
}

.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: #1e1e1e !important;
    border: 1px solid #1e1e1e !important;
}

.a_head_point_span_custom {
    color: #dedede;
    transition: all 0.3s;
    padding: 4px !important;
    display: inline-block;
    font-size: 13px;
    /*margin-left: 15px;*/
}
.svg_head_point_custom {
    margin-bottom: -3px;
    margin-top: 2px;
}
.a_head_garazh_custom,
.a_head_garazh_custom:focus {
    color: #1e1e1e;
    padding: 5px;
    display: inline-block;
    font-family: system-ui !important;
    transition: all 0.3s;
}
.a_head_garazh_custom:hover {
    background: #1e1e1e;
    color: #fff;
}
.td_head_custom {
    padding: 0 !important;
}
@media (min-width: 2000px) {
    .td_head_custom {
        min-width: 600px;
    }
}
.td_head_custom_balance {
    text-align: right;
    padding: 0 !important;
}
.td_head_custom_phone {
    color: #dedede;
    padding: 4px !important;
    text-align: right;
    font-size: 13px;
}
@media (max-width: 1199px) {
    .td_head_custom_phone {
        min-width: 120px;
    }
}
.td_head_custom_phone_a,
.td_head_custom_phone_a:focus {
    color: #d3d3d3;
}
.td_head_custom_phone_a:hover {
    color: #ffd600;
}
.td_head_one_custom {
    min-width: 190px;
}
.td_head_two_custom {
    min-width: 200px;
}
.a_head_info_custom,
.a_head_info_custom:focus {
    font-size: 22px;
    color: #ffff00;
    transition: all 0.3s;
    font-weight: 400;
    margin-top: 8px;
    /*position: absolute;*/
    /*right: 15px;*/
}
.a_head_info_custom:hover {
    color: #fff;
}
@media (max-width: 991px) {
    .a_head_info_custom_text {
        font-size: 12px !important;
    }
    .a_head_info_custom, .a_head_info_custom:focus {
        font-size: 16px;
    }
}
.a_head_info_custom_text {
    color: #ffff00;
    line-height: 16px;
    font-size: 16px;
}
.head_info_custom {
    position: absolute;
    right: 210px;
}
#footer-widgets .module_caption {
    border: none !important;
    color: #ffd600 !important;
    font-size: 22px;
    /* border-bottom: 2px solid #ffff00 !important; */
}
.p_head_mob_custom {
    color: #dedede;
    font-size: 12px;
}
@media (min-width: 768px) {
    .top_head .navbar-nav>li>a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}
.bottom-icon, .bottom-label {
    color: #ffff00;
}
.bottom-ul > li {
    width: 100%;
}
@media (max-width: 767px) {
    .bottom-ul > li {
        width: 50%;
    }
}
.btn-ar.btn-primary {
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: #ffff00;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    color: #1e1e1e;
}
@media (max-width: 767px) {
    #status {
        left: 45% !important;
    }
}

.phone_span {
    width: 75px;
    padding: 0;
    background: #0000000d;
    border: 1px solid #e5e5e5;
    border-radius: 10px 0 0 10px;
}
.email_span {
    width: 50px;
    padding: 0;
    background: #0000000d;
    border: 1px solid #e5e5e5;
    border-radius: 10px 0 0 10px;;
}
.phone_img {
    z-index: 9999;
    position: absolute;
    width: 40px;
    left: 8px;
    top: 6px;
}
.email_img {
    z-index: 9999;
    position: absolute;
    width: 40px;
    left: 5px;
    top: 3px;
    height: 33px;
}
.phone_span_text {
    position: absolute;
    top: 13px;
    left: 52px;
    color: #555;
}
.phone_span_all {
    width: 60px;
    padding: 0;
    background: #0000000d;
    border: 1px solid #ddd;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}
.email_span_all {
    width: 40px;
    padding: 0;
    background: #0000000d;
    border: 1px solid #ddd;
}
.phone_img_all {
    z-index: 9999;
    position: absolute;
    width: 30px;
    left: 5px;
    top: 6px;
}
.email_img_all {
    z-index: 9999;
    position: absolute;
    width: 28px;
    left: 6px;
    top: 3px;
}
.phone_span_text_all {
    position: absolute;
    top: 10px;
    left: 40px;
    color: #555;
}
.phone_img_all_not_register {
    z-index: 9999;
    position: absolute;
    width: 30px;
    left: 5px;
    top: 7px;
}
.phone_span_text_not_register {
    position: absolute;
    top: 10px;
    left: 40px;
    color: #555;
}
.login-input > input {
    padding: 0 5px 0 7px;
}
.input-group.login-input {
    width: -webkit-fill-available;
}

.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);
}

.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);
}
.svg_vin_zapros {
    margin-bottom: -6px;
    margin-top: 5px;
}
.img_vin_zapros {
    margin: 0 auto 20px auto;
    max-height: 300px;
    border-radius: 20px;
}
.p_vin_zapros {
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 30px 10px 30px;
}
.a_head_garazh_custom:hover .fa-home {
    transition: all 0.3s;
    color: #fff;
}
.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;
    }

}


.td_add_to_cart_mob a:focus .fa-shopping-cart {
    color: #28a745;
}

#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 #1e1e1e;
    border-radius: 5px;
    transition: all 0.5s;
    color: #1e1e1e;
}
.cookie_accept:hover {
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: #ffd600;
}
@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;
    }
}

.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;
    }
}

.block_fon {
    /*height: 100vh;*/
    /*background-image: url("/content/files/body_fon.png");*/
    /*background-image: url("https://enburg.ru/content/files/images/exet/bg_main.jpg");*/
    position: relative;
    width: 100%;
    min-height: 100%;
    background-color: #e6e6e6;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}


.pom {}
.pom .pom_modal_header {
    border: none;
    /*padding: 10px 10px 0 10px;*/
}
.pom .pom_modal_title {
    text-align: center;
    color: #ffd600;
}
.pom .pom_modal_body {
    padding: 0 10px 10px 10px;
}
.pom .pom_panel {
    border-radius: 20px;
}
.pom .pom_p {
    display: block;
    background: #1e1e1e;
    margin: 0 50px 15px 50px;
    padding: 5px 0;
    text-align: center;
    color: #ffd600;
    border-radius: 20px;
    font-size: 18px;
}
.pom .pom_modal_content {
    border-radius: 20px;
    /*border: 1px solid #ffd600;*/
    background: #888;
}


.my {
    background: #fff;
    padding: 0 15px;
    margin: 0 0 20px 0;
    border-radius: 0 0 15px 15px;
}
.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;
    }
}

#all_table_products {}
#all_table_products table {
    border-collapse: separate;
    border-spacing: 0;
}
#all_table_products th:first-child { border-top-left-radius: 10px; }
#all_table_products th:first-child {border-top-right-radius: 0;}
#all_table_products th:last-child { border-top-left-radius: 0; }
#all_table_products th:last-child {border-top-right-radius: 100px;}


#all_table_products .th_color {
    padding: 3px !important;
}
#all_table_products .hide_row .td_name > p {
    display: none;
}
.list_div .filter_search_input {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 0 0 5px;
}
.swiper {
    padding: 0 50px;
}
.swiper::before{
    content: "";
    display: block;
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    z-index: 9;
}
.swiper::after{
    content: "";
    display: block;
    background: #fff;
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    z-index: 9;
}


.flare_span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    font-size: 16px !important;
    color: #fff !important;
    background: #f93;
    cursor: pointer !important;
    position: relative;
    overflow: hidden;
    padding: 2px 5px 2px 5px;
}
.flare_span: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;
    }
}


.main_block {}
.main_block .main_block_vin {
    min-height: 425px;
    padding: 32px 25px 0;
    /* background: #EFEDED; */
    background: #fff url(/content/files/main_img/main_vin.png) right bottom no-repeat;
    border-radius: 10px;
    margin-bottom: 24px;
    position: relative;
    border: 1px solid #fff;
    /*-webkit-box-shadow: 0 0 5px 5px rgb(0 0 0 / 10%);*/
    /*box-shadow: 0 0 5px 5px rgb(0 0 0 / 10%);*/
}
.main_block .main_block_vin_title {
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 38px;
    position: relative;
    line-height: 1.25;
    padding-bottom: 10px;
}
.main_block .main_block_vin_block_input {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
    position: relative;
}
.main_block .main_block_vin_input {
    display: block;
    border: 1px solid #8b8b8b;
    background: #fff;
    padding: 3px 15px 3px 15px;
    width: 100%;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    border-radius: 30px !important;
    box-shadow: none;
    height: 44px;
}
.main_block .main_block_vin_btn,
.main_block .main_block_vin_btn:focus,
.main_block .main_block_vin_btn:hover {
    position: absolute;
    right: 1px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    color: #1e1e1e;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 60px;
    height: 42px;
    line-height: 10px;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
}
.main_block .main_block_vin_text {
    font-size: 14px;
    font-weight: 500;
    color: #A29F9F;
}
.main_block .main_block_vin_a,
.main_block .main_block_vin_a:focus {
    color: #A29F9F;
}
.main_block .main_block_vin_a:hover {
    text-decoration: underline;
}
.main_block .main_block_catalog_a,
.main_block .main_block_catalog_a:focus {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    margin-bottom: 22px;
    position: relative;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease;
    text-decoration: none !important;
    overflow: hidden;
    /*-webkit-box-shadow: 0 0 5px 5px rgb(0 0 0 / 10%);*/
    /*box-shadow: 0 0 5px 5px rgb(0 0 0 / 10%);*/
}
.main_block .main_block_catalog_a:hover {
    background-color: #fff !important;
    /*transform: translateY(-0.15rem);*/
    /*-webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 25%);*/
    /*box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 25%);*/
}
.main_block .main_block_catalog_a:hover .main_block_catalog_image {
    transform: scale(1.4);
}
.main_block .main_block_catalog_a:hover .main_block_catalog_text {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.main_block .main_block_catalog_image {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    transform: scale(1);
    transition: all 0.3s ease;
}
.main_block .main_block_catalog_ins {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 200px;
    width: 50%;
    padding: 0 0 0 20px;
}
.main_block .main_block_catalog_text {
    display: block;
    width: 100%;
    background: #fff;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    padding: 10px;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .main_block .main_block_vin {
        min-height: 380px;
    }
    .main_block .main_block_vin_title {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .main_block .main_block_vin_text {
        font-size: 10px;
    }
    .main_block .main_block_catalog_text {
        font-size: 16px;
    }
}

.modal-open .modal {
    /*background: #e6e6e6;*/
}
.img_processing_indicator {
    max-width: 70px;
}