@media all and (max-width: 760px) {
  .pos--page {
    background-color: var(--color--lightgray);
	padding-top: 3.7rem;
  }
}
.pos--page h2 {
  font-size: 3.2rem;
}
@media all and (min-width: 760px) {
  .pos--page h2 {
    margin-top: 0;
  }
}
@media all and (min-width: 760px) {
  .pos--page--list section:not(:first-of-type) {
    margin-top: 4.8rem;
    padding: 4.8rem 0;
	padding-bottom: 1rem;
    border-top: var(--border--common);
  }
}
@media all and (max-width: 760px) {
  .pos--page--list .wrapper {
    padding: 1.6rem;
    border: var(--border--common);
    border-radius: 0.8rem;
    background-color: var(--color--white);
  }
}
.pos--page--list .wrapper .item picture {
  overflow: hidden;
  display: block;
}
.pos--page--list .wrapper .item picture img {
  border-radius: 1rem;
  display: block;
  aspect-ratio: 1.6;
}
.pos--page--list .wrapper .item h3 {
  font-size: 2rem;
  margin: 1em 0;
  font-weight: 500;
  font-family: var(--font--walsheim);
}
.pos--page--list .wrapper .item .field, .schedule-item {
  margin: 0.8rem 0;
  font-weight: 500;
}
.pos--page--list .wrapper .item .email a {
  color: var(--color--purple);
  text-decoration: underline;
}
.pos--page--list .wrapper .item .email a,
.pos--page--list .wrapper .item .route a {
  font-weight: 500;
}
.pos--page--list .wrapper .item .map-location a {
  color: var(--color--purple);
  text-decoration: underline;
}
.pos--page--list .wrapper .item .map-location .popup {
  display: none;
}
.pos--page--list .wrapper .item .description, .contacts-schedule {
  color: var(--color--gray);
  font-size: 1.4rem;
  line-height: 1.1;
}
.pos--page--list .wrapper .item .description, .contacts-schedule br {
  line-height: 1;
}
.pos--page--list .wrapper .item .address {
  margin-top: 1.8rem;
}
.pos--page--list .contact h4 {
  margin-top: 0;
  font-size: 2.4rem;
}
.pos--page--list .contact .fio {
  font-size: 1.8rem;
  font-weight: 500;
}
.pos--page--list .contact .address {
  color: var(--color--gray);
  font-size: 1.4rem;
}
.pos--page--list--popup {
  width: 320px;
  height: 480px;
}
.pos--page .contacts .row,
.pos--page .offices .row {
  flex-wrap: wrap;
}
@media all and (min-width: 760px) {
  .pos--page--list--popup {
    width: 640px;
    height: 480px;
  }
}
@media all and (min-width: 760px) {
  .pos--page .contacts {
    padding-top: 1.6rem;
    border-top: var(--border);
  }
}

/*# sourceMappingURL=style.css.map */
