.m-menu {
    z-index: 100;
    width: 100%;
    padding: 0 0 0 0;
}

.m-menu .menu-wrap {
    position: relative;
    height: 83px;
    z-index: 100;
    width: 100%;
    top: 0;
    background: #fff;
}

.m-menu .menu-wrap-black {
    margin: 0 0 0 0;
    position: relative;
    height: 66px;
    background-color: #232121;
    z-index: 100;
}

.m-menu .menu-ul {
    display: table;
    margin: 0 auto 0 auto;
    padding: 22px 0 0 0;
}

.m-menu .menu-li {
    margin: 0 0 0 70px;
    float: left;
}

.m-menu .menu-li.menu-cato {
    margin: 0 50px 0 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

.m-menu .menu-li.menu-cato a {
    /*background: #ff3b23;*/
    background: transparent;
    box-shadow: 0 0 0 2px #ff3b23 inset;
    padding: 12px 24px 12px 24px;
    border-radius: 40px;
    font-size: 14px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

.m-menu .menu-li.menu-cato:hover {

}

.m-menu .menu-li.menu-cato:hover a,
.m-menu .menu-li.menu-cato a:hover {
    /*color: #000;
    background-color: #fff;*/
    color: #fff;
    background-color: #ff3b23;
}

.m-menu .menu-li:first-child {
    margin: 0 0 0 0;
}

.m-menu .menu-li a {
    text-decoration: none;
    color: #fff;
    height: 50px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
}

.m-menu .menu-li a:hover {
    text-decoration: none;
    color: #65bcff;
}

.logo-inn {
    margin: 12px 0 0 0;
}

.cart-wr {
    height: 80px;
    position: relative;
    margin: 0 0 0 0;
}

.cart-box {
    position: absolute;
    top: 34px;
    right: 10px;
    width: 15px;
    height: 16px;
    background-image: url(../../img/cart.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

.mb-cart .cart-box {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 24px;
    right: 50%;
    margin: 0 -8px 0 0;
    background-image: url(../../img/cart-w.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

.mb-cart.act .cart-box {
    background-image: url(../../img/cart.svg);
}

.cart-box-count {
    z-index: 1000;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    right: -12px;
    width: 23px;
    height: 23px;
    background-color: #ff3b23;
    text-align: center;
}

.cart-box-count span {
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    padding: 4px 0 0 0;
}

.mob-menu {
    display: none;
    position: absolute;
    width: 22px;
    top: 24px;
    right: 50%;
    margin: 0 -11px 0 0;
    height: 16px;
    background-image: url(../../img/mobi.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.mob-menu-close {
    display: none;
    position: absolute;
    top: 19px;
    right: 50%;
    margin: 0 -12px 0 0;
    width: 25px;
    height: 25px;
    background-image: url(../../img/rs-minimal-white.png);
    background-repeat: no-repeat;
    background-position: -67px -2px;
}


/*------------------------------ Mobile MENU ------------------------------*/

.cbp-spmenu {
    background-color: rgba(35, 33, 33, 0.92);
    position: fixed;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    padding: 0 0 40px 0;
    width: 100%;
    max-width: 190px;
    line-height: 38px;
}

.cbp-spmenu a:hover {
    text-decoration: none;
}

.cbp-spmenu a:active {
    color: #f5f5f5;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 100vw;
    height: 100%;
    top: 66px;
    z-index: 1000;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -100vw;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-height: 26.375em) {

}

.mobile-menu {
    margin: 90px auto 0 auto;
    width: 190px;
}

.tooltip_templates {
    display: none;
}

.tooltipster-sidetip .tooltipster-box {
    background: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 3px 0px 32px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 0px 32px 0 rgba(0, 0, 0, 0.2);
}

.tooltipster-sidetip .tooltipster-content {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    padding: 25px 20px 25px 20px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border-bottom-color: #fff !important;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border-bottom-color: #fff !important;
}

a.mob-cat {
    display: inline-block;
    width: initial;
    margin: 10px 0 0 -25px;
    padding: 12px 30px 12px 24px;
    box-shadow: 0 0 0 3px #ff3b23 inset;
    border-radius: 40px;
    font-size: 34px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a.mob-cat:hover {
    color: #fff;
    background-color: #ff3b23;
}

.menu-black-mobile {
    display: none;
    background-color: #232121;
    height: 100%;
}

.mb-logo {
    width: 110px;
    float: left;
    padding: 11px 0 0 10px;
}

.mb-tabs {
    padding: 0 0 0 5px;
    position: relative;
    height: 100%;
    margin-left: 110px;
}

.mb-tab {
    position: relative;
    cursor: pointer;
    width: 20%;
    float: left;
    height: 100%;
}

.mb-tab.act {
    background: #fff;
}

.mb-tab a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mb-tab.mb-call {
    background-image: url(/includes/img/call-w.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.mb-tab.mb-call.act {
    background-image: url(/includes/img/call-b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.mb-tab.mb-search {
    visibility: hidden;
    background-image: url(/includes/img/lp-w.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.mb-tab.mb-search.act {
    background-image: url(/includes/img/lp.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.mb-tab.mb-lk {
    background-image: url(../../img/man-w.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.mb-tab.mb-lk.act {
    background-image: url(../../img/man.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*pointer-events: none;*/
}

.mb-tab.mb-cart {

}

.mb-tab.mb-toggler {

}

.mb-content {
    display: none;
    height: 70px;
    background: #fff;
}

.mb-content.mbc-call {
    text-align: center;
}

.mb-content.mbc-call .spec-box-call a {
    color: #1d97fa;
}

.mb-content.act {
    display: block;
}

.mb-content .phone-head {
    display: inline-block;
    margin: 0 0 0 0;
    left: 0;
    padding: 26px 0 0 0;
}

.mb-content .spec-box-call {
    display: inline-block;
    margin: 0 0 0 30px;
    left: 0;
    padding: 26px 0 0 0;
    float: initial;
}

/* ==========================================================================
   Media Queries
   ===================================== ONE ============================== */
@media (min-width: 320px) and (max-width: 479px) {
    .mb-tabs {
        padding: 0 0 0 0;
    }
    .menu-box,
    .crt-search {
        display: none;
    }
    .mob-menu {
        display: block;
    }
    .mm-opened .mob-menu {
        display: none;
    }
    .mm-opened .mob-menu-close {
        display: block;
    }
    .logo-inn img {
        height: 33px;
    }
    .m-menu {
        height: 55px;
    }
    .mob-menu {
        top: 20px;
    }
    .logo-inn {
        margin: 10px 0 0 0;
    }
    .cart-wr {
        height: 55px;
        width: 140px;
        float: right;
    }
    .menu-cart {
        width: 58.33333333%;
    }
    .menu-logo {
        width: 114px;
    }
    /*------------------------------------------*/
    .m-menu .menu-wrap,
    .menu-black-container {
        display: none;
    }
    .menu-black-mobile {
        display: block;
    }
    .m-menu .menu-wrap-black {
        height: 55px;
    }
    .mb-logo {
        width: 100px;
        padding: 11px 0 0 20px;
    }
    .cbp-spmenu-vertical {
        top: 55px;
    }
    .mob-menu-close {
        top: 14px;
    }
    .mb-cart .cart-box {
        top: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .menu-box {
        display: none;
    }
    .mob-menu {
        display: block;
    }
    .mm-opened .mob-menu {
        display: none;
    }
    .mm-opened .mob-menu-close {
        display: block;
    }
    .menu-cart {
        width: 58.33333333%;
    }
    .cart-box {
        top: 30px;
        right: 40px;
    }
    .m-menu .menu-li {
        margin: 0 0 0 15px;
    }
    .m-menu .menu-li a {
        font-size: 12px;
    }
    /*------------------------------------------*/
    .m-menu .menu-wrap,
    .menu-black-container {
        display: none;
    }
    .menu-black-mobile {
        display: block;
    }
}

@media (min-width: 768px)  and (max-width: 979px) {
    .m-menu .menu-li a {
        font-size: 15px;
    }
    .m-menu .menu-li.menu-cato {
        margin: 0 0 0 -15px;
    }
}

@media (max-width: 991px) {
    .m-menu .menu-li {
        margin-left: 30px;
    }
}