.header__sticky {
    padding-bottom: env(safe-area-inset-bottom)!important;
}

.header__bottom .equipment-catalog .catalog__container {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 2px 6.4px 0px #00000040;
    display: none;
    width: 100%;
    z-index: 999;
    padding: 0;
    height: calc(100vh - 56px - 84px - 20px);
    max-height: 744px;
    opacity: 0;
    transition: .6s ease-out;
}

.header__bottom .equipment-catalog .catalog__container.active {
    display: flex;
    opacity: 1;
}

.header__bottom .equipment-catalog .catalog__container a {
    color: #797979;
}

.header__bottom .equipment-catalog .catalog__wrapper {
    display: flex;
    gap: 20px;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block-container {
    width: 100%;
    padding: 44px 20px 20px;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block-wrapper {
    display: flex;
    gap: 20px;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block-container .section-title.active {
    display: block;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block-container .section-title {
    display: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #343434;
    margin-bottom: 24px;
}

.header__bottom .equipment-catalog .catalog__wrapper ul {
    list-style: none;
    padding: 0;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block {
    height: 100%;
    overflow: auto;
    scroll-behavior: smooth;
}

/* Chrome, Edge, Safari */
.header__bottom .equipment-catalog .catalog__wrapper .menu-block::-webkit-scrollbar {
    width: 6px;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block::-webkit-scrollbar-track {
    background: transparent;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block::-webkit-scrollbar-thumb {
    background: #797979;
    border-radius: 4px;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block-wrapper {
    max-height: calc(100% - 64px);
    height: 100%;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-1 {
    max-width: 345px;
    width: 100%;
    background: #F5F5F5;
    flex-shrink: 0;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-2,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-3 {
    max-width: 262px;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-1 li a,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-2 li a,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-3 li a,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-4 li a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    line-height: 20px;
    transition: .3s ease-out;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-1 .menu-level-1 > li > a {
    color: #797979;
    font-weight: 500;
    padding: 12px 10px;
    background: #F5F5F5;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-2 li a,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-3 li a,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-4 li a {
    color: #343434;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-1 .menu-level-1 > li.hover > a,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-1 .menu-level-1 > li.active > a {
    background: #fff;
    color: #EE3224;
    padding-left: 24px;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-2 li.no-active a,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-3 li.no-active a,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-4 li.no-active a {
    color: #9F9F9F;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-1 .menu-level-1 > li.hover > a svg path,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-1 .menu-level-1 > li.active > a svg path {
    stroke: #EE3224;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-2 li a svg path,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-3 li a svg path,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-4 li a svg path {
    stroke: #343434;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-2 li.no-active a svg path,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-3 li.no-active a svg path,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-4 li.no-active a svg path {
    stroke: #9F9F9F;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block li a svg path {
    transition: .3s ease-out;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block li a svg {
    margin: 0;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block li.custom-menu-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: none;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block li.custom-menu-link.show {
    display: block;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block li.custom-menu-link a {
    color: #EE3224;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block li.custom-menu-link .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block li.custom-menu-link .icon svg path {
    stroke: #EE3224;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block li.custom-menu-link .icon svg {
    transition: .3s ease-out;
    transform: translateX(-27px);
}


.header__bottom .equipment-catalog .catalog__wrapper .menu-block li a .icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block li.no-children a svg {
    display: none;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-4 {
    max-width: 212px;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-4,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-5 {
    display: none;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2.active,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3.active,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-4.active,
.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-5.active {
    display: flex;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.photo-cat {
    max-width: 257px;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.photo-cat .menu-photos {

}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.photo-cat .menu-photos li {
    display: none;
    position: relative;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.photo-cat .menu-photos li.active {
    display: block;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.photo-cat .menu-photos li .arrow {
    position: absolute;
    bottom: -70px;
    left: 36px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.photo-cat .menu-photos li .cat-image {
    height: 320px;
    width: 100%;
    background: #F5F5F5;
}

.header__bottom .equipment-catalog .catalog__wrapper .menu-block.photo-cat .menu-photos li .cat-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

@media (min-width: 992px) {
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block li.custom-menu-link:hover .icon svg {
        transition: .3s ease-out;
        transform: translateX(0);
    }
}

@media (max-width: 1470px) {
    .header__bottom .equipment-catalog .catalog__container {
        max-width: none;
        left: 0;
    }
}

@media (max-width: 1350px) {
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block.photo-cat .menu-photos li .cat-image {
        height: 280px;
    }

    .header__bottom .equipment-catalog .catalog__wrapper {
        gap: 0;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-2,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-3 {
        max-width: 242px;
    }
}

@media (max-width: 1200px) {
    .header__sticky.sticky-active .header__bottom.opened {
        height: 100dvh;
    }

    .header__bottom .equipment-catalog .catalog__container {
        display: flex;
        opacity: 1;
    }

    .header__bottom .equipment-catalog .catalog__wrapper {
        display: none;
    }

    .header .menu .equipment-catalog .equipment:before {
        content: "";
        display: block;
        position: absolute;
        top: 18px;
        right: 16px;
        width: 16px;
        height: 16px;
        padding: 0;
        margin: 0;
        background: url(/wp-content/themes/liftmann/img/menu-arrow.svg) no-repeat center;
        transition: .2s linear;
    }

    .header .menu .equipment-catalog.show .equipment:before {
        transform: rotate(-180deg);
    }

    .header__bottom .equipment-catalog.show {
        background: #EE3224;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block-container {
        display: none;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-1 {
        max-width: none;
    }

    .header__bottom .equipment-catalog .catalog__wrapper {
        width: 100%;
    }

    .header__bottom .equipment-catalog {
        transition: .3s ease-out;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-1 li a {
        padding: 12px;
    }

    .header__bottom .equipment-catalog .catalog__container {
        max-height: none;
        height: auto;
        position: relative;
    }

    /*.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3,*/
    /*.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-4,*/
    /*.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-5 {*/
    /*    display: none;*/
    /*    transform: translateX(100%);*/
    /*    transition: .4s ease-out, display 0s .4s;*/
    /*}*/

    /*.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2.show {*/
    /*    display: flex;*/
    /*    align-items: flex-start;*/
    /*}*/

    /*.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3.show,*/
    /*.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-4.show,*/
    /*.header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-5.show {*/
    /*    display: flex;*/
    /*    align-items: flex-start;*/
    /*    transform: translateX(0);*/
    /*    transition: .4s ease-out, display 0s .4s;*/
    /*}*/

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2 {
        background: #fff;
        gap: 0;
        padding: 0px 16px 20px 16px;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-1 > li.show {
        background: #fff;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-1 > li.show > a {
        background: #fff;
        padding: 12px 12px 12px 24px;
        color: #EE3224;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-1 > li > a .icon {
        transition: .3s ease-out;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-1 > li.show > a .icon {
        transform: rotate(90deg);
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-1 > li.show > a svg path {
        stroke: #EE3224;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2 > li > a,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3 > li > a,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-4 > li > a {
        color: #343434;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2 > li.show:not(.custom-menu-link) > a,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3 > li.show:not(.custom-menu-link) > a {
        flex-direction: row-reverse;
        justify-content: flex-end;
        font-weight: 500;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2 > li:not(.custom-menu-link) > a .icon svg path,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3 > li:not(.custom-menu-link) > a .icon svg path {
        stroke: #343434;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2 > li.show:not(.custom-menu-link) > a .icon svg path,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3 > li.show:not(.custom-menu-link) > a .icon svg path {
        stroke: #797979;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2 > li.show:not(.custom-menu-link) > a .icon,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3 > li.show:not(.custom-menu-link) > a .icon {
        transform: rotate(180deg);
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2.show > li.hide,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3.show > li.hide {
        display: none;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2.show > li.show > a.hide {
        display: none;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-4 {
        gap: 0;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2.show,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3.show,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-4.show {
        position: relative;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block li {
        order: 0;
        width: 100%;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block li.custom-menu-link {
        bottom: 0;
        right: 0;
        position: relative;
        order: 1;
        margin: 20px 0 0 auto;
        width: auto;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block li.custom-menu-link > a {
        flex-direction: row;
        color: #EE3224;
        gap: 8px;
        padding: 0;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block li.custom-menu-link .icon {
        transform: rotate(0);
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block li.custom-menu-link .icon svg {
        transform: translateX(0);
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-4 {
        flex-direction: row;
        flex-wrap: wrap;
    }

}

@media (max-width: 576px) {
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block.nesting-level-1 .menu-level-1 > li > a {
        font-weight: 400;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-1 > li.show > a {
        padding: 12px 10px 12px 24px;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-1 > li > ul {
        padding: 10px 16px 20px 16px;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2 > li > a,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3 > li > a,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-4 > li > a {
        padding: 10px 0 10px 10px;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block li.custom-menu-link > a {
        padding: 0;
        font-weight: 500;
    }

    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-2 > li > a,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-3 > li > a,
    .header__bottom .equipment-catalog .catalog__wrapper .menu-block .menu-level-4 > li > a {
        transition: none;
    }
}