.mobile-header {
    display: none;
    height: 90px;
    padding: 10px 0 10px 0;
    max-width: 1720px;
    margin: 0 auto;
    margin-bottom: 27px;
}

.header__mobile-logo {
       display: block;
    margin: 0 auto;
}

.header__mobile-logo img {
    width: 100%;
max-height:70px;
}

.header__mobile-phone {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #04030C;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 6px;
    min-width: 225px;
}

.header__mobile-burger {
    display: block;
    width: 80px;
    margin: 0 auto;
    padding: 22px;
    float: right;
    cursor: pointer;
}

.mobile-menu--open {
    display: block !important;
}

.mobile-menu {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    height: 100%;
    text-align: center;
    overflow-x: hidden;
}

.mobile-menu__items {
    margin-top: 20px;
}

.mobile-menu__items-item {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #04030C;
    padding: 10px;
}

.mobile-menu__header-close {
    width: 50px;
    position: absolute;
    right: 12px;
    top: 0;
    padding: 15px;
}