.order {
    background-color: #ffe761;
    padding-top: 93px;
    text-align: center;
    color: #3b3b3b;
}

.order_col {
    margin-bottom: 110px;
}

.order_h {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 17px;
}

.order_subheading {
    font-size: 22px;
    color: #867c45;
    margin-bottom: 12px;
}

.order_dating {
    font-size: 26px;
    font-weight: bold;
    color: #867c45;
    margin-bottom: 60px;
}

.order_date,
.order_place {
    margin-right: 10px;
    margin-left: 10px;
}

.order_dating svg {
    vertical-align: -3px;
    margin-right: 10px;
}

.order_choose_payment {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 45px;
}

.order_row {
    width: 820px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.order_payment {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.order_higher,
.order_cheaper {
    display: inline-block;
    margin-bottom: 5px;
    min-width: 150px;
    line-height: 16px;
    padding: 10px 5px 9px;
    background-color: #f0802e;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.order_cheaper {
    background-color: #70a739;
}

.order_pay_h {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

.order_price_label {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.order_price {
    font-size: 55px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 13px;
}

.order_pay_descr {
    max-width: 100%;
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

.order_checkout .button {
    width: 100%;
    height: 58px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.order_okey {
    padding-top: 6px;
    font-size: 30px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .main {
        padding-bottom: 0;
    }

    .order {
        padding-top: 40px;
    }

    .order_h {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .order_subheading,
    .order_choose_payment {
        font-size: 18px;
    }

    .order_subheading {
        margin-bottom: 10px;
    }

    .order_dating {
        font-size: 15px;
        margin-bottom: 75px;
    }

    .order_date,
    .order_place {
        display: block;
    }

    .order .smartwarch_icon {
        width: 12px;
        height: auto;
        margin-right: 3px;
    }

    .order .map_pin {
        width: 14px;
        height: auto;
        margin-right: 3px;
    }

    .order_pay_h {
        margin-bottom: 30px;
    }

    .order_pay_descr {
        margin-bottom: 25px;
    }

    .order_col {
        margin-bottom: 120px;
    }

    .order_col:last-child {
        margin-bottom: 80px;
    }

}
