
.booking-last-srh-tbl .bth__square-icon {
    border-radius: 50px;
    margin: 0;
    margin-bottom: 13px;
}

.booking-last-srh-tbl .bth__square-icon.bth__square-icon--32w:hover {
    color: white;
}

.booking-last-srh-tbl tr td {
    vertical-align: top !important;
}

.booking-last-srh-tbl tr td:nth-child(2) .hint-parent {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.booking-last-srh-tbl tr td:nth-child(5) > * {
    margin-right: 5px;
}

.booking-last-srh-tbl tr td:first-of-type {
    width: 120px;
}

.booking-last-srh-tbl__price {
    color: #e03a3a;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}

.booking-last-srh-tbl__cut {
    font-size: 13px;
    max-width: 165px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booking-last-srh-tbl__mobile {
    display: none;
}
.booking-last-srh-tbl__type{
    font-weight: bold;
    text-transform: uppercase;
    max-width: 300px;
}

@media screen and (max-width: 800px) {
    .booking-last-srh-tbl__type {
        font-size: 13px;    max-width: 220px;
    }
    .booking-last-srh-tbl .bth__ava-60 {
        width: 45px;
        height: 45px;
    }

    .booking-last-srh-tbl .bth__anonim {
        width: 45px;
        padding-top: 10px;
        height: 45px;
    }

    .booking-last-srh-tbl tr td:last-of-type .grey {
        font-size: 13px;
    }

    .bth__table-wrap table.booking-last-srh-tbl tbody tr td:nth-child(5),
    .booking-last-srh-tbl tr th:nth-child(5) {
        display: none;
    }

    .booking-last-srh-tbl__price {
        font-size: 18px;
        margin-bottom: 0;
    }

}

@media screen and (max-width: 743px) {
    .booking-last-srh-tbl thead {
        display: none;
    }

    .booking-last-srh-tbl tr {
        border-bottom: 1px solid #bcbcbc;
        display: block;
    }

    .booking-last-srh-tbl tbody tr:last-of-type {
        border: none;
    }

    .bth__table-wrap table.booking-last-srh-tbl tbody tr td {
        display: block;
        border: none;
        padding-bottom: 10px;

        width: auto;
        text-align: left;
    }

    .booking-last-srh-tbl__mobile + div {
        display: inline-block;
        vertical-align: top;
    }

    .booking-last-srh-tbl__mobile {
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        width: 164px;
        margin-right: 10px;
    }

    .booking-last-srh-tbl__cut {

        max-width: 150px;
    }
    .booking-last-srh-tbl__type {
        max-width: 130px;
    }
}

@media screen and (max-width: 500px) {
    .booking-last-srh-tbl__mobile {
        width: 95px;

        margin-right: 22px;
    }

    .booking-last-srh-tbl__cut {
        max-width: 131px;
    }

}