@charset "UTF-8";.order-form-section{width:100%;height:100%;padding:40px 10px 50px;margin-bottom:50px;background-color:#000;display:flex;flex-direction:column;align-items:center;transition:all .5s ease;overflow-y:auto}.order-form-section::-webkit-scrollbar{width:2px}.order-form-section::-webkit-scrollbar-track{background-color:#000;border-radius:8px}.order-form-section::-webkit-scrollbar-thumb{background-color:#000;border-radius:8px;cursor:pointer}.order-form{background-color:#f2f2f2;padding:20px;width:100%;max-width:400px;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1);margin:30px 10px;position:relative}.order-input{margin-bottom:20px}.order-form-label{font-size:16px;color:#333;font-weight:700}.order-service-option{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;margin-top:5px;background-color:#fff;padding-right:30px;cursor:pointer;font-size:18px;font-family:"Lato";text-transform:uppercase;letter-spacing:1.5px;font-weight:600;transition:all .5s ease;background-repeat:no-repeat;background-position:calc(100% - 10px) center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.order-service-option option{font-size:18px;padding:110px}.order-service-option:hover,.order-service-option:focus{outline:0;border-color:#000}.order-info-block{border:1px solid #000;border-radius:5px;padding:10px;margin-bottom:15px;background:#fff}.order-checkbox{display:flex;margin:10px 0 0}.order-checkbox input[type=checkbox]{opacity:0;position:absolute;cursor:pointer}.order-checkbox label{position:relative;padding:0 25px;cursor:pointer;font-size:18px;transition:all .5s ease}.order-checkbox label:before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:1px solid #ccc;border-radius:3px;background-color:#fff;transition:all .5s ease}.order-checkbox input[type=checkbox]:checked+label:before{background-color:#000}.order-checkbox label:after{content:"";position:absolute;left:6px;top:4px;width:6px;height:12px;border:solid #01feea;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.order-checkbox input[type=checkbox]:checked+label:after{opacity:1}.order-service-type,.order-discount,.order-cost,.order-prepayment,.order-customer-data,.order-contact-phone,.order-email,.order-comment,.order-check-photo{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;margin-top:5px}.order-info-input{display:flex;align-items:center;margin:15px 0}.order-info-input .order-form-label{margin-top:6px}.order-discount,.order-prepayment,.order-cost{height:20px;width:130px;border:0;background:rgba(255,255,255,0);font-size:22px;font-family:"Lato";cursor:default}.order-comment{height:60px;resize:none}.order-comment::-webkit-scrollbar{width:8px;height:3px}.order-comment::-webkit-scrollbar-track{background:#cecece;border-radius:5px}.order-comment::-webkit-scrollbar-thumb{background:#000;border-radius:4px}.order-comment::-webkit-scrollbar-thumb:hover{background:#01fee9;cursor:pointer}.order-file{position:relative;margin:15px 0;background:#fff;border:1px solid #000;border-radius:5px;padding:10px}.order-check-photo{display:none}.custom-file-button{display:inline-block;padding:5px 10px;margin:10px 0 0;background-color:#fff;border:1px solid #000;border-radius:5px;cursor:pointer}.custom-file-button:hover{background-color:#e0e0e0}.order-form-pay-link{display:inline-block;color:#007bff;font-size:18px;margin-top:10px;letter-spacing:1.1px;font-weight:600;transition:all .5s ease}.order-form-pay-link::before{content:"";width:0;height:2px;background-color:#007bff;border-radius:5px;position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);z-index:-1;transition:all .5s ease}.order-form-pay-link:hover{transform:scale(1);transition:all .5s ease}.order-form-pay-link:hover::before{width:100%;left:60%;transform:translateX(-60%)}.order-form-button{background-color:#007bff;color:#fff;border:0;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:20px;letter-spacing:1.5px;transition:all .5s ease;margin-top:10px}.order-form-button:hover{letter-spacing:3.5px;background-color:#01feea;color:#000;font-weight:700;outline:1px solid #000}.plus-but{position:relative;width:100%;height:30px;margin:20px 0;text-align:center}.plus-but .plus_close{display:inline-block;cursor:pointer;font-size:40px;transition:all .4s ease-in-out}.plus-but .plus_close:hover{transform:rotate(180deg)}.plus-but .plus_close:active{transition:all .2s ease-in-out;color:#fff;transform:rotate(45deg)}.document-info{display:flex;flex-direction:column;align-items:center;margin:10px 0 100px;padding:0 5px}.document-info a{margin:15px 0 0}.currency{color:#007bff;font-size:18px;font-style:italic;font-weight:800;letter-spacing:1.2px}.none{display:none}@media (max-width:1050px){.order-form-section{position:fixed;top:50px;z-index:9;padding-top:100px}}@media (max-width:550px){.order-form-section{position:fixed;top:10px}.order-checkbox{display:flex;flex-direction:column;gap:20px}}