@charset "UTF-8";
@media (min-width: 60em) and (max-width: 74.99em) {
  .opening-times-list__item {
    font-size: 16px;
  }
  .opening-times-list__special {
    width: 130px;
  }
}
@media (min-width: 60em) {
  .stores__opening--special {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
  .stores__content {
    margin-bottom: 40px;
  }
  .stores__services-appendix p {
    padding-right: 48px;
  }
  .stores__top-all {
    margin-top: 30px;
  }
}
@media (min-width: 75em) {
  .stores__appearance {
    grid-template-columns: minmax(0, 645px) minmax(0, 210px) 1fr;
  }
}
@media (min-width: 60em) and (max-width: 74.99em) {
  .stores-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 75em) and (max-width: 99.99em) {
  .stores-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}