.request-left {
    background-color: #e4e5ea;
    border-radius: 4px;
    padding: 15px;
    position: relative;
    display: block;
}

.request {
    padding-right: calc(16.6% + 16.6% - 7px);
    position: relative;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
}

.request-tbl .request-tbl__arrow.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.request-tbl .request-tbl__arrow:hover {
    color: #db7631;
}

.request-tbl {
    background: #ffffff;
    width: 100%;
}

.request-tbl .request-tbl__mb-hint {
    display: none;
}

.request-tbl tr:not(:first-of-type) {
    border-top: 1px solid #cccccc;
}

.request-tbl tr td {
    position: relative;
    padding: 7px 11px;
    text-transform: uppercase;
    font-size: 14px;
}

.request-tbl .request-tbl__d-ib {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}


.request-tbl .request-tbl__arrow {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 9px;
    color: #ff8e41;
}

.request-tbl .request-tbl__include {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00a551;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.request-tbl .request-tbl__include::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 10px;
    margin-right: 5px;
}

.request__right {
    background-color: #e4e5ea;
    width: 30%;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.request-tbl .request-tbl__arrow.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.request-tbl .request-tbl__arrow:hover {
    color: #db7631;
}

.request-tbl .request-tbl__arrow {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 9px;
    display: none;
    color: #ff8e41;
}

.tour-selection-wrap.tour-selection-wrap--loader .request-tbl {
    -webkit-animation: tourSelectionLoader 3s infinite;
    animation: tourSelectionLoader 3s infinite;
}

.tour-selection-wrap.tour-selection-wrap--loader .request-tbl td * {
    visibility: hidden;
}

@media screen and (max-width: 1700px) {
    .request-tbl .request-tbl__d-ib{
        margin-right: 10px;
    }
}
@media screen and (max-width: 1132px) {
    .request {
        padding: 0;
    }

    .request-tbl .request-tbl__mb-hint i {
        font-size: 11px;
        color: #cccccc;
    }

    .request-tbl .request-tbl__arrow {
        display: block;
    }

    .request-tbl tr:not(:first-of-type) {
        margin-top: 5px;
        display: none;
    }

    .request__right {
        position: static;
        width: 100%;
        padding: 0;
        background: transparent;
        margin-bottom: 15px;
    }

    .request-tbl, .request-tbl tbody, .request-tbl tr, .request-tbl td {
        display: block;
    }
}

@media screen and (max-width: 540px) {
    .request-tbl .request-tbl__d-ib {
        margin-right: 10px;
    }
}