.form {
  padding-bottom: 50px;
  color: #f6f6f6;
}
.form .form__title .title {
  color: #f6f6f6;
  padding-top: 60px;
}
.form .form__title .title.title-small {
  font-size: 1.4em;
}
.form .form__title .hr-title {
  background-color: #e8e8e8;
  margin-bottom: 0;
}
.form form {
  margin-top: 41px;
}
.form input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(232, 232, 232, 0.5);
  color: #f6f6f6;
  width: 100%;
}
.form input:focus {
  outline: none;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus,
.form select:-webkit-autofill,
.form select:-webkit-autofill:hover,
.form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #f6f6f6;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.form label {
  margin-bottom: 0;
  margin-top: 8px;
}
.form .form__email {
  text-align: center;
}
.form .form__phone {
  text-align: right;
}
.form .form__message label {
  position: absolute;
  margin-top: -35px;
}
.form .form__message textarea {
  width: 95%;
  height: 108px;
  border: 2px solid #e8e8e8;
  background-color: transparent;
  padding: 5px;
  color: white;
}
.form .form__message textarea:focus {
  outline: none;
}
.form .form__submit .form__submit_button {
  transition: 200ms;
  cursor: pointer;
  border: 2px solid #e8e8e8;
  text-transform: uppercase;
  color: #e8e8e8;
  padding: 11px 45px;
  display: inline-block;
  margin-left: 34px;
}
.form .form__submit .form__submit_button:hover {
  background-color: #e8e8e8;
  color: black;
}
.form .form__submit .form__submit_button.color-purple:hover {
  color: #924e8c;
}
.form .form__submit .form__submit_agree {
  padding-left: 34px;
  padding-top: 33px;
}
.form .form__submit .form__submit_agree input {
  width: 30px;
  height: 30px;
}
.form .form__submit .form__submit_agree label {
  margin-top: 2px;
}
.form .form__submit .form__submit_agree .check_box {
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
  margin: 0 5px 0 0;
  border: 2px solid white;
  background: url("images/check-solid.svg") no-repeat center 500px;
  background-color: transparent;
  font-size: 0px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.form .form__submit .form__submit_agree .check_box.checked {
  background-position: center center;
}
.form .form__submit .form__submit_agree .check_box.focus {
  border: 1px solid white;
}
.form .form__submit .form__submit_agree .check_box input[type=checkbox] {
  width: 24px;
  height: 24px;
  position: relative;
  top: -3px;
  left: -3px;
  opacity: 0;
  cursor: pointer;
}
.form .form__second_row {
  padding-top: 70px;
}
.form .error-message {
  opacity: 0;
}

.response__row {
  background-color: #efefef;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.response__row.active .response__arrow {
  transform: rotate(90deg);
}
.response__name {
  max-width: 96%;
  line-height: 32px;
  color: #924e8c;
  font-weight: bold;
}
.response__text {
  border-left: 5px solid #924e8c;
  margin-bottom: 60px;
  display: none;
}
.response__text.active {
  animation-duration: 500ms;
  display: block;
}
.response__arrow {
  display: table;
  transition: 500ms;
}
.response__arrow img {
  width: 20px;
}

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