.contact {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #eaeaea;
}
.contact__clause {
  position: absolute;
  top: 90px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  height: 590px;
  background: #fff;
  padding: 20px;
}
.contact__clause__button--top {
  display: none;
  background: none;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 3em;
  padding-bottom: 20px;
}
.contact__clause__button--top:hover {
  cursor: pointer;
}
.contact__clause__button--bottom {
  font-family: "Work Sans", sans-serif;
  background: none;
  outline: none;
  border: none;
  border-top: 1px solid #eaeaea;
  font-weight: 300;
  font-size: 2.5em;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.contact__clause__button--bottom:hover {
  cursor: pointer;
}
.contact__clause__paragraph__container {
  overflow: scroll;
  padding: 20px;
}
.contact__clause__paragraph {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  bottom: 20px;
  text-align: justify;
}
.contact__clause--inactive {
  display: none;
}
.contact__send-email {
  position: absolute;
  top: 90px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  height: 258px;
  background: #fff;
  padding: 20px;
}
.contact__send-email__button--top {
  display: none;
  background: none;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 3em;
  padding-bottom: 20px;
}
.contact__send-email__button--top:hover {
  cursor: pointer;
}
.contact__send-email__button--bottom {
  font-family: "Work Sans", sans-serif;
  background: none;
  outline: none;
  border: none;
  border-top: 1px solid #eaeaea;
  font-weight: 300;
  font-size: 2.5em;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.contact__send-email__button--bottom:hover {
  cursor: pointer;
}
.contact__send-email__paragraph__container {
  display: flex;
  justify-content: center;
  font-size: 2em;
  padding: 20px;
  text-align: center;
}
.contact__send-email__paragraph {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  bottom: 20px;
  text-align: center;
}
.contact__send-email--inactive {
  display: none;
}
.contact__not-send-email {
  position: absolute;
  top: 90px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  height: 258px;
  background: #fff;
  padding: 20px;
}
.contact__not-send-email__button--top {
  display: none;
  background: none;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 3em;
  padding-bottom: 20px;
}
.contact__not-send-email__button--top:hover {
  cursor: pointer;
}
.contact__not-send-email__button--bottom {
  font-family: "Work Sans", sans-serif;
  background: none;
  outline: none;
  border: none;
  border-top: 1px solid #eaeaea;
  font-weight: 300;
  font-size: 2.5em;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.contact__not-send-email__button--bottom:hover {
  cursor: pointer;
}
.contact__not-send-email__paragraph__container {
  display: flex;
  justify-content: center;
  font-size: 2em;
  padding: 20px;
  text-align: center;
}
.contact__not-send-email__paragraph {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  bottom: 20px;
  text-align: center;
}
.contact__not-send-email--inactive {
  display: none;
}
.contact__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.contact__data {
  width: 100%;
  padding: 35px 20px 0 20px;
  order: 1;
}
.contact__data__group {
  margin-bottom: 40px;
}
.contact__data__group--map {
  position: relative;
  margin-bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 168px;
}
.contact__data__title {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  color: #131e39;
}
.contact__data__pin {
  position: absolute;
  right: 120px;
  top: 35px;
}
.contact__data__map {
  width: 100%;
}
.contact__data__line {
  width: 60px;
  height: 1px;
  background: #b9032e;
  margin: 30px 0;
}
.contact__data__text {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  color: #131e39;
}
.contact__data__text--underline {
  text-decoration: underline;
}
.contact__form {
  padding: 35px;
  background: #131e39;
}
.contact__form__link {
  font-family: "Work Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0 47px;
}
.contact__form__input-group {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact__form__input-group--error {
  display: none;
  position: absolute;
  right: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  color: #cb4141;
  top: -10px;
}
.contact__form__input-group--textarea {
  flex-direction: row;
}
.contact__form__label {
  display: none;
  font-family: "Work Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  color: #8790a6;
  padding: 10px 0 0 0;
}
.contact__form__label span {
  color: #b9032e;
  font-weight: 500;
}
.contact__form__label i {
  text-decoration: underline;
  font-weight: 400;
}
.contact__form__label--checkbox span {
  color: #b9032e;
}
.contact__form__label--checkbox {
  display: flex;
  margin: 0 20px 0 0;
  background: none;
}
.contact__form__label--checkbox:hover {
  cursor: pointer;
}
.contact__form__label--checkbox--not-checked:before {
  content: "";
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: none;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: none;
  border: 1px solid #8790a6;
  text-align: center;
  color: #14aa9e;
  font-size: 22px;
  margin-right: 5px;
}
.contact__form__label--checkbox--error:before {
  content: "";
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: none;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: none;
  border: 1px solid #cb4141;
  text-align: center;
  color: #14aa9e;
  font-size: 22px;
  margin-right: 5px;
}
.contact__form__label--checkbox--accept:before {
  content: "";
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: none;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: none;
  border: 1px solid #459bea;
  text-align: center;
  color: #14aa9e;
  font-size: 22px;
  margin-right: 5px;
}
.contact__form__label--checkbox:checked + :before {
  content: url(../img/check.png);
  background: none;
  font-size: 22px;
  color: #ed4a13;
}
.contact__form__label--checkbox span {
  padding-left: 10px;
}
.contact__form input[type=checkbox]:checked + .contact__form__label--checkbox:before {
  content: url(../img/check.png);
  font-size: 22px;
  color: #ed4a13;
}
.contact__form__input {
  position: relative;
  width: 100%;
  height: 40px;
  background: none;
  border: none;
  border-bottom: 1px solid #8790a6;
  margin: 0 0 40px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  color: #fff;
  padding: 10px 0;
  outline: none;
  overflow: hidden;
  resize: none;
}
.contact__form__input--validated {
  border-bottom: 1px solid #459bea;
}
.contact__form__input--validate-error {
  border-bottom: 1px solid #cb4141;
}
.contact__form__input::placeholder {
  color: #8790a6;
  font-size: 0.8em;
}
.contact__form__input--checkbox {
  display: none;
}
.contact__form__input--button {
  width: 100%;
  height: 45px;
  background: #b9032e;
  color: #fff;
  font-size: 1.9em;
  font-weight: 400;
  border-radius: 5px;
  margin-top: 40px;
  border: none;
  outline: none;
}
.contact__form__input--textarea {
  height: 100px;
}

@media screen and (min-width: 769px) {
  .contact {
    display: flex;
    justify-content: center;
    width: 100%;
    background-image: url(../img/contact-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact__button {
    background: none;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 2em;
  }
  .contact__clause {
    width: 750px;
    align-items: flex-end;
  }
  .contact__clause__button--top {
    display: block;
  }
  .contact__clause__button--bottom {
    display: none;
  }
  .contact__send-email {
    align-items: flex-end;
    width: 400px;
    height: 220px;
  }
  .contact__send-email__paragraph__container {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .contact__send-email__button--top {
    display: block;
  }
  .contact__send-email__button--bottom {
    display: none;
  }
  .contact__not-send-email {
    align-items: flex-end;
    width: 400px;
    height: 220px;
  }
  .contact__not-send-email__paragraph__container {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .contact__not-send-email__button--top {
    display: block;
  }
  .contact__not-send-email__button--bottom {
    display: none;
  }
  .contact__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1140px;
  }
  .contact__data {
    width: 50%;
    padding: 60px 95px 80px 20px;
    order: 0;
  }
  .contact__data__group--map {
    width: 75%;
    background-position: bottom center;
    background-size: cover;
  }
  .contact__data__pin {
    right: 138px;
    top: 75px;
  }
  .contact__form {
    width: 50%;
    padding: 130px 120px 100px 120px;
    background: none;
  }
  .contact__form__input-group {
    align-items: flex-start;
  }
  .contact__form__input {
    width: 360px;
  }
  .contact__form__input--button {
    width: 165px;
    transition: 0.1s;
  }
  .contact__form__input--button:hover {
    cursor: pointer;
    background: #459bea;
  }
}
@media screen and (min-width: 1200px) {
  .contact__data {
    padding: 60px 95px 80px 0;
  }
}

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