.stores_container .stores_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.stores_container .store_block {
  font-size: 140%;
  line-height: 21px;
}

.stores_container {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  margin-top: 15px;
}
.stores_container .page-title-wrapper {
  padding: 40px;
  margin: 0;
}
.stores_container .stores_list {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.stores_container .stores_list li {
  margin: 0;
}
.stores_container .store_block {
  border: none;
  position: relative;
  padding: 32px 40px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
.stores_container .store_block:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
.stores_container .store_block .address_block {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 16px;
}
.stores_container .store_block .address_block:before {
  display: block;
  font-size: 2rem;
  margin-right: 10px;
}
.stores_container .store_block:hover {
  background: #f7f7f7;
}
.stores_container .store_block.selected {
  background: #f7f7f7;
}
.stores_container .store_block.selected:before {
  background: #009ED0;
}
.stores_container .work_hours {
  color: #666666;
  display: block;
  margin-right: 20px;
}
.stores_container .store_phone {
  display: block;
  margin-left: auto;
  white-space: nowrap;
  color: inherit;
}
.stores_container .map_block {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.stores_container #map {
  height: 530px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .stores_container .page-title-wrapper {
    padding: 32px;
  }
  .stores_container .store_block {
    padding: 24px 32px;
  }
}
@media screen and (max-width: 991px) {
  .stores_container .page-title-wrapper,
.stores_container .store_block {
    padding: 20px;
  }
  .stores_container .work_hours,
.stores_container .store_phone {
    font-size: 85.7%;
  }
}
@media screen and (max-width: 767px) {
  .stores_container {
    flex-wrap: wrap;
  }
  .stores_container .stores_list {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stores_container .map_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stores_container #map {
    height: 480px;
    max-height: 75vh;
    min-height: 320px;
  }
}

.web .stores_container .store_phone, .stores_container .web .store_phone {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.stores_container .store_block {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .stores_container .store_phone, .stores_container .touch .store_phone {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .stores_container .store_phone:hover, .stores_container .web .store_phone:hover {
  color: #009ED0 !important;
}
.web .stores_container .store_phone:active, .stores_container .web .store_phone:active {
  color: #7F1E25;
}
.touch .stores_container .store_phone:active, .stores_container .touch .store_phone:active {
  color: #009ED0;
}

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