﻿.event-inquiries-form {
  background-color: #f4f4f4;
  padding: 3.9rem 0 1rem;
}
.event-inquiries-form__title {
  font-size: 2.55rem;
  text-align: center;
  margin-bottom: 1rem;
}
.event-inquiries-form__text {
  line-height: var(--main-line-height);
  max-width: 33.5rem;
  margin: 0 auto 1.75rem;
  text-align: center;
  font-size: 1.1rem;
}
.event-inquiries-form__form {
  font-family: var(--primary-font);
  position: relative;
}
@media (min-width: 768px) {
  .event-inquiries-form__form {
    width: 34rem;
    margin: auto;
  }
}
.event-inquiries-form__form.submitting:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.35);
}
.event-inquiries-form__form_event-type-select {
  font-family: var(--primary-font);
  width: 100%;
  font-size: 1.125rem;
  padding: 0.8rem;
  background-color: var(--white-pure);
  border: 1px solid #dfe0e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-size: 0.7rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8rem);
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .event-inquiries-form__form_event-type-select {
    margin-bottom: 0;
  }
}
.event-inquiries-form__form__input-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.6rem;
}
.event-inquiries-form__form_period-select {
  width: 100%;
  font-family: var(--primary-font);
  font-size: 1.125rem;
  padding: 0.8rem;
  background-color: var(--white-pure);
  border: 1px solid #dfe0e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-size: 0.7rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8rem);
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .event-inquiries-form__form_period-select {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .event-inquiries-form__form_two-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0.6rem;
    grid-gap: 0.6rem;
  }
}
.event-inquiries-form__form_input {
  font-family: var(--primary-font);
  margin-bottom: 0.6rem;
  width: 100%;
  font-size: 1.125rem;
  padding: 0.8rem;
  background-color: var(--white-pure);
  border: 1px solid #dfe0e1;
  color: var(--black-pure);
}
.event-inquiries-form__form_input::-moz-placeholder {
  color: var(--black-pure);
  font-size: 1.125rem;
}
.event-inquiries-form__form_input::placeholder {
  color: var(--black-pure);
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .event-inquiries-form__form_input {
    margin-bottom: 0;
  }
}
.event-inquiries-form__form_textarea {
  font-family: var(--primary-font);
  font-size: 1.125rem;
  padding: 0.8rem;
  width: 100%;
  height: 5.7rem;
  margin-bottom: 0.6rem;
  background-color: var(--white-pure);
  border: 1px solid #dfe0e1;
  color: var(--black-pure);
}
.event-inquiries-form__form_textarea::-moz-placeholder {
  color: var(--black-pure);
  font-size: 1.125rem;
}
.event-inquiries-form__form_textarea::placeholder {
  color: var(--black-pure);
  font-size: 1.125rem;
}
.event-inquiries-form__form_checkbox-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-left: 2rem;
  font-size: 1.06rem;
  max-width: 100%;
}
.event-inquiries-form__form_checkbox-label:before {
  position: absolute;
  content: " ";
  width: 1.2rem;
  height: 1.2rem;
  left: 0;
  top: 0;
  border: 1px solid #cccccc;
  background-color: var(--white-pure);
}
.event-inquiries-form__form_checkbox-label input[type=checkbox] {
  display: none;
}
.event-inquiries-form__form_checkbox-label input[type=checkbox]:checked + svg {
  display: inline-block;
}
.event-inquiries-form__form_checkbox-label svg {
  display: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  fill: var(--red-brand);
}
.event-inquiries-form__form_submit {
  margin: 1.8rem auto;
  min-width: 61%;
}/*# sourceMappingURL=styles.css.map */