body .elementor-element .authorization-form-block {
  position: absolute;
  top: 20px;
  right: 0;
  width: 290px;
  padding: 20px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #181818;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transform: translateY(100px) scale(0);
  transition: all 0.21s ease-in-out;
}
body .elementor-element .authorization-form-block__backdrop {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
body .elementor-element .authorization-form-block__backdrop--checkout {
  background-color: rgba(255, 255, 255, 0.55);
}
body .elementor-element .authorization-form-block__loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #f08929;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
body .elementor-element .authorization-form-block--loading .authorization-form-block__backdrop {
  display: flex;
}
body .elementor-element .authorization-form-block--active {
  visibility: visible;
  opacity: 1;
  z-index: 1050;
  transform: translateY(0) scale(1);
}
body .elementor-element .authorization-form-block--static {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1050;
  transform: translateY(0) scale(1);
  background-color: transparent;
}

body .elementor-element .authorization-form {
  height: 0;
  font-size: 14px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: translateY(50px);
  transition: transform 0.21s ease-in-out;
}
body .elementor-element .authorization-form__title {
  margin-bottom: 20px;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
body .elementor-element .authorization-form__input {
  display: block;
  width: 100%;
  padding: 9px 15px;
  background-color: #292929;
  color: #ffffff;
  border: thin solid transparent;
  border-radius: 4px;
  outline: none;
}
body .elementor-element .authorization-form__input::placeholder {
  color: #ffffff;
}
body .elementor-element .authorization-form__input--error {
  border-color: #ec0a0a;
}
body .elementor-element .authorization-form__submit {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background-color: rgb(240, 137, 41);
  color: #ffffff;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  font-family: "Gilroy", Helvetica, Arial, sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
}
body .elementor-element .authorization-form__submit:hover {
  color: #ffffff;
}
body .elementor-element .authorization-form__additional {
  display: block;
}
body .elementor-element .authorization-form__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
body .elementor-element .authorization-form__error {
  display: none;
  margin-bottom: 10px;
  color: #ec0a0a;
}
body .elementor-element .authorization-form__error--active {
  display: block;
}
body .elementor-element .authorization-form--phone .authorization-form__input {
  margin-bottom: 20px;
}
body .elementor-element .authorization-form--code .authorization-form__row {
  margin-bottom: 20px;
}
body .elementor-element .authorization-form--code .authorization-form__input {
  width: 90px;
  letter-spacing: 7px;
}
body .elementor-element .authorization-form--active {
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: auto;
  transform: translateY(0);
}
body .elementor-element .authorization-form .auth-resend-code {
  color: rgb(240, 137, 41);
  font-weight: 500;
}
body .elementor-element .authorization-form .auth-sent-phone {
  color: rgb(240, 137, 41);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mobile-menu-block .authorization-form-block {
  top: auto;
  left: auto;
  right: auto;
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transform: translateY(0) scale(1);
  background-color: transparent;
}

/*# sourceMappingURL=authorization-form.css.map */
