.option_box {
    padding: 1.5em;
    border: 1px solid #E6E9F0;
    border-radius: 15px;
    margin-bottom: 1em;
    display: flow-root;
}

.option_box > div:first-of-type {
    font-family: 'Roboto Medium', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.option_box .panel-collapse.in {
    margin-top: 26px;
    margin-bottom: 16px;
    display: flow-root;
}

.border.in {
    border: 1px solid #E6E9F0 !important;
    border-radius: 10px !important;
    padding-left: .5em !important;
}

.option_box .invalid_message {
    font-size: 14px;
}

.option_box .riscs_price span {
    font-family: 'Roboto Bold', serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.2px;
    font-weight: 700;
    display: inline-block;
}

@media (max-width: 1199px) {
    .option_box .riscs_price span.currency {
        font-family: 'Roboto Bold', 'PT Sans Caption', 'Montserrat Bold', sans-serif;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.2px;
        font-weight: 700;
    }
}

.horizontal_radio.sub {
    margin-top: 1.6em !important;
}

.checkbox_input input {
    padding: 14px 12px 14px 16px !important;
}

.property-item {
    margin-top: 24px;
}

.property-item label {
    margin-bottom: 0;
}

.property-item .suggestions-input,
.property-item .input__classic {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    border-color: #E6E9F0 !important;
}

.property-item .invalid_message {
    margin-bottom: 0;
}

.property-item .changed_wrap .invalid_message {
    margin-top: 0;
}

span.currency {
    padding-left: 4px;
}

@media (max-width: 640px) {
    .button:not(.black_btn) {
        padding-top: 18px;
    }
}

.row .checkbox_input .from:after {
    content: ' ';
    position: absolute;
    top: 29px;
    transform: translate(50%);
    background: #A1AFBF;
    height: 1px;
    width: 10px;
}

@media (min-width: 450px) and (max-width: 639px) {
    .row .checkbox_input .from:after {
        margin-left: 1px;
    }
    .row #travel_calc_form\:already_promocode_input .col-md-2:nth-child(2) input {
        margin-left: 5%;
        margin-right: 0;
    }
}

@media (min-width: 386px) and (max-width: 449px) {
    .row .checkbox_input .from:after {
        margin-left: 1px;
    }
    .row #travel_calc_form\:already_promocode_input .col-md-2:nth-child(2) input {
        margin-left: 7%;
        margin-right: 0;
    }
}

@media (max-width: 385px) {
    .row .checkbox_input .from:after {
        margin-left: 0px;
    }
    .row #travel_calc_form\:already_promocode_input .col-md-2:nth-child(2) input {
        margin-left: 7%;
        margin-right: 0;
    }
}

.checkbox_box.promocode_checkbox>input#travel_calc_form\:already_promocode_checkbox:checked + label::before {
    border: 1px solid #003791;
    background-color: #003791;
    border-radius: 5px;
}

.checkbox_box.promocode_checkbox>input#travel_calc_form\:already_promocode_checkbox + label::before {
    border: 1px solid #003791;
    border-radius: 5px;
}