.add-review-item {
    color: #215f86;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px 0 56px;
    height: 60px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: #d4e4f2;
}

.add-review-item::before {
    content: "\f055";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.add-review-item:hover::before {
    background: #318cc6;
}

.add-review-item:hover {
    color: #318cc6;
}

.rating {
    display: -ms-grid;
    display: grid;
    text-transform: uppercase;
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
}

.rating .rating__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    background: #eeeeee;
}

.rating .rating__bb b {
    line-height: 20px;
    margin-bottom: 5px;
}

.rating a.rating__li {
    color: #215f86;
}

.rating .rating__bb.fas {
    line-height: 52px;
    padding: 0;
    font-size: 24px;
    text-align: center;
}

.rating .rating__li.bg-blue--bright {
    color: #215f86;
}

.rating .rating__li.bg-blue--bright .rating__bb {
    background: #215f86;
    color: #ffffff;
}

.rating .rating__li.bg-blue--bright:hover {
    background-color: #d4e4f2 !important;
    cursor: pointer;
}

.rating .rating__bb {
    background: #ffffff;
    border-radius: 5px;
    font-size: 23px;
    min-width: 90px;
    margin-right: 15px;
    line-height: 40px;
    font-weight: bold;
    padding: 0 15px;
    text-align: center;
}

.txt-uppercase > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.txt-uppercase {
    margin: 20px 0;
    white-space: nowrap;
    overflow: auto;
    text-transform: uppercase;
}

.rev-info-bb {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}


.info-border .info-border__cross {
    background: url(https://tophotels.ru/csstx/i/cross-thin.svg) center/15px no-repeat;
    width: 40px;
    height: 100%;
    right: 10px;
    top: 0;
    cursor: pointer;
    display: block;
    position: absolute;
}

.info-border {
    display: block;
    border: 5px solid #ffe6e4;
    border-radius: 5px;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
    .add-review-item::before {
        color: #ffffff;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        width: 100px;
        border-radius: 5px;
        margin-right: 28px;
        text-align: center;
        background: #215f86;
    }

    .add-review-item:hover::before {
        background: #318cc6;
    }
}

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

    .add-review-item::before {
        width: 80px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .rating .rating__bb {
        width: 55px;
        min-width: 55px;
        font-size: 19px;
        padding: 0;
    }

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

    .txt-uppercase > * {
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .add-review-item {
        margin-bottom: 10px !important;
        padding-left: 42px;
        border-radius: 5px;
        position: relative;
        font-size: 11px;
        height: 30px;
        line-height: 30px;
    }

    .add-review-item::before {
        width: auto;
        position: absolute;
        left: 15px;
        top: 0;
        margin: 0;
    }

    .rating .rating__li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .rating .fz18, .rating .fz14 {
        font-size: 13px !important;
    }

    .info-border .fz13 {
        font-size: 10px !important;
    }

    .rating .rating__bb {
        margin: 0;
        width: 100%;
    }

}

@media screen and (max-width: 413px) {
    .rating {
        width: 100%;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}