

.booking-ticket-item {
    padding: 20px 24px 20px;
}

@media (max-width: 768px){
    .booking-ticket-item {
        padding-bottom: 160px;
    }
}



.flight-time-area label .value.active {
    background: #1760d2;
    color: #fff;
}

.tariff-item {
    padding-top: 2px;
    position: relative;
}

.tariff-item .tariff-feature {
    white-space: revert;
}

.tariff-item .tariff-feature {
    margin-bottom: 8px;
}

.tariff-feature.baggage{
     height: 32px;
    margin-bottom: 16px;
    margin-top: 16px;
    line-height: 16px;
}

span.input-toggler-span {
   white-space: nowrap;
}

.booking-sidebar-filters .input-toggler {
    width: 215px;
}

.tariff-item .tariff-title-red {
    background: red;
    color: #fff;
}

.booking-ticket-item-type.airline.red {
    color:  red;
}

.flight-time-area {
    margin-bottom: 5px;
}


.booking-sidebar-filters {
        margin: 0px auto;
}

.tariffs-header {
    margin-top: 0px;
}

.booking-sidebar-filters .title {
    margin-bottom: 10px;
}


.tariff-title-yellow {
    color: #0e0e0e !important;
}

.tariff-title-orange {
    background: linear-gradient(to right, #1760d2 0% 60%, #ffc100 40% 100%)!important;
    color: #fff !important;
}

.tariff-ffname {
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    position: absolute;
    padding: 8px 25px 8px 13px;
    color: #FFF;
    top: 2px;
    right: 5px;
    text-shadow: 1px -1px 1px rgb(0 0 0 / 62%);
    }

.tariff-discount {
        background: url(/images/icons/discount.svg) no-repeat center;
        background-size: 100% 100%;
        font-size: 1rem;
        text-align: center;
        position: absolute;
        padding: 8px 25px 8px 13px;
        color: #FFF;
        top: -3px;
        right: 5px;
    }

.price-desc{
    color: #343a40;
    font-size: 0.7rem;
    line-height: 0.7rem;
    font-weight: bold;
    text-align: left;
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 10px;
}

.tariff-feature.shortbaggage{
    height: 2px;
    margin-bottom: 1px;
    margin-top: 1px;
    line-height: 1px;
}

.booking-search-page .large-col {
    width: 80%;
    padding: 0 10px;
}

@media (max-width: 1300px) {
    .booking-search-page .large-col {
        width: 100%;
        margin: 20px 0;
    }

    #search_page_area_id{
        display:none;
    }

    .addflightaway{
        display:none;
    }

    .modal-window .tariff-feature-details.penalty{
        font-size: 0.75rem;
    }

    .modal-window .tariff-feature.penalty {
        font-size: 0.75rem;
    }


}

.booking-search-date-selector-slider {
    justify-content: space-between;
    width: 100%;
}

.modal-close-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
}

.tariff-item {
    margin-bottom: 20px;
}

.modal-window.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-box {
    background: #fff;
    width: 90%;
    max-height: 90vh; /* чтобы не выходило за экран */
    display: flex;
    flex-direction: column;
}

.modal-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.modal-body {
    overflow-y: auto;
    padding: 15px;
    max-height: calc(90vh - 70px); /* высота окна - высота шапки */
}           