

/* Start:/local/templates/pets/components/bitrix/catalog.store/stores/style.css?17878364688306*/
.exo-stores-page {
  --stores-green: #12a94f;
  --stores-green-dark: #0b7138;
  --stores-green-soft: #edf9f1;
  --stores-ink: #172337;
  --stores-muted: #647084;
  --stores-line: #e2e8ef;
  --stores-warm: #fff8e8;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px 66px;
  color: var(--stores-ink);
}

.exo-stores-page *,
.exo-stores-page *::before,
.exo-stores-page *::after {
  box-sizing: border-box;
}

.exo-stores-page h1,
.exo-stores-page h2,
.exo-stores-page h3,
.exo-stores-page p {
  margin-top: 0;
}

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

.exo-stores-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 34px;
  align-items: center;
  min-height: 440px;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid #d9e8df;
  border-radius: 30px;
  background: radial-gradient(circle at 9% 8%, rgba(129, 195, 58, .18), transparent 33%), linear-gradient(135deg, #fff 0%, #f1faf4 100%);
  box-shadow: 0 18px 46px rgba(22, 52, 38, .08);
}

.exo-stores-eyebrow {
  margin-bottom: 10px;
  color: var(--stores-green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.exo-stores-title {
  max-width: 690px;
  margin: 0 0 18px;
  color: var(--stores-ink);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -.035em;
}

.exo-stores-lead {
  max-width: 680px;
  margin: 0;
  color: var(--stores-muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.58;
}

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

.exo-stores-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 21px;
  border: 1px solid rgba(18, 169, 79, .55);
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
  color: var(--stores-green-dark) !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
}

.exo-stores-btn:hover {
  transform: translateY(-1px);
  border-color: var(--stores-green);
  box-shadow: 0 10px 24px rgba(18, 169, 79, .13);
}

.exo-stores-btn--primary {
  border-color: var(--stores-green);
  background: var(--stores-green);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(18, 169, 79, .22);
}

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

.exo-stores-hero__panel {
  position: relative;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(18, 169, 79, .18);
  border-radius: 26px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 38px rgba(25, 63, 42, .08);
}

.exo-stores-hero__visual {
  height: 165px;
  margin: -5px -2px 4px;
}

.exo-stores-hero__visual svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #0d8d45;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.exo-stores-hero__visual .exo-stores-hero__blob {
  fill: rgba(18, 169, 79, .08);
  stroke: none;
}

.exo-stores-hero__visual .exo-stores-hero__pin {
  fill: #fff;
}

.exo-stores-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  margin-bottom: 4px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--stores-green-soft);
  color: var(--stores-green-dark);
  font-size: 13px;
  font-weight: 800;
}

.exo-stores-status__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--stores-green);
  box-shadow: 0 0 0 4px rgba(18, 169, 79, .14);
}

.exo-stores-hero__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.exo-stores-hero__fact {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--stores-line);
  border-radius: 16px;
  background: #fff;
}

.exo-stores-hero__fact--address {
  grid-column: 1 / -1;
}

.exo-stores-hero__fact span {
  display: block;
  overflow-wrap: anywhere;
  color: var(--stores-ink);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
}

.exo-stores-hero__fact--address span {
  font-size: 16px;
}

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

.exo-stores-section,
.exo-stores-visit,
.exo-stores-map {
  margin-top: clamp(44px, 7vw, 72px);
}

.exo-stores-section__head {
  max-width: 780px;
  margin-bottom: 22px;
}

.exo-stores-section__head h2,
.exo-stores-note h2 {
  margin-bottom: 0;
  color: var(--stores-ink);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.02em;
}

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

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

.exo-stores-service {
  min-width: 0;
  min-height: 215px;
  padding: 23px;
  border: 1px solid var(--stores-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 49, 73, .05);
}

.exo-stores-service .fa {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: var(--stores-green-soft);
  color: var(--stores-green);
  font-size: 19px;
  line-height: 48px;
  text-align: center;
}

.exo-stores-service h3 {
  margin: 17px 0 8px;
  color: var(--stores-ink);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 850;
}

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

.exo-stores-note {
  display: grid;
  grid-template-columns: minmax(250px, .85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  margin-top: 24px;
  padding: clamp(25px, 4vw, 38px);
  border: 1px solid #f0d89c;
  border-radius: 26px;
  background: linear-gradient(135deg, #fffdf7, var(--stores-warm));
}

.exo-stores-note p {
  margin-bottom: 0;
  color: #695d42;
  font-size: 16px;
  line-height: 1.65;
}

.exo-stores-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.exo-stores-steps li {
  display: flex;
  gap: 15px;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--stores-line);
  border-radius: 22px;
  background: #fff;
}

.exo-stores-steps li > span {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 14px;
  background: var(--stores-green-soft);
  color: var(--stores-green);
  font-size: 13px;
  font-weight: 900;
}

.exo-stores-steps strong {
  display: block;
  margin: 2px 0 7px;
  color: var(--stores-ink);
  font-size: 17px;
}

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

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

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

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

  .exo-stores-hero__panel {
    display: grid;
    grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
    gap: 18px;
    align-items: center;
  }

  .exo-stores-hero__visual {
    grid-row: span 2;
  }

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

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

@media (max-width: 760px) {
  .exo-stores-steps {
    grid-template-columns: 1fr;
  }
}

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

  .exo-stores-hero {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 24px;
  }

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

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

  .exo-stores-hero__panel {
    display: block;
    padding: 15px;
    border-radius: 21px;
  }

  .exo-stores-hero__visual {
    height: 140px;
  }

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

  .exo-stores-hero__fact--address {
    grid-column: auto;
  }

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

  .exo-stores-service {
    min-height: 0;
  }

  .exo-stores-note,
  .exo-stores-steps li {
    border-radius: 20px;
  }
}

/* End */


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

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

#storesTabList {
  width: 100%;
}

.stores .nav-tabs_accord {
  display: grid;
  gap: 18px;
  width: 100%;
  height: auto;
  padding: 0;
  border: 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;
  overflow: hidden;
  border: 1px solid #dfe8e2;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff 0%, #f8fcf9 100%);
  color: #172337;
  text-align: left;
  line-height: 1.5;
  cursor: pointer;
  box-shadow: 0 14px 38px rgba(31, 49, 73, .06);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.stores .nav-tabs_accord .nav-link_accord:hover,
.stores .nav-tabs_accord .nav-link_accord.active {
  border-color: rgba(18, 169, 79, .48);
  box-shadow: 0 18px 42px rgba(18, 79, 45, .1);
  transform: translateY(-1px);
}

.stores .nav-tabs_accord .nav-link_accord:focus-visible {
  outline: 3px solid rgba(18, 169, 79, .23);
  outline-offset: 3px;
}

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

.exo-store-card__top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(26px, 5vw, 64px);
}

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

.exo-store-card__title {
  margin: 0;
  color: #172337;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.02em;
}

.exo-store-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #edf9f1;
  color: #0b7138;
  font-size: 12px;
  font-weight: 800;
}

.catalog-stores-item-address {
  margin-bottom: 14px;
  color: #172337;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
}

.exo-store-card__description {
  max-width: 620px;
  margin: 0 0 16px;
  color: #647084;
  font-size: 15px;
  line-height: 1.6;
}

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

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

.metro_name {
  margin-left: 7px;
}

.metro_name span {
  position: relative;
  top: -1px;
  color: #172337;
  font-size: 14px;
  font-weight: 750;
}

.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='%2312a94f'%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='%23245b8f'%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: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #edf9f1;
  color: #365342;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 750;
}

.catalog-stores-item-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.exo-store-detail {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e2e8ef;
  border-radius: 16px;
  background: #fff;
}

.catalog-stores-item-payment {
  grid-column: 1 / -1;
}

.text-muted,
.catalog-stores-item-payment .accept_payment {
  margin-bottom: 5px;
  color: #647084 !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 {
  overflow-wrap: anywhere;
  color: #172337;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
  text-decoration: none !important;
}

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

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

.exo-store-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 17px;
  border: 1px solid rgba(18, 169, 79, .5);
  border-radius: 999px;
  background: #fff;
  color: #0b7138 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.exo-store-action:hover {
  transform: translateY(-1px);
  border-color: #12a94f;
  box-shadow: 0 8px 20px rgba(18, 169, 79, .12);
}

.exo-store-action--primary {
  border-color: #12a94f;
  background: #12a94f;
  color: #fff !important;
}

.exo-store-action--primary:hover {
  background: #0b7138;
}

.open_map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  margin-top: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #edf9f1;
  color: #0b7138;
  font-size: 14px;
  font-weight: 850;
}

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

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

.accordion_content {
  display: none;
  margin-top: -22px;
  padding: 38px 14px 14px;
  overflow: hidden;
  border: 1px solid #dfe8e2;
  border-top: 0;
  border-radius: 0 0 26px 26px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 49, 73, .07);
}

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

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

.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;
}

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

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

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

@media (max-width: 580px) {
  .stores .nav-tabs_accord .nav-link_accord {
    border-radius: 21px;
  }

  .store-item {
    padding: 20px;
  }

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

  .catalog-stores-item-info {
    grid-template-columns: 1fr;
  }

  .catalog-stores-item-payment {
    grid-column: auto;
  }

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

  .accordion_content {
    margin-top: -18px;
    padding: 32px 10px 10px;
    border-radius: 0 0 21px 21px;
  }

  .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?17878364688306 */
/* /local/templates/pets/components/bitrix/catalog.store/stores/bitrix/catalog.store.list/bootstrap_v4/style.css?17878364699972 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1545060014666 */
