.email-input-wrap,
.phone-input-wrap,
.input__code-verify-wrap,
.phone-input-error-wrap {
  position: relative;
}

.email-input-wrap input {
  padding-left: 56px;
}

.error-email-message,
.error-phone-message,
.error-code-message {
  position: absolute;
  z-index: 10;
  top: 0;
  transform: translateY(-46%);
  left: 10px;
  font-size: 12px;
  padding: 2px 6px;
  border-left: 1px solid #393630;
  border-right: 1px solid #393630;
  background-color: #020202;
  border-radius: 10px;
  color: red;

  opacity: 0;
  pointer-events: none;
}

.check-bocks-error {
  position: absolute;
  z-index: 10;
  top: 0;
  transform: translateY(-60%);
  right: 10px;
  font-size: 12px;
  padding: 1px 6px;
  background-color: #020202;
  border-bottom: 1px solid #393630;
  border-radius: 10px;
  color: red;

  opacity: 0;
  pointer-events: none;
}

.input-wrap {
  position: relative;
}

#promocode-input {
  padding-left: 56px;
}

.input-icon,
.dropdown-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: auto;
}

.dropdown__head {
  position: relative;
  padding-left: 56px;
}

.register-country {
  margin-bottom: 0;
}

.dropdown__list li span {
  font-size: 20px;
  color: rgba(242, 243, 245, 0.5);
}

.dropdown__list .dropdown-icon {
  height: 46%;
}

.code-verify-icon.input-icon {
  height: 40%;
}

.register-country .dropdown__head {
  padding: 14px 28px 14px 17px;
}

.register-drop-currency li {
  padding-left: 12px !important;
}

.register-drop-currency .dropdown__head {
  cursor: pointer;
}

.register-drop-currency img:last-child,
.dropdown__head img:last-child {
  width: 10px;
  height: 10px;
}

.dropdown-icon {
  pointer-events: none;
}

@media (max-height: 750px) and (min-width: 769px) {
  .animate-text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .animate-text-wrap svg text {
    font-size: 36px;
  }

  .text1 img {
    width: 73%;
    margin: 0 auto;
  }

  .text1 .title-text.ru {
    font-size: 22px;
  }
}

@media (max-height: 630px) and (min-width: 769px) {
  .form__wrap {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .error-email-message {
    font-size: 10px;
  }

  .dropdown__list li span {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .input-wrap,
  .register-drop-bonus {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 530px) {
  .input-wrap .input,
  .dropdown__head {
    padding-left: 50px;
    border-radius: 8px;
  }

  .input-wrap,
  .register-drop-bonus {
    margin-bottom: 4px;
  }

  #promocode-input {
    padding-left: 50px;
  }

  .dropdown__list li {
    padding-left: 50px;
    height: var(--mobile-height);
  }

  .dropdown__list li span {
    font-size: 12px;
  }

  .register-drop-currency img:last-child,
  .dropdown__head img:last-child {
    width: 24px;
  }
}
