.main-menu-section {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--neutral-100, #101E21);
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999999999999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s ease-in-out;
    transform: translateX(100%);
}

.main-menu-section.active {
    transform: translate(0);
}

.main-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--neutral-60, #70787A);
}

.main-menu__logo {
    padding: 15px 30px 15px 20px;
    border-right: 0.5px solid #70787A;
}

.main-menu__close {
    display: flex;
    height: 100%;
}

.main-menu__close {
    padding: 15px 20px 15px 30px;
    border-left: 0.5px solid #70787A; 
}

.main-menu__menu-wrapper {
    height: calc(100% - 290px);
    display: flex;
}

.main-menu__bottom {
    padding: 30px 0 15px 15px;
    border-top: 0.5px solid #70787A;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.main-menu__phone a {
    display: flex;
    align-items: center;
    gap: 0 4px;
    color: var(--neutral-0, #FFF);
    font-family: "eUkraine Head";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

.main-menu__phone a svg {
    display: flex;
}

.main-menu__bottom-main--text a {
    display: flex;
    align-items: center;
    gap: 0 4px;
    color: var(--main-1100, #BE4D00);
    font-family: "eUkraine Head";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.main-menu__bottom-main--text a svg {
    display: flex;
}

.main-menu__bottom-main--text p {
    color: var(--neutral-60, #70787A);
    font-family: "eUkraine Head";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 5px 0;
}

.main-menu__bottom-main {
    display: flex;
    justify-content: space-between;
}

.main-menu__bg {
    min-width: 90px;
    height: 100%;
    background: transparent;
    background-image: url('/wp-content/uploads/2024/12/group-77.svg');
    background-repeat: repeat-y;
    background-position: top center;
}

.main-menu__main {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}

.main-menu__main:not(:last-child) {
    margin-bottom: 24px;
}

.main-menu__menus {
    padding: 30px 0 30px 30px;
    overflow: auto;
    width: 100%;
}

.main-menu__main li a {
    color: var(--neutral-0, #FFF);
    font-family: "eUkraine Head";
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 100%; /* 20px */
    text-transform: uppercase;
}