.calendar-price {
    width: 100%;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 12px;
    border-collapse: separate;
}

.calendar-price tr {
    text-transform: uppercase;
    background: #eeeeee;
}

.calendar-price .calendar-price__bb:hover .calendar-price__ico-grey {
    color: inherit;
}

.calendar-price .calendar-price__ico-grey {
    font-size: 20px;
    color: #999999;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-price tr td {
    border-bottom: 5px solid #ffffff;
    padding: 9px 10px;
}

.calendar-price tr a:not(.bth__btn) {
    color: #475669;
}

.calendar-price tr a:not(.bth__btn):hover {
    color: #318cc6;
}

.calendar-price .calendar-price__bb:hover {
    background-color: #318cc6;
    color: #ffffff !important;
}

.calendar-price .calendar-price__bb {
    height: 50px;
    width: 100%;
    font-size: 18px;
    background: #ffffff;
    position: relative;
    border-radius: 5px;
    line-height: normal;
    padding: 0 10px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calendar-price .calendar-price__date:hover .hint {
    display: block;
}

.calendar-price .calendar-price__date {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    color: #4e4d4d;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-align: left;
    position: relative;
    padding: 0 30px 0 20px;
    font-weight: bold;
}

.calendar-price .calendar-price__bb .calendar-price__right {
    margin-left: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calendar-price .calendar-price__arrs + .calendar-price__arrs {
    margin-top: 8px;
}

.calendar-price .calendar-price__arrs {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    line-height: 30px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    font-weight: bold;
}

.calendar-price .fa-plane {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 50px;
    display: block;
}

.calendar-price .fa-plane.left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.calendar-price tr td {
    width: 12.5%;
}

.calendar-price .calendar-price__arrs .fas:hover {
    background: #ff8e41;
    color: #ffffff;
}

.calendar-price .calendar-price__arrs .fas.grey {
    background: #dfdfdf !important;
    cursor: inherit;
}

.calendar-price .calendar-price__arrs .fas {
    background: #ededed;
    line-height: 30px;
    border: none;
    color: #ff8e41;
    height: 30px;
    width: 39px;
    text-align: center;
    font-size: 20px;
}

.calendar-price .lsfw-cbx, .calendar-price .lsfw-rbt {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

@media screen and (min-width: 1025px) {
    .calendar-price td.active {
        background-color: rgba(52, 136, 178, 0.24) !important;
    }
}

@media screen and (max-width: 1400px) {
    .calendar-price .calendar-price__date {
        padding-left: 10px;
    }

    .calendar-price .calendar-price__arrs {
        font-size: 11px;
    }

    .calendar-price .calendar-price__arrs .fas {
        width: 35px;
    }

    .calendar-price .calendar-price__bb {
        padding-left: 15px;
    }

    .calendar-price .fa-plane {
        font-size: 11px;
        right: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .calendar-price .calendar-price__dates .calendar-price__date {
        padding-right: 10px;
    }

    .calendar-price tr td {
        padding: 7px;
    }

    .calendar-price .calendar-price__arrs {
        font-size: 10px;
    }

    .calendar-price .calendar-price__arrs .fas {
        width: 30px;
        font-size: 16px;
    }

    .calendar-price .calendar-price__bb {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .calendar-price tbody {
        white-space: nowrap;
        overflow: auto;
    }

    .calendar-price tr {
        margin-bottom: 5px;
    }

    .calendar-price tfoot tr td {
        width: auto;
        border: none;
    }

    .calendar-price tfoot tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .calendar-price tr, .calendar-price, .calendar-price > * {
        display: block;
    }

    .calendar-price .calendar-price__date {
        font-size: 13px;
    }

    .calendar-price tbody tr td:first-child {
        position: sticky;
        left: 0;
        z-index: 10;
    }

    .calendar-price tfoot tr td:first-child, .calendar-price tbody tr td {
        width: 130px;
        display: inline-block;
        border: none;
        vertical-align: middle;
        background: inherit;
        min-width: 130px;
    }

    .calendar-price tbody .calendar-price__arrs {
        margin: 10px 0;
    }

    .calendar-price .fa-plane {
        font-size: 8px;
    }
}

@media screen and (max-width: 767px) {
    .calendar-price tfoot tr td.right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .calendar-price tfoot tr td {
        text-align: left !important;
    }

    .calendar-price tfoot tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}