.header-menu__inn {
    padding: 10px 0 30px 0;
    width: 100%;
    border-top: 5px solid #f1ebd3;
    background: #ffffff;
    position: relative;
    z-index: 101;
    -webkit-box-shadow: -2px 7px 16px rgba(0, 0, 0, 0.19);
    box-shadow: -2px 7px 16px rgba(0, 0, 0, 0.19);
}

.header-menu {
    position: absolute;
    display: none;
    z-index: 101;
    min-height: 100%;
    top: 70px;
    left: 0;
    width: 100%;
}

.header-menu::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.56);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
}

.header-menu .header-menu__grid > div:not(:last-child) {
    margin-right: 85px;
}

.header-menu .header-menu__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-top: 25px;
    border-top: 5px solid #f1ebd3;
    margin-bottom: 15px;
}

.header-menu .header-menu__nav-item {
    text-transform: uppercase;
    margin-bottom: 20px;
    vertical-align: top;
    margin-right: 20px;
    display: inline-block;
    width: 200px;
}

.header-menu .header-menu__map {
    display: block;
    text-align: center;
    padding: 0 15px;
    line-height: 100px;
    background: #eeeeee;
    border-radius: 5px;
}

.header-menu .header-menu__cross:hover {
    background: #ab2a2a;
}

.header-menu .header-menu__cross {
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    border: none;
    color: #ffffff;
    background: #e03a3a;
    border-radius: 10px;
    margin-right: 25px;
    text-align: center;
    font-size: 22px;
}

.header-menu a:not(.bth__btn) {
    color: #475669;
}

.header-menu .header-menu__abs, .header-menu .header-menu__link i {
    display: none;
}

.header-menu .header-menu__link {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.header-menu .header-menu__abs-right {
    margin-left: auto;
}

.header-menu .header-menu__bubbles .lsfw-flag {
    background-image: url(https://tophotels.ru/csstx/i/lib-ui-tour-filter/flags-sprite-white.png);
    margin: 10px;
}

.header-menu .header-menu__bubbles {
    margin-top: 10px;
}

.header-menu .header-menu__bubbles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.header-menu .header-menu__bubble {
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
}

.header-menu .header-menu__bubble b.header-menu__bubble-icon {
    font-size: 25px;
}

.header-menu .header-menu__bubble .header-menu__bubble-icon {
    width: 115px;
    display: block;
    height: 50px;
    background: #f8e4d5;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px;
    margin: 0 auto 10px auto;
}

.header-menu .header-menu__btn {
    height: 40px;
    text-transform: uppercase;
    border-radius: 5px;
    background: #ff8e41;
    color: #ffffff !important;
    line-height: 40px;
    width: 320px;
    text-align: center;
    margin-left: auto;
}

.header-menu .header-menu__top-link.header-menu__top-link-more.active::after {
    content: '\f0d8';
}

.header-menu .header-menu__top-link.header-menu__top-link-more.active {
    color: #999999;
}

.header-menu .header-menu__top-link.header-menu__top-link-more.active .hint {
    display: block;
    right: auto;
    left: 0;
    top: 45px;
}

.header-menu .header-menu__bottom {
    padding-top: 30px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eeeeee;
}

.header-menu .header-menu__bottom-close::after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 10px;
}

.header-menu .header-menu__bottom-close:hover {
    color: #ab2a2a;
}

.header-menu .header-menu__bottom-close {
    font-size: 13px;
    margin-left: auto;
    text-transform: uppercase;
    cursor: pointer;
    color: #e03a3a;
    font-weight: bold;
}

.header-menu .header-menu__bottom .header-menu__bottom-link:first-child {
    margin-right: 60px;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.header-menu .header-menu__bottom-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
}

.header-menu .header-menu__top-link.header-menu__top-link-more {
    cursor: pointer;
    position: relative;
}

.header-menu .header-menu__top-link.header-menu__top-link-more::after {
    content: '\f0d7';
    font-weight: bold;
    margin-left: 7px;
    font-family: "Font Awesome 5 Free";
}

.header-menu .header-menu__top-links-wrap,
.header-menu .header-menu__top-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu .header-menu__top-link {
    margin-left: 30px;
    font-size: 15px;
}

.header-menu .bth__btn {
    vertical-align: middle;
    margin: 20px 20px 0 0;
}

.header-menu .header-menu__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header-menu .header-menu__suggest .bth__inp {
    background-color: transparent;
    padding: 14px 55px 15px 15px;
    height: auto;
}

.header-menu .header-menu__suggest-icon {
    position: absolute;
    color: #999999;
    right: 25px;
    top: 0;
    z-index: 3;
    height: 100%;
    line-height: 50px;
}

.header-menu .header-menu__drop.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-menu .header-menu__drop::after {
    content: '\f078';
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    margin-left: 7px;
    line-height: inherit;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Font Awesome 5 Free";
}

.header-menu .header-menu__drop {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    cursor: pointer;
    color: #d77432;
}

.header-menu .header-menu__drop:hover {
    color: #ff8e41;
}

.header-menu a.header-menu__sm-txt {
    color: #215f86;
}

.header-menu a.header-menu__sm-txt:hover {
    color: #318cc6;
}

.header-menu .header-menu__sm-txt {
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
}

.header-menu .header-menu__suggest {
    width: 80%;
    cursor: text;
    border-radius: 5px;
    color: #999999;
    font-size: 14px;
    background: #f1f1f1;
    position: relative;
    display: block;
}

.header-menu .header-menu__fav {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #eeeeee;
}

.header-menu .header-menu__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 69px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-menu .header-menu__li:not(:last-child)::before {
    content: '\f111';
    position: absolute;
    right: 0;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    top: 1px;
    font-size: 3px;
}

.header-menu .header-menu__li {
    padding-right: 15px;
}

.header-menu .header-menu__ul {
    margin-bottom: 7px;
}

.header-menu .header-menu__ul > * {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    position: relative;
}

.header-menu .header-menu__nav {
    text-transform: uppercase;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.header-menu .header-menu__nav.header-menu__nav--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
}

.header-menu .header-menu__nav.header-menu__nav--sm .header-menu__nav-link:not(:last-child) {
    margin-right: 10px;
}

.header-menu .header-menu__drops {
    display: none;
}

.header-menu a:not(.bth__btn):hover {
    color: #215f86;
}

.header-menu .header-menu__nav-link {
    height: 45px;
    text-align: center;
    font-size: 14px;
    padding: 0 5px;
    display: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #d4e4f2;
    border-radius: 5px;
    color: #475669;
}

@media screen and (max-width: 1380px) {
    .header-menu .mr80 {
        margin-right: 40px !important;
    }

    .header-menu .header-menu__top-link {
        margin-left: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .header-menu .header-menu__top-link {
        margin-left: 15px;
    }

    .header-menu .header-menu__nav.header-menu__nav--laptop3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .header-menu .header-menu__ul {
        white-space: nowrap;
        overflow: auto;
    }

    .header-menu .header-menu__top-links-wrap {
        white-space: nowrap;
        overflow: auto;
        width: calc(100% - 87px);
    }

    .header-menu .header-menu__grid > div:not(:last-child) {
        margin-right: 45px;
    }

    .header-menu .mr80 {
        margin-right: 30px !important;
    }

    .header-menu .header-menu__cross {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .header-menu .header-menu__grid > div:not(:last-child) {
        margin-right: 0;
    }

    .header-menu .header-menu__nav.header-menu__nav--sm .header-menu__nav-link:nth-child(1),
    .header-menu .header-menu__nav.header-menu__nav--sm .header-menu__nav-link:nth-child(2),
    .header-menu .header-menu__nav.header-menu__nav--sm .header-menu__nav-link:nth-child(3) {
        width: calc(33.3% - 8px);
    }

    .header-menu .header-menu__nav.header-menu__nav--sm .header-menu__nav-link {
        margin: 0 !important;
        width: calc(25% - 8px);
    }

    .header-menu .header-menu__nav.header-menu__nav--sm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    .header-menu .header-menu__nav .no-visible {
        display: none;
    }

    .header-menu .header-menu__nav {
        grid-template-columns: repeat(3, 1fr);
    }

    .header-menu .header-menu__grid {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-menu .header-menu__link {
        font-size: 16px;
    }

    .header-menu .header-menu__suggest {
        width: 90%;
    }

    .header-menu .header-menu__bubble {
        margin-right: 10px;
    }

    .header-menu .header-menu__bubble .header-menu__bubble-icon {
        width: 95px;
    }

    .header-menu .header-menu__top-links-wrap {
        width: calc(100% - 60px);
    }

    .header-menu {
        top: 65px;
    }
}

@media screen and (max-width: 767px) {
    .header-menu .header-menu__cross {
        line-height: 35px;
        height: 35px;
        margin-right: 15px;
        width: 35px;
        font-size: 15px;
    }

    .header-menu {
        padding-bottom: 20px;
    }

    .header-menu .header-menu__bottom {
        padding-top: 20px;
        margin-top: 40px;
    }

    .header-menu .header-menu__grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .header-menu .bth__ttl-h3 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .header-menu .header-menu__link {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .header-menu .header-menu__grid > div:nth-child(1), .header-menu .header-menu__grid > div:nth-child(3) {
        width: 185px;
    }

    .header-menu .header-menu__suggest {
        width: 100%;
    }

    .header-menu .header-menu__nav .no-scrollbar {
        white-space: nowrap;
        overflow: auto;
    }

    .header-menu .header-menu__top-link {
        font-size: 14px;
    }

    .header-menu .header-menu__bubble {
        margin-right: 10px;
        display: inline-block;
        vertical-align: top;
    }

    .header-menu .header-menu__nav-link {
        font-size: 13px;
    }

    .header-menu .header-menu__bubbles {
        display: block;
        white-space: nowrap;
        overflow: auto;
    }

    .header-menu .header-menu__bottom .header-menu__bottom-link:first-child {
        margin-right: 20px;
        max-width: calc(100% - 170px);
    }

    .header-menu .header-menu__bottom-link i {
        font-size: 12px !important;
        margin-right: 5px !important;
    }

    .header-menu .header-menu__bottom-link {
        font-size: 14px;
    }

    .header-menu .header-menu__nav {
        display: block !important;
        white-space: nowrap;
        overflow: auto;
    }

    .page .header-menu .header-menu__nav .header-menu__nav-link {
        width: auto !important;
        line-height: 35px;
        height: auto;
        display: inline-block;
        padding: 0 15px;
        vertical-align: top;
        margin-right: 8px !important;
    }

    .header-menu .header-menu__drop::after {
        font-size: 8px;
    }

    .header-menu .header-menu__drop {
        font-size: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-menu .bth__btn {
        margin-right: 15px;
        font-size: 13px;
        font-weight: bold;
        width: calc(100% - 130px) !important;
    }

    .header-menu .bth__ttl-h1.mb20 {
        margin-bottom: 15px !important;
    }

    .header-menu .bth__ttl-h1.mt40 {
        margin-top: 30px !important;
    }

    .header-menu .bth__ttl-h1.mt30 {
        margin-top: 25px !important;
    }

    .header-menu .header-menu__top-links-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - 55px);
        gap: 5px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header-menu .header-menu__top-link {
        margin: 0 15px 0 0;
    }
}

@media screen and (max-width: 374px) {
    .header-menu .header-menu__grid > div {
        width: 100%;
    }

    .header-menu .header-menu__link {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 359px) {
    .header-menu .bth__btn {
        width: 100% !important;
        margin: 15px 0;
    }

    .header-menu .header-menu__sm-txt .show-767 {
        display: none !important;
    }

    .header-menu .header-menu__sm-txt .hide-767 {
        display: block !important;
    }

    .header-menu .header-menu__sm-txt {
        margin: 0;
    }
}