.wrapForm{margin:auto;width:90%;max-width:1600px;padding-top:50px}.checkFlex{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;gap:15px}.checkWrap{width:100%}.formError{margin-bottom:20px;width:fit-content;padding:2px 15px;background-color:#f002;border:2px solid red;border-radius:5px}.formError p{color:#000}.flexInputs{display:flex;justify-content:space-between;margin-bottom:15px}.wrapIn{width:calc(25% - 20px)}.addyIn{width:calc(50% - 15px)}.loadWrap{display:flex;flex-direction:column;justify-content:space-evenly;padding-top:100px}.estimateHeader{display:flex;margin:auto}.headSide{width:100%}.wrapBotta{margin:0;height:0;width:0;overflow:hidden}.requestMobile{display:none}@media(max-width:1000px){.wrapForm{padding-top:25px;padding-bottom:50px}.loadWrap{padding-top:50px}.flexInputs{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.flexInputs>:last-child:nth-child(odd){grid-column:span 2}.wrapIn,.addyIn{width:100%}}@media(max-width:615px){.flexInputs{grid-template-columns:1fr}.addyIn,.flexInputs .wrapIn{grid-column:1 / -1;width:100%}}@media(max-width:900px){.requestMobile{display:block;position:sticky;bottom:0;padding:10px 0;background-color:#f9fafb}.requestDesk{display:none}}@media(max-width:750px){.checkFlex{grid-template-columns:repeat(2,1fr)}}@media(max-width:615px){.flexInputs{grid-template-columns:1fr;gap:15px}.flexInputs>:last-child:nth-child(odd){grid-column:auto}.addyIn,.wrapIn{width:100%}}@media(max-width:550px){.selectFlex{flex-direction:column}.halfer{width:100%}}.radioSide{display:flex;align-items:center}.radioInner{border-radius:50px;background-color:transparent;height:12px;width:12px}.radioOuter{border:1px solid #6464647c;margin-right:10px;padding:2px;border-radius:50px}.isChecked{background-color:#ff7b00}.labelFlex{display:flex;justify-content:space-between;align-items:center}h4{color:#212121}.checkboxIn{display:none}.checkLabe{display:block;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;padding:10px;border-radius:5px;border:1px solid lightgray;margin-bottom:0;background-color:#fff}.checkLabe:hover{box-shadow:0 0 2px #3c3c3c}.activeCheck{background-color:#ff7b0018;border:1px solid #3c3c3c}.invalidCheck{border-color:red;box-shadow:0 0 2px red}
