.order-page{width:100%;max-width:1050px;padding:10px;margin:auto;padding-top:40px;padding-bottom:45px}@media screen and (min-width:620px){.order-page{padding-bottom:0}}@media screen and (min-width:450px){.order-page__content{display:flex}}.order-page__grid{margin:10px 0 30px 0}@media screen and (min-width:450px){.order-page__grid{width:50%;margin:0 10px}}.order-page__title{font-size:17pt;font-family:Comfortaa,"MS Sans Serif",Geneva,sans-serif;margin-bottom:20px}.order-page__results{text-align:right;margin-top:50px;display:flex;flex-direction:column;align-items:flex-end;font-size:15pt}.order-page__next{display:block;width:100%;padding:13px 0;margin:13px 0;font-size:13pt;font-family:Comfortaa,"MS Sans Serif",Geneva,sans-serif;text-align:center;background:#56b438;color:#fff;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;box-shadow:0 0 5px 2px rgba(67,85,99,.3);width:150px;cursor:pointer}.order-page__next:hover{background:#a1bf84}.order-page__receiving-types{display:flex;margin:20px 0;text-align:center}.order-page__receiving-type{flex:100px 1 1}.order-page__input{position:absolute;top:0;left:0;visibility:hidden;pointer-events:none}.order-page__input:checked+.order-page__receiving-name{border:1px solid #000}.order-page__receiving-name{display:flex;justify-content:center;align-items:center;height:60px;padding:0 10px;background-color:#a1bf84;cursor:pointer}.order-page__receiving-type:first-of-type .order-page__receiving-name{border-radius:12px 0 0 12px;-webkit-border-radius:12px 0 0 12px;-moz-border-radius:12px 0 0 12px;-ms-border-radius:12px 0 0 12px;-o-border-radius:12px 0 0 12px}.order-page__receiving-type:last-of-type .order-page__receiving-name{border-radius:0 12px 12px 0;-webkit-border-radius:0 12px 12px 0;-moz-border-radius:0 12px 12px 0;-ms-border-radius:0 12px 12px 0;-o-border-radius:0 12px 12px 0}.order-page__error{color:red;padding-top:20px}