/* .mobile_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.mobile_menu.show {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.mobile_menu-inner {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: 100%;
} */

.mobile_menu-left-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    background: #15161825;
    backdrop-filter: blur(10px);
    height: 100%;
    transition: all .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -webkit-transition: all .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -moz-transition: all .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -ms-transition: all .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -o-transition: all .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    z-index: 99;
}

.mobile_menu-left-side:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../images/decor-green.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 100;
}

.mobile_menu.show .mobile_menu-left-side {
    width: 20vw;
}

.mobile_menu-first-bg {
    position: fixed;
    background: var(--accent-color);
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    visibility: hidden;
    z-index: 99;
}

.mobile_menu-second-bg {
    position: fixed;
    background: var(--ab-white-color);
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    /* transition-delay: 0.5s; */
    visibility: hidden;
    z-index: 100;
}

.mobile_menu-first-bg.active,
.mobile_menu-second-bg.active {
    width: 110%;
    visibility: visible;
}

.mobile_menu-right-side {
    position: fixed;
    top: 0;
    right: calc(0px - 14vw);
    width: 0;
    height: 100%;
    background: #ffffff;
    transition: all .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -webkit-transition: all .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -moz-transition: all .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -ms-transition: all .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -o-transition: all .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    padding: 7vw;
    display: flex;
    flex-direction: column;
    z-index: 101;
    overflow-y: scroll;
}

.mobile_menu.show .mobile_menu-right-side {
    width: 100vw;
    right: 0;
}

.mobile_menu-right-side-menu {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-wrap: wrap;
    /* opacity: 0; */
}

/* .mobile_menu.show .mobile_menu-right-side-menu {
    opacity: 1;
    transition-delay: .7s;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
} */

.mobile_menu-right-side-mainmenu {
    flex: 1 50%;
}

.mobile_menu_nav,
.mobile_menumenu_nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile_menu_nav li a {
    color: #000000;
    font-size: 4rem;
    font-family: 'FixelDisplay';
}

.menu-item a {
    position: relative;
    display: block;
    width: fit-content;
    overflow: hidden;
}

.menu-item a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #000000;
    bottom: 0;
    left: -100%;
    transition: all .4s cubic-bezier(0.21, -0.01, 1, 0.78);
}

.menu-item a:hover:before {
    left: 0;
}

.mobile_menu_nav .menu-item a:before {
    height: 7px;
}

.mobile_menumenu_nav {
    margin-top: 30px;
}

.mobile_menumenu_nav li a {
    color: #000000;
    font-size: 1rem;
    opacity: 0.6;
    font-family: 'Decorated';
    transition: all .3s ease-in-out;
    margin: 5px 0;
}

.mobile_menumenu_nav li a:hover {
    opacity: 1;
}

.mobile_menu-close {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    border: 1px solid #00000030;
    border-radius: 50%;
    top: 20px;
    right: 60px;
    z-index: 101;
    cursor: pointer;
}

.mobile_menu-close:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background: #000000;
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
}

.mobile_menu-close:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background: #000000;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
}

.mobile_menu-right-side-contacts {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    row-gap: 20px;
    margin-top: 3vh;
    /* margin-top: 10vh; */
    /* opacity: 0; */
}

/* .mobile_menu.show .mobile_menu-right-side-contacts {
    opacity: 1;
    transition-delay: 1.2s;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
} */

.mobile_menu-right-side-contacts-socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    row-gap: 20px;
}

@media (max-width: 992px) {

    .mobile_menu.show .mobile_menu-right-side {
        width: 100%;
        right: 0;
    }

    .mobile_menu-right-side-mainmenu {
        flex: 1 100%;
    }

    .mobile_menu_nav li a {
        font-size: 2rem;
    }

    .mobile_menu-right-side {
        right: calc(0px - 80px);
        padding: 80px 30px;
    }

    .mobile_menu-close {
        right: 20px;
    }

}

.cta_menu {
    margin: 80px 0 0;
}

.cta_menu span {
    color: var(--accent-color);
}

.cta_menu svg rect {
    stroke: var(--accent-color);
}