.content-page .content-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px 8px;
}
@media screen and (min-width: 1024px) {
  .content-page .content-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-page .content-wrap .contacts-left_col {
  width: 100%;
}
.content-page .content-wrap .contacts-right_col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 12px;
}
.content-page .content-wrap .contacts-right_col .label {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.content-page .content-wrap .contacts-right_col .contacts-text {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.content-page .content-wrap .contacts-right_col .contacts-text a {
  text-decoration: none;
}
.content-page .content-wrap .contacts-right_col .contacts-block.social .contacts-text {
  margin-bottom: 8px;
}

.map {
  margin: 120px 0 0 0;
}
.map .map-title {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.map iframe {
  filter: grayscale(1);
}

/*# sourceMappingURL=kss-contacts-page.css.map */
