.nbCatalogBtnMain {
    position: relative;
    background: #fff;
    padding: 0.78rem 1.75rem 0.78rem 3.5rem;
    cursor: pointer;
    transition: .5s;
    display: block;
    text-decoration: none !important;
}

.nbCatalogBtnMain__icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    width: 2.75rem;
    height: 2.75rem;
    background: #192f4e;

}

.nbCatalogBtnMain__text {
    color: #3b3b3b;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.nbCatalogBtnMain__iconLine {
    height: 2px;
    width: 1.55rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -0.0625rem;
}

.nbCatalogBtnMain__iconLine:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    display: block;
    transition: .5s;
}

.nbCatalogBtnMain__iconLine._3:before {
    right: 30%;
}

.nbCatalogBtnMain__iconLine._1 {
    margin-top: -7px;
}

.nbCatalogBtnMain__iconLine._2 {
    margin-top: -1px;
}

.nbCatalogBtnMain__iconLine._3 {
    margin-top: 5px;

}


.nbCatalogBtnMain__iconLine._1 {
    transition: transform .2s linear 0s, margin-top .2s linear .2s
}

.nbCatalogBtnMain__iconLine._2 {
    transition: opacity 0s linear .2s
}

.nbCatalogBtnMain__iconLine._3 {
    transition: transform .2s linear 0s, margin-top .2s linear .2s
}

.nbCatalogBtnMain._active .nbCatalogBtnMain__iconLine._1,
.catalogMenuMain:hover .nbCatalogBtnMain .nbCatalogBtnMain__iconLine._1 {
    margin-top: -0.0625rem;
    transform: rotate(45deg);
    transition: margin-top .2s linear 0s, transform .2s linear .2s
}

.catalogMenuMain:hover:before {
    content: '';
    position: absolute;
    top: 79%;
    left: 0;
    height: 20px;
    width: 100%;
    background: unset;
}

.nbCatalogBtnMain._active .nbCatalogBtnMain__iconLine._2,
.catalogMenuMain:hover .nbCatalogBtnMain .nbCatalogBtnMain__iconLine._2 {
    opacity: 0;
    transition: opacity 0s linear .2s
}

.nbCatalogBtnMain._active .nbCatalogBtnMain__iconLine._3,
.catalogMenuMain:hover .nbCatalogBtnMain .nbCatalogBtnMain__iconLine._3 {
    margin-top: -0.0625rem;
    transform: rotate(-45deg);
    transition: margin-top .2s linear 0s, transform .2s linear .2s
}

.catalogMenuMain:hover .nbCatalogBtnMain__iconLine._3:before {
    right: 0;
}

.nbcatalogMenuMain {
    position: absolute;
    top: 100%;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
    left: 50%;
    right: 0;
    display: none;
    width: 100vw;
    transform: translateX(-50%);
    z-index: 250;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    overflow: hidden;

}

.catalogMenuMain:hover .nbcatalogMenuMain {
    display: block !important;
}

.catalogMenuMain:hover .nbCatalogBtnMain {
    background: #192f4e;
}

.catalogMenuMain:hover .nbCatalogBtnMain__text {
    color: #fff;
}

.catalogMenuMain {
}

.catalogMenuMain__header {
    font-size: 1.125rem;
    color: #505050;
    font-weight: bold;
    text-align: center;
    display: block;
    background: #f5f5f5;
    padding: 0.8125rem 1rem;
    text-transform: uppercase;
    text-decoration: none !important;
}

.catalogMenuMain__header:hover {
    color: #e31e24;
}

.catalogMenuMain__xs {
}

.catalogMenuMain__title {
}

.catalogMenuMain__xsBtn {
}

.catalogMenuMain__xsBtn._active {
}

.catalogMenuMain__ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    display: none;
    z-index: 150;
    left: 100%;
    top: 0px;
    min-width: 100%;
}

.catalogMenuMain__ul._lvl_1 {
    position: relative;
    display: block;
    left: 0;
    padding: 1.5rem 0;
}

.catalogMenuMain__ul._lvl_1._active {
    display: block !important;
}

.catalogMenuMain__ul._lvl_2 {
    width: calc(100% - 22rem);
    min-width: calc(100% - 22rem);
    top: 0;
    opacity: 0;
    left: 22rem;
    bottom: 0;
    top: 0;
}

.catalogMenuMain__ul._lvl_2._bot {
    top: auto;
    bottom: 0;
}

.catalogMenuMain__ul._lvl_3 {
    position: relative;
    display: block;
    left: 0;
}

.catalogMenuMain__ul._hover {
    display: block;
}

.catalogMenuMain__ul._lvl_2._hover {
    display: flex;
}


.catalogMenuMain__item {
}

.catalogMenuMain__item._hover {
}

.catalogMenuMain__item:last-child {
    border-bottom: none;
}

.catalogMenuMain__item._lvl_1 {
    display: block;
    width: 22rem;
}

.catalogMenuMain__link {
    padding: 0.5rem;
    display: block;
    white-space: normal;
    z-index: 11;
    color: #595858;
    font-size: 1.125rem;
    position: relative;
    text-decoration: none;
}

.catalogMenuMain__link._lvl_1 {
    padding-left: 2.875rem;
    padding-right: 1rem;
    color: #3b3b3b;
    text-transform: uppercase;
}

.catalogMenuMain__item:hover > .catalogMenuMain__link._lvl_1 {
    text-decoration: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
    background: #ffffff url(images/point.svg?v1) 0.75rem center no-repeat;
    background-size: 25px auto;
    font-weight: 500;
}

.catalogMenuMain__bgText {
    position: absolute;
    right: 45%;
    color: #f6f6f6;
    font-size: 5.625rem;
    line-height: 1;
    font-family: "Times New Roman", Times, serif, Times;
    text-transform: uppercase;
    bottom: -2rem;
}

.catalogMenuMain__bgImage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-position: right top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

div.catalogMenuMain__ul._lvl_2:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #fff, #F6F6F6);
    width: 100vw;
    z-index: -1;
}


.catalogMenuMain__bgText {
    display: none;
}

.catalogMenuMain__item._lvl_2,
.catalogMenuMain__item._lvl_3 {
    border: none !important;
}

.catalogMenuMain__link._lvl_1 {
    line-height: 1.2;
}


.catalogMenuMain__ul._lvl_2 {
    padding: 1.5rem 1.5rem 1.5rem 3.5rem;
}

.catalogMenuMain__ul._lvl_3 {
}

.catalogMenuMain__ul._lvl_2::-webkit-scrollbar {
    width: 5px;
}

.catalogMenuMain__ul._lvl_2::-webkit-scrollbar-track {
    background: #ebebeb;
    width: 5px;
}

.catalogMenuMain__ul._lvl_2::-webkit-scrollbar-thumb {
    background-color: #949494;
    width: 5px;
}


.catalogMenuMain__ul._lvl_1::-webkit-scrollbar {
    width: 5px;
    z-index: 10;
}

.catalogMenuMain__ul._lvl_1::-webkit-scrollbar-track {
    background: #ebebeb;
    width: 5px;
    z-index: 10;
}

.catalogMenuMain__ul._lvl_1::-webkit-scrollbar-thumb {
    background-color: #949494;
    width: 5px;
    z-index: 10;
}

.catalogMenuMain__caret {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    bottom: 0;
    width: 2rem;
}

.catalogMenuMain__caret svg {
    width: 12px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #a7753b;
    opacity: 0;
}

.catalogMenuMain__item:hover .catalogMenuMain__caret svg {
    opacity: 1;
}

.catalogMenuMain__ul._lvl_2 .catalogMenuMain__caret {
    display: none;
}


.catalogMenuMain__icon {
    position: absolute;
    left: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.catalogMenuMain__icon:after {
    content: none !important;
}

.catalogMenuMain__item:hover .catalogMenuMain__icon {
    filter: brightness(0) invert(1);
}

.catalogMenuMain__ul._lvl_1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 21.75rem;
    bottom: 0;
    width: 1px;
    background: #e8e8e8;
}


.catalogMenuMain__ul._lvl_2._real {
    width: 50%;
    position: relative;
    left: 0;
    box-shadow: none;
    max-height: none;
    padding: 0;
    opacity: 1;
    display: block;
    overflow: auto;
    min-width: 0;
    padding-top: 0.875rem;
    padding-bottom: 0rem;
}

.catalogMenuMain__item._lvl_2 {

}

/*.catalogMenuMain__item._lvl_1:nth-child(2) .catalogMenuMain__ul._lvl_2 {display: block;}*/
.catalogMenuMain__item._lvl_2 {
    margin-bottom: 1rem;
}

.catalogMenuMain__item._lvl_2:last-child {
    margin-bottom: 0;
}

.catalogMenuMain__images {
    width: 4rem;
    height: 4.5rem;
    border-bottom: 0.5rem solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0.375rem;
    top: 0;
}

.catalogMenuMain__link._lvl_2 {
    color: #7a716d;
    padding: 0;
    line-height: 1.1;
    font-size: 1.125rem;
    font-weight: auto;
}

.catalogMenuMain__link._lvl_2:hover {
    text-decoration: underline;
    color: #af814c;
}

.catalogMenuMain__link._lvl_2._all {
    color: #3c4249;
    display: inline-block;
    padding-right: 1.5rem;
}

.catalogMenuMain__link._lvl_2 svg {
    width: 12px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #3c4249;
    right: 0;
}

.catalogMenuMain__images:after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    background: #e31f24;
    left: 0;
    right: 0;
    height: 3px;
    margin-bottom: -1px;
}

.catalogMenuMain__ul._lvl_3 {
    padding: 0.875rem 0 0;
    background: transparent;
}

.catalogMenuMain__ul._lvl_3._real {
    padding: 0;
}

.catalogMenuMain__link._lvl_3 {
    color: #353535;
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: none;
    padding: 0.5rem 0rem 0.5rem 0rem;
    line-height: 1.2;
}

.catalogMenuMain__link._lvl_3:hover {
    color: #ccc;
    text-decoration: underline;
}

.catalogMenuMain__item._lvl_1._bot {
    position: relative;
}

.catalogMenuMain__item._lvl_1._bot > .catalogMenuMain__ul {
    top: auto;
    bottom: 0;
}


/*.catalogMenuMain__item._action,*/

/*.catalogMenuMain__item._action>.catalogMenuMain__link,*/

/*.catalogMenuMain__item._action:hover>.catalogMenuMain__link,*/
/*
.catalogMenuMain__item._custom {border-bottom: 1px solid #fff;}
.catalogMenuMain__item._custom>.catalogMenuMain__link {background: #f5f5f5; color: #505050;}
.catalogMenuMain__item._custom:hover>.catalogMenuMain__link {background: #e31f24; color: #fff;}
*/
/*.catalogMenuMain__item._action>.catalogMenuMain__link {color: #e31f24; }*/

.catalogMenuMain__icon.icon {
    height: 3.125rem;
    width: 3.125rem;
    position: absolute;
    left: 0;
}

.catalogMenuMain__icon.icon:before {
    transform-origin: left;
    transform: translate(-50%, -50%) scale(1.08);
}


.catalogMenuMain__item._hide {
    display: none;
}

.catalogMenuMain__item._more .catalogMenuMain__link {
    color: #000 !important;
}

.catalogMenuMain__item._more .catalogMenuMain__link:hover {
    color: #ccc !important;
}


.catalogMenuMain__moreContainer {
}

.catalogMenuMain__moreContainer._show {
    background: #fff;
    padding: 15px 15px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: -15px;
    max-height: 200%;
    overflow: auto;
    z-index: 1000;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
}

.catalogMenuMain__moreContainer._show::-webkit-scrollbar {
    width: 5px;
}

.catalogMenuMain__moreContainer._show::-webkit-scrollbar-track {
    background: #ebebeb;
    width: 5px;
}

.catalogMenuMain__moreContainer._show::-webkit-scrollbar-thumb {
    background-color: #949494;
    width: 5px;
}

.catalogMenuMain__moreContainer._show {
}

.catalogMenuMain__moreContainer._show .catalogMenuMain__item._hide {
    display: block;
}

.catalogMenuMain__moreContainer._show .catalogMenuMain__item._more {
    display: none;
}


.catalogMenuMain__item._order40 .catalogMenuMain__link._lvl_1 {
    position: relative;
    color: #fff !important;
}

.catalogMenuMain__item._order40 .catalogMenuMain__link._lvl_1:before {
    content: '';
    display: block;
    left: 2.5rem;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #192f4e;
    z-index: -1;
}

.catalogMenuMain__link._lvl_1[href="/catalog/fj-kollektsiya/"] {
    position: relative;
    color: #fff !important;
}

.catalogMenuMain__link._lvl_1[href="/catalog/fj-kollektsiya/"]:before {
    content: '';
    display: block;
    left: 2.5rem;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #F54790;
    z-index: -1;
}


.catalogMenuMain__link._lvl_1[href="/catalog/tovary-marketpleysa/"],
.catalogMenuMain__link._lvl_1[href="/catalog/luchshaya-tsena/"],
.catalogMenuMain__link._lvl_1[href="/catalog/sale/"] {
    position: relative;
    color: #091c3b !important;
}

.catalogMenuMain__link._lvl_1[href="/catalog/tovary-marketpleysa/"]:before,
.catalogMenuMain__link._lvl_1[href="/catalog/luchshaya-tsena/"]:before,
.catalogMenuMain__link._lvl_1[href="/catalog/sale/"]:before {
    content: '';
    display: block;
    left: 2.5rem;
    top: 0.5rem;
    bottom: 0.5rem;
    right: 1.75rem;
    position: absolute;
    background: #d0eb00;
    z-index: -1;
}

.catalogMenuMain__link._lvl_1[href="/catalog/tovary-marketpleysa/"] {
    color: #fff !important;
}
.catalogMenuMain__link._lvl_1[href="/catalog/luchshaya-tsena/"] {
    color: #3b3b3b !important;
}

.catalogMenuMain__link._lvl_1[href="/catalog/tovary-marketpleysa/"]:before,
.catalogMenuMain__link._lvl_1[href="/catalog/luchshaya-tsena/"]:before {
    background-color: #D7D4BE;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .35s;
}

.catalogMenuMain__link._lvl_1[href="/catalog/tovary-marketpleysa/"]:before {
    background-color: #cb28db;
}



.catalogMenuMain__item .catalogMenuMain__link._lvl_1[href="/catalog/luchshaya-tsena/"] {
    color: #3b3b3b !important;
    background: none;
    overflow: hidden;
}

.catalogMenuMain__item .catalogMenuMain__link._lvl_1[href="/catalog/tovary-marketpleysa/"]:hover,
.catalogMenuMain__item .catalogMenuMain__link._lvl_1[href="/catalog/luchshaya-tsena/"]:hover {
    color: #fff !important;
}

.catalogMenuMain__item .catalogMenuMain__link._lvl_1[href="/catalog/tovary-marketpleysa/"]:after,
.catalogMenuMain__item .catalogMenuMain__link._lvl_1[href="/catalog/luchshaya-tsena/"]:after,
.catalogMenuMain__item .catalogMenuMain__link._lvl_1[href="/catalog/fj-kollektsiya/"]:after,
.catalogMenuMain__item._order40 .catalogMenuMain__link._lvl_1:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 42px;
    background: url(images/point_white.svg?v1) 0.75rem center no-repeat;
    transition: .35s;
    opacity: 0;
}



.catalogMenuMain__item:hover .catalogMenuMain__link._lvl_1[href="/catalog/tovary-marketpleysa/"]:before,
.catalogMenuMain__item:hover .catalogMenuMain__link._lvl_1[href="/catalog/luchshaya-tsena/"]:before,
.catalogMenuMain__item._order40:hover .catalogMenuMain__link._lvl_1:before {
    left: 0;
    background-color: var(--color-blue);
    transition: .35s;
}

.catalogMenuMain__item:hover .catalogMenuMain__link._lvl_1[href="/catalog/fj-kollektsiya/"]:before {
    left: 0;
    transition: .35s;
}

.catalogMenuMain__item:hover .catalogMenuMain__link._lvl_1[href="/catalog/tovary-marketpleysa/"]:after,
.catalogMenuMain__item:hover .catalogMenuMain__link._lvl_1[href="/catalog/luchshaya-tsena/"]:after,
.catalogMenuMain__item:hover .catalogMenuMain__link._lvl_1[href="/catalog/fj-kollektsiya/"]:after,
.catalogMenuMain__item._order40:hover .catalogMenuMain__link._lvl_1:after {
    opacity: 1;
    transition: .35s;
}





/*.catalogMenuMain__item {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/
/*.catalogMenuMain__item:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    z-index: ;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background-image: url(images/decor_list.svg?v1);*/
/*    background-repeat: no-repeat;*/
/*}*/


.catalogMenuMain__link._parent._lvl_1 span._prc {
    padding: 0 4px;
    border-radius: 7px;
    background: #062440;
    color: #a3c91c;
    font-weight: bold;
}

@media (max-width: 1339px) {
    .nbCatalogBtnMain {
        padding-top: 0.88rem;
        padding-bottom: 0.88rem;
        padding-right: 0.88rem;
    }

    .nbCatalogBtnMain__text {
        font-size: 1rem;
    }
}


/*desktops*/
@media (max-width: 1200px) {
    .catalogMenuMain__link._lvl_1 {
        padding-left: 3.75rem;
    }

    .catalogMenuMain__icon {
        left: 1.125rem;
    }
}

/*tablets*/
@media (max-width: 991px) {
    .catalogMenuMain {
        margin: 0 -15px;
    }

    .catalogMenuMain__icon {
        left: 15px;
    }

    .catalogMenuMain__ul._lvl_1 {
        display: none;
    }

    .catalogMenuMain__link._lvl_1 {
        padding: 0.75rem 1.25rem 0.75rem 3.875rem;
        font-size: 0.92rem;
        background: #f9f9f9;
    }

    .catalogMenuMain__item._custom > .catalogMenuMain__link {
        background: #f9f9f9;
        color: #595858;
        border-bottom: 1px solid #e6e6e6;
    }

    .catalogMenuMain__header {
        color: #e31e24;
        text-transform: none;
        padding: 0.6875rem 3rem 0.6875rem 15px;
        font-size: 1rem;
        background: #fff;
        text-align: left;
        border-bottom: 1px solid #e6e6e6;
        font-weight: 600;
    }

    .catalogMenuMain__headerContainer {
        position: relative;
    }

    .catalogMenuMain__headerCaret {
        position: absolute;
        right: 0px;
        top: 0px;
        cursor: pointer;
        z-index: 20;
        display: block;
        width: 2.9rem;
        height: 2.9rem;
        padding-top: 0.7rem;
        text-align: center;
        color: #e31e24;
    }

    .catalogMenuMain__headerCaret:before {
        content: '\f107';
        font-family: FontAwesome;
        display: block;
    }

    .catalogMenuMain._active {
    }

    .catalogMenuMain._active .catalogMenuMain__header {
        background: #595959;
        color: #fff;
    }

    .catalogMenuMain._active .catalogMenuMain__headerCaret:before {
        color: #fff;
        content: '\f106' !important;
    }

    .catalogMenuMain._active .catalogMenuMain__ul._lvl_1 {
        display: block;
    }

    .catalogMenuMain__item._hide {
        display: block;
    }

    .catalogMenuMain__item._more {
        display: none;
    }

}

/*phones*/
@media (max-width: 767px) {
    .catalogMenuMain__icon {
        font-size: 1.5rem;
    }

    .catalogMenuMain__header {
        font-size: 1.125rem
    }

    .catalogMenuMain__link._lvl_1 {
        font-size: 1rem;
        color: #000;
    }
} 