.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.333333%;
}
.col-xs-2 {
    width: 16.666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.333333%;
}
.col-xs-5 {
    width: 41.666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.333333%;
}
.col-xs-8 {
    width: 66.666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.333333%;
}
.col-xs-11 {
    width: 91.666667%;
}
.col-xs-12 {
    width: 100%;
}
.no_padding {
    padding-left: 0;
    padding-right: 0;
}


@media (min-width: 544px) {
.sm-hidden {
    display: none;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-1 {
    width: 8.333333%;
}
.col-sm-2 {
    width: 16.666667%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-4 {
    width: 33.333333%;
}
.col-sm-5 {
    width: 41.666667%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-7 {
    width: 58.333333%;
}
.col-sm-8 {
    width: 66.666667%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-10 {
    width: 83.333333%;
}
.col-sm-11 {
    width: 91.666667%;
}
.col-sm-12 {
    width: 100%;
}
.blog {
    box-shadow: inset 1px 0 0 #eaeaea;
}
.blog_item {
    border-bottom: 1px solid #eaeaea;
    box-shadow: inset -1px 0 0 #eaeaea;
}
}


@media (min-width: 768px) {
.md-hidden {
    display: none;
}
.md-right {
 float: right;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-1 {
    width: 8.333333%;
}
.col-md-2 {
    width: 16.666667%;
}
.col-md-3 {
    width: 25%;
}
.col-md-4 {
    width: 33.333333%;
}
.col-md-5 {
    width: 41.666667%;
}
.col-md-6 {
    width: 50%;
}
.col-md-7 {
    width: 58.333333%;
}
.col-md-8 {
    width: 66.666667%;
}
.col-md-9 {
    width: 75%;
}
.col-md-10 {
    width: 83.333333%;
}
.col-md-11 {
    width: 91.666667%;
}
.col-md-12 {
    width: 100%;
}
.products {
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.products .preview {
    position: relative;
    box-shadow: 1px 0 0 #eaeaea;
}
.product_name {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.2;
    color: #020202;
    font-weight: 600;
    height: 35px;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0px;
}
.preview_rating {
    float: right;
}
.preview_info {
    margin-bottom: 8px;
}
.slider_products .button {
    margin-right: 7px;
    width: 45px;
    height: 34px;
    padding: 0;
}

.products .button {
    width: 46px;
    height: 34px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.purchase_inner {
    margin-left: 25px;
}
.purchase_image {
    float: left;
    width: 140px;
}
.purchase_info {
    margin-top: 0;
    margin-left: 140px;
}
.purchase_name,
.purchase_units {
    width: calc(100% - 160px);
}
.purchase_units {
    float: left;
    overflow: hidden;
    padding-right: 5px;
}
.purchase_price {
    float: left;
}
.purchase_item .amount {
    float: right;
    margin: 0;
}
.purchase_sum {
    width: 160px;
    float: right;
    text-align: right;
    font-weight: 500;
    padding-top: 5px;
}
.coupon_field {
    float: left;
}
.purchase_total {
    float: right;
    text-align: right;
    margin-top: 0;
}
.order_total {
    text-align: right;
}
.tab {
    padding: 25px 6px;
}
.tab_navigation a {
    float: left;
    margin: 0 0px -2px 0;
    padding: 11px 18px;
}
.tab_navigation a:hover {
    background-color: #fff;
    box-shadow: inset 0 2px 0 0 #f89a99;
}
    .menu_group_header {
        width: 100%;
    }

    .menu_group_header .menu_item_1 .menu_link {
        display: block;
        padding-left: 10px;
        padding-bottom: 0px;
        color: #000;
        font-weight: 600;
        font-size: 14px;
        margin-right: 5px;
    }
    .menu_group_header .menu_item_1:first-child .menu_link {
        padding-left: 0px;
    }
    .menu_group_header .menu_item_2 .menu_link {
        display: block;
        padding: 5px 20px;
        white-space: nowrap;
    }
    .menu_group_header .menu_item_2 .menu_link:hover {
        background-color: rgb(232, 232, 225);
    }
    .menu_group_header .menu_eventer{
        position: relative;
    }
    .menu_group_header .menu_item_1.menu_eventer > a:after{
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 8px;
        background-repeat: no-repeat;
        margin-left: 1px;
        background-image: url(../images/select_arrow.png);
        background-size: cover;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }
    .menu_group_header .menu_item_1.menu_eventer:hover > a:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .menu_group_header .menu_list {
        margin: 0px;
    }
    .menu_group_header .menu_item {
        margin: 0px;
    }
    .menu_group_header .menu_eventer .menu_list_2{
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        top: 100%;
        background: rgb(255, 255, 255);
        transform: translate(0px, 20px);
        border: none;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 1000;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        padding: 0px;
    }
    .menu_group_header .menu_eventer:hover .menu_list_2 {
        top: 50%;
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .menu_group_header .menu_item_2 {
        float: none;
        margin-bottom: 0px;
    }
    .menu_group_header .menu_list_3 {
        padding: 0px;
    }
    .menu_group_header .menu_item_3 {
        float: none;
        width: 100%;
    }
    .menu_group_header .menu_item_3 .menu_link {
        padding-left: 30px;
    }
    .arrow_toggle{
        margin-left: 1px;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }
    .menu_group_header .menu_eventer:hover .arrow_toggle {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media(min-width: 1025px) {
    /*.slider_products .fast_order_button {*/
        /*font-size: 0;*/
        /*margin-top: 10px;*/
        /*padding: 0;*/
        /*width: 45px;*/
    /*}*/
    /*.products .fast_order_button path {*/
        /*fill: #fff;*/
    /*}*/
    /*.slider_products .fast_order_button:hover {*/
        /*background: #ff0310;*/
        /*box-shadow: inset 0 -1px 0 0 #ff0310;*/
        /*text-decoration: none;*/
        /*color: #fff;*/
        /*width: auto;*/
        /*padding-left: 40px;*/
        /*padding-right: 15px;*/
        /*padding-top: 4px;*/
        /*font-size: 16px;*/
    /*}*/
    /*.fast_order_button:hover path {*/
        /*fill: #fff;*/
    /*}*/
    /*.slider_products .fast_order_button > span {*/
        /*display: inline-block !important;*/
    /*}*/
}
@media(max-width: 1024px) {
    .slider_products .fast_order_button > span {
        display: none;
    }
}

@media (min-width: 992px) {
.categories_mobile {
    display: none;
}
/* CATEGORIES MENU */
.categories_desktop {
    background-color: #ffffff;
    color:#000;
    border-color: #ff0310;
    border-width: 4px;
    border-style: solid none;
}
.categories_nav {
    position: relative;
}
.main_page .categories_nav {
    margin-bottom: 0;
}
.wrap_category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.category_item:hover > .wrap_subcategory {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.category_link {
    display: block;
    position: relative;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
/*
.category_link:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}
*/
.wrap_subcategory {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: none;
    position: absolute;
    z-index: 10;
    padding: 30px 15px 10px;
    background: #fff;
    left: 0;
    top: 100%;
    width: 100%;
}
.subcategory_item {
    margin: 0 15px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    text-align: center;
}
.subcategory_img {
    height: 100px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.subcategory_img img {
    max-height: 100%;
}
.subcategory_title {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: block;
}
    .h_subcategory{
        display: none;
        width: 100%;
        padding: 15px 0px 10px 15px;
        position: absolute;
        margin: 0px;
        left: 0px;
        z-index: 600;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.36);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.36);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.36);
        background: rgb(255, 255, 255)!important;
        overflow: auto;
        height: calc(100vh - 250px);
    }  
    .h_subcategory::after {
        content: "";
        display: table;
        clear: both;
    }
    .header_bottom{
        height: 66px;
    }
/*
    .h_categories_menu .h_category_item:nth-child(n+6){
        display: none!important;
    }
*/
    .h_categories_menu{
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: relative;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .h_categories_menu > .h_category_item{
        -webkit-box-flex: 0;
        /*-webkit-flex: 0 0 11.1%1;
        -ms-flex: 0 0 11.11%;
        flex: 0 0 11.11%;
        max-width: 11.11%;*/
        -webkit-flex: 0 0 8%;
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
        text-align: center;
    }
    .h_categories_menu > .h_category_item:nth-child(1) .h_category_link1{
        background-color: #ffffff;
    }
    .h_categories_menu > .h_category_item:nth-child(2) .h_category_link1{
        background-color: #ffffff;
    }
    .h_categories_menu > .h_category_item:nth-child(3) .h_category_link1{
        background-color: #ffffff;
    }
    .h_categories_menu > .h_category_item:nth-child(4) .h_category_link1{
        background-color: #ffffff;
    }
    .h_categories_menu > .h_category_item:nth-child(5) .h_category_link1{
        background-color: #ffffff;
    }
    .h_categories_menu > .h_category_item .h_category_link1{
        background-color: #ffffff;
    }
    
    .h_subcategory > .h_category_item:nth-child(1) .h_category_link1{
        background-color: #fff;
    }
    .h_subcategory > .h_category_item:nth-child(2) .h_category_link1{
        background-color: #fff;
    }
    .h_subcategory > .h_category_item:nth-child(3) .h_category_link1{
        background-color: #fff;
    }
    .h_subcategory > .h_category_item:nth-child(4) .h_category_link1{
        background-color: #fff;
    }
    .h_subcategory > .h_category_item:nth-child(5) .h_category_link1{
        background-color: #fff;
    }
        .h_subcategory > .h_category_item .h_category_link1{
        background-color: #fff;
    }
    
    
    .h_categories_menu > .h_category_item:hover .h_subcategory{
        display: block;
    }
    .h_categories_menu > .h_category_item:nth-child(1) .h_subcategory{
        border: 4px solid #ff0310;

    }
        .h_categories_menu > .h_category_item:nth-child(2) .h_subcategory{
        border: 4px solid #ff0310;
    }
        .h_categories_menu > .h_category_item:nth-child(3) .h_subcategory{
        border: 4px solid #ff0310;
    }
        .h_categories_menu > .h_category_item:nth-child(4) .h_subcategory{
        border: 4px solid #ff0310;
    }
        .h_categories_menu > .h_category_item:nth-child(5) .h_subcategory{
        border: 4px solid #ff0310;
    }
           .h_categories_menu > .h_category_item .h_subcategory{
        border: 4px solid #ff0310;
    }
    
    .h_categories_menu > .h_category_item .h_category_link1{
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        height: 58px;
        font-size: 14px;
        font-weight: 600;
        color: rgb(0, 0, 0);
        padding: 0px 5px;
        line-height: 1.1;
        position: relative;
    }
    .h_categories_menu > .h_category_item:hover .h_category_link1 {
/*
        height: 76px;
        margin-top: -10px;
*/
        background-color: #ff0310;
        color:white;
    }
    .h_categories_menu > .h_category_item .h_category_link img {
        width: 40px;
        height: 40px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        margin-right: 10px
    }
    .h_subcategory >  .h_category_item{
        width: 25%;
        position: relative;
        min-height: 1px;
        float: left;
        margin-bottom: 10px;
    }
    .h_subcategory >  .h_category_item .h_category_link{
        color: #333;
        text-align: left;
    }
    .h_category_item:nth-child(1) .h_subcategory > .h_category_item .h_category_link{
        border-bottom: 1px solid #ff0310;
    }
    .h_category_item:nth-child(2) .h_subcategory > .h_category_item .h_category_link{
        border-bottom: 1px solid #ff0310;
    }
    .h_category_item:nth-child(3) .h_subcategory > .h_category_item .h_category_link{
        border-bottom: 1px solid #ff0310;
    }
    .h_category_item:nth-child(4) .h_subcategory > .h_category_item .h_category_link{
        border-bottom: 1px solid #ff0310;
    }
    .h_category_item:nth-child(5) .h_subcategory > .h_category_item .h_category_link{
        border-bottom: 1px solid #ff0310;
    }
    .h_category_item .h_subcategory > .h_category_item .h_category_link{
        border-bottom: 1px solid #ff0310;
    }
    .h_subcategory > .h_category_item .h_category_link{
        height: auto;
        margin: 0px 15px 0px 0px !important;
        padding: 8px 0px;
        text-align: left;
        display: block !important;
        font-size: 14px;
        font-weight: 600;
    }
    .categories_heading{
        display: none;
    }

    .h_category_item .s_subcategory > .h_category_item .h_category_link{
        border: none!important;
    }
    .h_category_item .s_subcategory{
        padding: 5px 0px;
    }
    .s_subcategory > .h_category_item .h_category_link{
        height: auto;
        padding: 0px;
        text-align: left;
        display: block !important;
        font-size: 13px;
        line-height: 1.2;
        font-weight: 500;
        margin: 0px 15px 3px 0px !important;
    }
    .levels_4.s_subcategory > .h_category_item .h_category_link{
        margin: 0px 15px 3px 15px !important;
        text-decoration: underline;
    }
   
/* END CATEGORIES MENU */
.container {
    max-width: 970px;
}
.lg-hidden {
    display: none;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-1 {
    width: 8.333333%;
}
.col-lg-2 {
    width: 16.666667%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-4 {
    width: 33.333333%;
}
.col-lg-5 {
    width: 41.666667%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-7 {
    width: 58.333333%;
}
.col-lg-8 {
    width: 66.666667%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-10 {
    width: 83.333333%;
}
.col-lg-11 {
    width: 91.666667%;
}
.col-lg-12 {
    width: 100%;
}
.header_info .logo {
    float: left;
    max-width: 23%;
    max-height: 65px;
}
.aside_block {
    border-bottom: 1px solid #eaeaea;
    margin: 15px 0;
    padding-bottom: 15px;
}
.side_all {
    text-align: right;
}
.side_all a {
    text-decoration: underline;
}
.breadnav .categories_nav,
.aside .categories_nav  {
    display: none;
    position: absolute;
    z-index: 999;
    top: 37px;
    left: 0;
    width: 227px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-bottom: 3px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 3px 3px 7px 0 rgba(200,200,200,.5);
}
.categories_heading {
    display: inline-block;
    line-height: 20px;
    font-size: 19px;
    text-align: left;
}
.breadnav .categories {
    float: left;
    margin-right: -10px;
}
.aside .breadcrumbs li:nth-child(2) {
    margin-left: 6px;
}
.aside .breadcrumbs li:nth-child(3) {
    margin-left: 12px;
}
.aside .breadcrumbs li:nth-child(4) {
    margin-left: 18px;
}
.aside .breadcrumbs li:nth-child(5) {
    margin-left: 24px;
}
.aside .breadcrumbs li:nth-child(6) {
    margin-left: 30px;
}
.aside .breadcrumbs li:last-child {
    margin-bottom: 0;
}
.home_categories .categories_nav {
    position: relative;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.max_input,
.min_input {
    width: calc(50% - 30px);
}
.home_text {
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {
.container {
    max-width: 1200px;
}
.xl-hidden {
    display: none;
}
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
}
.col-xl-1 {
    width: 8.333333%;
}
.col-xl-2 {
    width: 16.666667%;
}
.col-xl-3 {
    width: 25%;
}
.col-xl-4 {
    width: 33.333333%;
}
.col-xl-5 {
    width: 41.666667%;
}
.col-xl-6 {
    width: 50%;
}
.col-xl-7 {
    width: 58.333333%;
}
.col-xl-8 {
    width: 66.666667%;
}
.col-xl-9 {
    width: 75%;
}
.col-xl-10 {
    width: 83.333333%;
}
.col-xl-11 {
    width: 91.666667%;
}
.col-xl-12 {
    width: 100%;
}
.header_info .logo {
    max-width: 20%;
}
.products .preview:hover {
     z-index: 2;
 }
.products .preview:hover .preview_sku{
    z-index: 2;
}
.products .preview:hover::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #fff;
    height: calc(100% + 12px);
    width: calc(100% + 14px);
    border: 1px solid #a8cbeb;
    left: -7px;
    top: -11px;
    right: -7px;
    bottom: -1px;
    background-color: #fff;
    box-shadow: 0 0 13px 0 rgba(0,0,0,.4);
    padding: 11px 7px;
}

.breadnav .categories:hover .categories_nav,
.aside .categories:hover .categories_nav {
    display: block;
    width: 270px;
}
.categories_menu {
    position: relative;
    background: #fff;
    border: 1px solid #ededed;
    border-bottom: 3px solid #ccc;
    border-radius: 3px;
    box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
}

.breadnav .subcategory,
.aside .subcategory {
    border-bottom: 3px solid #ccc;
    box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
    bottom: -3px;
}
.category_item:hover > .subcategory {
    display: block;
}
.cat_switch {
    display: none;
}
}

@media (max-width: 1199px) {
.header_phones {
    width: 175px;
}
        .no_pd_lg{
        padding: 0px!important;
}
    .no_pd_lg .product_price {
    margin-right: 10px;
}
    .main_categories_menu_item {
        -webkit-flex-basis: -webkit-calc(25% - 15px);
        -ms-flex-preferred-size: calc(25% - 15px);
        flex-basis: calc(25% - 15px);
        margin: 0 7.5px 20px;
        padding: 20px 15px;
        border: 2px solid #e5e5e5;
        transition: all .3s;
    }
.dh1200{
    display: none!important;
}
.header_new_right .account_info, .header_new_right .wish_info, .header_new_right .compare_info, .header_new_right .cart_info {
    min-width: 60px;
    padding: 10px 8px 3px;
    height: 44px;
}
.header_new_right a.account_info:hover, .header_new_right a.wish_info:hover, .header_new_right a.compare_info:hover, .header_new_right a.cart_info:hover {
     border-color: transparent;
 }
.header_new_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
    padding-left: 0px;
}
.header_new .container{
    max-width: 100%;
}




.main_slider_descr {
    font-size: 22px;
}
.categories_nav .arrow_right {
    display: none;
}
.cathead_switch {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
}
.categories {
    margin-bottom: 12px;
}
.level_2 .category_link {
    padding-left: 20px;
}
.level_3 .category_link {
    padding-left: 40px;
}
.cat_switch {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
}
.cat_switch::after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 10px;
    right: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform .2s ease;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}
.active.cat_switch::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 14px;
}
.subcategory {
    display: none;
}
.opened .subcategory {
    display: block;
}
.h_new_contact_item {
    display: none;
}
.h_new_contact_item:first-child {
    display: block;
    flex: none;
    max-width: 100%;
}
.h_new_contact_item .header_new_phones .h_new_contact_text {
    max-width: 100%;
}
}


@media (max-width: 991px) {
.main_slider_descr {
    font-size: 20px;
    text-transform: unset;
}
.order_notify_v2 svg {
    width: 38px;
    height: 38px;
    margin-right: 8px;
}
.order_notify_v2 .o_notify_v2_heading {
    font-size: 26px;
}
.main_categories_menu_item {
    -webkit-flex-basis: -webkit-calc(33.33% - 15px);
        -ms-flex-preferred-size: calc(33.33% - 15px);
            flex-basis: calc(33.33% - 15px);
}
 .logo img {
    max-width: 300px;
}

.category_item {
    position: relative;
}
.categories_desktop {
    display: none;
}
.category_link {
    display: block;
    padding: 6px 32px 6px 5px;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
}
.tablet-hidden {
    display: none;
}
.level_1 > .category_item > .category_link {
    color: #333;
}
.categories_heading,
.filters_heading {
    margin-bottom: 15px;
}
    .no_pd_lg{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
 header.header_new {
    display: none;
 }
}


@media (max-width: 767px) {
.main_slider_descr {
    font-size: 16px;
    text-transform: unset;
    bottom: 40px;
    line-height: 1.1;
    right: 5px;
}
.order_notify_v2 svg {
    width: 26px;
    height: 26px;
    margin-right: 2px;
}
.order_notify_v2 .o_notify_v2_heading {
    font-size: 20px;
    line-height: 1.1;
}
.main_categories_menu_item {
    -webkit-flex-basis: -webkit-calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
            flex-basis: calc(50% - 15px);
}
.main_callback {
    margin-top: 30px;
    padding: 30px 0;
}
.main_callback .h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.main_callback_form .form_group {
    max-width: 360px;
}
.mobile-hidden {
    display: none;
}
.preview_rating {
    margin-top: 8px;
}
.slider_products .preview_details {
    text-align: center;
}
.products .preview_inner {
    padding: 10px 0;
}
.products .preview_image {
    float: left;
    width: 150px;
    height: 150px;
    line-height: normal;
}
.products .preview_img {
    vertical-align: top;
}
.products .preview_details {
    float: left;
    width: calc(100% - 150px);
    padding-left: 10px;
}
body::before {
    content: "";
    position: absolute;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: opacity .3s linear,-webkit-transform 0ms ease-out .3s;
    transition: opacity .3s linear,-webkit-transform 0ms ease-out .3s;
    transition: transform 0ms ease-out .3s,opacity .3s linear;
    transition: transform 0ms ease-out .3s,opacity .3s linear,-webkit-transform 0ms ease-out .3s;
}
.openmenu {
    position: fixed;
    width: 100%;
}
.openmenu::before {
    opacity: .7;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.purchase_item,
.purchase_footer {
    text-align: center;
}
.preview .add_buttons {
    position: relative;
    top: 0px;
    right: 0px;
    margin: 10px 0px 5px;
}
.preview .add_buttons .comparison_button, .preview .add_buttons .wishlist_button, .preview .add_buttons .buy2 {
    display: inline-block;
    width: 40px;
}




}


@media (max-width: 543px) {
.product_annotation {
    font-size: 13px;
}
.small-hidden {
    display: none;
}
.blog_item {
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.preview_buttons {
    margin-left: -6px;
}
.product_details {
    text-align: center;
}
.slick-dots {
    bottom: 15px;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
}
.features_name,
.features_value {
    width: 100%;
    float: none;
}
.features_value {
    width: 100%;
    padding-left: 25px;
}
}
.captcha{
    transform:scale(0.9);
    transform-origin:0 0;
}
@media (max-width: 480px) {
    .main_slider_descr {
        font-size: 14px;
        display: none;
    }
    .main_categories_menu {
        margin-left: 0;
        margin-right: 0;
    }
    .main_categories_menu_item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .notice_alert .inner_text{
        padding-left: 65px;
        font-size: 16px;
        text-align: left;
        line-height: 1.2;
    }
    .products .preview_image {
        float: none;
        width: 100%;
        height: auto;
        line-height: normal;
        margin-bottom: 10px;
    }
    .products .preview_details {
        float: none;
        width: 100%;
        padding-left: 10px;
    }






}
@media (max-width: 420px) {
    .main_callback_form .form_group,
    .main_callback_form .message_error {
        max-width: 300px;
    }
}
@media (max-width: 365px){
    .main_slider_descr {
        max-width: 60%;
        line-height: 1;
    }
    .captcha{
        transform:scale(0.86);
        transform-origin:0 0;
    }
    .main_callback_form .form_group {
        max-width: 260px;
    }
    .main_callback_form .input_captcha {
        width: 90px;
    }
    .main_callback_form .button {
        max-width: 260px;
    }
}


.language-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.language-popup-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.language-popup-content a {
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  background: #eee;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  color: #333;
}
.icon_telegram{width: 30px;
    height: 30px;background-image:url(../img/icons/telegram.svg);margin:5px 5px;-webkit-background-size:contain;background-size:contain}
.icon_messanger{width: 30px;
    height: 30px;background-image:url(../img/icons/messanger.svg)}
.icon_viber{width: 30px;
    height: 30px;background-image:url(../img/icons/viber.svg);margin:5px 5px;-webkit-background-size:contain;background-size:contain}
.header_new_callback {
    display: flex;
    justify-content: center;   /* Горизонтальное выравнивание по центру */
    align-items: center;       /* Вертикальное выравнивание по центру (если нужно) */
    gap: 5px;                 /* Расстояние между иконками (по желанию) */
   
}

