:root {
  --primary:                                      #3CB878;
  --secondary:                                    #2D8692;
  --black:                                        #000;
  --white:                                        #fff;
  --success:                                      #00A65A;
  --warning:                                      #E0A800;
  --danger:                                       #C82333;
  --link:                                         #007DFF;
  --gray-1:                                       #f2f2f7;
  --gray-2:                                       #e5e5ea;
  --gray-3:                                       #d1d1d6;
  --gray-4:                                       #c7c7cc;
  --gray-5:                                       #aeaeb2;
  --gray-6:                                       #8e8e93;
  --bg-bw:                                        #f2f2f7;
  --bg-bw-rv:                                     #1c1d1f;
  --bg-body:                                      #fafafa;
  --bg-bw:                                        #f6f6f9;
  --bg-bw-rv:                                     #1c1d1f;
  --border:                                       var(--gray-2);
  --text-title:                                   #1c1d1f;
  --text-subtitle:                                #3a3a3c;
  --text-paragraph:                               #48484a;
  --text-overline:                                #8e8e93;
  --webfont-family:                               -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --webfont-size:                                 16px;
}

.theme-dark {
  --gray-1:                                       #1c1d1f;
  --gray-2:                                       #2c2c2e;
  --gray-3:                                       #3a3a3c;
  --gray-4:                                       #48484a;
  --gray-5:                                       #636366;
  --gray-6:                                       #8e8e93;
  --bg-body:                                      #0a0a0a;
  --bg-bw:                                        #131414;
  --bg-bw-rv:                                     #f2f2f7;
  --border:                                       var(--gray-2);
  --text-title:                                   #f2f2f7;
  --text-subtitle:                                #d1d1d6;
  --text-paragraph:                               #c7c7cc;
  --text-overline:                                #8e8e93;
}

.contact .container-fluid {
  padding: 8rem 8rem 0;
}

.contact .container-fluid .section.section-heading {
  padding-top: 4rem;
}

.contact .container-fluid .section.section-heading .row > div h2 {
  font-weight: 800;
}

.contact .container-fluid .section.section-map {
  padding-top: 4.5rem;
}

.contact .container-fluid .section.section-map .row > div .map {
  width: 100%;
  height: 500px;
}

.contact .container-fluid .section.section-message {
  padding-top: 2rem;
}

.contact .container-fluid .section.section-message .row > div.meassage-heading h3 {
  font-weight: 800;
}

.contact .container-fluid .section.section-address {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.contact .container-fluid .section.section-address .row > div.text-heading h3 {
  font-weight: 800;
}

.contact .container-fluid .section.section-address .row > div.text-form .row .col p {
  margin-bottom: 1rem;
}

.contact .container-fluid .section.section-address .row > div.text-form .row .col h6 {
  font-size: 1.5rem;
  line-height: calc(1.25rem * 1.25);
}

@media screen and (max-width: 576px) {
  .contact .container-fluid {
    padding: 8rem 1.5rem 0;
  }
  .contact .container-fluid .section.section-heading .row > div h2 {
    font-size: calc(3.75rem * 0.75);
  }
  .contact .container-fluid .section.section-message .meassage-heading {
    margin-bottom: 2rem;
  }
}
/*# sourceMappingURL=contact.css.map */