/* line 1, ../sass/contact.scss */
#ContactTop {
  position: relative;
  overflow: hidden;
  background: url(/img/contact-bg.jpg) center center no-repeat;
  background-size: cover;
  height: 55vh;
  border-bottom: 4px solid #527c7e;
}

/* line 11, ../sass/contact.scss */
#ContactMap {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 60px;
}
/* line 17, ../sass/contact.scss */
#ContactMap span {
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  color: #527c7e;
}
/* line 26, ../sass/contact.scss */
#ContactMap h1 {
  position: relative;
  overflow: hidden;
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 55px;
  margin-top: 30px;
}
/* line 35, ../sass/contact.scss */
#ContactMap p {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
  max-width: 700px;
  margin-bottom: 70px;
}
/* line 46, ../sass/contact.scss */
#ContactMap #map {
  height: 500px;
}

/* line 52, ../sass/contact.scss */
#ContactForm {
  position: relative;
  overflow: hidden;
  margin-top: 90px;
}

/* line 58, ../sass/contact.scss */
#ContactFormInfo {
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
}
/* line 64, ../sass/contact.scss */
#ContactFormInfo span {
  position: relative;
  overflow: hidden;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 74, ../sass/contact.scss */
#ContactFormInfo p {
  position: relative;
  overflow: hidden;
  color: #527c7e;
  font-size: 34px;
  font-family: 'ProximaNova-Bold';
  letter-spacing: 2px;
  margin-bottom: 10px;
}
/* #ContactFormInfo p:nth-child(1) {
  margin-bottom: 0px;
} */
/* line 83, ../sass/contact.scss */
#ContactFormInfo p:nth-child(2) {
  margin-bottom: 5px;
  padding-top: 45px;
}
/* line 87, ../sass/contact.scss */
/* #ContactFormInfo p:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 106px;
  height: 30px;
  background: url(/img/icon-011.svg) left center no-repeat, url(/img/icon-012.svg) 40px center no-repeat, url(/img/icon-013.svg) 80px center no-repeat;
  background-size: auto 30px, auto 25px, auto 25px;
} */
/* line 100, ../sass/contact.scss */
#ContactFormInfo p:nth-child(3) {
  margin-bottom: 0;
  padding-bottom: 50px;
}

/* line 107, ../sass/contact.scss */
#ContactFormForm {
  position: relative;
  overflow: hidden;
  float: right;
  width: 50%;
}
/* line 113, ../sass/contact.scss */
#ContactFormForm form {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 118, ../sass/contact.scss */
#ContactFormForm form label {
  display: block;
  position: relative;
  overflow: hidden;
  color: #44474c;
  font-family: 'ProximaNova-Bold';
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 20px;
  margin-bottom: 5px;
}
/* line 130, ../sass/contact.scss */
#ContactFormForm form .text {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  border: 1px solid #44474c;
  padding: 0 15px;
  font-size: 20px;
  font-family: 'ProximaNova-Regular';
  margin-bottom: 20px;
  outline: none;
}
/* line 145, ../sass/contact.scss */
#ContactFormForm form .SubmitClose {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  border: 1px solid #44474c;
  color: #44474c;
  font-family: 'ProximaNova-Bold';
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 30px;
  background: #fff;
  cursor: pointer;
  outline: none;
  transition: 0.5s ease;
}
/* line 162, ../sass/contact.scss */
#ContactFormForm form .SubmitClose:hover {
  transition: 0.5s ease;
  background: #44474c;
  color: #fff;
}

@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 174, ../sass/contact.scss */
  #ContactMap #map {
    height: 400px;
  }

  /* line 180, ../sass/contact.scss */
  #ContactForm {
    margin-top: 50px;
  }

  /* line 185, ../sass/contact.scss */
  #ContactFormInfo span {
    font-size: 16px;
  }
  /* line 189, ../sass/contact.scss */
  #ContactFormInfo p {
    font-size: 28px;
    margin-bottom: 30px;
  }

  /* line 197, ../sass/contact.scss */
  #ContactFormForm form label {
    font-size: 18px;
  }
  /* line 201, ../sass/contact.scss */
  #ContactFormForm form .text {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* line 208, ../sass/contact.scss */
  #ContactFormForm form .SubmitClose {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 221, ../sass/contact.scss */
  #ContactTop {
    height: 35vw;
  }

  /* line 226, ../sass/contact.scss */
  #ContactMap {
    margin-top: 6vw;
  }
  /* line 229, ../sass/contact.scss */
  #ContactMap span {
    font-size: 2.3vw;
  }
  /* line 233, ../sass/contact.scss */
  #ContactMap h1 {
    font-size: 4vw;
    margin-bottom: 5vw;
    margin-top: 3vw;
  }
  /* line 239, ../sass/contact.scss */
  #ContactMap p {
    font-size: 2.3vw;
    max-width: 90vw;
    margin-bottom: 5vw;
  }
  /* line 245, ../sass/contact.scss */
  #ContactMap #map {
    height: 40vw;
  }

  /* line 251, ../sass/contact.scss */
  #ContactForm {
    margin-top: 5vw;
  }

  /* line 255, ../sass/contact.scss */
  #ContactFormInfo {
    width: 100%;
  }
  /* line 258, ../sass/contact.scss */
  #ContactFormInfo span {
    font-size: 2.3vw;
  }
  /* line 262, ../sass/contact.scss */
  #ContactFormInfo p {
    font-size: 3vw;
    margin-bottom: 3vw;
  }

  /* line 268, ../sass/contact.scss */
  #ContactFormForm {
    width: 100%;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 276, ../sass/contact.scss */
  #ContactTop {
    height: 45vw;
  }

  /* line 280, ../sass/contact.scss */
  #ContactMap {
    margin-top: 10vw;
  }
  /* line 283, ../sass/contact.scss */
  #ContactMap span {
    font-size: 5vw;
  }
  /* line 287, ../sass/contact.scss */
  #ContactMap h1 {
    font-size: 7vw;
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
  /* line 293, ../sass/contact.scss */
  #ContactMap p {
    font-size: 5vw;
    max-width: 90vw;
    margin-bottom: 5vw;
  }
  /* line 299, ../sass/contact.scss */
  #ContactMap #map {
    height: 90vw;
  }

  /* line 305, ../sass/contact.scss */
  #ContactForm {
    margin-top: 5vw;
  }

  /* line 309, ../sass/contact.scss */
  #ContactFormInfo {
    width: 100%;
  }
  /* line 312, ../sass/contact.scss */
  #ContactFormInfo span {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  /* line 317, ../sass/contact.scss */
  #ContactFormInfo p {
    font-size: 6.4vw;
    margin-bottom: 5vw;
  }

  /* line 323, ../sass/contact.scss */
  #ContactFormForm {
    width: 100%;
  }
  /* line 327, ../sass/contact.scss */
  #ContactFormForm form label {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
  /* line 332, ../sass/contact.scss */
  #ContactFormForm form .text {
    height: 12vw;
    line-height: 12vw;
    padding: 0 3vw;
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  /* line 340, ../sass/contact.scss */
  #ContactFormForm form .SubmitClose {
    height: 15vw;
    line-height: 15vw;
    font-size: 5vw;
    padding: 0 10vw;
    margin-top: 3vw;
  }
}
