
.header-notification.bg-light-orange {
    padding-right: 10px !important;
    background-color: #fff2cd !important;
}

.header-notification.bg-light-red .header-notification__icon {
    color: #e03a3a;
}


.header-notification.v2 .header-notification__icon {
    top: 10px;
}

.header-notification.v2 {
    border-radius: 5px;
    color: #e03a3a;
    margin-top: 20px;
    padding: 13px 25px 13px 50px;
}

.header-notification.pt15 {
    padding: 15px 40px 15px 65px;
}

.header-notification.pt15 .header-notification__cross {
    right: 11px;
    top: 6px;
}

.header-notification.pt15 .header-notification__icon {
    left: 15px;
    top: 12px;
}

.header-notification .header-notification__abs-link {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100px;
}

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

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

.header-notification.bg-orange--bright:hover {
    background-color: rgba(255, 142, 65, 0.2) !important;
}

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

.header-notification .link-blue:hover, .header-notification a:not(.bth__btn):hover {
    color: #215f86 !important;
}

.header-notification a:not(.bth__btn) {
    color: inherit;
}

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

.header-notification.header-notification--big-icon .header-notification__icon {
    font-size: 23px;
    width: 52px;
    height: 52px;
    line-height: 52px;
}

.header-notification.header-notification--big-icon {
    padding-left: 80px;
    padding-right: 40px !important;
}


@media screen and (max-width: 1023px) {

    .header-notification.pt15 {
        padding-left: 55px;
    }

    .header-notification .header-notification__icon {
        font-size: 13px;
        width: 25px;
        height: 25px;
        top: 7px;
        line-height: 25px;
    }

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


@media screen and (max-width: 767px) {
    .header-notification .header-notification__icon {
        display: none;
    }

    .header-notification * {
        font-size: inherit !important;
    }

    .header-notification.header-notification--big-icon, .header-notification {
        font-size: 14px;
        padding: 7px 35px 7px 10px !important;
        border-radius: 5px;
    }

    .header-notification.bg-light-orange + .mt35 {
        margin-top: 20px !important;
    }

    .header-notification .header-notification__cross {
        background-size: 10px;
        width: 35px;
        height: 100%;
        top: 0 !important;
        right: 2px !important;
        background-position: center 12px;
    }
}