.tours-departures {
    margin-bottom: 20px;
}

.tours-departures .lsfw-fill-tbl__cbx {
    margin-right: 10px;
}

.tours-departures.lsfw-fill-tbl tr th {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

@media screen and (max-width: 1490px) {
    .tours-departures .lsfw-fill-tbl__250 {
        width: 220px;
    }
}

@media screen and (max-width: 1290px) {
    .tours-departures .lsfw-fill-tbl__cut250 {
        max-width: 225px;
    }

    .tours-departures .fz16 {
        font-size: 14px !important;
    }

    .tours-departures .price-block {
        width: 145px;
    }

    .tours-departures .lsfw-fill-tbl__250 {
        width: 165px;
    }
}

@media screen and (max-width: 1023px) {
    .tours-departures tbody tr td:last-child, .tours-departures tr th:last-child {
        display: none;
    }

    .tours-departures.lsfw-fill-tbl tr th {
        font-size: 12px;
    }

    .tours-departures tr th div {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .tours-departures .price-block {
        width: 130px;
    }

    .tours-departures .lsfw-fill-tbl__250 {
        width: 150px;
    }

    .tours-departures .fz20 {
        font-size: 17px !important;
    }

    .tours-departures .price-block {
        font-size: 15px;
    }

    .tours-departures .lsfw-fill-tbl__cut250 {
        max-width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .tours-departures thead {
        display: block !important;
        border: none;
    }

    .tours-departures {
        margin-bottom: 10px;
    }

    .tours-departures.lsfw-fill-tbl thead tr {
        padding: 0;
    }

    .tours-departures tr td {
        width: 100%;
    }

    .tours-departures .lsfw-fill-tbl__cut250 {
        max-width: calc(100% - 20px);
    }

    .tours-departures tbody tr td:nth-child(even) {
        background: rgba(255, 255, 255, 0.43);
    }

    .tours-departures .fz16 {
        width: calc(100% - 40px);
    }

    .tours-departures tbody tr td:last-child {
        display: block;
    }

    .tours-departures .lsfw-fill-tbl__only767 .fz10 {
        font-size: 9px !important;
    }

    .tours-departures .lsfw-fill-tbl__only767 {
        width: 75px;
        font-size: 10px;
    }

    .tours-departures .lsfw-fill-tbl__only767, .tours-departures .price-block {
        display: inline-block;
        vertical-align: middle;
    }
}