.request{justify-content:center;align-items:flex-start;width:100%;height:auto;margin-top:40px;display:flex}.request__box{border:1px solid #dfd6d6;border-radius:8px;justify-content:center;width:100%;max-width:490px;height:auto;margin:0 22px;display:flex}.request__box__wrapper{width:100%;max-width:410px;margin:0 20px}.result{width:100%}.result.-disabled{display:none}.customer-type-select{flex-wrap:wrap;gap:1rem;width:100%;display:none}.customer-type-select.-active{display:flex}.customer-type-select .button{width:100%;margin:0;padding:1.5rem 2rem;font-size:16px}.customer-type-select .button:hover{cursor:pointer}.choice{flex-direction:column;flex:1;gap:1rem;display:flex}.choice__content{display:none}.choice__content.-active{display:block}.choice__content .button{margin:0}@media only screen and (width<=768px){.request{flex-direction:column}.request__box{max-width:100%;margin:0 0 20px}}@media only screen and (width>=560px){.customer-type-select{align-items:flex-start}}