.custom-book-form-section{width:100%;position:relative;opacity:0;animation:fadeInSection .8s ease-out forwards}@keyframes fadeInSection{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.custom-book-form-section{gap:48px;align-items:center;max-width:626px;margin:0 auto}.custom-image-continaer{order:1;animation:slideInLeft .8s ease-out .2s backwards}.custom-book-form-container{order:2;padding:0;animation:slideInRight .8s ease-out .4s backwards}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media(max-width:767px){.custom-book-form-section{display:flex;flex-direction:column;gap:32px}.custom-image-continaer{width:100%;animation:fadeInUp .6s ease-out .2s backwards}.custom-book-form-container{width:100%;animation:fadeInUp .6s ease-out .4s backwards}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.custom-image-continaer{width:100%;overflow:hidden;border-radius:12px;transition:transform .3s ease}.custom-image-continaer:hover{transform:scale(1.02)}.custom-image-continaer img{width:100%;height:auto;display:block;object-fit:cover;transition:transform .5s ease}.custom-image-continaer:hover img{transform:scale(1.05)}.custom-book-form__title{font-size:32px;font-weight:750;color:#fff;margin-bottom:16px;text-align:center;letter-spacing:.32px;text-transform:capitalize;opacity:0;animation:fadeInDown .6s ease-out .6s forwards}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.custom-book-form__description{font-size:16px;text-align:center;line-height:1.6;margin-bottom:48px;margin-top:24px;font-weight:350;opacity:0;animation:fadeInDown .6s ease-out .7s forwards}.custom-form-group{margin-bottom:24px;opacity:0;animation:fadeInUp .5s ease-out forwards}.custom-form-group:nth-child(1){animation-delay:.8s}.custom-form-group:nth-child(2){animation-delay:.9s}.custom-form-group:nth-child(3){animation-delay:1s}.custom-form-group:nth-child(4){animation-delay:1.1s}.custom-form-group:nth-child(5){animation-delay:1.2s}.custom-form-group:nth-child(6){animation-delay:1.3s}.custom-form-group:nth-child(7){animation-delay:1.4s}.custom-form-label{display:block;font-size:16px;font-weight:600;color:#fff;margin-bottom:8px;letter-spacing:.14px}.custom-form-label .required{color:#e74c3c;margin-left:4px;font-weight:700}.custom-form-input,.custom-form-select{width:100%;padding:10px 20px;font-size:14px;color:#fff;border:1px solid #5F5F5F;background:#121212;outline:none;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit}.custom-form-group select{width:100%;padding:10px 40px 10px 20px;border:1px solid #5F5F5F;background:#121212;color:#fff;cursor:pointer;transition:all .3s;box-shadow:0 2px 4px #0000000d;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;border-radius:0}.custom-form-input::placeholder{color:#fff6}.custom-form-input:focus,.custom-form-select:focus{border-color:#8f271e;background:#000c;box-shadow:0 0 0 3px #8f271e1a}.custom-form-select{cursor:pointer}.custom-form-select option{background:#1b1b1b;color:#fff;padding:8px;text-transform:capitalize}.custom-form-select:disabled{opacity:.6;cursor:not-allowed;background-color:#0006}.custom-form-submit{padding:16px 32px;font-size:12px;font-weight:400;text-transform:uppercase;color:#fff;border:1px solid rgb(255,255,255);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;letter-spacing:.14px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:none;margin-top:24px;margin-left:auto;margin-right:auto;width:fit-content;opacity:0;animation:fadeInUp .6s ease-out 1.5s forwards}.custom-form-submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 25%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.1) 75%,transparent 100%);animation:glassShine 3s ease-in-out infinite;pointer-events:none}.custom-form-submit:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 100%);pointer-events:none}@keyframes glassShine{0%{left:-100%}50%{left:100%}to{left:100%}}.custom-form-submit:hover{transform:translateY(-3px);box-shadow:0 8px 20px #8f271e66}.custom-form-submit:active:not(:disabled){transform:translateY(0)}.custom-form-submit:disabled{opacity:.6;cursor:not-allowed}.button-loader{display:inline-flex;align-items:center;justify-content:center}.spinner{animation:rotate 2s linear infinite;width:19px;height:19px}.spinner .path{stroke:#fff;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.custom-form-message{margin-top:16px;padding:12px 16px;border-radius:8px;font-size:14px;text-align:center;animation:slideDown .3s ease}.custom-form-message.success{background:#22c55e33;border:1px solid rgba(34,197,94,.5);color:#22c55e}.custom-form-message.error{background:#ef444433;border:1px solid rgba(239,68,68,.5);color:#ef4444}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-form-input:invalid:not(:placeholder-shown),.custom-form-select:invalid:not(:focus){border-color:#fff}.custom-form-input:valid:not(:placeholder-shown),.custom-form-select:valid{border-color:#57ff95}.custom-form-group.auto-selected{position:relative}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#cityGroup,#dealerGroup{transition:all .4s ease-out;max-height:0;overflow:hidden;opacity:0}#cityGroup[style*="display: block"],#dealerGroup[style*="display: block"]{max-height:200px;opacity:1;animation:expandDown .4s ease-out forwards}@keyframes expandDown{0%{max-height:0;opacity:0;transform:translateY(-10px)}to{max-height:200px;opacity:1;transform:translateY(0)}}@media(max-width:768px){.custom-book-form__title{font-size:24px}.custom-book-form__description{font-size:14px;margin-bottom:32px;margin-top:24px}.custom-form-group{margin-bottom:16px}.custom-form-submit{padding:14px 24px;font-size:12px;margin-top:16px}.custom-book-form{padding-top:16px}}@media(max-width:480px){.custom-book-form-container,.custom-image-continaer{padding:0 16px}.custom-book-form__title{font-size:20px}.custom-form-input,.custom-form-select{font-size:13px;padding:10px 14px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/custom-book-form.css.map */
