

/* Start:/local/templates/pets/components/bitrix/catalog.store/stores/style.css?17805250715331*/
.exo-stores-page {
  --exo-text: #23262f;
  --exo-muted: #6f7684;
  --exo-soft: #f6f8f7;
  --exo-card: #ffffff;
  --exo-line: #e4e9e5;
  --exo-green: #14a545;
  --exo-green-dark: #0b7d31;
  --exo-orange: #fcaf23;
  --exo-blue: #245b8f;
  --exo-shadow: 0 16px 38px rgba(35, 38, 47, 0.09);
  max-width: 1180px;
  margin: 0 auto 54px;
  padding: 0 16px;
  color: var(--exo-text);
}

.exo-stores-page a {
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.exo-stores-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid var(--exo-line);
  border-radius: 8px;
  background: #fbfdfb;
  box-shadow: var(--exo-shadow);
}

.exo-stores-eyebrow {
  margin-bottom: 10px;
  color: var(--exo-green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.exo-stores-title {
  max-width: 760px;
  margin: 0;
  color: var(--exo-text);
  font-size: 34px;
  line-height: 1.18;
  font-weight: 900;
}

.exo-stores-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #4d5561;
  font-size: 17px;
  line-height: 1.65;
}

.exo-stores-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.exo-stores-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid var(--exo-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--exo-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.exo-stores-btn:hover {
  border-color: var(--exo-green);
  color: var(--exo-green-dark);
  box-shadow: 0 8px 22px rgba(20, 165, 69, 0.14);
  transform: translateY(-1px);
}

.exo-stores-btn--primary {
  border-color: var(--exo-green);
  background: var(--exo-green);
  color: #ffffff;
}

.exo-stores-btn--primary:hover {
  background: var(--exo-green-dark);
  color: #ffffff;
}

.exo-stores-hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--exo-line);
  border-radius: 8px;
  background: var(--exo-card);
}

.exo-stores-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: #edf8f1;
  color: var(--exo-green-dark);
  font-size: 13px;
  font-weight: 700;
}

.exo-stores-status__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--exo-green);
  box-shadow: 0 0 0 4px rgba(20, 165, 69, 0.15);
}

.exo-stores-hero__facts {
  display: grid;
  gap: 14px;
}

.exo-stores-hero__fact {
  padding-top: 14px;
  border-top: 1px solid var(--exo-line);
}

.exo-stores-hero__fact span {
  display: block;
  color: var(--exo-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.exo-stores-hero__fact--address span {
  font-size: 17px;
  line-height: 1.35;
}

.exo-stores-hero__fact small {
  display: block;
  margin-top: 4px;
  color: var(--exo-muted);
  font-size: 13px;
}

.exo-stores-section {
  margin-top: 42px;
}

.exo-stores-section__head {
  max-width: 760px;
  margin-bottom: 20px;
}

.exo-stores-section__head h2,
.exo-stores-note h2 {
  margin: 0;
  color: var(--exo-text);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
}

.exo-stores-section__head p {
  margin: 10px 0 0;
  color: var(--exo-muted);
  font-size: 15px;
  line-height: 1.6;
}

.exo-stores-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.exo-stores-service {
  min-height: 196px;
  padding: 20px;
  border: 1px solid var(--exo-line);
  border-radius: 8px;
  background: var(--exo-card);
}

.exo-stores-service .fa {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #edf8f1;
  color: var(--exo-green);
  line-height: 36px;
  text-align: center;
}

.exo-stores-service h3 {
  margin: 16px 0 8px;
  color: var(--exo-text);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.exo-stores-service p {
  margin: 0;
  color: var(--exo-muted);
  font-size: 14px;
  line-height: 1.6;
}

.exo-stores-note {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 26px;
  align-items: center;
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #f1d9a5;
  border-radius: 8px;
  background: #fffaf0;
}

.exo-stores-note p {
  margin: 0;
  color: #4d5561;
  font-size: 15px;
  line-height: 1.65;
}

.exo-stores-map {
  margin-top: 42px;
  margin-bottom: 0 !important;
}

.exo-stores-map .exo-stores-section__head {
  margin-bottom: 18px;
}

@media (max-width: 1024px) {
  .exo-stores-hero,
  .exo-stores-note {
    grid-template-columns: 1fr;
  }

  .exo-stores-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .exo-stores-page {
    padding: 0 12px;
  }

  .exo-stores-hero {
    padding: 22px;
  }

  .exo-stores-title {
    font-size: 28px;
  }

  .exo-stores-lead {
    font-size: 15px;
  }

  .exo-stores-actions,
  .exo-stores-btn {
    width: 100%;
  }

  .exo-stores-service-grid {
    grid-template-columns: 1fr;
  }

  .exo-stores-section__head h2,
  .exo-stores-note h2 {
    font-size: 21px;
  }
}

/* End */


/* Start:/local/templates/pets/components/bitrix/catalog.store/stores/bitrix/catalog.store.list/bootstrap_v4/style.css?17805247789580*/
.stores .exo-store-accordion {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.stores .exo-store-accordion > .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

#storesTabList {
  width: 100%;
}

.stores .nav-tabs_accord {
  display: grid;
  gap: 18px;
  width: 100%;
  height: 100%;
  padding-right: 0;
  border-bottom: 0;
}

.stores .nav-tabs_accord .nav-item_accord {
  display: block;
  width: 100%;
  margin: 0;
}

.stores .nav-tabs_accord .nav-link_accord {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #e4e9e5;
  border-radius: 8px;
  background: #ffffff;
  color: #23262f;
  text-align: left;
  line-height: 1.5;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.stores .nav-tabs_accord .nav-link_accord:hover,
.stores .nav-tabs_accord .nav-link_accord.active {
  border-color: rgba(20, 165, 69, 0.45);
  box-shadow: 0 14px 34px rgba(35, 38, 47, 0.1);
}

.stores .nav-tabs_accord .nav-link_accord:focus-visible {
  outline: 3px solid rgba(252, 175, 35, 0.35);
  outline-offset: 3px;
}

.store-item {
  display: block;
  padding: 24px;
}

.exo-store-card__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
  gap: 26px;
}

.exo-store-card__title-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.exo-store-card__title {
  margin: 0;
  color: #23262f;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.exo-store-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #edf8f1;
  color: #0b7d31;
  font-size: 12px;
  font-weight: 700;
}

.catalog-stores-item-address {
  margin-bottom: 12px;
  color: #23262f;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.exo-store-card__description {
  max-width: 620px;
  margin: 0 0 14px;
  color: #6f7684;
  font-size: 14px;
  line-height: 1.6;
}

.exo-store-card__metro-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 14px;
}

.catalog-stores-item-metro {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 1;
}

.metro_name {
  margin-left: 6px;
}

.metro_name span {
  color: #23262f;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: -1px;
}

.catalog-stores-item-metro .metro_icon {
  position: relative;
  width: 15px;
  height: 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='red'%3E%3Cpath d='M4.52 2.526c-.225-.762-.835-.678-1.253-.324-1.028.95-2.366 2.943-1.51 5.813.718 2.431 3.703 3.986 3.703 3.986H1.98S.183 9.987.023 7.618c-.204-2.994.996-4.883 2.388-6.114C3.717.345 4.959 0 4.959 0L7.5 8.326 10.04.001s1.243.344 2.55 1.503c1.391 1.231 2.59 3.12 2.387 6.114-.16 2.37-1.957 4.383-1.957 4.383H9.54s2.985-1.555 3.703-3.986c.856-2.87-.482-4.863-1.51-5.813-.418-.354-1.028-.438-1.253.324L7.5 11.924s-2.209-6.97-2.98-9.398z'/%3E%3C/svg%3E");
}

.catalog-stores-item-metro .metro_icon[data-metro^=green] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='green'%3E%3Cpath d='M4.52 2.526c-.225-.762-.835-.678-1.253-.324-1.028.95-2.366 2.943-1.51 5.813.718 2.431 3.703 3.986 3.703 3.986H1.98S.183 9.987.023 7.618c-.204-2.994.996-4.883 2.388-6.114C3.717.345 4.959 0 4.959 0L7.5 8.326 10.04.001s1.243.344 2.55 1.503c1.391 1.231 2.59 3.12 2.387 6.114-.16 2.37-1.957 4.383-1.957 4.383H9.54s2.985-1.555 3.703-3.986c.856-2.87-.482-4.863-1.51-5.813-.418-.354-1.028-.438-1.253.324L7.5 11.924s-2.209-6.97-2.98-9.398z'/%3E%3C/svg%3E");
}

.catalog-stores-item-metro .metro_icon[data-metro^=blue] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='blue'%3E%3Cpath d='M4.52 2.526c-.225-.762-.835-.678-1.253-.324-1.028.95-2.366 2.943-1.51 5.813.718 2.431 3.703 3.986 3.703 3.986H1.98S.183 9.987.023 7.618c-.204-2.994.996-4.883 2.388-6.114C3.717.345 4.959 0 4.959 0L7.5 8.326 10.04.001s1.243.344 2.55 1.503c1.391 1.231 2.59 3.12 2.387 6.114-.16 2.37-1.957 4.383-1.957 4.383H9.54s2.985-1.555 3.703-3.986c.856-2.87-.482-4.863-1.51-5.813-.418-.354-1.028-.438-1.253.324L7.5 11.924s-2.209-6.97-2.98-9.398z'/%3E%3C/svg%3E");
}

.catalog-stores-item-metro .metro_icon[data-metro^=yellow] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='%23d8aa00'%3E%3Cpath d='M4.52 2.526c-.225-.762-.835-.678-1.253-.324-1.028.95-2.366 2.943-1.51 5.813.718 2.431 3.703 3.986 3.703 3.986H1.98S.183 9.987.023 7.618c-.204-2.994.996-4.883 2.388-6.114C3.717.345 4.959 0 4.959 0L7.5 8.326 10.04.001s1.243.344 2.55 1.503c1.391 1.231 2.59 3.12 2.387 6.114-.16 2.37-1.957 4.383-1.957 4.383H9.54s2.985-1.555 3.703-3.986c.856-2.87-.482-4.863-1.51-5.813-.418-.354-1.028-.438-1.253.324L7.5 11.924s-2.209-6.97-2.98-9.398z'/%3E%3C/svg%3E");
}

.catalog-stores-item-metro .metro_icon[data-metro^=orange] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='orange'%3E%3Cpath d='M4.52 2.526c-.225-.762-.835-.678-1.253-.324-1.028.95-2.366 2.943-1.51 5.813.718 2.431 3.703 3.986 3.703 3.986H1.98S.183 9.987.023 7.618c-.204-2.994.996-4.883 2.388-6.114C3.717.345 4.959 0 4.959 0L7.5 8.326 10.04.001s1.243.344 2.55 1.503c1.391 1.231 2.59 3.12 2.387 6.114-.16 2.37-1.957 4.383-1.957 4.383H9.54s2.985-1.555 3.703-3.986c.856-2.87-.482-4.863-1.51-5.813-.418-.354-1.028-.438-1.253.324L7.5 11.924s-2.209-6.97-2.98-9.398z'/%3E%3C/svg%3E");
}

.catalog-stores-item-description {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-stores-item-description span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid #e4e9e5;
  border-radius: 999px;
  background: #f6f8f7;
  color: #40454f;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
}

.catalog-stores-item-info {
  display: grid;
  gap: 14px;
  align-content: start;
}

.exo-store-detail {
  padding-bottom: 14px;
  border-bottom: 1px solid #edf0ed;
}

.exo-store-detail:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.text-muted,
.catalog-stores-item-payment .accept_payment {
  margin-bottom: 5px;
  color: #6f7684 !important;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.exo-store-detail__value,
.catalog-stores-item-phone a,
.catalog-stores-item-email a,
.catalog-stores-item-payment .payments_description {
  color: #23262f;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: none;
}

.catalog-stores-item-phone a:hover,
.catalog-stores-item-email a:hover {
  color: #14a545;
}

.exo-store-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.exo-store-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #e4e9e5;
  border-radius: 8px;
  background: #ffffff;
  color: #23262f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.exo-store-action:hover {
  border-color: #14a545;
  color: #0b7d31;
}

.exo-store-action--primary {
  border-color: #14a545;
  background: #14a545;
  color: #ffffff;
}

.exo-store-action--primary:hover {
  background: #0b7d31;
  color: #ffffff;
}

.open_map {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #245b8f;
  font-size: 14px;
  font-weight: 800;
  transition: color 0.2s ease;
}

.open_map .fa {
  position: relative;
  top: 1px;
  transition: transform 0.2s ease;
}

.nav-link_accord.active .open_map .fa {
  transform: rotate(180deg);
}

.nav-item_accord:hover .open_map {
  color: #14a545;
}

.accordion_content {
  display: none;
  padding: 0 18px 18px;
  background: #ffffff;
  border: 1px solid #e4e9e5;
  border-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 14px 34px rgba(35, 38, 47, 0.08);
}

.stores .tab-content,
.stores .tab-content .tab-pane,
.stores .tab-content .tab_box {
  height: 480px;
  margin-bottom: 0;
}

.stores .tab-content {
  overflow: hidden;
  border-radius: 8px;
}

.stores .bx-yandex-map,
.stores .ymaps-map,
.bx-yandex-view-layout,
.bx-yandex-view-map {
  width: 100% !important;
  height: 100% !important;
}

.show {
  opacity: 1;
}

.stores.mb-5 {
  margin-bottom: 0 !important;
}

.stores .title_box {
  margin-bottom: 23px;
}

@media (max-width: 900px) {
  .store-item {
    padding: 20px;
  }

  .exo-store-card__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .catalog-stores-item-info {
    gap: 12px;
  }

  .stores .tab-content,
  .stores .tab-content .tab-pane,
  .stores .tab-content .tab_box {
    height: 360px;
  }

  .accordion_content {
    padding: 0 12px 12px;
  }
}

@media (max-width: 575.98px) {
  .store-item {
    padding: 18px;
  }

  .exo-store-card__title {
    font-size: 20px;
  }

  .catalog-stores-item-address {
    font-size: 15px;
  }

  .exo-store-card__actions,
  .exo-store-action {
    width: 100%;
  }

  .stores .tab-content,
  .stores .tab-content .tab-pane,
  .stores .tab-content .tab_box,
  .stores .bx-yandex-view-layout,
  .stores .bx-yandex-view-map {
    height: 320px !important;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1545060014666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/pets/components/bitrix/catalog.store/stores/style.css?17805250715331 */
/* /local/templates/pets/components/bitrix/catalog.store/stores/bitrix/catalog.store.list/bootstrap_v4/style.css?17805247789580 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1545060014666 */
