.section-promo {
  padding-top: 3.5rem; }
  @media (max-width: 991px) {
    .section-promo .section__header {
      margin-bottom: 5rem; } }
  @media (max-width: 543px) {
    .section-promo .section__subheading br {
      display: none; } }
  .section-promo .section__wrapper {
    display: grid;
    grid-template-columns: 380px 550px;
    justify-content: space-between;
    align-items: center;
    grid-gap: 40px; }
    @media (max-width: 991px) {
      .section-promo .section__wrapper {
        display: block; } }

.section-contact-form .section__form-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 8px;
  box-shadow: 0 4.82614px 20px rgba(134, 111, 232, 0.15);
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
    .section-contact-form .section__form-wrapper {
      grid-template-columns: 1fr; } }

.section-contact-form .section__heading {
  font-size: 24px; }

.section-contact-form .section__image {
  background-color: #FFF4EA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .section-contact-form .section__image {
      grid-row: 2; } }

.section-contact-form .section__form {
  padding: 56px 30px; }
  @media (max-width: 543px) {
    .section-contact-form .section__form {
      padding: 30px 15px; } }

.section-contact-form .section__options {
  padding-top: 130px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 991px) {
    .section-contact-form .section__options {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .section-contact-form .section__options {
      grid-template-columns: 1fr;
      padding-top: 0; } }

body.is-contacts form.contact-form[action='/contacts'] {
  box-shadow: none;
  border: none;
  padding: 0; }

@media (max-width: 543px) {
  body.is-contacts .main-content {
    padding-bottom: 0; } }

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px; }
  @media (max-width: 543px) {
    .contact-form {
      grid-template-columns: 1fr; } }
  .contact-form__field {
    position: relative; }
    .contact-form__field .form-control {
      margin-top: 0; }
    .contact-form__field--wide {
      grid-column: span 2; }
      @media (max-width: 543px) {
        .contact-form__field--wide {
          grid-column: span 1; } }
    .contact-form__field .pull-right.text-xs {
      position: absolute;
      top: 100%;
      right: 0;
      font-size: 10px; }
    .contact-form__field label {
      position: absolute;
      top: 20px;
      left: 20px;
      color: #1A2430;
      display: block;
      font-size: 15px;
      margin-bottom: 0;
      width: calc(100% - 20px);
      background-color: #F7F6FA;
      transform-origin: left center;
      transition: transform 0.25s;
      line-height: 1;
      pointer-events: none; }
      .contact-form__field label span {
        position: relative;
        transform-origin: left center;
        display: block;
        transition: transform 0.25s; }
      .contact-form__field label.active {
        opacity: 0; }
    .contact-form__field input, .contact-form__field textarea {
      color: #1A2430;
      display: block;
      font-size: 15px;
      padding: 15px 20px;
      background-color: #F7F6FA;
      border-radius: 5px;
      height: auto;
      border-bottom: none !important;
      margin-bottom: 0; }
      .contact-form__field input:focus, .contact-form__field textarea:focus {
        color: #1A2430;
        background-color: #F7F6FA; }
        .contact-form__field input:focus + label, .contact-form__field textarea:focus + label {
          color: #1A2430 !important; }
    .contact-form__field textarea {
      box-shadow: none;
      outline: none;
      resize: none;
      min-height: 128px !important; }
  .contact-form__button {
    display: block;
    background: #FF7F56;
    box-shadow: 0 4px 10px rgba(255, 125, 86, 0.3);
    border-radius: 5px;
    min-width: 190px;
    height: 54px;
    line-height: 54px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px; }
    @media (max-width: 543px) {
      .contact-form__button {
        min-width: auto; } }

.contacts-option {
  padding-top: 44px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }
  .contacts-option:last-child {
    border-left: 1px solid #DFE4EA; }
    @media (max-width: 767px) {
      .contacts-option:last-child {
        border-left: none; } }
  .contacts-option__title {
    margin-bottom: 10px;
    min-height: 68px; }
    @media (max-width: 543px) {
      .contacts-option__title {
        font-size: 1.5rem;
        min-height: auto; } }
  .contacts-option__inner {
    width: 100%; }
  .contacts-option__text {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .contacts-option__icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FFF4EA;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    .contacts-option__icon img {
      max-width: 100%; }
  .contacts-option__btn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #FF7F56;
    border-radius: 5px;
    color: #FF7F56;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    transition: color 0.25s, background-color 0.25s; }
    .contacts-option__btn:hover {
      background-color: #FF7F56;
      color: #fff; }

/*# sourceMappingURL=../maps/unique/contacts.css.map */
