:root {
  --tekst-na-belom: #1c1c1c;
  --linii: #e8e8e8;
  --zelenyy-akcent-3: #9bca02;
  --tekst-na-temnom---zelenyy: #fbfbfb;
  --text: #4f4f4f;
}

.main-wrapper {
  padding-bottom: 53px;
}

@media (min-width: 1240px) {
  .page-kontakty {
    padding-left: 17px;
  }
}
.page-kontakty h1 {
  margin-bottom: 21px;
}
.page-kontakty .desc {
  margin: 0 0 47px;
  max-width: 665px;
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
}
.page-kontakty .desc span {
  color: var(--color-4);
  cursor: pointer;
}
.page-kontakty address {
  margin: 45px 0 49px;
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: var(--color-3);
}
.page-kontakty address li {
  margin-bottom: 14px;
}
.page-kontakty address li:last-of-type {
  margin-bottom: 0;
}
.page-kontakty address li .delimiter {
  display: inline-block;
  width: 3px;
  height: 14px;
  background-color: var(--color-4);
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px;
}

.map-wrapper {
  padding-bottom: 118px;
}
.map-wrapper > ymaps {
  height: 300px;
}
@media (min-width: 1240px) {
  .map-wrapper > ymaps {
    height: 521px !important;
  }
}/*# sourceMappingURL=page-kontakty.css.map */