.callback {
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 100%;
  color: #f2eee9;
}
@media (max-width: 767.98px) {
  .callback {
    padding: 20px 15px;
  }
}
.callback__title {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  color: #f2eee9;
}
.callback__description {
  text-align: center;
  margin-bottom: 10px;
  color: #a9a39c;
}
.callback__input-container {
  width: 100%;
  max-width: 480px;
}
.callback__phone {
  position: relative;
  display: grid;
  grid-template-columns: 70px auto;
  align-items: center;
  margin: 10px 0;
}
.callback__phone input {
  height: 45px;
  border-radius: 0 8px 8px 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: #141210;
  color: #f2eee9;
  font-size: 1.7rem;
  padding: 0 20px;
  border-left: none;
  width: 100%;
}
.callback__phone-prefix {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 45px;
  justify-content: center;
  gap: 4px;
  background: #2b2522;
  border-radius: 8px 0 0 8px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-right: none;
}
.callback__phone-prefix span {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  color: #f2eee9;
  padding-right: 10px;
}
.callback__btns-confirm {
  margin-top: 10px;
}
.callback__error {
  color: #ff8e8e;
  text-align: left;
}
.callback .ui__input.ui__input_default {
  width: 100%;
  min-height: 45px;
  color: #f2eee9;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #141210;
}
.callback .ui__input.ui__input_default::placeholder {
  color: #7f7972;
}
.callback .ui__input.ui__input_default:focus {
  border-color: var(--gold-100);
  outline: none;
}
.callback__form-input {
  color: #f2eee9;
}
.callback__success {
  text-align: center;
  display: none;
  flex-direction: column;
  align-items: center;
}
.callback__success svg {
  fill: var(--gold-100);
}
.callback--success .callback__content {
  display: none;
}
.callback--success .callback__success {
  display: flex;
}

/*# sourceMappingURL=style.css.map */
