.eh-button{max-height:46px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:14px;border:none;border-radius:5px;cursor:pointer}.eh-field-error .eh-field{border-color:#ff0055!important}.eh-field-error .eh-field~label{color:#ff0055!important}.eh-field-error .eh-field-message{color:#ff0055!important}.eh-message:not(.error-txt){width:100%;margin-bottom:30px;display:flex;align-items:flex-start;font-size:14px;line-height:1.5em}.eh-message:not(.error-txt) svg{min-width:18px;width:18px;vertical-align:middle;margin-left:8px;line-height:inherit}.eh-message:not(.error-txt) .eh-user-phone{color:#0062f5;font-weight:700}.eh-message-info svg{color:#efb002}.eh-message-error{color:red}.eh-message-error svg{color:red}.eh-message-success svg{color:#53aa76}.eh-error-txt{margin-top:5px;display:block;font-size:13px}.eh-modal-button,.eh-modal-account-button{max-height:46px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:14px;border:none;border-radius:5px;cursor:pointer;background-color:var(--eh-modal-button-color);height:34px;color:var(--eh-modal-button-text-color)}.eh-modal-button:hover,.eh-modal-account-button:hover{background-color:var(--eh-modal-button-color-hover)}.eh-modal-button .eh-modal-button-icon,.eh-modal-button .eh-modal-account-button-icon,.eh-modal-account-button .eh-modal-button-icon,.eh-modal-account-button .eh-modal-account-button-icon{display:none}@media (max-width:768px){.eh-modal-button,.eh-modal-account-button{padding:5px 8px}.eh-modal-button .eh-modal-button-text,.eh-modal-button .eh-modal-account-button-text,.eh-modal-account-button .eh-modal-button-text,.eh-modal-account-button .eh-modal-account-button-text{display:none}.eh-modal-button .eh-modal-button-icon,.eh-modal-button .eh-modal-account-button-icon,.eh-modal-account-button .eh-modal-button-icon,.eh-modal-account-button .eh-modal-account-button-icon{display:block}}.eh-modal{background-color:rgb(0 0 0 / .7);width:100%;height:100%;position:fixed;top:0;right:0;left:0;bottom:0;display:none;align-items:center;justify-content:center;z-index:999999999}.eh-modal .eh-close-modal{background-color:#fff;margin:20px auto 0 20px;padding:0!important;display:flex;color:#404040;border:none!important;border-radius:100%;cursor:pointer}.eh-modal .eh-close-modal svg{vertical-align:middle}.eh-modal .eh-container{max-height:80%;overflow-y:auto;border:none}@media (max-width:576px){.eh-modal .eh-container{max-width:unset;max-height:unset;height:100%;border-radius:0}}.eh-loading-overlay{background-color:rgb(255 255 255 / .3);width:100%;height:100%;position:absolute;top:0;right:0;left:0;bottom:0;display:none}.eh-loading-overlay .eh-loading{background-color:var(--eh-loading-wrap-color);width:60px;height:60px;padding:10px;position:absolute;top:50%;left:50%;border-radius:100%;transform:translate(-50%,-50%);box-sizing:border-box}@keyframes animation{0%{stroke-dasharray:1 98;stroke-dashoffset:-105}50%{stroke-dasharray:80 10;stroke-dashoffset:-160}100%{stroke-dasharray:1 98;stroke-dashoffset:-300}}.eh-loading-overlay .eh-loading .eh-loading-spinner{fill:#fff0;stroke:var(--eh-loading-color);stroke-width:7px;stroke-linecap:round;transform-origin:center;animation-name:animation;animation-duration:1.2s;animation-iteration-count:infinite}.eh-register-login-button,.eh-account-button{max-height:46px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:14px;border:none;border-radius:5px;cursor:pointer;background-color:var(--eh-user-button-color);height:34px;padding:0 15px;color:var(--eh-user-button-text-color)}.eh-register-login-button:hover,.eh-account-button:hover{background-color:var(--eh-user-button-color-hover)}.eh-register-login-button .eh-register-login-button-icon,.eh-register-login-button .eh-account-button-icon,.eh-account-button .eh-register-login-button-icon,.eh-account-button .eh-account-button-icon{display:none}@media (max-width:768px){.eh-register-login-button,.eh-account-button{padding:0 8px}.eh-register-login-button .eh-register-login-button-text,.eh-register-login-button .eh-account-button-text,.eh-account-button .eh-register-login-button-text,.eh-account-button .eh-account-button-text{display:none}.eh-register-login-button .eh-register-login-button-icon,.eh-register-login-button .eh-account-button-icon,.eh-account-button .eh-register-login-button-icon,.eh-account-button .eh-account-button-icon{display:block}}.eh-container{background-color:#fff;width:100%;max-width:400px;margin:auto;position:relative;color:#303030;text-align:right;border:1px solid #e3e3e3;border-radius:15px;overflow:hidden}.eh-container *{box-sizing:border-box}.eh-container .eh-logo{margin-bottom:20px;display:flex;align-items:center;justify-content:center}.eh-container .eh-logo a{display:flex}.eh-container .eh-logo img{width:auto!important;height:50px!important;margin-left:10px;display:block}.eh-container .eh-logo .eh-logo-text h2{margin:0;font-size:20px;line-height:1.4em}.eh-container .eh-logo .eh-logo-text span{font-size:14px}.eh-container .eh-main{width:100%;padding:30px;position:relative}@media (max-width:576px){.eh-container .eh-main{padding:30px 15px}}.eh-container .eh-form-wrap{width:100%;margin:auto}.eh-container .eh-form-wrap .eh-section:not(.eh-opened){display:none}.eh-container .eh-form-wrap .eh-form{width:100%;margin:30px 0 0}.eh-container .eh-form-wrap .eh-form .eh-form-title{margin-bottom:20px}.eh-container .eh-form-wrap .eh-form input[type=hidden],.eh-container .eh-form-wrap .eh-form [hidden]{display:none!important}.eh-container .eh-form-wrap .eh-form .eh-field-wrap{width:100%;margin-bottom:20px;position:relative}.eh-container .eh-form-wrap .eh-form .eh-field-wrap svg{width:18px;height:18px;position:absolute;top:25px;left:15px;color:#8c8c8c;transform:translateY(-50%)}.eh-container .eh-form-wrap .eh-form .eh-field-error input{border-color:red}.eh-container .eh-form-wrap .eh-form .eh-field-error .eh-label,.eh-container .eh-form-wrap .eh-form .eh-field-error .eh-error-txt{color:red}.eh-container .eh-form-wrap .eh-form .eh-label{background-color:#fff;margin-bottom:10px;padding:2px 5px;position:absolute;top:0;right:10px;display:block;transform:translateY(-50%);color:#8c8c8c;font-size:13px;border-radius:5px;cursor:pointer}.eh-container .eh-form-wrap .eh-form .eh-field{background-color:#fff;direction:rtl;text-align:right;font-family:inherit;font-size:16px;outline:none!important}.eh-container .eh-form-wrap .eh-form .eh-field:-webkit-autofill,.eh-container .eh-form-wrap .eh-form .eh-field:-webkit-autofill:hover,.eh-container .eh-form-wrap .eh-form .eh-field:-webkit-autofill:focus,.eh-container .eh-form-wrap .eh-form .eh-field:-webkit-autofill:active{box-shadow:0 0 0 50px #fff inset!important}.eh-container .eh-form-wrap .eh-form .eh-field:not([type=checkbox],[type=radio]){width:100%;height:50px;padding:0 15px;border:1px solid #dbdbdb;border-radius:10px}.eh-container .eh-form-wrap .eh-form .eh-field:not([type=checkbox],[type=radio]):focus{padding:0 14px;border-color:#c9c9c9;border-width:2px}.eh-container .eh-form-wrap .eh-form .eh-field:not([type=checkbox],[type=radio]):focus~.eh-label{font-weight:700}.eh-container .eh-form-wrap .eh-form .eh-field[type=number]::-webkit-outer-spin-button,.eh-container .eh-form-wrap .eh-form .eh-field[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.eh-container .eh-form-wrap .eh-form .eh-field[type=number]{-moz-appearance:textfield}.eh-container .eh-form-wrap .eh-form .eh-hide-pass-icon{cursor:pointer}.eh-container .eh-form-wrap .eh-form .eh-show-pass-icon{display:none;cursor:pointer}.eh-container .eh-form-wrap .eh-form .eh-hide-pass-icon:hover,.eh-container .eh-form-wrap .eh-form .eh-show-pass-icon:hover{color:#303030}.eh-container .eh-form-wrap .eh-form .eh-visible-pass .eh-show-pass-icon{display:block}.eh-container .eh-form-wrap .eh-form .eh-visible-pass .eh-hide-pass-icon{display:none}.eh-container .eh-form-wrap .eh-form input[type=checkbox]{vertical-align:middle}.eh-container .eh-form-wrap .eh-form .eh-checkbox-label{font-size:14px;cursor:pointer}.eh-container .eh-form-wrap .eh-form .g-recaptcha{margin-bottom:20px}.eh-container .eh-form-wrap .eh-form .eh-otp-inputs{width:90%;margin:0 auto 30px;display:flex;gap:10px;direction:ltr}.eh-container .eh-form-wrap .eh-form .eh-otp-inputs input{width:100%;height:50px;text-align:center;font-size:22px;font-family:inherit;border:1px solid #dbdbdb;border-radius:10px;outline:none!important}.eh-container .eh-form-wrap .eh-form .eh-otp-inputs input:focus{border:2px solid #c9c9c9}.eh-container .eh-form-wrap .eh-form .eh-button{background-color:var(--eh-form-button-color);width:100%;height:50px;color:var(--eh-form-button-text-color);border-radius:10px}.eh-container .eh-form-wrap .eh-form .eh-button:hover{background-color:var(--eh-form-button-color-hover)}.eh-container .eh-form-wrap .eh-form .eh-agreement-text{margin:20px 10px 0;color:#8c8c8c;text-align:center;font-size:13px;line-height:1.8em}.eh-container .eh-form-wrap .eh-timer{margin-top:20px;display:inline-flex;align-items:center;justify-content:flex-end;direction:ltr;color:#0062f5;font-size:14px}.eh-container .eh-form-wrap .eh-timer .eh-timer-hours,.eh-container .eh-form-wrap .eh-timer .eh-timer-minutes,.eh-container .eh-form-wrap .eh-timer .eh-timer-seconds{width:20px;text-align:center}.eh-container .eh-form-wrap .eh-form-links{margin-top:20px;font-size:14px}.eh-container .eh-form-wrap .eh-form-links a,.eh-container .eh-form-wrap .eh-form-links button{margin-bottom:5px;display:flex;align-items:center;color:#303030;font-size:13px}.eh-container .eh-form-wrap .eh-form-links a svg,.eh-container .eh-form-wrap .eh-form-links button svg{width:16px;margin-left:5px}.eh-container .eh-form-wrap .eh-form-links button{background:none!important;font-family:inherit;border:none!important;cursor:pointer}.eh-container .eh-form-wrap .eh-form-links .eh-disabled{opacity:.5;cursor:not-allowed}.eh-container .eh-form-wrap .eh-form-links a:last-child,.eh-container .eh-form-wrap .eh-form-links button:last-child{margin-bottom:0}.eh-container .eh-blur{filter:blur(2px)}