/*
 *  Fonts
 *//*
 *  Colors
 *//*
	*  Template Colors
	*//*
	* Animation Effect
	*/[class^='icon-'],[class*=' icon-'] {
 /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'polarygroup' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: '\e902';
}

.icon-instagram:before {
  content: '\e903';
}

.icon-linkedin:before {
  content: '\e904';
}

.icon-twitter:before {
  content: '\e905';
}

.icon-youtube:before {
  content: '\e906';
}

.icon-left:before {
  content: '\e900';
}

.icon-right:before {
  content: '\e901';
}

.contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.contact__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 80px;
}

.contact__info__title {
  margin: 0 0 40px 0;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 45px;
  line-height: 2.8125rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #000000;
  font-weight: 400;
}

.contact__info__title span {
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.contact__info__item {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #464646;
}

.contact__info__item.-link {
  color: #f7941e;
}

.contact__info__item span {
  color: #464646;
  font-weight: 600;
}

.contact__map {
  width: 50%;
}

.contact__map img {
  width: 100%;
}

.contact__map__image {
  display: block;
}

.contact__map__image-mobile {
  display: none;
}

.contact__space {
  height: 50px;
}

@font-face {
  font-family:'polarygroup';src:url("../font/icon/polarygroup.eot?cgsnct");src:url("../font/icon/polarygroup.eot?cgsnct#iefix") format("embedded-opentype"), url("../font/icon/polarygroup.woff?cgsnct") format("woff"), url("../font/icon/polarygroup.svg?cgsnct#polarygroup") format("svg");font-weight:normal;font-style:normal;
}

@media only screen and (max-width: 1600px) {
  .contact__info {
    padding: 50px;
  }
}

@media only screen and (max-width: 1248px) {
  .contact__info {
    padding: 50px 20px;
  }

  .contact__info__title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .contact__info__title span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }
}

@media only screen and (max-width: 1024px) {
  .contact {
    flex-direction: column-reverse;
  }

  .contact__info {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .contact__map {
    width: 100%;
  }

  .contact__map__image {
    display: none;
  }

  .contact__map__image-mobile {
    display: block;
  }
}

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