html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.tn-atom:focus-visible {
  outline: 3px solid rgba(20, 202, 104, 0.45) !important;
  outline-offset: 3px !important;
}

#rec662609741 .tn-elem[data-elem-type="text"] .tn-atom {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.32);
}

#rec662609741 .tn-elem[data-elem-type="button"] .tn-atom,
#rec662609741 .tn-elem.button .tn-atom {
  box-shadow: 0 14px 32px rgba(252, 238, 0, 0.22);
}

#rec662609741 .tn-elem[data-elem-type="button"] .tn-atom:hover,
#rec662609741 .tn-elem[data-elem-type="button"] .tn-atom:focus-visible {
  transform: translateY(-2px);
}

.t-submit,
.t-btn,
.tn-atom[href],
.tn-atom button {
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.t-submit:hover,
.t-btn:hover {
  transform: translateY(-1px);
}

.oe-local-form-note {
  display: block;
  margin-top: 12px;
  color: #1d7d43;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.oe-local-catalog {
  width: min(1160px, calc(100% - 32px));
  margin: 32px auto 70px;
  font-family: Inter, Arial, sans-serif;
}

.oe-local-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.oe-local-catalog__card {
  display: grid;
  grid-template-rows: 220px auto;
  min-height: 360px;
  overflow: hidden;
  color: #111111;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(19, 29, 39, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.oe-local-catalog__card:hover,
.oe-local-catalog__card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(19, 29, 39, 0.14);
}

.oe-local-catalog__media {
  display: grid;
  place-items: center;
  padding: 26px;
  background: #f7f7f7;
}

.oe-local-catalog__media img {
  max-width: 100%;
  max-height: 168px;
  object-fit: contain;
}

.oe-local-catalog__body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.oe-local-catalog__body strong {
  font-size: 22px;
  line-height: 1.2;
}

.oe-local-catalog__body span {
  color: #13a10e;
  font-size: 15px;
  font-weight: 800;
}

@media screen and (max-width: 479px) {
  #rec662609741 .tn-elem[data-elem-type="button"] .tn-atom,
  #rec662609741 .tn-elem.button .tn-atom {
    box-shadow: 0 10px 24px rgba(252, 238, 0, 0.2);
  }

  .oe-local-catalog {
    width: min(100% - 24px, 420px);
    margin-top: 18px;
  }

  .oe-local-catalog__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .oe-local-catalog__card {
    grid-template-rows: 180px auto;
    min-height: 300px;
    border-radius: 14px;
  }
}
