.feedback-block {
  /* Стили секции, в которой выводится капча */
  /* CSS для секции "Пользовтельское соглашение" */
  /* CSS для индикации полей форме при их валидности */
  /* CSS для индикации полей форме при их не валидности */
  /* CSS для индикатора */
  /* CSS для кнопки submit */
  /* Стили для сообщения об ошибках */
  /* Стили для сообщения об успешной отправки */
}
.feedback-block h4 {
  color: #fff;
  text-align: center;
}
.feedback-block .d-none {
  display: none !important;
}
.feedback-block label {
  display: inline-block;
}
.feedback-block button {
  border-radius: 0;
}
.feedback-block input,
.feedback-block button,
.feedback-block select,
.feedback-block optgroup,
.feedback-block textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.feedback-block button,
.feedback-block input {
  overflow: visible;
}
.feedback-block button,
.feedback-block select {
  text-transform: none;
}
.feedback-block select {
  word-wrap: normal;
}
.feedback-block button,
.feedback-block [type="button"],
.feedback-block [type="reset"],
.feedback-block [type="submit"] {
  -webkit-appearance: button;
}
.feedback-block button:not(:disabled),
.feedback-block [type="button"]:not(:disabled),
.feedback-block [type="reset"]:not(:disabled),
.feedback-block [type="submit"]:not(:disabled) {
  cursor: pointer;
}
.feedback-block button::-moz-focus-inner,
.feedback-block [type="button"]::-moz-focus-inner,
.feedback-block [type="reset"]::-moz-focus-inner,
.feedback-block [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.feedback-block input[type="radio"],
.feedback-block input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.feedback-block input[type="date"],
.feedback-block input[type="time"],
.feedback-block input[type="datetime-local"],
.feedback-block input[type="month"] {
  -webkit-appearance: listbox;
}
.feedback-block textarea {
  overflow: auto;
  resize: vertical;
}
.feedback-block .form__wrapper {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.feedback-block .form-group {
  width: 100%;
}
.feedback-block .form-control {
  display: block;
  padding: 5px 10px;
  color: #16191e;
  background-color: rgba(255, 255, 255, 0.75);
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.feedback-block .form-control:focus {
  background-color: #fff;
  border-color: #f00;
  outline: 0;
  -moz-box-shadow: 0 0 8px 3px rgba(246, 56, 45, 0.25);
  box-shadow: 0 0 8px 3px rgba(246, 56, 45, 0.25);
}
.feedback-block .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f00;
  padding: 1px 3px !important;
  background: #fff;
}
.feedback-block input[type=checkbox],
.feedback-block input[type=radio] {
  box-sizing: border-box;
  padding: 0px;
}
.feedback-block textarea.form-control {
  overflow: auto;
  resize: vertical;
  height: auto;
}
.feedback-block .form-captcha {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.feedback-block .form-captcha__image {
  height: 37px;
  border-radius: 4px;
  margin-right: 0.5rem;
}
.feedback-block .form-captcha__refresh {
  padding: 5px;
  line-height: 1;
  border: 1px solid #fff;
  margin-right: 0.5rem;
  border-radius: 4px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
.feedback-block .form-captcha__refresh:hover {
  background-color: #fff;
  -moz-box-shadow: 0 0 8px 3px rgba(246, 56, 45, 0.25);
  box-shadow: 0 0 8px 3px rgba(246, 56, 45, 0.25);
}
.feedback-block .form-captcha__input {
  flex-grow: 1;
  position: relative;
  margin-bottom: 0;
}
.feedback-block .form-captcha__input .invalid-feedback {
  top: 30px;
  z-index: 1;
}
.feedback-block .form-captcha__input .invalid-feedback {
  bottom: -1.5rem;
}
.feedback-block .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.feedback-block .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.feedback-block .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 1.1;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}
.feedback-block .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.feedback-block .custom-control-label::before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.feedback-block .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #fff solid 1px;
}
.feedback-block .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 1% 50%;
}
.feedback-block .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.feedback-block .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 1% 50%;
}
.feedback-block .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #f00;
  background-color: #f00;
}
.feedback-block .custom-control-input:focus ~ .custom-control-label::before {
  -moz-box-shadow: 0 0 8px 3px rgba(246, 56, 45, 0.25);
  box-shadow: 0 0 8px 3px rgba(246, 56, 45, 0.25);
}
.feedback-block .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f00;
}
.feedback-block .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.feedback-block .form-agreement label {
  font-size: 12px;
}
.feedback-block .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.feedback-block textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.feedback-block .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.feedback-block .form-control.is-invalid {
  border-color: #f00;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.feedback-block textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.feedback-block .form-control.is-invalid:focus {
  border-color: #f00;
  box-shadow: 0 0 8px 3px rgba(246, 56, 45, 0.25);
}
.feedback-block .form-control.is-invalid ~ .invalid-feedback {
  display: block;
  display: inline-table;
}
.feedback-block .progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
.feedback-block .progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f00;
  transition: width 0.6s ease;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.feedback-block .form-submit {
  text-align: center;
}
.feedback-block button[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f00;
  border: 1px solid #f00;
  padding: 0.375rem 0.75rem 0.375rem 2rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
}
.feedback-block button[type="submit"]::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.333 512'%3E%3Cpath fill='%23fff' d='M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z'/%3E%3C/svg%3E") transparent no-repeat center center;
  background-size: 100% 100%;
}
.feedback-block button[type="submit"]:hover {
  color: #fff;
}
.feedback-block button[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}
.feedback-block button[type="submit"]:disabled {
  opacity: 0.5;
}
.feedback-block .form-error {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  color: #f00;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #f00;
}
.feedback-block .form-result-success {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  border-radius: 4px;
}
.feedback-block .form-result-success > div {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #eff4f1;
  z-index: 1001;
  border-radius: 0;
  color: #28a745;
  background-color: #eff4f1;
}
.feedback-block .form-result-success a {
  color: #28a745;
  background-color: transparent;
  font-weight: 700;
}
