.nav-mobile {
    display: none;
}

@media screen and (max-width: 1023px) {
    .nav-mobile__main-link::before {
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        display: block;
        font-size: 22px;
        height: 30px;
    }

    .nav-mobile {
        position: fixed;
        color: #475669;
        z-index: 1000;
        text-transform: uppercase;
        top: 65px;
        left: 0;
        width: 100%;
        height: calc(100% - 65px);
    }

    .nav-mobile__main {
        -webkit-box-shadow: 4px 5px 4px 2px rgb(201 201 201 / 15%);
        box-shadow: 4px 5px 4px 2px rgb(201 201 201 / 15%);
        background-color: #fff;
        padding: 15px 0;
        width: 170px;
        height: 100%;
        overflow-y: auto;
        display: inline-block;
        vertical-align: top;
        margin-right: -5px;
    }

    .nav-mobile__extra-nav {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 170px);
        height: 100%;
    }

    .nav-mobile .nav-mobile__main .nav-mobile__main-link {
        font-size: 10px;
        margin: 0 0 13px 0;
        padding: 0 0 5px 0;
        text-align: center;
        font-weight: bold;
        display: block;
        border-bottom: 2px solid #f2eacb;
        color: #475669;
        font-family: 'apercu_pro', sans-serif;
        line-height: 16px !important;
    }

    .nav-mobile__extra-menu ul li a.active, .nav-mobile .nav-mobile__main .nav-mobile__main-link.active {
        color: #e03a3a
    }

    .nav-mobile__main-link.active.fa-crown::before {
        background-image: url("/i/tophotels/crowns/crown-red.svg");
    }

    .nav-mobile__main-link.fa-crown::before {
        content: '';
        background: url("/i/tophotels/crowns/crown-dark.svg") center/20px no-repeat;
    }

    .nav-mobile__main-link.nav-mobile__main-link--key::before {
        content: '';
        background: url(/i/tophotels/key-grey.svg) center/20px no-repeat;
        -webkit-transform: rotate(
                45deg
        );
        -ms-transform: rotate(45deg);
        transform: rotate(
                45deg
        );
    }

    .nav-mobile__main-link.active.fa-h-square::before {
        background-image: url("/i/tophotels/hotel-icon-red.svg");
    }

    .nav-mobile__main-link.fa-h-square::before {
        content: '';
        background: url(/i/tophotels/hotel-icon.svg) center top/33px no-repeat;
    }

    .nav-mobile__main-link.nav-mobile__main-link--user, .nav-mobile .nav-mobile__main .nav-mobile__main-link.nav-mobile__main-link--hotel {
        display: block;
        background: #f2eacb;
        padding: 9px 0;
        position: relative;
        z-index: 3;
        font-family: 'apercu_pro', sans-serif;
        border-radius: 5px;
        margin: -19px 5px 15px 5px;
        font-weight: normal;
        line-height: 14px;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
    }

    .nav-mobile__main-link.nav-mobile__main-link--user::before {
        font-weight: bold;
        display: block;
        font-size: 13px;
        font-family: "Font Awesome 5 Free";
        height: 20px;
    }

    .nav-mobile__main-link.nav-mobile__main-link--hotel::before {
        font-weight: bold;
        display: block;
        content: "\f015";
        font-size: 13px;
        font-family: "Font Awesome 5 Free";
        height: 20px;
    }

    .nav-mobile__extra-menu {
        height: 100%;
        overflow-y: auto;
        z-index: 90;
        background-color: #f2eacb;
        padding: 15px;
    }

    .nav-mobile__extra-menu ul li:first-of-type {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .nav-mobile__extra-menu ul li {
        margin-bottom: 8px;
    }

    .nav-mobile__extra-menu ul li a {
        line-height: 30px;
        font-size: 12px;
        background: #fff;
        border-radius: 5px;
        display: block;
        padding: 0 15px;
    }

    .nav-mobile__extra-menu ul {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .nav-mobile__main {
        width: 85px;
    }

    .nav-mobile__extra-nav {
        width: calc(100% - 84px);
    }
}