.has-inner-items-icon {
    display: none;
}

.header__menu--new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    z-index: 1;
}

.header__menu--new__multiple-levels {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    height: 365px;
    background: rgb(249, 248, 248);
    width: 100%;
    max-width: 1920px;
    transition: 0.5s ease;
    padding: 25px 0 0 0;
    transform: translate(-70%, -10px);
    flex-direction: column;
    align-items: center;
}

@media(max-width: 1320px) {
    .header__menu--new__multiple-levels {
        padding: 0;
    }
}

.header__menu--new__multiple-levels .active::before {
    content: "";
    background-image: url("/img/arrow-header-menu.svg");
    background-repeat: no-repeat;
    height: 15px;
    width: 10px;
    position: absolute;
    top: 16px;
    right: -15px;
}

.header__menu--new__multiple-levels .menu__item--new.active ~ .menu-hover-box.max-height {
    height: 100%;
    max-height: 365px;
}

.header__menu--new__multiple-levels .menu__item--new.active ~ .menu-hover-box.min-height {
    height: 100%;
    max-height: 200px;
}

@media(max-width: 460px) {
    .header__menu--new__multiple-levels .menu__item--new.active ~ .menu-hover-box.min-height {
        max-height: none;
    }
}

.header__menu--new .menu-hover-box {
    position: absolute;
    padding: 0;
    top: 0;
    width: 80vw;
    z-index: 99;
    background: #fff;
    display: none;
    justify-content: start;
    right: 50%;
    left: 50%;
    transform: translate(7%, 0);
    overflow: hidden;
    transition: none;
    -webkit-box-shadow: 0px 5px 5px -5px rgb(34 60 80 / 60%);
    -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 5px 5px -9px rgb(34 60 80 / 60%);
}

@media(max-width: 1490px) {
    .header__menu--new .menu-hover-box {
        width: 84vw;
    }
}

@media(max-width: 1590px) {
    .header__menu--new .menu-hover-box {
        transform: translate(15%, 0);
    }
}

@media(max-width: 1390px) {
    .header__menu--new .menu-hover-box {
        transform: translate(17%, 0);
    }
}

@media(max-width: 1220px) {
    .header__menu--new .menu-hover-box {
        transform: translate(23%, 0);
    }
}

@media(max-width: 1100px) {
    .header__menu--new .menu-hover-box {
        transform: translate(30%, 0);
    }
}

.header__menu--new__item {
    background: transparent;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    color: #0E0D0D;
    transition: .4s;
    width: max-content;
    text-align: start;
    padding: 10px;
    cursor: pointer;
}

.header__menu--new__item a, .header__menu--new__item span{
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
}


.header__menu--new__item:hover {
    color: #B08F76;
}


.menu__item--new {
    width: 100%;
    padding: 10px;
    position: relative;
}

.menu__item--new .menu__item-t {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.menu__item--new.active ~ .menu-hover-box {
    display: flex;
    padding: 32px;
    height: 280px;
    z-index: 99;
}

@media(max-width: 1320px) {
    .menu__item--new.active ~ .menu-hover-box {
        padding: 5px 5px 5px 5%;
    }
}

.header__menu--new .header__menu--new__multiple-levels .menu-hover-dop-box {
    display: flex;
    width: 99%;
    max-width: none;
}

.header__menu--new__item-level-two{
    display: flex;
    flex-direction: column;
    width: 175px;
}

@media(max-width: 1320px) {
    .header__menu--new__item-level-two {
        width: 165px;
    }
}

@media(max-width: 1200px) {
    .header__menu--new__item-level-two {
        width: 145px;
    }
}

@media(max-width: 990px) {
    .header__menu--new__item-level-two {
        text-align: unset;
    }
}

.header__menu--new__item-level-two a {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
    color: #000000;
    text-transform: initial;
    transition: all .45s ease-out;
    margin-bottom: 10px;
}

.header__menu--new__item-level-three a {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-transform: initial;
    transition: all .45s ease-out;
}

.header__menu--new__item-level-three {
    margin-bottom: 5px;
}

.header__menu--new__container {
    width: 84%;
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 1900px) {
    .header__menu--new__container {
        width: 95%;
    }
}

@media(max-width: 1490px) {
    .header__menu--new__container {
        width: 100%;
    }
}



.header__menu--new .next.header__menu--new__container {
    padding-top: 0;
}

@media(min-width:590px) {
    .all-goods {
        display: none;
    }
}

.header__menu--new__item-level-two--title-mobile {
    display: none;
}

.arrow-menu-mobile {
    display: none;
}

.arrow-menu-mobile-level2 {
    display: none;
}

.all-item-level1 {
    display: none;
}

.all-item-level2 {
    display: none;
}

.header-menu-container {
    display: none;
    opacity: 0;
}

.new-menu-close {
    display: none ;
}

@media (max-width: 1023px) {

    .header__menu--new__container {
        width: 100% !important;
    }
    .menu__item--new {
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header__menu--new  {
        position: relative;
    }

    .burger-menu .content {
        padding: 0;
        padding-top: 5px;
    }

    .menu.header__menu--new.pt {
        padding: 20px;
        padding-top: 0;
        padding-bottom: calc(20px - 14px);
    }

    .menu.header__menu--new.des-none.header-mob-min {
        padding: 20px;
        border-top: 1px solid #F5EBE2;
    }


    .header__nav.burger-menu-content-to-add .menu-hover-dop-box {
        display: flex;
        flex-direction: column;
        max-height: 60vh;
        overflow-y: scroll;
        border-bottom: 1px solid #B08F76;
        border-bottom: 1px solid #F5EBE2;
    }

    .header__nav.burger-menu-content-to-add .menu-hover-dop-box ul {
        margin-right: 0;
    }
}

.menu__item-t--mobile {
    display: none;
}

/*Mobile*/

@media (max-width: 1023px) {

    .header__nav {
        height: 100%;
    }
    .header__menu__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 90%;
        overflow-y: auto;
    }

    .header-menu-container {
        display: block;
    }

    .header-menu-info {
        display: flex;
        flex-direction: column;
    }

    .header-menu-info__title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: rgb(0, 0, 0);
        font-family: "Open Sans";
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        padding: 20px 16px;
        border-top: 1px solid rgb(246, 236, 228);
        border-bottom: 1px solid rgb(246, 236, 228);
    }

    .header__menu--new__item a, .header__menu--new__item span{
        font-size: 15px;
    }

    .menu__item--new .menu__item-t {
        font-size: 13px;
    }

    .header-menu-info__list {
        display: none;
    }

    .header-menu-info__list--open {
        display: block;
    }

    .header-menu-info__item {
        padding: 14px 16px 14px 32px;
        border-bottom: 1px solid rgb(246, 236, 228);
    }

    .header-menu-info__item a {
        color: rgb(0, 0, 0);
        font-family: "Open Sans";
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
    }

    .header-menu-interface {
        display: flex;
        flex-direction: column;
    }

    .header-menu-interface__item {
        padding-left: 15px;
        margin-top: 25px;
        margin-left: 0;
        width: 100%;
    }

    .header-menu-interface__item .tel {
        font-size: 14px;
        font-family: 'Open Sans';
        line-height: 17px;
        font-style: normal;
        font-weight: 500;
        color: #0E0D0D;
        transition: all .45s ease-out;
    }

    .header-menu-interface__item a {
        display: flex;
    }


    .menu__item-t--desktop {
        display: none;
    }
    .menu__item-t--mobile {
        display: block;
    }


    .arrow-menu-mobile.arrow-rotate {
        transform: none;
    }

    .arrow-menu-mobile2.arrow-rotate {
        transform: none;
    }

    .header__menu--new__level-two-container {
        display: none;
    }

    .menu__item--new.active ~ .menu-hover-box {
        display: none;
    }

    .menu__item--new {
        justify-content: space-between;
    }

    .menu-hover-box--open {
        display: flex !important;
    }

    .header__menu--new__level-two-container--open {
        display: flex;
    }

    .header__menu--new__multiple-levels .active::before {
        display: none;
    }

    .header__menu--new__item-level-two--title-desktop {
        display: none;
    }

    .menu-mobile--new .all-item-level1 {
        display: block;
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        text-transform: none;
        font-family: 'Manrope';
        margin-bottom: 10px;
    }


    .menu-mobile--new .all-item-level2 {
        display: block;
        font-size: 15px;
        line-height: 17px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 300;
        color: #000000;
        margin-bottom: 5px;
        line-height: 24px;
    }

    .header__menu--new__item:hover {
        color: #0E0D0D;
    }

    .header__menu--new__catalog--open::after {
        content: '';
        position: absolute;
        top: 12px;
        right: 20px;
        width: 14px;
        height: 15px;
        background-image: url('/img/arrow-menu-mob.svg');
        background-size: contain;
        background-repeat: no-repeat;
        transform: rotate(180deg);
    }

    .header__menu--new__catalog--open.arrow-rotate-after::after {
        transform: none;
    }

    .arrow-menu-mobile {
        display: block;
        width: 14px;
        height: 14px;
        margin-right: 10px;
        margin-bottom: 3px;
    }

    .arrow-menu-mobile img {
        width: 100%;
        object-fit: contain;
        transform: rotate(180deg);
    }

    .arrow-menu-mobile-level2 {
        display: block;
        width: 14px;
        height: 14px;
        margin-right: 10px;
        margin-bottom: 3px;
    }

    .arrow-menu-mobile-level2 img {
        width: 100%;
        object-fit: contain;
        transform: rotate(180deg);
    }

    .arrow-menu-mobile-info {
        width: 14px;
        height: 14px;
        margin: 5px 5px 5px 0;
        transform: rotate(180deg);
    }

    .arrow-menu-mobile-info img {
        width: 100%;
        object-fit: contain;
    }

    .arrow-menu-mobile-info.arrow-rotate {
        transform: none;
    }

    .menu-mobile--new .header__menu--new__multiple-levels--open {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .menu-mobile--new .header__menu--new__item-level-two--title-mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        cursor: none;
    }

    .header__menu--new {
        flex-direction: column;
        align-items: start;
    }

    .header__menu--new__item {
        width: 100%;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        text-transform: uppercase;
        margin: 1px 0;
        background: rgb(249, 248, 248);
        padding: 0;
        cursor: none;
    }

    .header__menu--new__item:not(:first-child) {
        padding: 10px 0 10px 20px;
    }

    .catalog-open {
        height: 47px;
        padding-left: 20px;
        padding-top: 15px;
        display: block;
    }

    .menu-mobile--new .header__menu--new__multiple-levels {
        padding: 0;
        height: auto;
        align-items: start;
        background: white;
        position: static;
        transform: none;
        margin-left: 0;
        margin-bottom: 0;
    }

    .header__menu--new .menu-hover-box {
        transform: translate(1%, 0);
    }

    .menu-mobile--new .header__menu--new__container {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .menu-mobile--new .header__menu--new__item-level-one {
        padding: 10px 0 10px 32px;
        margin: 1px 0;
        background: white;

        width: 100%;
    }

    .menu-mobile--new .header__menu--new__item-level-one:not(:last-child) {

        border-bottom: 1px solid rgb(246, 236, 228);

    }

    .menu-mobile--new .menu__item--new.active~.menu-hover-box {
        position: static;
        margin-top: 0;
        padding-right: 14px;
        padding-left: 20px;
        opacity: 1;
        bottom: 0;
        transition: height .35s ease-out,
        opacity .35s ease-out;
        box-shadow: none;
    }

    .menu-mobile--new .menu__item--new.active ~ .menu-hover-box {
        padding: 10px;
    }

    .menu-mobile--new .header__menu--new__multiple-levels .menu__item--new.active ~ .menu-hover-box.max-height {
        max-height: none;
        height: auto;
        width: 99%;
    }

    .header__menu--new__item-level-two {
        width: 100%;
    }

}

@media(max-width: 1320px) {
    .header__menu--new__item-level-one {
        padding-left: 20%;
    }
}

@media(max-width: 1220px) {
    .header__menu--new__item-level-one {
        padding-left: 34%;
    }
}

@media(max-width: 1070px) {
    .header__menu--new__item-level-one {
        padding-left: 30%;
    }
}

@media (max-width: 490px) {
    .header__menu__wrapper {
        height: 83%;
    }
}
