.header__bottom_btn-menu-drop {
    display: flex;
    position: absolute;
    top: 0;
    left: -200% !important;
    background-color: #3E3E3E;
    z-index: 1;
    transition: left .2s ease-in-out;
    min-width: 430px;
    flex-direction: column;
}

.header__bottom_btn-menu-drop.open {
    left: 0 !important;
}


@media (max-width: 992px) {
    .header__bottom_btn-menu-drop {
        min-width: 324px;
    }
}


@media (max-width: 575px) {
    .header__bottom_btn-menu-drop {
        min-width: 100%;
        max-width: 100%;
        position: fixed;
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 600;
    }
}

.header__drop-menu-list {
    list-style: none;
    position: relative;
}
.header__drop-menu-list.active {
    left: -100%;
}
.header__drop-menu-item {
    position: relative;
}


.header__drop-menu-lvl2-list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease;

}

.header__drop-menu-lvl2-list.show {
    visibility: visible;
    opacity: 1;
}

.menu__drop-title {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 29.3px;
    color: #fff;
}
.header__drop-menu-link,
.header__drop-menu-lvl2-link
{
    width: 100%;
    height: 100%;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 35.16px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
}
@media (max-width: 992px) {
    .header__drop-menu-link,
    .header__drop-menu-lvl2-link {
        font-size: 23px !important;
        font-weight: 700;
        line-height: 26.95px;
    }
}
.header__drop-menu-item::after,
.header__drop-menu-lvl2-item::after{
    content: url("data:image/svg+xml,%3Csvg width='12' height='23' viewBox='0 0 12 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11.5L1 22' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
}
.header__drop-menu-link:hover,
.header__drop-menu-link:focus,
.header__drop-menu-lvl2-link:hover,
.header__drop-menu-lvl2-link:focus {
    color: #fff;
    text-decoration: none;
}

.header__drop-menu-item {
    min-height: 63px;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #5C5C5C;
}

.header__drop-menu-item:first-child {
    border-top: 1px solid #5C5C5C;

}

.header__drop-menu-item:first-child .header__drop-menu-link {
    color: #FF693B;
}
.header__drop-menu-list.active .header__drop-menu-item {
    min-height: 0 !important;
    max-height: 0;
}
.header__drop-menu-lvl2-list {
    width: 100%;
    background-color: #3E3E3E;
}

.header__drop-menu-lvl2-item {
    min-height: 63px;
    border: 1px solid #5C5C5C;
    font-size: 30px;
    font-weight: 700;
    line-height: 35.16px;
    color: #fff;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header__drop-menu-lvl2-item:first-child {
    border-top: 1px solid #5C5C5C;

}

.menu__drop-bottom {
    margin-top: 40px;
    padding: 0 25px;
}

@media (max-width: 575px) {
    .menu__drop-bottom.active {
        margin-top: 150px;
    }
}

@media (max-width: 992px) {
    .menu__drop-bottom {
        padding: 0;
    }
}

.menu__drop-bottom-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 39.2px;
    padding-bottom: 12px;
    border-bottom: 4px solid #E6E6E6;
    text-align: center;
    color: #FFFFFF;
}

.menu__drop-bottom-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu__drop-bottom-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
}

.menu__drop-bottom-list-item a {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    color: #fff;
}

.bx-nav-2-lvl-link-text {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #195EFF;
    flex-shrink: 0;
}

.menu-lvl2-drop-item2 .bx-nav-2-lvl-link-text {
    font-size: 23px;
    font-weight: 700;
    line-height: 26.95px;
}

.menu__drop-bottom-list-item-link:hover,
.menu__drop-bottom-list-item-link:focus {
    color: #fff;
    text-decoration: none;
}