﻿.sub.contact .contactTop__text {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .sub.contact .contactTop__text {
    font-size: 16px;
  }
}
.sub.contact .contactTop__infoBox {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .sub.contact .contactTop__infoBox {
    margin-top: 44px;
    gap: 26px;
  }
}
.sub.contact .contactTop__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 550px;
}
@media screen and (max-width: 768px) {
  .sub.contact .contactTop__info {
    width: 100%;
    text-align: center;
  }
}
.sub.contact .contactTop__number {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 63px;
  color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .sub.contact .contactTop__number {
    font-size: 34px;
    line-height: 1;
  }
}
@media screen and (max-width: 519px) {
  .sub.contact .contactTop__number {
    font-size: 28px;
  }
}
.sub.contact .contactTop__number .text--small {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: inherit;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub.contact .contactTop__number .text--small {
    font-size: 22px;
    line-height: 1;
  }
}
@media screen and (max-width: 519px) {
  .sub.contact .contactTop__number .text--small {
    font-size: 20px;
  }
}
.sub.contact .contactTop__hours {
  margin-top: 10px;
  padding-left: 73px;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .sub.contact .contactTop__hours {
    margin-top: 2px;
    padding-left: 20px;
    font-size: 14px;
  }
}
.sub.contact .section__contactForm {
  margin-top: 80px;
}
/*# sourceMappingURL=page-contact.css.map */