.__className_31d0a9._block{
    overflow: hidden;
}

.menu-mobile._active{
    width: 100%;
    height: 100vh;

    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;

    z-index: 1;

    display: block;
}

.menu-mobile{
    display: none;
}

.menu-mobile-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.container {
    padding: 0 20px;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

.menu-mobile-logo {
    color: #000;
    padding: 20px 0;
}

.menu-logo-svg {
    width: 100px;
    height: 27px;
}

.menu-logo-svg svg {
    width: 100px;
    height: 27px;
}

.menu-button {
    color: #000;
}

.menu-mobile-content {
    color: #000;
    position: relative;
}

.menu-ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0px;
    top: 110px;
    gap: 20px;
}

.menu-list {
    list-style: none;
}

.menu-link {
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.menu-link-lang{
    font-size: 18px;
    font-weight: 500;
}