.pg-top-contact {
  margin-bottom: 0;
  background: #fff;
}
.pg-top-contact .pg-top-content {
  width: 100%;
  align-items: stretch;
}
@media (max-width: 991px) {
  .pg-top-contact .pg-top-content {
    padding-top: 0;
  }
}
.pg-top-contact b {
  font-family: 'Larsseit-Bold', Arial, sans-serif;
  font-weight: bold;
}
.i18n-ru .pg-top-contact b {
  font-family: 'Roboto-Bold', Arial, sans-serif;
  font-weight: bold;
}
.pg-top-contact a[href^="tel:"] {
  font-size: 66px;
  line-height: 66px;
  font-size: 4.83vw;
  line-height: 4.83vw;
  font-family: 'Larsseit-Bold', Arial, sans-serif;
  font-weight: bold;
  color: #058ad7;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .pg-top-contact a[href^="tel:"] {
    font-size: 35px;
    line-height: 35px;
    font-size: 4.56vw;
    line-height: 4.56vw;
  }
}
@media (max-width: 767px) {
  .pg-top-contact a[href^="tel:"] {
    font-size: 24px;
    line-height: 24px;
  }
}
.i18n-ru .pg-top-contact a[href^="tel:"] {
  font-family: 'Roboto-Bold', Arial, sans-serif;
  font-weight: bold;
}
.pg-top-contact .pg-top-content-items .pg-top-content-item:first-child {
  padding-right: 25px;
  padding-right: 1.83vw;
}
@media (max-width: 991px) {
  .pg-top-contact .pg-top-content-items .pg-top-content-item:first-child {
    padding-right: 25px;
    padding-right: 3.26vw;
  }
}
@media (max-width: 767px) {
  .pg-top-contact .pg-top-content-items .pg-top-content-item:first-child {
    padding-right: 17.5px;
  }
}
.pg-top-contact .pg-top-content-items .pg-top-content-item:last-child {
  padding-left: 25px;
  padding-left: 1.83vw;
}
@media (max-width: 991px) {
  .pg-top-contact .pg-top-content-items .pg-top-content-item:last-child {
    padding-left: 25px;
    padding-left: 3.26vw;
  }
}
@media (max-width: 767px) {
  .pg-top-contact .pg-top-content-items .pg-top-content-item:last-child {
    padding-left: 17.5px;
  }
}
