/* line 3, contact.scss */
.contact {
  position: relative;
  background-color: #DCEBFA;
  padding: 75px 85px; }
  @media screen and (max-width: 800px) {
    /* line 3, contact.scss */
    .contact {
      padding: 35px 20px; } }
  /* line 10, contact.scss */
  .contact .contact-img {
    position: absolute;
    right: 85px;
    top: 75px;
    width: 203px;
    z-index: 0; }
    @media screen and (max-width: 800px) {
      /* line 10, contact.scss */
      .contact .contact-img {
        position: relative;
        right: auto;
        top: auto;
        width: 183px;
        margin: 0 auto 40px; } }
  /* line 24, contact.scss */
  .contact .read-contact {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 75px;
    padding-right: 223px;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      /* line 24, contact.scss */
      .contact .read-contact {
        font-size: 18px;
        padding: 0;
        margin-bottom: 60px; } }

/* line 40, contact.scss */
.entry-form {
  counter-reset: count; }
  /* line 42, contact.scss */
  .entry-form h2 {
    font-size: 22px;
    border: none;
    padding: 0 0 0 36px;
    margin: 0 0 25px; }
    @media screen and (max-width: 800px) {
      /* line 42, contact.scss */
      .entry-form h2 {
        font-size: 18px;
        text-align: left;
        padding-left: 30px;
        margin-bottom: 20px; } }
    /* line 53, contact.scss */
    .entry-form h2::before {
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 27px;
      height: 27px;
      color: #FFFFFF;
      font-family: "Bebas Neue", sans-serif;
      font-size: 19px;
      font-weight: 400;
      background-color: #6CA5D9;
      counter-increment: count;
      content: counter(count);
      padding-top: 2px; }
      @media screen and (max-width: 800px) {
        /* line 53, contact.scss */
        .entry-form h2::before {
          width: 22px;
          height: 22px;
          font-size: 17px; } }
  /* line 77, contact.scss */
  .entry-form table {
    border: none;
    margin-bottom: 40px; }
    @media screen and (max-width: 800px) {
      /* line 77, contact.scss */
      .entry-form table {
        margin-bottom: 25px; } }
    /* line 83, contact.scss */
    .entry-form table th,
    .entry-form table td {
      display: block;
      width: 100%;
      border: none; }
    /* line 89, contact.scss */
    .entry-form table th {
      font-size: 19px;
      padding: 0 0 5px; }
      @media screen and (max-width: 800px) {
        /* line 89, contact.scss */
        .entry-form table th {
          font-size: 16px; } }
    /* line 96, contact.scss */
    .entry-form table td {
      padding: 0 0 25px; }
  /* line 101, contact.scss */
  .entry-form .done h2 {
    font-size: 32px;
    justify-content: center;
    margin-bottom: 65px;
    padding: 0; }
    @media screen and (max-width: 800px) {
      /* line 101, contact.scss */
      .entry-form .done h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 35px; } }
    /* line 111, contact.scss */
    .entry-form .done h2::before {
      display: none; }
  /* line 115, contact.scss */
  .entry-form .done .read-contact {
    padding-right: 0;
    margin-bottom: 0; }

/* line 122, contact.scss */
.contact-privacy {
  margin-bottom: 50px; }
  @media screen and (max-width: 800px) {
    /* line 122, contact.scss */
    .contact-privacy {
      margin-bottom: 30px; } }
  /* line 127, contact.scss */
  .contact-privacy .privacy-scroll {
    height: 300px;
    border: 1px solid #6CA5D9;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 20px;
    overflow-y: auto;
    margin-bottom: 65px; }
    @media screen and (max-width: 800px) {
      /* line 127, contact.scss */
      .contact-privacy .privacy-scroll {
        height: 250px;
        margin-bottom: 40px;
        padding: 15px; } }
    /* line 140, contact.scss */
    .contact-privacy .privacy-scroll p {
      font-size: 17px;
      font-weight: 500;
      line-height: 1.47; }
      @media screen and (max-width: 800px) {
        /* line 140, contact.scss */
        .contact-privacy .privacy-scroll p {
          font-size: 14px; } }
  /* line 149, contact.scss */
  .contact-privacy .doui {
    text-align: center; }

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