:root {
  --pw: 40px;
}
@media (max-width: 959px) {
  :root {
    --pw: 30px;
  }
}
@media (max-width: 639px) {
  :root {
    --pw: 15px;
  }
}

@media (max-width: 639px) {
  h2 {
    font-size: 1.4rem;
  }
} 
.bnr-shop {
  width: 100%;
  height: 400px;
}
.bnr-shop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 639px) {
  .bnr-shop img {
    width: 100vw;
    max-width: 100vw;
    margin-left: -15px;
    border-radius: 0;
  }
}

h2:has(+ .uk-slider) {
  padding-right: 110px;
}
@media (max-width: 639px) {
  h2:has(+ .uk-slider) {
    padding-right: unset;
  }
}

.uk-slider {
  padding-bottom: 0;
}
.uk-slider .uk-slider-container {
  border-radius: 8px;
}
@media (max-width: 1489px) {
  .uk-slider .uk-slider-container {
    border-radius: 0;
    margin: 0 calc(var(--pw) * -1) 15px;
    padding: 0 var(--pw);
  }
}
@media (max-width: 639px) {
  .uk-slider .uk-slider-container .uk-slider-items > div {
    width: 60%;
  }
}
.uk-slider .uk-slider-container .block-slidenav {
  position: absolute;
  top: -56px;
  right: 0;
}
@media (max-width: 639px) {
  .uk-slider .uk-slider-container .block-slidenav {
    display: none;
  }
}
.uk-slider .uk-slider-container .block-slidenav button {
  background-color: #bbbbbb;
  border-radius: 10px;
  padding: 5px 10px;
  color: #fff;
  transition: all 0.3s;
}
.uk-slider .uk-slider-container .block-slidenav button:hover {
  background-color: #a19d9d;
}
.uk-slider .uk-slider-container .block-slidenav button:empty {
  display: none;
}
.uk-slider .uk-slider-container .block-slidenav button.uk-invisible {
  opacity: 0.5;
  pointer-events: none;
  visibility: visible !important;
}
.uk-slider .uk-slider-container .block-slidenav button * {
  stroke-width: 3px;
}
.uk-slider .uk-dotnav {
  border-radius: 500px;
  background-color: var(--dotnav-color, #cacaca);
  gap: 10px;
  width: max-content;
  padding: 5px 7px;
  margin: 15px auto;
  min-height: 22px;
}
.uk-slider .uk-dotnav:empty {
  opacity: 0;
}
.uk-slider .uk-dotnav > li {
  padding-left: unset;
  margin: unset;
}
.uk-slider .uk-dotnav > li > a {
  background-color: #fff;
  border: 2px solid #fff;
}
.uk-slider .uk-dotnav > li.uk-active > a {
  background-color: #ea1916;
}

.btn-category {
  display: block;
  position: relative;
  border-radius: 4px;
  height: 100%;
  box-sizing: border-box;
  width: max-content;
  margin-left: auto;
  padding-right: 30px;
}
.btn-category:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.72081 13.2826C8.65089 13.2129 8.59542 13.1301 8.55756 13.0389C8.51971 12.9478 8.50022 12.85 8.50022 12.7513C8.50022 12.6526 8.51971 12.5549 8.55756 12.4637C8.59542 12.3725 8.65089 12.2897 8.72081 12.2201L11.9389 9.00193H2.75144C2.55253 9.00193 2.36176 8.92291 2.22111 8.78226C2.08046 8.6416 2.00144 8.45084 2.00144 8.25193C2.00144 8.05301 2.08046 7.86225 2.22111 7.7216C2.36176 7.58094 2.55253 7.50193 2.75144 7.50193L11.9389 7.50193L8.72081 4.28255C8.57992 4.14165 8.50076 3.95056 8.50076 3.7513C8.50076 3.55204 8.57992 3.36095 8.72081 3.22005C8.86171 3.07915 9.05281 3 9.25206 3C9.45132 3 9.64242 3.07915 9.78331 3.22005L14.2833 7.72005C14.3532 7.78973 14.4087 7.87252 14.4466 7.96369C14.4844 8.05485 14.5039 8.15259 14.5039 8.2513C14.5039 8.35001 14.4844 8.44775 14.4466 8.53892C14.4087 8.63008 14.3532 8.71287 14.2833 8.78255L9.78331 13.2826C9.71364 13.3525 9.63084 13.4079 9.53968 13.4458C9.44851 13.4837 9.35077 13.5031 9.25206 13.5031C9.15335 13.5031 9.05561 13.4837 8.96445 13.4458C8.87329 13.4079 8.79049 13.3525 8.72081 13.2826Z' fill='%23232323' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
  top: 3px;
  right: 6px;
  width: 20px;
  height: 20px;
  transition: right 0.3s;
}
.btn-category:hover:after {
  right: 0;
}

.slider-category .uk-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: unset;
}
.slider-category .uk-card .uk-card-header {
  overflow: hidden;
}
.slider-category .uk-card .uk-card-header a .text {
  font-size: 21px;
  left: 15px;
  top: 15px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.5em;
  position: absolute;
  margin: unset;
}
.slider-category .uk-card .uk-card-header a .photo {
  display: block;
  margin: -15px;
  transform: scale(1.1) translateY(60px) rotate(-8deg);
  transition: transform 0.3s;
}
.slider-category .uk-card .uk-card-header a .photo img {
  width: 100%;
  max-height: 250px;
  object-fit: contain;
}
.slider-category .uk-card .uk-card-header a:hover .text {
  color: var(--main-color-red);
}
.slider-category .uk-card .uk-card-header a:hover .photo {
  transform: scale(1.2) translateY(60px) rotate(-8deg);
}
.slider-category .uk-card .uk-card-body ul {
  list-style-type: unset;
}
.slider-category .uk-card .uk-card-body ul li:not(:last-child) {
  margin-bottom: 10px;
}
.slider-category .uk-card .uk-card-body ul li a:hover {
  color: #06c;
}

.listing {
  background-color: #e3e3e3;
  padding: 40px 0 0;
}
.listing .uk-slider.slider-category {
  margin: unset;
  padding: unset;
  width: unset;
}
@media (max-width: 449px) {
  .listing .uk-slider.slider-category .card-product-item {
    margin: 0 -5px;
  }
}
@media (pointer: fine) {
  .listing .uk-slider.slider-category .card-product-item .product-info a:after {
    display: none;
  }
}

.stores {
  --pw: 40px;
  background: transparent;
}
@media (max-width: 959px) {
  .stores {
    --pw: 30px;
  }
}
@media (max-width: 639px) {
  .stores {
    --pw: 15px;
  }
}
.stores * {
  font-family: var(--font-family);
}
@media (max-width: 959px) {
  .stores .uls-ss {
    overflow: auto;
    margin: 0 calc(var(--pw) * -1);
    padding: 0 var(--pw) 5px;
  }
  .stores .uls-ss .list-city {
    flex-wrap: nowrap;
  }
}
.stores .list-city {
  margin-left: -15px;
  gap: 15px 0;
}
.stores .list-city > li {
  padding-left: 15px;
}
.stores .list-city > li > a {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  text-transform: unset;
  color: var(--main-color-anthracite);
  border-radius: 40px;
  padding: 10px 16px;
  box-shadow: 0 0 0 0 transparent;
  transition: all 0.3s;
  display: block;
}
.stores .list-city > li > a:first-letter {
  text-transform: uppercase;
}
.stores .list-city > li:hover > a {
  background: var(--main-color-white);
  box-shadow: 0 16px 16px -8px #d9d9d9;
}
.stores .list-city > li.uk-active {
  pointer-events: none;
}
.stores .list-city > li.uk-active > a {
  box-shadow: inset 0 8px 8px -8px #a70000;
  background: var(--main-color-red);
  color: var(--main-color-white);
}
.stores .name_city {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: var(--main-color-anthracite);
}
@media (max-width: 959px) {
  .stores .name_city {
    display: none;
  }
}
.stores .name_city:first-letter {
  text-transform: uppercase;
}
.stores .content-map-block {
  margin-top: 30px;
}
.stores .content-map-block [data-not-found] {
  position: relative;
}
.stores .content-map-block [data-not-found]:before {
  content: attr(data-not-found);
  top: 62px;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
}
@media (max-width: 959px) {
  .stores .content-map-block [data-not-found]:before {
    left: calc(var(--pw) + 15px);
  }
}
.stores .content-map-block .list-shops {
  list-style-type: unset;
  display: flex;
  flex-direction: column;
  max-height: 436px;
  width: 275px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  margin-right: 1px;
  z-index: 1;
}
.stores .content-map-block .list-shops.loading:after, .stores .content-map-block .list-shops.loading-shop:after {
  content: "";
  position: absolute;
  z-index: 970;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  border-radius: 8px;
  animation: shimmer 1.5s infinite linear;
}
@media (max-width: 959px) {
  .stores .content-map-block .list-shops {
    gap: 15px;
    overflow: auto;
    height: unset;
    margin-left: calc(var(--pw) * -1);
    width: 100vw;
    padding: 0 var(--pw) 10px;
    background-color: #f4f4f4;
    max-width: max-content;
    flex-direction: row;
  }
  .stores .content-map-block .list-shops.loading, .stores .content-map-block .list-shops.loading-shop {
    max-width: unset;
  }
}
.stores .content-map-block .list-shops > li {
  padding-bottom: 12px;
  z-index: 1;
  position: relative;
  margin-left: 1px;
  background-color: #f4f4f4;
}
.stores .content-map-block .list-shops > li:has(.uk-active) {
  padding-bottom: unset;
  margin-bottom: 12px;
}
.stores .content-map-block .list-shops > li.card-hidden {
  display: none;
}
@media (max-width: 959px) {
  .stores .content-map-block .list-shops > li {
    margin-bottom: 0;
  }
}
.stores .content-map-block .list-shops > li:has(.card-store.uk-active) {
  order: -1;
}
@media (min-width: 960px) {
  .stores .content-map-block .list-shops > li:has(.card-store.uk-active) {
    position: sticky;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
}
.stores .content-map-block .list-shops > li .card-store {
  padding: 8px 0;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
  width: 230px;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
@media (max-width: 959px) {
  .stores .content-map-block .list-shops > li .card-store {
    width: max-content;
    transition: unset;
    min-width: 200px;
  }
}
.stores .content-map-block .list-shops > li .card-store:hover, .stores .content-map-block .list-shops > li .card-store.uk-active {
  background-color: #fff;
  padding: 8px 15px;
  width: 260px;
  margin-right: -20px;
}
@media (max-width: 959px) {
  .stores .content-map-block .list-shops > li .card-store:hover, .stores .content-map-block .list-shops > li .card-store.uk-active {
    width: max-content;
    margin: unset;
  }
}
.stores .content-map-block .list-shops > li .card-store.uk-active {
  width: 270px;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 959px) {
  .stores .content-map-block .list-shops > li .card-store.uk-active {
    width: max-content;
  }
}
.stores .content-map-block .list-shops > li .card-store p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  color: var(--main-color-anthracite);
  opacity: 0.8;
}
.stores .content-map-block .list-shops > li .card-store p.title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
}
.stores .content-map-block .list-shops > li .card-store p.title:before {
  content: "";
  position: absolute;
  border-radius: 5px;
  width: 8px;
  height: 8px;
  left: 0;
  top: 6px;
  background-color: var(--color, transparent);
}
.stores .content-map-block .city-block-scroll {
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  width: 280px;
  min-width: 280px;
  margin-left: -15px;
  display: block !important;
}
@media (max-width: 959px) {
  .stores .content-map-block .city-block-scroll {
    margin-left: 0;
  }
}
.stores .content-map-block .city-block-scroll:empty {
  display: none !important;
}
.stores .content-map-block .city-block-scroll .city-item-top {
  display: none;
}
.stores .content-map-block .city-block-scroll .city-item-top .city-item-rht {
  margin-bottom: 20px;
}
.stores .content-map-block .city-block-scroll .city-item-top .city-item-rht .title-h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
  color: var(--main-color-anthracite);
  margin-bottom: 3px;
}
.stores .content-map-block .city-block-scroll .city-item-top .city-item-rht .text-p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  color: var(--main-color-anthracite);
  margin-bottom: 8px;
  opacity: 0.8;
}
@media (max-width: 959px) {
  .stores .content-map-block .city-block-scroll .city-item-top {
    display: block;
  }
}
.stores .content-map-block .city-block-scroll .city-item {
  margin-bottom: 24px;
}
.stores .content-map-block .city-block-scroll .city-item .title-h6 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  color: var(--main-color-anthracite);
  margin-bottom: 8px;
}
.stores .content-map-block .city-block-scroll .city-item .title-h6:not(:first-child) {
  margin-top: 24px !important;
}
.stores .content-map-block .city-block-scroll .city-item .text-p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: var(--main-color-anthracite);
}
.stores .content-map-block .city-block-scroll .city-item.city-item-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: unset;
}
.stores .content-map-block .city-block-scroll .city-item.city-item-photos img {
  width: 115px;
  border-radius: 4px;
}
.stores .content-map-block .city-block-scroll .city-item.city-item-photos img:nth-child(1n+3) {
  display: none;
}
.stores .content-map-block .map #map {
  height: 500px;
  background-color: #cdcdcd;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}
.stores .content-map-block .map #map:not(:empty):after, .stores .content-map-block .map #map:not(:empty):before {
  display: none;
}
.stores .input-container {
  width: 260px;
  margin: 0 0 16px;
  display: block;
  position: relative;
}
@media (max-width: 959px) {
  .stores .input-container {
    display: inline-block;
    max-width: calc(100% - 62px);
  }
}
.stores .input-container:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.27451' cy='6.27451' r='5.27451' stroke='%23232323' stroke-width='2'/%3E%3Cpath d='M14.4288 14.4314L10.6641 10.6667' stroke='%23232323' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px;
  width: 16px;
  height: 16px;
  z-index: 1;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
.stores .input-container .clear-input {
  position: absolute;
  z-index: 1;
  right: 34px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  cursor: pointer;
  display: inline-flex;
  height: 16px;
  color: #A4A4A5;
  transition: color 0.3s, opacity 0.3s;
}
.stores .input-container .clear-input:hover {
  color: #000;
}
.stores .input-container #searchStore {
  border-radius: 10px;
  padding: 16px 50px 16px 32px;
  background: var(--main-color-white);
  border: unset;
  position: relative;
  outline: unset !important;
  width: 100%;
}
.stores .input-container:not(:has(#searchStore:placeholder-shown)):before {
  opacity: 0;
}
.stores .input-container:not(:has(#searchStore:placeholder-shown)) .clear-input {
  opacity: 1;
}
.stores #findNearestStore {
  border-radius: 24px;
  padding: 15px 57px 15px 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1212_82869)'%3E%3Cpath d='M1.33594 7.99999H3.33594M3.33594 7.99999C3.33594 10.5773 5.42528 12.6667 8.0026 12.6667M3.33594 7.99999C3.33594 5.42267 5.42528 3.33333 8.0026 3.33333M12.6693 7.99999H14.6693M12.6693 7.99999C12.6693 10.5773 10.5799 12.6667 8.0026 12.6667M12.6693 7.99999C12.6693 5.42267 10.5799 3.33333 8.0026 3.33333M8.0026 1.33333V3.33333M8.0026 12.6667V14.6667M10.0026 7.99999C10.0026 9.10456 9.10717 10 8.0026 10C6.89803 10 6.0026 9.10456 6.0026 7.99999C6.0026 6.89543 6.89803 5.99999 8.0026 5.99999C9.10717 5.99999 10.0026 6.89543 10.0026 7.99999Z' stroke='%23232323' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1212_82869'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 32px;
  background-size: 16px;
  border: unset;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s;
}
.stores #findNearestStore.uk-disabled:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 25px;
  margin-top: -7px;
  border: 3px solid var(--main-color-red);
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
}
@media (max-width: 639px) {
  .stores #findNearestStore.uk-disabled:before {
    right: 9px;
  }
}
.stores #findNearestStore:hover {
  background-color: #f0f0f0;
}
@media (max-width: 959px) {
  .stores #findNearestStore {
    margin-left: 10px;
  }
}
@media (max-width: 639px) {
  .stores #findNearestStore {
    color: transparent;
    padding: 16px 0;
    background-position: center;
    overflow: hidden;
    margin-left: 10px;
    width: 48px;
  }
}

.about-us h2 {
  margin-bottom: 10px;
}
.about-us p {
  line-height: 1.2;
}
.about-us p + p {
  margin-top: 10px;
}
.about-us ul {
  margin-top: 10px;
  margin-left: 18px;
}

.store-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}

.store-header {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.store-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.store-header h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  color: white;
  padding: 20px;
  font-size: 24px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.block-bg {
  background-color: #dcdcdc;
  padding-bottom: 60px;
  overflow: hidden;
}

.store-body {
  padding: 25px;
}
.store-body .store-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.store-body .store-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.store-body .list-nav {
  list-style-type: none;
  display: flex;
  margin-left: -5px;
}
.store-body .list-nav > li {
  padding-left: 5px;
}
.store-body .list-nav > li > a {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
  background-color: #eee;
  border-radius: 5px;
  padding: 5px;
  filter: brightness(1);
  transition: filter 0.3s;
}
.store-body .list-nav > li > a:hover {
  filter: brightness(0.9);
}
.store-body .list-nav > li > a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.store-body .list-nav > li > a.google:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92.3 132.3'%3E%3Cpath fill='%231a73e8' d='M60.2 2.2C55.8.8 51 0 46.1 0 32 0 19.3 6.4 10.8 16.5l21.8 18.3L60.2 2.2z'/%3E%3Cpath fill='%23ea4335' d='M10.8 16.5C4.1 24.5 0 34.9 0 46.1c0 8.7 1.7 15.7 4.6 22l28-33.3-21.8-18.3z'/%3E%3Cpath fill='%234285f4' d='M46.2 28.5c9.8 0 17.7 7.9 17.7 17.7 0 4.3-1.6 8.3-4.2 11.4 0 0 13.9-16.6 27.5-32.7-5.6-10.8-15.3-19-27-22.7L32.6 34.8c3.3-3.8 8.1-6.3 13.6-6.3'/%3E%3Cpath fill='%23fbbc04' d='M46.2 63.8c-9.8 0-17.7-7.9-17.7-17.7 0-4.3 1.5-8.3 4.1-11.3l-28 33.3c4.8 10.6 12.8 19.2 21 29.9l34.1-40.5c-3.3 3.9-8.1 6.3-13.5 6.3'/%3E%3Cpath fill='%2334a853' d='M59.1 109.2c15.4-24.1 33.3-35 33.3-63 0-7.7-1.9-14.9-5.2-21.3L25.6 98c2.6 3.4 5.3 7.3 7.9 11.3 9.4 14.5 6.8 23.1 12.8 23.1s3.4-8.7 12.8-23.2'/%3E%3C/svg%3E%0A");
}
.store-body .list-nav > li > a.waze:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' viewBox='0 0 52 52'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bmask:url(%23mask);%7D.cls-2%7Bfill:%23fff;%7D.cls-2,.cls-3,.cls-4%7Bfill-rule:evenodd;%7D.cls-4%7Bfill:%233cf;%7D%3C/style%3E%3Cmask id='mask' x='10.44' y='10.43' width='31.07' height='31.17' maskUnits='userSpaceOnUse'%3E%3Cg id='c'%3E%3Cpath id='b' class='cls-2' d='M10.44,10.43h31.06v31.17H10.44V10.43Z'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath id='a' class='cls-4' d='M52,8.56v34.89c0,4.73-3.83,8.56-8.56,8.56H8.56C3.83,52,0,48.17,0,43.44V8.56C0,3.83,3.83,0,8.56,0h34.89c4.73,0,8.56,3.83,8.56,8.56Z'/%3E%3Cpath class='cls-2' d='M27.54,36.94h-3.17c-.36-1.82-1.95-3.13-3.8-3.13-1.32,0-2.56.66-3.27,1.78v.03c-1.16-.6-2.22-1.39-3.14-2.32-1.09-1.11-1.69-2.12-1.96-2.76.71-.17,1.36-.55,1.86-1.08.67-.72,1.04-1.68,1.04-2.66v-2.32c0-2.76.92-5.46,2.61-7.63,2.42-3.11,5.99-4.85,9.84-4.85,3.31,0,6.42,1.3,8.77,3.66,2.34,2.33,3.65,5.5,3.64,8.81,0,3.33-1.29,6.46-3.64,8.81-2.29,2.3-5.43,3.68-8.78,3.68'/%3E%3Cg class='cls-1'%3E%3Cpath class='cls-3' d='M27.54,36.94h-3.17c-.36-1.82-1.95-3.13-3.8-3.13-1.32,0-2.56.66-3.27,1.78v.02c-1.16-.6-2.22-1.39-3.14-2.32-1.09-1.11-1.69-2.12-1.96-2.76.71-.17,1.36-.55,1.86-1.08.67-.72,1.04-1.68,1.04-2.66v-2.32c0-2.76.92-5.46,2.61-7.63,2.42-3.11,5.99-4.85,9.84-4.85,3.31,0,6.43,1.3,8.77,3.66,2.34,2.33,3.65,5.5,3.64,8.81,0,3.33-1.29,6.46-3.64,8.81-2.29,2.3-5.43,3.68-8.78,3.68M41.51,24.45c0-3.72-1.47-7.28-4.1-9.9-2.64-2.65-6.15-4.11-9.87-4.11-4.27,0-8.24,1.91-10.96,5.32-1.96,2.48-3.03,5.55-3.03,8.71v2.33c0,1.18-.93,2.35-2.5,2.35-.26,0-.49.17-.57.42-.29.97.89,3.12,2.57,4.82,1.07,1.09,2.31,1.98,3.67,2.66-.37,2.12,1.05,4.13,3.16,4.5.22.04.44.06.66.06,1.85,0,3.45-1.3,3.81-3.12h3.26c.43,2.2,2.72,3.71,5.16,2.89,1.06-.36,1.91-1.19,2.28-2.25.36-1.02.31-2-.02-2.85.86-.55,1.65-1.19,2.37-1.92,2.63-2.63,4.1-6.19,4.09-9.91'/%3E%3C/g%3E%3Cpath class='cls-3' d='M35.3,21.34c0-.86-.69-1.56-1.55-1.56s-1.55.7-1.55,1.56.7,1.56,1.55,1.56,1.55-.7,1.55-1.56M25.98,21.34c0-.86-.69-1.56-1.55-1.56s-1.55.7-1.55,1.56.7,1.56,1.55,1.56,1.55-.7,1.55-1.56M24.9,26.44c-.13-.27-.41-.44-.71-.44-.43,0-.77.35-.78.77,0,.11.02.22.07.33,1.02,2.18,3.21,3.57,5.62,3.58,2.41,0,4.6-1.4,5.62-3.58.18-.39.01-.85-.38-1.03-.1-.05-.21-.07-.33-.07h-.02c-.3,0-.56.17-.69.44-.77,1.63-2.41,2.67-4.21,2.67-1.8,0-3.44-1.05-4.21-2.68'/%3E%3C/svg%3E%0A");
}
.store-body .list-nav > li > a.yandex:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 397.4 397.4' style='enable-background:new 0 0 397.4 397.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:url(%23Fill-1_1_);%7D.st1%7Bfill:%23FFCC00;%7D.st2%7Bfill:%23ECA704;%7D%3C/style%3E%3Cg id='Navi'%3E%3Cg id='Color_x2F_icon_x5F_color'%3E%3Cg id='navi' transform='translate(56.000000, 56.000000)'%3E%3Cg id='Group-2'%3E%3Cg id='Group' transform='translate(1.589667, 0.993542)'%3E%3ClinearGradient id='Fill-1_1_' gradientUnits='userSpaceOnUse' x1='-540.1074' y1='525.6934' x2='-539.1074' y2='526.6934' gradientTransform='matrix(397.4168 0 0 -397.4168 214590.1562 209259.7812)'%3E%3Cstop offset='0' style='stop-color:%23FFCC00'/%3E%3Cstop offset='1' style='stop-color:%23FFE992'/%3E%3C/linearGradient%3E%3Cpolygon id='Fill-1' class='st0' points='339.8,-57 -57.6,104.5 116.3,166.6 178.4,340.4 '/%3E%3Cpolygon id='Fill-3' class='st1' points='339.8,-57 110.1,172.8 178.4,340.4 '/%3E%3Cpolygon id='Fill-4' class='st2' points='103.9,179 178.4,340.4 153.5,129.3 -57.6,104.5 '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.store-body .icon {
  min-width: 40px;
  height: 40px;
  background: #e81e25;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 16px;
}
.store-body .store-info {
  flex: 1;
}
.store-body .store-info h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #1a1a1a;
}
.store-body .store-info p,
.store-body .store-info a,
.store-body .store-info address {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}
.store-body .store-info a {
  color: #e81e25;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}
.store-body .store-info a:hover {
  color: #bf141a;
}
.store-body .working-hours {
  list-style: none;
}
.store-body .working-hours li {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.store-body .working-hours li:last-child {
  margin-bottom: 0;
}
.store-body .working-hours li.point {
  padding-left: 15px;
  position: relative;
}
.store-body .working-hours li.point:before {
  content: "";
  position: absolute;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  left: 0;
  top: 5px;
  background-color: var(--color, transparent);
}
.store-body .working-hours li.point span {
  color: #000;
}
.store-body .day {
  font-weight: 500;
  color: #333;
}
.store-body .time {
  font-weight: 700;
  color: #333;
}
.store-body .closed {
  color: #e81e25;
}
.store-body .call-btn {
  background: #e81e25;
  color: white !important;
  padding: 2px 7px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
  transition: background 0.3s ease;
}
.store-body .call-btn:hover {
  background: #bf141a;
  text-decoration: none;
  color: white !important;
}
.store-body .map-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  background: #f0f5ff;
  color: #2c5cc5;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}
.store-body .map-btn:hover {
  background: #d7e4ff;
  text-decoration: none;
}

.store-footer {
  background: #fdfdfd;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.rating {
  display: flex;
  align-items: center;
}

.stars {
  color: #ffc107;
  margin-right: 10px;
}

.reviews {
  color: #555;
  font-size: 14px;
}

.social-links {
  display: flex;
  gap: 10px;
}
.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-links a:hover {
  background: #e81e25;
  color: white;
}

.seo-notice {
  text-align: center;
  margin-top: 20px;
  padding: 15px;
  background: #d4edda;
  border-radius: 8px;
  color: #155724;
  max-width: 800px;
  margin: 20px auto;
}

@media (max-width: 768px) {
  .store-header {
    height: 160px;
  }
  .store-header h2 {
    font-size: 20px;
    padding: 15px;
  }
  .store-body {
    padding: 20px;
  }
  .icon {
    margin-bottom: 10px;
  }
  .store-footer {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .store-header {
    height: 140px;
  }
  .store-header h2 {
    font-size: 18px;
  }
  .store-body {
    padding: 15px;
  }
  .working-hours li {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style_shops.css.map */
