.topIcon--contact {
  position: relative;
}
.topIcon--contact .topIcon__layer {
  left: 0;
  top: calc(100% + 1.625rem);
}

.topIconModern--contact {
  position: relative;
}
.topIconModern--contact .topIconModern__layer {
  left: 100%;
  top: calc(100% + 1.625rem);
}

.siteHeaderContact {
  height: 100%;
}

.siteHeaderContact__left {
  display: none;
}

.siteHeaderContact__name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}

.siteHeaderContact__icon {
  font-family: "core-core_01" !important;
}
.siteHeaderContact__icon::before {
  content: "\ea8b";
}

.siteTopContactLayer {
  position: absolute;
  top: 100%;
  z-index: 10;
  background-color: #FFFFFF;
  border: 1px solid var(--color-border);
  padding: 2.5rem;
  width: 26.25rem;
  transition: opacity 0.3s ease-out;
}
.siteTopContactLayer.typography .NumerTelefonuStopkaDuzy {
  font-size: 2.125rem;
  line-height: 1.05;
  position: relative;
}
.siteTopContactLayer.typography .NumerTelefonuStopkaDuzy::before {
  content: "\ea8b";
  font-family: "core-core_01" !important;
  display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: var(--color-primary);
  font-size: 2.5rem;
  position: absolute;
  right: calc(100% + 0.6875rem);
}
.siteTopContactLayer.typography a {
  text-decoration: none;
}

.siteTopContactLayer__content {
  padding-left: 2.75rem;
}

.siteHeaderContact.-active .siteTopContactLayer {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1000px) {
  .siteHeaderContact__left {
    display: flex;
    margin-right: 0.7894736842vw;
  }
  .siteHeaderContact__icon {
    font-size: 1.4736842105vw;
  }
}
@media (min-width: 1900px) {
  .siteHeaderContact__left {
    margin-right: 1.5625rem;
  }
  .siteHeaderContact__icon {
    font-size: 2.125rem;
  }
}
/*# sourceMappingURL=site__top_contact_layer.css.map */