

/* Start:/local/templates/salon_2/assets/css/page-contacts.css?17758676591319*/
.c-contacts-location-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  gap: 30px;
}
@media (min-width: 1024px) {
  .c-contacts-location-list {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.c-contacts-location-list__item {
  max-width: 400px;
}
.c-contacts-location-list__item-image-wrapper {
  display: block;
  text-decoration: none;
}
.c-contacts-location-list__item-image {
  width: 100%;
  height: auto;
}
.c-contacts-location-list__item-info {
  margin-top: 20px;
  text-align: center;
}
.c-contacts-location-list__item-phone {
  font-size: min(1.6em, 24px);
}
.c-contacts-location-list__item-address {
  font-size: min(1.5em, 22px);
  margin-bottom: 0.5em;
}
.c-contacts-location-list__opening-hours {
  line-height: 1.25;
  background-color: #ffe8e8;
  padding: 0.25em 0.5em;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 1.5em;
}
@media (min-width: 1024px) {
  .c-contacts-location-list__opening-hours {
    font-size: 0.85em;
  }
}
.c-contacts-location-list__item-btn {
  text-decoration: none;
  display: inline-block;
  font-size: min(1.3em, 18px);
  font-weight: 500;
  color: #fff;
  background-color: var(--primary-accent-color);
  padding: 10px 25px;
  border-radius: 24px;
}

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

/* End */
/* /local/templates/salon_2/assets/css/page-contacts.css?17758676591319 */
