.notif-item .notif-item__bb {
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
    background: #ffffff;
}

.notif-item .notif-item__inline {
    display: inline-block;
    vertical-align: middle;
}

.notif-item a:not(:hover) {
    color: #475669;
}

.notif-item:hover {
    background-color: rgba(52, 136, 178, 0.24) !important;
}

.notif-item::before {
    content: '';
    display: block;
    background: url(https://tophotels.ru/csstx/i/arrow-right-grey-dark.svg) center / 6px no-repeat;
    width: 35px;
    height: 100%;
    top: 0;
    right: 20px;
    position: absolute;
}

.notif-item .notif-item__date {
    width: 100px;
}

.notif-item .notif-item__icons .fas {
    display: inline-block;
    vertical-align: top;
    width: 30px;
}

.notif-item .notif-item__icons {
    width: 100px;
    margin-left: auto;
}

.notif-item .notif-item__col .fz18 {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.notif-item .notif-item__col {
    width: calc(100% - 325px);
}

.notif-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #475669;
    position: relative;
    padding: 15px 55px 15px 15px;
    border-radius: 5px;
    background-color: #d4e4f2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .notif-item .fz18 {
        font-size: 16px !important;
    }

    .notif-item .notif-item__bb {
        height: 45px;
        line-height: 45px;
        width: 45px;
    }

    .notif-item .notif-item__date {
        width: 65px;
    }

    .notif-item .notif-item__col {
        width: calc(100% - 245px);
    }

    .notif-item .notif-item__icons {
        width: 85px;
    }

    .notif-item::before {
        right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .notif-item {
        padding: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .notif-item .notif-item__col {
        width: 100%;
    }

    .notif-item::before, .notif-item .notif-item__bb {
        display: none;
    }

    .notif-item .notif-item__date.ml-auto {
        margin: 0 !important;
    }

    .notif-item .notif-item__icons {
        margin: 0;
    }

    .notif-item .notif-item__icons .fas {
        width: 25px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        background: #ffffff;
        margin-right: 10px;
        border-radius: 5px;
        text-align: center;
    }

    .notif-item .notif-item__hotel {
        margin-right: 5px;
    }

    .notif-item .fz13.mt5::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    .notif-item .fz18 {
        font-size: 14px !important;
    }

    .notif-item .fz13.mt5 {
        white-space: nowrap;
        overflow: auto;
    }

    .notif-item .mr30 {
        margin-right: 5px !important;
    }

    .notif-item .notif-item__hotel span {
        max-width: 200px;
        display: inline-block;
        vertical-align: bottom;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .notif-item .notif-item__date {
        font-size: 14px !important;
    }

    .notif-item .notif-item__col .fz18 {
        white-space: normal;
    }
}