

/* Start:/local/templates/ffabrique/css/old_shops.css?17742803633501*/

.offline-shops__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
}

.offline-shops__items-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black-color);
}

.offline-shops__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: var(--primary-color) var(--black-color);
  scrollbar-width: none;
}

.offline-shops__items::-webkit-scrollbar {
  display: none;
}

.offline-shops__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  width: 390px;
}

.offline-shops__item-map {
  width: 390px;
  height: 250px;
}

.offline-shops__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.offline-shops__item-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 0 12px;
}

.offline-shops__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  min-height: 92px;
}

.offline-shops__item-address {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black-color);
}

.offline-shops__item-dotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.offline-shops__item-doted {
  text-align: right;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black-color);
}

.offline-shops__item-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}

.offline-shops__item-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black-color);
}

.offline-shops__item-address a {
    color: #000;
    text-decoration:none;
}
#map-moscow, #map-spb-first , #map-spb-second, #map-moscow-second {
    height: 100%;
}
/* End */
/* /local/templates/ffabrique/css/old_shops.css?17742803633501 */
