.callback-form-wrapper {
  width: 100%;
  padding: 20px;
}

@media (min-width: 768px) {
  .callback-form-wrapper {
    width: 500px;
  }
}

.callback-form {
  display: flex;
  flex-direction: column;
}

.callback-form-title {
  font-family: "PT Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 16px;
}

.callback-form-subtitle {
  font-family: "PT Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
}

.callback-form-label {
  font-family: "PT Sans";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.callback-form-input {
  height: 48px !important;
  border-radius: 4px;
  padding-left: 12px;
  border-width: 2px;
}

.callback-form-label:nth-of-type(2) {
  margin-top: 16px;
}

.callback-form-checkbox-label {
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 12px !important;
  line-height: 16px;
}

.callback-form-checkbox-label-span {
  font-family: "PT Sans";
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

.callback-form .checkboxBlock {
  margin-top: 24px;
}

.callback-form .checkboxBlock .item {
  top: 2px;
}

.callback-form .checkboxBlock.error .item {
  border-color: #FD7D3B;
}

.callback-form-submit-button {
  margin-top: 16px;
  background-color: #FD7D3B;
  color: #FFFFFF;
}

.callback-form-cancel-button {
  margin-top: 8px;
  background-color: #FFF0E9;
  color: #FD7D3B;
}

.form-error {
  margin-top: 6px;
  font-size: 13px;
  color: #FD7D3B;
}

.callback-form-input.error {
  border-color: #FD7D3B;
}

#open-callback-popup-button {
  border: none;
}
