#header, #footer, hr {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font-size: 12px;
  line-height: 16px;
}

.social-login .socials-buttons div .social-button, .social-login .or, .fake-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-login .socials-buttons, .checkbox-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-privacy .close, .checkbox-block .privacy-policy-link, .fake-checkbox.checked, .fake-checkbox {
  transition: all 0.3s ease;
}

.title + .subtitle {
  margin-top: 0.5rem;
}

.form-page-container {
  padding: 1.875rem 1rem 3.438rem;
}

.subtitle + .form-block {
  margin-top: 2.625rem;
}

.onlineMenu-field_form {
  line-height: 0;
}

.form-block .errors {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}
.form-block .error {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  color: #FF341D;
}
.form-block .error + .error {
  margin-top: 8px;
}
.form-block .error.valid {
  color: #1B1D21;
}
.form-block .onlineMenu-email-form .error {
  color: #FF341D;
  justify-content: flex-end;
  font-weight: 500;
  margin-top: 4px;
}
.form-block .input-password {
  margin-top: 0.5rem;
  position: relative;
}
.form-block .input-password input {
  margin-top: 0;
  position: relative;
}
.form-block .input-password input::-moz-placeholder {
  font-size: 25px;
  line-height: normal;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}
.form-block .input-password input::placeholder {
  font-size: 25px;
  line-height: normal;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}
.form-block .input-password input[type=password] {
  font-size: 12px;
  line-height: 1.1;
  padding-right: 2.85rem;
}
.form-block .safari input::placeholder {
  position: relative;
  top: 14px;
}
.form-block .input-password input[type=password] + i svg {
  display: none;
}
.form-block .input-password input[type=text] + i:before {
  display: none;
}
.form-block .input-password input[type=text] + i svg {
  display: block;
}
.form-block .input-password i {
  font-size: 1.5rem;
  display: block;
  right: 20px;
  position: absolute;
  top: 16px;
  color: #9FA9B6;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-tap-highlight-color: transparent;
}
.form-block .input-password i:hover {
  color: #4C5A6B;
}
.form-block .input-password i:before {
  margin: 0;
}
.form-block label {
  color: #15191E;
  font-size: 12px;
  font-weight: 600;
  line-height: 1rem;
  display: inline-block;
}
.form-block label span {
  color: #FF341D;
}
.form-block input {
  background: #F1F1F1;
  border-radius: 16px;
  padding: 1.25rem;
  margin-top: 0.5rem;
  border: 1px solid transparent;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.06px;
  max-height: 56px;
  transition: border 0.3s ease;
}
.form-block input::-moz-placeholder {
  font-weight: 400;
  color: #A1A3A5;
}
.form-block input::placeholder {
  font-weight: 400;
  color: #A1A3A5;
}
.form-block input.invalid, .form-block input.invalid:hover {
  border: 1px solid #FF341D !important;
}
.form-block input:focus {
  border: 1px solid #4C5A6B;
}
.form-block input:focus + i {
  color: #394350;
}
.form-block input:hover {
  border: 1px solid #4C5A6B;
}
.form-block input:hover + i {
  color: #394350;
}
.form-block .onlineMenu-field_form + .onlineMenu-field_form {
  margin-top: 1.5rem;
}

.fake-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.fake-checkbox i {
  color: #ffffff;
}
.fake-checkbox.checked {
  background: #FFA51D;
  border: 1px solid #FFA51D;
}
.fake-checkbox.checked:hover {
  border: 1px solid #FFA51D;
}
.fake-checkbox:hover {
  border: 1px solid #9FA9B6;
}

.checkbox-block {
  margin-top: 2rem;
}
.checkbox-block .checkbox-text {
  color: #1B1D21;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.checkbox-block label {
  display: flex;
  align-items: center;
}
.checkbox-block .privacy-policy-link {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.06px;
  margin-left: 5px;
  color: #FFA51D;
}
.checkbox-block .privacy-policy-link:hover {
  color: #FFC977;
}

.submit-button {
  width: 100%;
  padding: 0.875rem 1.5rem;
  border-radius: 16px;
  background: #FFA51D;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin-top: 2.625rem;
}
.submit-button[disabled] {
  cursor: not-allowed;
  background: #FFC977;
}
.submit-button[disabled]:hover {
  background: #FFC977 !important;
}
.submit-button:hover {
  background: #CC8417;
}
.submit-button:active {
  background: #FFC977;
}

.social-login .or {
  color: #A1A3A5;
  text-align: center;
  margin: 1rem 0;
}
.social-login .or .or-text {
  margin: 0 8px;
}
.social-login .or .line {
  height: 1px;
  background: #EFF0F2;
  width: 100%;
}
.social-login .socials-buttons {
  gap: 8px;
}
.social-login .socials-buttons div {
  flex: 1;
  max-width: 100%;
}
.social-login .socials-buttons div .social-button {
  min-height: 52px;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid #EFF0F2;
}
.social-login .socials-buttons div .social-button:hover {
  border: 1px solid #9FA9B6;
}
.social-login .socials-buttons div .social-button span {
  color: #15191E;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: -0.05px;
}

.popup-privacy {
  border-radius: 24px;
  padding: 2.5rem 2rem 1.5rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 3;
  max-height: 90dvh;
  max-width: 327px;
  width: 100%;
  overflow: hidden;
}
.popup-privacy .popup-title {
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(227, 230, 236, 0.4);
}
.popup-privacy .close {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  cursor: pointer;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  display: flex;
  border-radius: 50%;
  padding: 8px;
}
.popup-privacy .close:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.popup-privacy .popup-main-content {
  overflow-y: scroll;
  max-height: 65dvh;
}
.popup-privacy .popup-main-content .popup-block-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.popup-privacy .popup-main-content .popup-block + .popup-block {
  margin-top: 1rem;
}
.popup-privacy .popup-main-content .popup-block .popup-block-text {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.06px;
  color: #A1A3A5;
}
.popup-privacy .popup-main-content .popup-block .popup-block-text p + p {
  margin-top: 0.75rem;
}
.popup-privacy ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.popup-privacy ::-webkit-scrollbar-track {
  background: #F8FAFC;
  border-radius: 2px;
}
.popup-privacy ::-webkit-scrollbar-thumb {
  background: #FFDBA4;
  border-radius: 2px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 2;
}

@media (max-width: 767px) {
  .container-default.form-page-container {
    max-width: 100%;
  }
  #sign-up-form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: calc(100vh - 85px);
  }
  #sign-up-form .input-block {
    flex: 1;
  }



  #sign-up-form .submit-block {
    margin-top: 3rem;
  }

  #sign-up-form .submit-button {
    margin-top: 0;
  }



  .form-block label {
    font-size: 0.75rem;
  }



  .popup-privacy {
    max-height: 80%;
    max-width: 327px;
  }
}/*# sourceMappingURL=sign-up.css.map */