.menu {
    background: #fff6ec;
}

.menu .menu__link {
    font-size: 17px;
    color: #318cc6;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.menu .menu__link:not(:last-child) {
    margin-right: 80px;
}

.menu .menu__link.active {
    color: #e03a3a;
}

.menu .menu__link:not(.active):hover {
    color: #215f86;
}

.menu.menu--disabled .menu__link {
    color: #999999;
}

.menu .menu__link i {
    display: none;
}

.menu .menu__mobile-only {
    display: none !important;
}

.menu .menu__link.menu__link--crown {
    background: #f8e4d5 url(https://tophotels.ru/csstx/i/crown-black.svg) center 14px/23px no-repeat;
    padding-top: 45px;
}

.menu .menu__link .show-380 {
    display: none;
}

.menu .menu__extra-hotel.active {
    margin-bottom: 5px;
}

.menu .menu__extra-hotel.active::before {
    content: "\f00d";
}

.menu .menu__extra-hotel::before {
    content: '\f0c9';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 12px;
}

.menu .menu__extra-hotel {
    background: #f8e4d5;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.menu .menu__extra-link.active {
    color: #e03a3a;
}

.menu .menu__extra-link {
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #ffffff;
    display: block;
    border-radius: 3px;
}

.menu .menu__extra .menu__extra-ttl:first-child {
    margin-top: 0;
}

.menu .menu__extra-ttl-cut {
    max-width: 215px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}

.menu .menu__extra-ttl {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

.menu .menu__extra {
    position: relative;
    padding: 10px 15px;
    border-radius: 5px;
    background: #f1ebd3;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 13px;
}

.menu .menu__cut {
    max-width: calc(100% - 20px);
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menu .menu__extra-cross {
    background: url(https://tophotels.ru/csstx/i/cross-thin.svg) center/11px no-repeat;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    cursor: pointer;
    display: inline-block;
    position: absolute;
}

@media screen and (max-width: 1840px) {
    .menu .container .menu__link:not(:last-child) {
        margin-right: 0;
    }

    .menu .container {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1200px) {
    .menu .menu__link{
        font-size: 16px;
    }
}
@media screen and (max-width: 1023px) {
    .menu {
        display: none;
        position: fixed;
        left: 0;
        top: 75px;
        background: #ffffff;
        z-index: 1000;
        width: 100%;
        padding: 0;
        box-shadow: 8px 15px 11px 5px #0000003b;
        max-height: calc(100% - 80px);
        overflow: auto;
    }

    .menu .menu__link.active {
        background: #f1ebd3;
    }

    .menu .menu__mobile-only {
        display: block !important;
        width: 100%;
        padding: 20px 15px 15px 15px;
        position: relative;
        border-top: 4px solid #f1ebd3;
    }

    .menu > .container {
        padding: 15px !important;
    }

    .menu .container {
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
        flex-wrap: wrap;
    }

    .menu .menu__link {
        padding: 10px 5px;
        color: #475669;
        font-size: 11px;
        margin-bottom: 10px;
        text-align: center;
        line-height: normal;
        background: #f8e4d5;
        border-radius: 5px;
        width: calc(33.3% - 5px);
    }

    .menu .menu__link i {
        font-size: 25px;
        height: 35px;
        display: block;
        line-height: 27px;
    }

    .menu .menu__link i.fa-hotel {
        font-size: 21px;
    }

    .menu .bth__btn {
        line-height: 23px;
        font-size: 12px;
        padding: 0 10px;
        height: auto;
        width: 145px !important;
        min-width: auto;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .menu .container {
        flex-wrap: wrap;
    }

    .menu .menu__link {
        font-size: 10px;
        padding: 10px 2px;
        text-align: center;
        width: calc(33.3% - 5px);
        line-height: 16px !important;
    }

    .menu {
        top: 110px;
        max-height: calc(100% - 110px);
    }
}

@media screen and (max-width: 390px) {
    .menu .menu__link .show-380 {
        display: inline;
    }

    .menu .menu__link .hide-380 {
        display: none;
    }
}