.header {
    background: #7eaad1;
    padding: 15px 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.header.header--anonim .header__user + .header__link {
    color: #c71b1f !important;
}

.header.header--anonim .header__user {
    background: #c71b1f;
    width: 30px;
    height: 30px;
}

.header.header--anonim .header__user::after {
    width: 30px;
    display: block;
    height: 30px;
    content: '';
    background: url(https://tophotels.ru/csstx/i/key-white.svg) center / 15px no-repeat;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header.header--anonim .header__link:not(:hover) {
    color: #999999;
}

.subheader .container a, .header .container a {
    color: #475669;
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__icons {
    margin-left: auto;
}

.header .lsfw-user-popup .lsfw-user-popup__fill-line {
    background: #f0ecf6;
}

.header .lsfw-user-popup .lsfw-user-popup__row {
    border-color: #d4e4f2;
}

.header .lsfw-user-popup .lsfw-user-popup__bb:hover {
    background: #e8e1f6;
}

.header .lsfw-user-popup .lsfw-user-popup__bb {
    background: #f0ecf6;
}

.header .header__icon:hover .hint {
    top: 40px !important;
}

.header a.header__icon:hover {
    color: rgba(255, 255, 255, 0.7);
}

.header .lsfw-user-popup {
    top: 0;
    left: 0;
}

.header .header__icon-push.header__icon-push--red {
    background-color: #c71b1f;
}

.header .header__icon-push {
    font-family: 'apercu_pro', sans-serif;
    position: absolute;
    right: -15px;
    top: -4px;
    width: 18px;
    height: 18px;
    background: rgba(0, 0, 0, 0.2);
    line-height: 18px;
    font-size: 11px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    border-radius: 100%;
}

.header .header__icon-link {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.header .container .header__icon.fa-bell {
    margin-left: 30px;
}

.header .container .header__icon.fa-crosshairs {
    font-size: 26px;
}

.header .container .header__icon.fa-folder-open, .header .container .header__icon.fa-folder {
    margin-right: 20px;
    font-size: 26px;
}

.header .header__icon.header__icon--radar:hover::before, .header .container .header__icon.fa-follow-price:hover::before {
    background-color: rgba(255, 255, 255, 0.7);
}

.header .header__icon.header__icon--radar::before, .header .container .header__icon.fa-follow-price::before {
    content: '';
    background-color: #ffffff;
    width: 25px;
    height: 40px;
    display: block;
}

.header .header__icon.header__icon--radar::before {
    -webkit-mask: url(https://tophotels.ru/csstx/i/radar.svg) no-repeat center/25px;
    mask: url(https://tophotels.ru/csstx/i/radar.svg) no-repeat center/25px;
}

.header .container .header__icon.fa-follow-price::before {
    -webkit-mask: url(https://tophotels.ru/csstx/i/search-price.svg) no-repeat center/25px;
    mask: url(https://tophotels.ru/csstx/i/search-price.svg) no-repeat center/25px;
}

.header .container .header__icon {
    font-size: 23px;
    color: #ffffff;
    position: relative;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    margin-left: 10px;
}

.header .header__search a.fas:hover {
    color: #666666;
}

.header .header__search .fas {
    color: #999999;
    display: inline-block;
    margin-right: 10px;
}

.header .header__search .bth__inp {
    width: 150px;
    padding: 0;
}

.header .header__search > * {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.header .header__search {
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    background: #ffffff;
    padding: 0 15px;
    border-radius: 5px;
}

.header .header__menu {
    background: #ffffff;
    padding: 0 15px;
    border-radius: 5px;
    margin-right: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__menu .header__link:not(:last-child) {
    padding-right: 50px;
}

.header .header__link:hover, .header .header__link.active {
    color: #c71b1f;
}

.header .header__link:not(.fz30) {
    font-family: inherit;
}

.header .header__link:not(.fz30)::before {
    display: none;
}

.header .header__link {
    line-height: 40px;
}

.header .header__user {
    cursor: pointer;
    margin-right: 20px;
}

.header .header__logo img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.header .header__logo {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    position: relative;
    margin-right: 20px;
    padding: 10px;
    background: #ffffff;
}

.header .lsfw-user-popup .lsfw-user-popup__ava img, .header .header__user img, .header .header__user {
    border-radius: 7px;
}

.subheader {
    background: #ffffff;
    border-radius: 5px;
    padding: 0 20px;
}

.subheader .subheader__link i {
    margin-right: 10px;
}

.subheader .subheader__link.normal {
    padding: 0 10px;
}

.subheader .subheader__link:hover .hint {
    display: block;
    right: auto !important;
}

.subheader .subheader__link:not(:last-child) {
    padding-right: 25px;
}

.subheader .subheader__link {
    font-size: 14px;
    background: #ffffff;
    text-transform: uppercase;
    position: relative;
    border-radius: 5px;
    border: none;
    font-family: inherit;
    line-height: 40px;
    text-align: left;
    color: #215f86;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}


.topheader .topheader__burger {
    display: none;
}

.topheader .topheader__btn-wrap {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.topheader .topheader__btn {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    display: inline-block;
    vertical-align: bottom;
    color: #ffffff !important;
    padding: 0 25px;
    border-radius: 5px;
    background: rgb(49, 140, 198);
}

.topheader .topheader__sm {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    font-size: 13px;
}

.topheader .topheader__logo {
    margin: 10px 0 0 0;
}

.topheader .topheader__right {
    margin-left: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.topheader .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.topheader .topheader__menu-link::before {
    background: #ffffff center / 15px no-repeat;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    border-radius: 5px;
    width: 27px;
    height: 25px;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    left: 10px;
    top: 7px;
}

.topheader .topheader__menu-link.active, .topheader .topheader__menu-link:not(.active):hover {
    background: #e8ecf3;
}

.topheader .topheader__menu-link {
    width: calc(20% - 19px);
    font-size: 14px;
    margin-left: 15px;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    padding: 0 15px 0 50px;
    background-color: #d4e4f2;
    text-align: left;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 5px;
}

.topheader .topheader__menu {
    width: calc(100% - 215px);
    margin-left: auto;
    white-space: nowrap;
    text-align: right;
}

.topheader {
    padding: 12px 0;
}

/**/
.header-notification {
    font-size: 17px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    background: #f9f6e5;
    display: block;
    padding: 10px 55px 10px 55px;
    color: #475669;
}

.header-notification .header-notification__icon {
    position: absolute;
    left: 10px;
    font-size: 15px;
    background: #ffffff;
    width: 30px;
    height: 30px;
    top: 7px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
}

.header-notification .header-notification__cross {
    background: url(https://tophotels.ru/csstx/i/cross-thin.svg) center/15px no-repeat;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
    display: inline-block;
    position: absolute;
}

.header-notification .link-blue:hover, .header-notification a:hover {
    color: #215f86;
}

.header-notification:hover {
    background-color: #f9f6e5;
}

.header-notification a.red:hover {
    color: #ab2a2a !important;
}

.header-notification a {
    color: inherit;
}

.header-notification a.header-notification__icon.orange-lbc:hover {
    color: #df7832 !important;
}

.breadcrumbs .breadcrumbs__link {
    color: #475669;
    line-height: 45px;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    text-transform: uppercase;
    position: relative;
}

.breadcrumbs {
    margin: 10px 0 0 0;
}

.breadcrumbs a.breadcrumbs__link:hover {
    color: #000000;
}

.breadcrumbs span.breadcrumbs__link {
    color: #999999;
}

.breadcrumbs .breadcrumbs__link:not(:last-child)::before {
    position: absolute;
    top: 0;
    right: -20px;
    content: '\f30b';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
}

/**/

.interest-pp.lsfw-popup {
    background: #ffffff;
    min-width: 1450px;
    max-width: 1450px;
}

.interest-pp.lsfw-popup .lsfw-popup__new-scroll .lsfw-filter {
    margin-top: 0;
}

@media screen and (min-width: 1023px) {
    .topheader .topheader__menu-link.active::before, .topheader .topheader__menu-link:hover::before {
        background: #318cc6;
        color: #ffffff;
    }
}

@media screen and (max-width: 1450px) {
    .interest-pp.lsfw-popup {
        max-width: 99%;
        min-width: 99%;
    }

    .header .header__menu .header__link:not(:last-child) {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1320px) {
    .header .container .header__icon {
        padding-left: 10px;
        margin-left: 10px;
        font-size: 20px;
    }

    .header .header__menu .header__link:not(:last-child) {
        padding-right: 30px;
    }

    .header .container .header__icon.fa-folder-open, .header .container .header__icon.fa-folder {
        margin-right: 0;
    }

    .header .header__icon:not(.fa-cog, .fa-bell) {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .header .container .header__icon {
        margin: 0 0 0 30px;
        padding: 0;
    }

    .header {
        font-size: 16px;
    }

    .topheader .topheader__menu-link {
        padding-left: 47px;
    }

    .header .header__link.fz30 {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 1023px) {
    .header-notification .header-notification__icon {
        font-size: 13px;
        width: 25px;
        height: 25px;
        top: 7px;
        line-height: 25px;
    }

    .subheader {
        display: none;
    }

    .header-notification {
        font-size: 14px;
        padding: 10px 40px 10px 50px;
    }

    .header .header__search .fas {
        margin: 0;
    }

    .header .header__search .bth__inp {
        display: none;
    }

    .breadcrumbs {
        white-space: nowrap;
        overflow: auto;
    }

    .breadcrumbs::-webkit-scrollbar {
        height: 0;
    }

    .breadcrumbs .breadcrumbs__link:not(:last-child)::before {
        font-size: 7px;
        right: -13px;
    }

    .breadcrumbs .breadcrumbs__link {
        margin-right: 15px;
    }

    .header .header__search b {
        display: none;
    }

    .topheader .topheader__sm {
        font-size: 11px;
    }

    .header {
        font-size: 15px;
    }

    .topheader .topheader__btn {
        padding: 0 15px;
        line-height: 20px;
    }

    .topheader .topheader__sm {
        margin-left: 20px;
    }

    .header .header__search i {
        margin: 0;
    }

    .header .header__menu .header__link {
        padding-left: 15px;
    }

    .header .header__menu .header__link:not(:last-child) {
        padding-right: 0;
        margin-right: 5px;
    }

    .header .header__user {
        margin-right: 0;
    }

    .topheader .topheader__menu {
        width: auto;
    }

    .topheader .topheader__logo img {
        width: 130px;
    }

    .topheader .topheader__menu-link {
        padding-left: 40px;
        font-size: 13px;
        line-height: 35px;
        width: auto;
        margin-left: 10px;
    }

    .topheader .topheader__menu-link::before {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
    }

    .header .container .header__icon.fa-bell {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .topheader .topheader__burger {
        display: block;
        width: 35px;
        height: 35px;
        position: relative;
        background: #ffffff;
        margin-right: 15px;
        border: none;
        border-radius: 5px;
    }

    .topheader .topheader__burger i {
        width: 25px;
        display: block;
        position: absolute;
        border-radius: 19px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        left: 0;
        overflow: hidden;
        height: 2px;
        border-bottom: 2px solid #475669;
    }

    .topheader .topheader__burger i:nth-of-type(1) {
        top: 11px;
        -moz-transition: top 0.25s ease 0.25s, -moz-transform 0.25s ease-out 0.1s;
        -o-transition: top 0.25s ease 0.25s, -o-transform 0.25s ease-out 0.1s;
        -webkit-transition: top 0.25s ease, -webkit-transform 0.25s ease-out;
        -webkit-transition-delay: 0.25s, 0.1s;
        transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
        -webkit-transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
    }

    .topheader .topheader__burger i:nth-of-type(2) {
        top: 17px;
        -moz-transition: ease 0.2s 0.2s;
        -o-transition: ease 0.2s 0.2s;
        -webkit-transition: ease 0.2s;
        -webkit-transition-delay: 0.2s;
        -webkit-transition: ease 0.2s 0.2s;
        transition: ease 0.2s 0.2s;
    }

    .topheader .topheader__burger i:nth-of-type(3) {
        top: 23px;
        -moz-transition: top 0.25s ease 0.25s, -moz-transform 0.25s ease-out 0.1s;
        -o-transition: top 0.25s ease 0.25s, -o-transform 0.25s ease-out 0.1s;
        -webkit-transition: top 0.25s ease, -webkit-transform 0.25s ease-out;
        -webkit-transition-delay: 0.25s, 0.1s;
        transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
        -webkit-transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
    }

    .topheader .topheader__burger.active i:nth-of-type(1) {
        top: 15px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -moz-transition: top 0.25s ease 0.1s, -moz-transform 0.25s ease-out 0.25s;
        -o-transition: top 0.25s ease 0.1s, -o-transform 0.25s ease-out 0.25s;
        -webkit-transition: top 0.25s ease, -webkit-transform 0.25s ease-out;
        -webkit-transition-delay: 0.1s, 0.25s;
        transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.25s;
        -webkit-transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.25s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.25s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out 0.25s;
    }

    .topheader .topheader__burger.active i:nth-of-type(2) {
        opacity: 0;
    }

    .topheader .topheader__burger.active i:nth-of-type(3) {
        top: 15px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transition: top 0.25s ease 0.1s, -moz-transform 0.25s ease-out 0.25s;
        -o-transition: top 0.25s ease 0.1s, -o-transform 0.25s ease-out 0.25s;
        -webkit-transition: top 0.25s ease, -webkit-transform 0.25s ease-out;
        -webkit-transition-delay: 0.1s, 0.25s;
        transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.25s;
        -webkit-transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.25s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.25s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out 0.25s;
    }

    .header-notification.mt30 {
        margin-top: 20px !important;
    }

    .header-notification {
        padding: 10px 35px 10px 15px;
    }

    .header-notification .header-notification__cross {
        width: 30px;
        right: 5px;
        top: 5px;
        height: 30px;
        background-size: 10px;
    }

    .header-notification .header-notification__icon {
        display: none;
    }

    .topheader .topheader__menu {
        display: none;
        position: fixed;
        width: 100%;
        left: 0;
        padding: 15px 15px 5px 15px;
        top: 60px;
        border-radius: 0;
        z-index: 1000;
        background: #ffffff;
        white-space: normal;
        text-align: left;
        border-bottom: 5px solid #7eaad1;
        border-top: 5px solid #7eaad1;
    }

    .topheader .topheader__menu-link::before {
        display: block;
        position: static;
        margin: 0 auto;
        font-size: 18px;
        background: transparent;
    }

    .topheader .topheader__menu-link.active {
        background: #e3ebf2;
        color: #318cc6;
    }

    .topheader .topheader__menu-link {
        border-radius: 5px;
        padding: 8px 0 0 0;
        width: calc(33.3% - 8px);
        text-align: center;
        margin: 0 5px 10px 0;
        font-size: 12px;
    }

    .header .container .header__icon {
        line-height: 25px;
        height: 25px;
        color: #475669;
        width: 25px;
        text-align: center;
        font-size: 11px;
        margin: 0 !important;
        background: #ffffff;
        border-radius: 5px;
    }


    .header .header__menu::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    .header .header__logo + .header__menu .header__link{
        margin: 0!important;
    }
    .header .header__logo + .header__menu {
        width: auto;
        padding-right: 20px;
    }

    .header .header__logo img {
        width: 30px;
        height: 30px;
    }

    .header .header__logo {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    .header .header__menu {
        white-space: nowrap;
        overflow: auto;
        padding-left: 10px;
        font-size: 14px;
        margin: 0;
        width: 100%;
    }

    .header .container {
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .header .header__user img {
        width: 25px;
        height: 25px;
    }

    .topheader .topheader__logo {
        margin: 0;
    }

    .topheader .topheader__logo img {
        width: 140px;
    }

    .header {
        padding: 10px 0;
    }

    .header .header__link {
        line-height: 35px;
    }
}

