.shops-page#content {
  --padding-top: 50px;
  --padding-bottom: 110px;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .shops-page#content {
    --padding-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .shops-page#content {
    --padding-top: 35px;
    --padding-bottom: 40px;
  }
}

.shops-page .main {
  --h1-font-size: 60px;
  --h1-sub-font-size: 32px;
  text-align: center;
}

.shops-page .main h1 {
  font-size: var(--h1-font-size);
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.shops-page .main h1 span {
  display: block;
  font-size: var(--h1-sub-font-size);
  line-height: 100%;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .shops-page .main {
    --h1-font-size: 36px;
    --h1-sub-font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .shops-page .main {
    --h1-font-size: 28px;
    --h1-sub-font-size: 14px;
  }
}

.shops-page .default-shops {
  --offset-top: 30px;
  margin-top: var(--offset-top);
}

.shops-page .default-shops .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .shops-page .default-shops .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.shops-page .default-shops .shops {
  --shops-width: 350px;
  padding-right: 20px;
  min-width: var(--shops-width);
  max-width: var(--shops-width);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .shops-page .default-shops .shops {
    --shops-width: 250px;
  }
}

@media (max-width: 767.98px) {
  .shops-page .default-shops .shops {
    --shops-width: 100%;
    padding-right: 0;
  }
}

.shops-page .default-shops .search {
  position: relative;
}

.shops-page .default-shops .search input {
  background: #F8F8F8;
  width: 100%;
  height: 48px;
  padding-left: 42px;
  padding-right: 8px;
  border: 1px solid #EBEBEB;
  font-size: 16px;
}

.shops-page .default-shops .search svg {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shops-page .default-shops .list {
  --list-height: 440px;
  height: var(--list-height);
  margin-top: 20px;
  margin-right: -14px;
  padding-right: 14px;
  padding-bottom: 10px;
}

@media (max-width: 991.98px) {
  .shops-page .default-shops .list {
    --list-height: 300px;
  }
}

.shops-page .default-shops .list:not([data-simplebar="init"]) {
  overflow: hidden;
}

.shops-page .default-shops .list.simplebar-scrollable-y::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 37px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.shops-page .default-shops .shop {
  --shop-font-size: 16px;
  --shop-el-offset: 8px;
  --shop-padding: 14px 16px 16px;
  margin-top: 10px;
  border: 1px solid #DBDBDB;
  padding: var(--shop-padding);
  cursor: pointer;
  font-size: var(--shop-font-size);
  line-height: 120%;
}

@media (max-width: 991.98px) {
  .shops-page .default-shops .shop {
    --shop-font-size: 14px;
  }
}

.shops-page .default-shops .shop a {
  color: inherit;
  text-decoration: none;
}

.shops-page .default-shops .shop > *:not(:last-child) {
  margin-bottom: var(--shop-el-offset);
}

.shops-page .default-shops .shop.active {
  border-color: #E75A5A;
}

.shops-page .default-shops .shop:first-child {
  margin-top: 0;
}

.shops-page .default-shops #shops-map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100%;
}

@media (max-width: 767.98px) {
  .shops-page .default-shops #shops-map {
    height: 235px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .shops-page .default-shops #shops-map {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.shops-page .pinned-shops {
  --offset-top: 95px;
  margin-top: var(--offset-top);
}

.shops-page .pinned-shops .title {
  --title-font-size: 40px;
  font-size: var(--title-font-size);
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.shops-page .pinned-shops .list {
  --list-offset-top: 20px;
  margin-top: var(--list-offset-top);
}

.shops-page .pinned-shops .city {
  --city-offset-top: 60px;
}

.shops-page .pinned-shops .city:not(:first-child) {
  margin-top: var(--city-offset-top);
}

.shops-page .pinned-shops .city .city-title {
  --city-title-font-size: 26px;
  font-size: var(--city-title-font-size);
  line-height: 100%;
  text-align: center;
}

.shops-page .pinned-shops .shop {
  --shop-offset-bottom: 20px;
  --shop-font-size: 20px;
  --shop-el-offset: 12px;
  font-size: var(--shop-font-size);
  line-height: 120%;
  margin-top: var(--shop-offset-bottom);
}

.shops-page .pinned-shops .shop > *:not(:last-child) {
  margin-bottom: var(--shop-el-offset);
}

.shops-page .pinned-shops .shop .shop-photo img {
  width: 100%;
  border-radius: 20px;
}

.shops-page .pinned-shops .shop a {
  color: inherit;
  text-decoration: none;
}

.shops-page .pinned-shops .shop .shop-map a {
  color: #58A7F2;
}

.shops-page .pinned-shops .shop .shop-map a:hover {
  color: #5F2C8A;
}

.shops-page .pinned-shops .shop .shop-map a span {
  border-bottom: 1px solid #C4DDF5;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .shops-page .pinned-shops {
    --offset-top: 50px;
  }
  .shops-page .pinned-shops .title {
    --title-font-size: 26px;
  }
  .shops-page .pinned-shops .list {
    --list-offset-top: 15px;
  }
  .shops-page .pinned-shops .city {
    --city-offset-top: 50px;
  }
  .shops-page .pinned-shops .city .city-title {
    --city-title-font-size: 16px;
  }
  .shops-page .pinned-shops .shop {
    --shop-font-size: 14px;
    --shop-el-offset: 10px;
  }
}

@media (max-width: 767.98px) {
  .shops-page .pinned-shops {
    --offset-top: 40px;
  }
  .shops-page .pinned-shops .title {
    --title-font-size: 24px;
  }
  .shops-page .pinned-shops .list {
    --list-offset-top: 20px;
  }
  .shops-page .pinned-shops .city {
    --city-offset-top: 20px;
  }
  .shops-page .pinned-shops .city .city-title {
    --city-title-font-size: 16px;
  }
  .shops-page .pinned-shops .shop {
    --shop-font-size: 12px;
    --shop-el-offset: 6px;
  }
  .shops-page .pinned-shops .shop .shop-photo img {
    border-radius: 10px;
  }
}
