.err-form {
  color: red;
  font-size: 11px;
  margin-top: 3px;
}

.err-tel {
  margin-bottom: 6px;
}

.err-name {
  margin-bottom: 6px;
}

.err-last-name {
  margin-bottom: 6px;
}

.err-form__textarea {
  margin-bottom: 26px;
}

.select-tour-form {
  padding: 6px 0 24px 0;
  margin-bottom: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.select-tour-form__none {
  margin-left: -10px;
}

.select-tour-form__title {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 47px;
  margin-top: 0;
  margin-bottom: 22px;
}

.form {
  width: 392px;
  background: #DAEBFF;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 0 20px 0;
}

.form-wrap {
  width: 334px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.form__label {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 4px;
}

.form__input {
  width: 100%;
  background: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 10px 20px 11px 20px;
  color: #0500FF;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

.form__input::placeholder {
  color: #979696;
}

.form__textarea {
  width: 100%;
  background: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 10px 20px 11px 20px;
  max-width: 100%;
  min-width: 100%;
  min-height: 116px;
  max-height: 300px;
  color: #0500FF;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

.form__textarea::placeholder {
  color: #979696;
}

.form__btn {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #0047FF;
  background: #F3F9FF;
  border: 1px solid #417DFF;
  border-radius: 3px;
  padding: 9px 18px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .select-tour-form__title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 14px;
  }
}

@media (max-width: 576px) {
  .form {
    width: 300px;
  }
  .form-wrap {
    width: 260px;
  }
  .form__input {
    padding: 11px 14px;
    font-size: 12px;
    line-height: 17px;
  }
  .form__textarea {
    font-size: 12px;
    line-height: 17px;
  }
  .select-tour-form {
    margin-bottom: 276px;
  }
  .select-tour-form__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=select-tour-form.css.map */