body * {
    font-family: Inter;
}

.header_table .logo_cell svg {
    fill: var(--color-primary);
}

.header_table .logo_cell svg g path {
    fill: var(--color-primary);
}

.header_table .logo_cell svg g:last-child path {
    fill: #fff;
}

.index_slider_top .carousel-control.left i,
.index_slider_top .carousel-control.right i {
    display: none;
}

.index_slider_top .carousel-control.right,
.index_slider_top .carousel-control.left {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.702) no-repeat center;
    box-shadow: 0 3px 5.76px 0.24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgb(220, 220, 220);
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
}

.index_slider_top .carousel-control.left {
    left: 3px !important;
    background-image: url(img/prev.png) !important;
}

.index_slider_top .carousel-control.right {
    right: 3px !important;
    background-image: url(img/next.png) !important;
}

.wrap-slier {
    overflow: hidden;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 15px;
    box-shadow: 0px 4px 6.58px 0.42px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
}

.wrap-slier .index_slider_top {
    margin-bottom: 0;
}

body .main_menu_gorizontal {
    box-shadow: 0 5px 8.46px 0.54px rgba(0, 0, 0, 0.08);
    border: none !important;
    margin-bottom: 6px;
}

body .main_menu_gorizontal ul {
    border: none !important;
}

.priem ul {
    display: flex;
    padding: 0;
    margin: -10px 0 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.priem li {
    width: 22%;
    margin-top: 10px;
}

.priem li:last-child {
    width: calc(22% - 28px);
}

.priem ul>li>div strong,
.priem ul>li>div strong a {
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
}

.priem_text {
    font-family: Inter;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
}

.wrap-priem {
    margin: 0 0 20px;
}

.header_table .logo_cell .slogan {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
}

body .header_table .form_search {
    position: relative;
}

body .header_table .form_search .form-control {
    border: 1px solid rgb(220, 220, 220) !important;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 8.46px 0.54px rgba(0, 0, 0, 0.08) !important;
    float: none;
    height: 36px;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
}

body .input-group-btn {
    position: absolute !important;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: auto;
    z-index: 4;
}

body .header_table .form_search .btn {
    border: none !important;
}

body .input-group {
    display: block;
}

body .header_table .form_search .btn i {
    display: none;
}

body .header_table .form_search .btn {
    display: block;
    width: 49px;
    height: 36px;
    background: url(img/search.png) no-repeat center !important;
}

.header .header_table .regim_cell div {
    margin-top: 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
}

.header .header_table .regim_cell .header-address {
    color: rgb(20, 20, 20);
    margin-bottom: 5px;
    padding-left: 21px;
    position: relative;
}

.header .header_table .regim_cell .header-address:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 11px;
    height: 18px;
    background: url(img/address.png) no-repeat;
}

.header .header_table .regim_cell .header-time {
    color: rgb(90, 89, 89);
    padding-left: 21px;
}

.header .header_table .contacts_cell .tel {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.header .header_table .contacts_cell .tel > div {
    display: inline-block;
    padding-left: 26px;
    position: relative;
}

.header .header_table .contacts_cell .tel > div:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: -2px;
    background: url(img/phone.png) no-repeat;
}

.header .header_table .contacts_cell .call_back {
    color: #3f3e3e;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

.header .header_table .contacts_cell .call_back a {
    color: #3f3e3e;
}

.header .header_table .form_search_cell {
    width: 28%;
    padding-left: 20px;
    padding-right: 40px;
}

.header .header_table .contacts_cell {
    width: 17%;
}

body .top_menu_end_enter a {
    text-decoration: none;
}

body .table_reg_enter a {
    text-decoration: none !important;
}

body .table_reg_enter i {
    display: none;
}

.top_menu ul {
    color: #272727;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
}

.table_reg_enter {
    color: #272727;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.table_reg_enter li {
    position: relative;
}

.table_reg_enter li + li {
    margin-left: 12px;
    padding-left: 12px;
}

.table_reg_enter li + li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 1px;
    height: 11px;
    background: var(--color-primary);
}

body .top_menu_end_enter {
    padding: 16px 0;
}

body .list-inline>li {
    padding: 0;
}

body .top_menu li {
    margin-right: 20px;
}

.header .header_table .regim_cell .header-address {
    font-weight: 600;
}

.header .header_table .contacts_cell .tel {
    font-weight: 600;
}

#horizontal-multilevel-menu > li > a {
    font-weight: 600;
}

body .main_menu_gorizontal {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
}

#horizontal-multilevel-menu a:hover, #horizontal-multilevel-menu > li > a.root-item-selected, #horizontal-multilevel-menu > li:hover > a {
    color: var(--color-primary) !important;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
    font-size: 15px;
}

body .btn-info {
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    background: #fff;
    padding-top: 3px !important;
    padding-bottom: 3.5px !important;
    color: #171717;
}

html body .btn-info:hover {
    background: var(--color-primary) !important;
}

body .btn-info[href*=add] {
    margin-right: 6px;
}

body .btn-info[href*=delay] {
    margin-left: 6px;
}

body .btn-info:hover,
body .btn-info:active {
    background: rgb(255, 205, 24) !important;
    border-color: rgb(255, 205, 24) !important;
    color: #171717 !important;
}

body .btn-info .fa-level-down {
    width: 9px;
    height: 11px;
    background: url(img/put-off@2x.png) no-repeat center;
    background-size: cover;
    margin: 0 5px;
}

body .btn-info .fa-trash-o {
    width: 10px;
    height: 10px;
    background: url(img/delete@2x.png) no-repeat center;
    background-size: cover;
    margin: 0 5px;
}

body .btn-info .fa-level-up {
    width: 9px;
    height: 11px;
    background: url(img/add@2x.png) no-repeat center;
    background-size: cover;
    margin: 0 5px;
}

body .btn-info .fa-trash-o:before {
    display: none;
}

body .btn-info .fa-level-down:before {
    display: none;
}

body .btn-info .fa-level-up:before {
    display: none;
}

body .bx_ordercart_order_table_container tbody td.custom {
    line-height: 29px !important;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a {
    margin: 0 !important;
    width: 33px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.minus {
    border: 1px solid rgb(232, 232, 232) !important;
    border-right: none !important;
    border-radius: 5px 0 0 5px;
    background: url(img/minus@2x.png) no-repeat center;
    background-size: 14px 2px;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.plus {
    border: 1px solid rgb(232, 232, 232) !important;
    border-left: none !important;
    border-radius: 0 5px 5px 0;
    background: url(img/plus@2x.png) no-repeat center;
    background-size: 14px 14px;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.minus i,
body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.plus i {
    opacity: 0;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.minus:active,
body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.plus:active {
    background-color: #f1f1f1;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 );
    box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom input {
    width: 40px;
    height: 31px;
    vertical-align: middle;
    border: 1px solid rgb(232, 232, 232) !important;
    font-size: 16px;
    outline: none;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom table {
    border: none !important;
    background: none !important;
}

body .bx_ordercart .bx_ordercart_order_table_container table tbody td td {
    padding: 0 !important;
    font-size: 0 !important;
}

.bx_ordercart * {
    font-size: 15px !important;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
    line-height: 29px !important;
}

.page-header .h1 {margin: 0; padding: 0; font-size: 32px; font-family: Inter;}
.page-header .h1 a {
    color: inherit;
}

.page-header .h1 a:hover {
    color: var(--color-primary);
}

.content-main {
    margin-top: 20px;
}

.content-main .page-header {
    margin-bottom: 0;
}

.block_fixed .link-home,
.block_fixed .link-personal {
    display: none;
    order: 4;
}

body .go_top {
    font-size: 35px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    bottom: 80px;
    right: 13px;
    padding: 0 0 0 1px;
}

.contacts_cell a {
    color: #000;
    text-decoration: none;
}

body .bx_catalog_item_controls.no_touch {
    display: block !important;
    opacity: 1;
    padding-bottom: 15px;
}

body .bx_catalog_item_controls.no_touch .btn-default {
    width: 100%;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'bold';
    color: black;
    background: white !important;
    border: var(--color-primary) 1px solid;
}

.bx_catalog_item .btn-danger {
    border: var(--color-primary) 1px solid;
}

.bx_catalog_item .btn-danger:hover {
    background: var(--color-primary);
}

body .bx_catalog_item_controls.touch.hidden-xs {
    display: none !important;
}

body .bx_catalog_list_home .bx_catalog_item {
    height: auto;
}

.sort__filter {
    display: none;
}

body .icon-balance-scale:before {
    width: 20px;
    height: 20px;
    background: url(img/equilizer-silver.png) no-repeat center;
    background-size: cover;
    content: '';
    vertical-align: middle;
    position: relative;
    top: -1px;
}

body .btn:hover .icon-balance-scale:before {
    background-image: url(img/equilizer-dark.png);
}

.bx_catalog_list_home.bx_blue .bx_catalog_item .btn.btn-danger i {
    display: none;
}

.show-mobile {
    display: none;
}

#horizontal-multilevel-menu > li:nth-child(6) ~ li {
    display: none;
}

#horizontal-multilevel-menu.active > li:last-child {
    display: block !important;
}

#horizontal-multilevel-menu li ul ul {
    display: none;
}

.bx-retina .bx-filter.bx-black .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-black .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-black .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-black .bx-filter-select-container:focus {
    border-color: var(--color-primary);
    outline: 2px solid var(--color-primary);
    border-radius: 0;
}

.plitki_more_d .demo-icon.icon-heart {
    font-size: 22px;
}

.plitki_more_d .btn-group {
    display: flex;
    align-items: center;
}

body .bx_item_detail .plitki_more_d .btn-group .btn {
    color: rgb(173, 173, 173);
}

.demo-icon.icon-balance-scale {
    transition: all 280ms ease;
}

.demo-icon.icon-balance-scale:before {
    transition: all 280ms ease;
}

.plitki_more_d .btn:active i:before, .plitki_more_d .btn.active i:before,
.plitki_more .btn:active i:before, .plitki_more .btn.active i:before {
    color: #ffcd18;
}

body .plitki_more_d .demo-icon.icon-balance-scale:before {
    top: -2px;
}

body .btn.active .icon-balance-scale:hover:before {
    background-image: url(img/equilizer-silver.png);
}

body .btn.active .icon-balance-scale:before,
body .btn.active:hover .icon-balance-scale:before {
    background-image: url(img/equilizer-yellow.png);
}

.bx_catalog_item.double .cart:not(.catalog-list) {
    width: auto !important;
    display: block !important;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td:nth-child(4) {
    display: none;
}

body .btn-info:hover {
    border-color: var(--color-primary) !important;
}

body .btn-danger:hover,
body .btn-danger:active,
body .btn-danger:focus {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

body .btn-default {
    background: var(--color-primary) !important;
}

body .btn-danger {
    border: var(--color-primary) 1px solid;
}

.bx_catalog_item .hidden1-xs {
    display: flex;
}

.bx_catalog_item .hidden1-xs .cart {
    flex-grow: 1;
}

#basket_items #col_PREVIEW_PICTURE {
    display: none;
}

#basket_items_delayed thead td[colspan="2"] + td {
    display: none;
}

body .bx_catalog_list_home .bx_small.bx_bt_button_type_2 {
    padding-bottom: 4px;
    line-height: 36px;
}

@media only screen and (max-width : 1199.98px) {
    .header .header_table .logo_cell {
        width: 20%;
    }

    .header .header_table .form_search_cell {
        padding: 0 30px;
    }

    .header .header_table .contacts_cell {
        width: 19%;
    }

    body .top_menu li {
        margin-right: 17px;
    }

    .bx_catalog_item .hidden1-xs {
        display: block;
    }

    .bx_catalog_item_controls_blockone {
        display: block !important;
        float: none !important;
        width: auto !important;
        padding-right: 0 !important;
        margin-bottom: 5px;
    }

    .cart {
        padding-left: 0;
    }

    .cena {
        font-size: 16px !important;
    }
}

@media only screen and (max-width : 991.98px) {
    .header .header_table .regim_cell {
        display: none;
    }

    .header .header_table .logo_cell {
        width: auto;
    }

    .header .header_table .contacts_cell {
        width: 26%;
    }

    .header .header_table .form_search_cell {
        width: 52%;
    }

    .header {
        padding-top: 35px;
    }

    .priem li {
        width: 50%;
    }

    .priem li:last-child {
        width: 50%;
    }

    .index_priemushestva {
        min-width: 60px;
        margin-right: 10px;
        background-position: center !important;
    }
}

@media only screen and (max-width : 575.98px) {
    .priem li {
        width: 100%;
    }

    .priem li:last-child {
        width: 100%;
    }
}

@media only screen and (min-width : 769px) {
    body .block_fixed {
        overflow: hidden;
        border: 1px solid rgb(255, 205, 24);
        border-radius: 15px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 4px 6.72px 0.28px rgba(0, 0, 0, 0.14);
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .block_fixed .cart_b_1 {
        border: none;
        height: auto;
        margin: 0;
        line-height: 1;
        order: 1;
    }

    .block_fixed .sravn_b {
        order: 3;
    }

    .block_fixed .fav_b {
        order: 2;
    }

    .block_fixed .cart_b_1 i {
        margin: 0;
    }

    .block_fixed .bx_catalog-compare-list_sravn {
        border: none;
    }

    .block_fixed .icon-basket-1:before {
        width: 35px;
        height: 34px;
        background: url(img/cart.png) no-repeat center;
        content: '';
    }

    .block_fixed .icon-balance-scale:before {
        width: 26px;
        height: 27px;
        background: url(img/equilizer.png) no-repeat center;
        content: '';
    }

    .block_fixed .icon-heart:before {
        width: 34px;
        height: 30px;
        background: url(img/heart.png) no-repeat center;
        content: '';
    }

    .sravn_b .hidden-xs,
    .fav_b .hidden-xs {
        display: none;
    }

    .block_fixed .bx_catalog-compare-list_sravn {
        height: auto;
        margin: 0;
        padding: 0;
    }

    .block_fixed .bx_catalog-compare-list_sravn i {
        margin: 0;
    }

    .block_fixed a {
        position: relative;
    }

    .block_fixed a:before {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
        background-color: rgb(255, 205, 24);
        width: 46px;
        height: 1px;
        z-index: 1;
    }

    .block_fixed a:hover:before {
        display: none;
    }

    .block_fixed > div:first-child a:before {
        display: none;
    }

    .block_fixed a {
        display: flex;
        padding: 20px 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .block_fixed a:hover {
        background: #ffcd18 !important;
    }

    .block_fixed .bx_catalog-compare-list_sravn:hover {
        background: none !important;
    }

    .cart_b_1:hover {
        background: none !important;
    }

    .bx_catalog-compare-list_sravn .kol,
    .cart_b .kol {
        font-size: 12px;
        font-family: "Inter";
        color: rgb(33, 33, 33);
        line-height: 1.2;
        width: 20px;
        height: 20px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 6px;
        top: 10px;
    }

    .block_fixed .hidden-xs {
        font-size: 13px;
        font-family: "Inter";
        color: rgb(59, 59, 59);
        line-height: 1;
        font-weight: 500;
        padding-top: 5px;
    }

    .block_fixed .cart_b a {
        padding-bottom: 0;
    }

    .cart_b .hidden-xs {
        height: auto;
        padding-bottom: 3px;
    }

    .cart_b .hidden-xs[style] {
        font-size: 0;
        height: 20px;
        padding: 0;
    }

    .block_fixed .cart_b_1 i {
        font-size: 0;
    }
}

@media only screen and (max-width : 768px) {
    .block_fixed {
        display: flex;
        padding-left: 16px;
        padding-top: 15px;
    }

    body .top_menu_end_enter_vertical {
        padding: 21.5px 0;
    }

    .block_fixed .icon-basket-1:before {
        content: '';
        width: 28px;
        height: 27px;
        background: url(img/cart.png) no-repeat center;
        background-size: 28px 27px;
        margin: 0;
    }

    .block_fixed .icon-balance-scale:before {
        content: '';
        width: 21px;
        height: 27px;
        background: url(img/equilizer.png) no-repeat center;
        background-size: 21px 23px;
        margin: 0;
    }

    .block_fixed .icon-heart:before {
        content: '';
        width: 27px;
        height: 27px;
        background: url(img/heart.png) no-repeat center;
        background-size: 27px 24px;
        margin: 0;
    }

    .block_fixed .cart_b_1, .block_fixed .fav_b, .block_fixed .sravn_b {
        width: auto;
    }

    .block_fixed .cart_b_1 {
        order: 1
    }

    .block_fixed .fav_b {
        order: 2;
        margin: 0;
    }

    .block_fixed .sravn_b {
        order: 3;
        margin: 0;
    }

    .block_fixed .bx_catalog-compare-list_sravn {
        padding: 0;
        margin: 0;
    }

    .block_fixed .cart_b_1 {
        height: auto;
        margin: 0;
    }

    .block_fixed .cart_b_1 i {
        margin: 0;
    }

    .block_fixed .sravn_b i, .block_fixed .fav_b i {
        margin: 0;
    }

    .block_fixed > div {
        margin-right: 15px !important;
    }

    .block_fixed .bx_catalog-compare-list_sravn {
        height: auto;
    }

    .block_fixed .bx_catalog-compare-list_sravn .kol,
    .block_fixed .cart_b .kol {
        font-size: 10px;
        font-family: "Inter";
        color: rgb(33, 33, 33);
        line-height: 1.2;
        width: 16px;
        height: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        right: -10px;
        top: -5px;
    }

    .block_fixed .cart_b .hidden-xs {
        display: block !important;
        font-size: 11px;
        font-family: "Inter";
        color: rgb(59, 59, 59);
        line-height: 1;
        font-weight: 500;
        text-align: center;
        position: relative;
        left: 1.5px;
    }

    .block_fixed .cart_b .hidden-xs[style] {
        font-size: 0;
        height: 10px;
    }

    .block_fixed a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu_mobile .navbar-header {
        margin-bottom: 6px;
    }

    .header {
        padding-top: 0;
    }

    .header .header_table .contacts_cell .tel > div:before {
        display: none;
    }

    .header .header_table .contacts_cell .tel > div {
        padding-left: 0;
    }

    .header .header_table .contacts_cell .tel {
        font-size: 24px;
        font-weight: 500;
    }

    body .top_menu_end_enter_vertical {
        background-color: #f3f3f3;
        border: none;
    }

    body .menu_mobile .navbar-header {
        background: #fff !important;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }

    body .menu_mobile .navbar-header button {
        color: #212121;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: #f2f2f2 !important;
    }

    .navbar-toggle {
        margin: 0 !important;
        padding: 17px 10px !important;
    }

    body .menu_mobile .navbar-collapse {
        border: none;
        margin-top: -6px;
        box-shadow: none !important;
        overflow: inherit;
        padding-bottom: 20px;
    }

    body .menu_mobile .navbar-nav {
        font-size: 14px;
        background: #fff !important;
    }

    .menu_mobile .navbar-nav a {
        color: #212121;
    }

    body .navbar-default .navbar-nav>li>a {
        color: #212121;
    }

    .menu_mobile .navbar-nav > li > ul {
        display: none;
        list-style-type: none;
        margin: 0 24px;
        padding: 0 24px;
    }

    .menu_mobile .navbar-nav > li > ul > li {
        border-top: 2px solid #d7d7d7;
    }

    .menu_mobile .navbar-nav > li > ul > li {
        padding: 2.5px 0;
        display: block;
    }

    .menu_mobile .navbar-nav > li > ul > li ul {
        display: none;
        padding: 5px 0;
    }

    .menu_mobile .navbar-nav > li > ul > li ul li + li {
        margin-top: 5px;
    }

    body .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
    }

    body .navbar-nav>li:first-child > a {
        padding-top: 15px;
    }

    .top_menu_mobile {
        background: #fff !important;
    }

    body .top_menu_mobile a {
        color: #212121;
    }

    body .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        color: #212121 !important;
        background: transparent !important;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
        color: #212121 !important;
        background: transparent !important;
    }

    body .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        color: #212121 !important;
        background: transparent !important;
    }

    .menu_mobile .navbar-nav > li.active {
        background: #f3f3f3;
    }

    body .menu_mobile .navbar-nav {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body .top_menu_end_enter_vertical {
        display: none !important;
    }

    body .block_fixed {
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 58px;
        width: auto;
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        background: #fefbfb;
        border-top: 1px solid #dcdcdc;
        padding: 3px 0 0;
    }

    .block_fixed .link-home {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        background: url(img/link-home-other.png) no-repeat center;
        background-size: cover;
        order: 1;
    }

    .block_fixed .cart_b_1 {
        order: 3;
        top: 6px;
    }

    .block_fixed .fav_b {
        order: 4;
    }

    .block_fixed .sravn_b {
        order: 2;
    }

    .block_fixed .link-personal {
        display: block;
        width: 28px;
        height: 28px;
        background: url(img/link-personal-other.png) no-repeat center;
        background-size: cover;
        order: 5;
    }

    .header .header_table {
        margin-top: 20px;
    }

    .block_fixed .hidden-xs {
        display: none !important;
    }

    body .footer {
        margin-bottom: 80px;
    }

  .menu_mobile .navbar-nav > li > ul > li ul {
      list-style-type: none;
      padding-left: 20px;
  }

    .menu_mobile .navbar-nav > li > ul > li.active ul {
      display: block;
  }

    body .menu_mobile .navbar-header {
        margin-bottom: 0;
    }

    .list_brends {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .list_brends > * {
        width: 75% !important;
        flex-shrink: 0;
    }

    .list_brends::-webkit-scrollbar {
        display: none;
    }

    .bx_catalog_list_home {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 !important;
        border: none !important;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item {
        width: auto !important;
        margin: 0 !important;
        float: none !important;
        padding: 0 10px 10px !important;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .bx_catalog_item_container {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .cart {
        padding-left: 0;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item:nth-child(2) ~ .bx_catalog_item {
        border-top: none !important;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item:nth-child(even) {
        border-left: none !important;
    }

    body .cena {
        font-size: 12px !important;
        height: auto !important;
        margin: 0 !important;
    }

    .bx_catalog_item .bx_catalog_item_title {
        margin-bottom: 5px;
        height: auto;
        font-size: 13px;
        line-height: 1.1;
        flex-grow: 1;
        padding-top: 5px;
    }

    .bx_catalog_item table,
    .bx_catalog_item tr,
    .bx_catalog_item td,
    .bx_catalog_item tbody {
        display: block;
        padding: 0 !important;
        text-align: left !important;
    }

    .bx_catalog_item table {
        margin-bottom: 0;
    }

    .bx_catalog_item tr {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        min-height: 26px;
    }

    body .bx_catalog_text {
        margin-left: 0;
        margin-right: 0;
    }

    body .sort_catalog {
        margin-left: -15px;
    }

    body .plitki_more {
        position: static;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 1px !important;
    }

    body .plitki_more .btn-group {
        position: static;
    }

    .plitki_more .btn:first-child {
        top: 0;
    }

    .plitki_more .btn + .btn {
        top: 26px;
    }

    .nalichie_n, .nalichie_y {
        font-size: 10px;
        position: relative;
        top: -2px;
    }

    .nalichie_n i:before,
    .nalichie_y i:before {
        margin: 0 -1px 0 0 !important;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .btn {
        padding:0 !important;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-family: bold;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .plitki_more .btn {
        font-size: 0;
        position: absolute !important;
        right: 0;
    }

    body {
        min-width: 360px;
    }

    .bx-touch body .bx_catalog_list_home.bx_blue .bx_catalog_item .bx_catalog_item_controls.no_touch {
        display: block !important;
        padding-bottom: 0;
    }

    .bx-touch body .bx_catalog_list_home.bx_blue .bx_catalog_item .bx_catalog_item_controls.no_touch .btn {
        margin-bottom: 0;
    }

    .shildiki > * {
        width: 20px !important;
        height: 20px !important;
        background-size: cover !important;
    }

    .shildiki > * + * {
        margin-top: -5px !important;
    }

    body .bx_catalog_list_home.bx_blue .bx_stick.top,
    body .bx_catalog_list_home.bx_blue .bx_stick_disc.top {
        top: 10px;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .plitki_more .btn {
        width: auto;
        z-index: 2;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .plitki_more .btn i {
        display: inline;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item_images {
        z-index: 1;
    }

    .bx_catalog_list_home.bx_blue .plitki_more .demo-icon {
        font-size: 16px;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .plitki_more .btn + .btn {
        right: 2px;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item_images_double {
        z-index: 1;
    }

    body .sort_catalog {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    body .sort_catalog .sort_title {
        display: none;
    }

    .sort__filter + .sort_title + a {
        margin-left: auto;
    }

    body .sort_catalog a + a {
        margin-left: 4px;
    }

    .sort__filter {
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 32px;
        border: 1px solid var(--color-primary);
        color: var(--color-primary);
        font-size: 20px;
    }

    .bx-filter .bx-filter-section {
        padding: 0;
    }

    .col-md-3.col-sm-4.col-sm-push-8.col-md-push-9 {
        position: absolute;
        z-index: 10;
        width: 260px;
        left: 15px;
        top: 42px;
        background: #fff;
        border: 1px solid #e6e6e6;
        box-shadow: 0 1px 2.9px 0.1px rgba(0, 0, 0, 0.38);
        padding: 10px;
    }

    .col-md-3.col-sm-4.col-sm-push-8.col-md-push-9 .bx-filter {
        margin-bottom: 0;
    }

    .col-md-3.col-sm-4.col-sm-push-8.col-md-push-9 .right_menu,
    .col-md-3.col-sm-4.col-sm-push-8.col-md-push-9 .cl {
        display: none !important;
    }

    body .icon-balance-scale:before {
        width: 15px;
        height: 15px;
        top: 0;
        left: 2px;
    }

    .bx_catalog_item_controls_blockone {
        display: none !important;
    }

    .bx_catalog_item_scu {
        display: none !important;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .bx_catalog_item_articul {
        display: none !important;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .cart {
        width: 100%;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .cart_hidden-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block;
    }

    body .go_top {
        bottom: 66px;
        right: 7px;
    }

   body .page-header {
        padding-top: 0;
    }

   .navbar-header {
       display: flex;
   }

    .navbar-header .navbar-toggle:last-child {
        margin-left: auto !important;
        padding-right: 15px !important;
    }

    .cena {
        font-weight: bold;
    }

    .cena span {
        font-size: 10px;
        font-weight: 400;
    }

    .bx_catalog_item .hidden1-xs {
        /*margin-top: auto;*/
    }

    .bx_catalog_item .bx_catalog_item_title {
        flex-grow: 1;
    }

    .bx_item_detail .bx_item_slider_lupe {
        position: static;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span {
        margin-right: 5px;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td {
        padding: 2% 4%;
    }

    body #bx-soa-total-mobile {
        display: none !important;
    }

    .modal-footer .col-sm-offset-1.col-sm-10 {
        display: flex;
        align-items: center;
        padding-left: 0 !important;
    }

    .modal-footer .col-sm-offset-1.col-sm-10 .btn {
        display: inline-flex !important;
        align-items: center;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .modal-footer .col-sm-offset-1.col-sm-10 .btn i {
        position: relative;
        top: -2px;
        margin-right: 2px;
    }

    .modal-header .col-xs-2 {
        padding-right: 0 !important;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr {
        align-items: flex-start;
    }

    .bx_catalog_item_controls_blockone {
        display: none !important;
    }
}

#menu.default{
	position:relative;
	z-index:300;
}