
:root {
  --text: #0f1110;
  --transition: 180ms ease;
}

* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color: var(--text);
  background: #ffffff;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  display: block;
}
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}
button,
[type="button"],
[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
}
button,
a {
  touch-action: manipulation;
}

button {
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.main {
  min-height: 0;
}

/**
 * Advertorial «Barfußschuhe» — BEM-блок adv__*
 * Визуальные правила перенесены с hike-footwear-us.webflow.css (классы nl-2-*, cta-section-* и т.д.).
 */

 .page--article {
  margin: 0;
  background-color: #fff;
}

.adv a.adv__cta-btn > p,
.adv a.adv__sticky-btn > p {
  text-decoration: none;
}

.adv__top-bar {
  width: 100%;
}

.adv__top-inner {
  grid-column-gap: 700px;
  grid-row-gap: 700px;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 1.5em 0;
  display: flex;
}

.adv__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #000;
}

.adv__brand-icon {
  width: 67px;
  height: 57px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.adv__brand-text {
  font-family: "Inria Sans", sans-serif;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.adv__nav {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.adv__nav-scroll {
  width: 100%;
  max-width: 100%;
}

.adv__nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}

.adv__nav-item {
  flex: 0 0 auto;
}

.adv__nav-link {
  display: block;
  padding: 0.9em 1.15em;
  font-family: "Inria Sans", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.adv__nav-link:hover {
  color: #000;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

.adv__nav-link--cta {
  color: #23b000;
  font-weight: 700;
}

.adv__nav-link--cta:hover {
  color: #1d9600;
  border-bottom-color: #23b000;
}

@media screen and (min-width: 992px) {
  .adv__nav-scroll {
    display: flex;
    justify-content: center;
    overflow-x: visible;
  }

  .adv__nav-list {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    min-width: 0;
    max-width: 960px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .adv__nav-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .adv__nav-scroll::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .adv__nav-list {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    padding: 0 0.5em;
  }
}

.adv__shell {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.adv__layout {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.adv__article-head {
  width: 100%;
  margin-bottom: 15px;
}

/* Специальные страницы (без строки meta под заголовком) */
.adv__article-head:not(:has(.adv__meta)),
.page--legal .adv__article-head {
  text-align: center;
}

.adv__article-head:not(:has(.adv__meta)) .adv__title,
.page--legal .adv__article-head .adv__title {
  text-align: center;
}

.adv__title {
  color: #000;
  font-family: "Inria Sans", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}

.adv__meta {
  color: #000;
  font-family: "Inria Sans", sans-serif;
  font-style: italic;
}

.adv__grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  display: flex;
  position: relative;
}

.adv__main {
  width: 65%;
  margin-top: 0;
}

.adv__article {
  text-align: left;
  background-color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  /* padding: 3em 1em; */
}

.adv__article img {
  max-width: 100%;
  height: auto;
}

.adv__text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
}

.adv__text strong {
  font-weight: 700;
}

.adv__text--testimonial {
  background-color: #fff9be;
  border-radius: 15px;
  padding: 1.75em 1.5em;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}

.adv__text--quote {
  text-align: center;
  margin-bottom: 0;
  font-style: italic;
}

.adv__blocks {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  display: flex;
}

.adv__block {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  display: flex;
}

.adv__block-img {
  width: 100%;
  height: auto;
  display: block;
}

.adv__block-body {
  display: block;
}

.adv__block-title {
  color: #000;
  margin-top: 1em;
margin-bottom: .5em;
font-family: Inria Sans, sans-serif;
font-size: 32px;
font-weight: 700;
line-height: 40px;
}

.adv__quote {
  background-color: #fff9be;
  border-radius: 15px;
  padding: 1.75em 1.5em;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}

.adv__cta-wrap {
  margin-top: 1em;
}

.adv__cta-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff9be;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 3em;
  margin-bottom: 0;
  padding: 3em;
  flex-direction: column;
  display: flex;
}

.adv__cta-heading {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: "Inria Sans", sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.adv__cta-lead,
.adv__cta-p {
  color: #000;
  font-family: "Inria Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin: 0;
}

.adv__cta-lead {
  margin-bottom: 0;
}

.adv__steps {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}

.adv__step {
  grid-column-gap: 0;
  grid-row-gap: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.adv__step-num {
  color: #000;
  text-align: left;
  flex: none;
  font-family: "Inria Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  margin: 0;
}

.adv__step-desc {
  margin-bottom: 0;
  font-family: "Inria Sans", sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.adv__cta-btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 2em;
  padding: 15px 3em;
  font-family: "Inria Sans", sans-serif;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #000;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

.adv__cta-btn:hover {
  color: #fdff24;
}

.adv__cta-btn--sticky-green {
  background-color: #23b000;
  border: 2px solid #23b000 !important;
  margin-top: 0;
  margin-bottom: 0;
}

.adv__cta-btn-text {
  margin-bottom: 0;
  text-decoration: none;
  font-weight: 700;
}

.adv__aside {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 33%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.adv__aside-inner {
  color: #000;
  background-color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  padding: 3em 1.5em;
  font-family: "Inria Sans", sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.adv__aside-brand {
  max-height: 30px;
}

.adv__aside-title {
  font-family: "Inria Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  margin: 0.5em 0;
}

.adv__aside-rating {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.adv__stars {
  max-height: 15px;
}

.adv__aside-score {
  margin-bottom: 0;
  font-family: "Inria Sans", sans-serif;
}

.adv__aside-photo {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.adv__aside-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-left: 0;
  display: flex;
  list-style: none;
  margin: 1em 0;
}

.adv__aside-li {
  position: relative;
  padding-left: 1.6em;
  font-size: 18px;
  line-height: 130%;
}

.adv__aside-li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #23b000;
  font-size: 1em;
  font-weight: 700;
  line-height: 130%;
}

.adv__aside-btn {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #000;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin-top: 1em;
}

.adv__aside-btn:hover {
  background-color: transparent;
  color: #000;
}

.adv__sticky {
  display: none;
}

.adv__footer {
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5em;
  display: flex;
}

.adv__footer-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 3em;
  display: flex;
}

.adv__footer-p {
  color: #333;
  text-align: center;
  font-family: "Inria Sans", sans-serif;
  margin: 0.5em 0;
  font-size: 14px;
  line-height: 1.5;
}

.adv__footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 2.5em;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.adv__footer-contacts {
  width: 100%;
  margin: 0 0 2.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.adv__footer-contacts-block {
  max-width: 460px;
  margin: 0 auto 0;
  padding-bottom: 2em;
  text-align: left;
}

.adv__footer-contacts-title {
  color: #111;
  text-align: center;
  font-family: "Inria Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 1em;
}

.adv__footer-contact-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.adv__footer-contact-item:last-child {
  margin-bottom: 0;
}

.adv__footer-contact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #111;
  margin-top: 2px;
  margin-right: 12px;
}

.adv__footer-contact-text {
  color: #333;
  font-family: "Inria Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.adv__footer-contact-label {
  font-weight: 700;
  margin-right: 4px;
}

.adv__footer-contact-link {
  color: #333;
  text-decoration: none;
}

.adv__footer-contact-link:hover {
  text-decoration: underline;
}

.adv__footer-legal .adv__footer-p {
  font-size: 13px;
  line-height: 1.55;
}

.adv__footer-legal .adv__footer-p:last-child {
  margin-bottom: 0;
}

.adv__back-wrap {
  margin-top: 2.5em;
  margin-bottom: 0;
  padding-top: 0.25em;
}

.adv__back-home {
  display: inline-block;
  padding: 14px 28px;
  font-family: "Inria Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.adv__back-home:hover {
  color: #fdff24;
  border-color: #000;
}

.adv__footer-link {
  color: #333;
  font-family: "Inria Sans", sans-serif;
  text-decoration: none;
  margin-bottom: 20px;
  margin-right: 20px;
}

.adv__footer-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 4000px) and (min-width: 3501px) {
  .adv__layout {
    max-width: 35%;
  }
}

@media screen and (max-width: 3500px) and (min-width: 2900px) {
  .adv__layout {
    max-width: 40%;
  }
}

@media screen and (max-width: 2899px) and (min-width: 2300px) {
  .adv__layout {
    max-width: 50%;
  }
}

@media screen and (max-width: 2299px) and (min-width: 2000px) {
  .adv__layout {
    max-width: 55%;
  }
}

@media screen and (max-width: 1999px) and (min-width: 1800px) {
  .adv__layout {
    max-width: 65%;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .adv__layout {
    max-width: 80%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1100px) {
  .adv__layout {
    max-width: 85%;
  }
}

@media screen and (max-width: 1099px) and (min-width: 992px) {
  .adv__layout {
    max-width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .adv__cta-btn--sticky-green {
    background-color: #23b000;
    margin-top: 0;
    margin-bottom: 0;
  }

  .adv__cta-btn-text {
    font-weight: 700;
  }

  .adv__footer-inner {
    width: 100%;
  }

  .adv__sticky {
    background-color: #ffffff00;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
  }

  .adv__sticky.adv__sticky--visible {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .adv__top-inner {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .adv__layout {
    max-width: 95%;
  }

  .adv__main {
    width: 100%;
  }

  .adv__aside {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
  }

  .adv__title {
    width: 100%;
    font-size: 48px;
  }

  .adv__grid {
    flex-direction: column;
    align-items: center;
  }

  .adv__article-head {
    width: 100%;
  }

  .adv__aside-inner {
    display: none;
  }

  .adv__aside-list {
    text-align: left;
  }

  .adv__aside-btn {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .adv__article {
    padding-left: 1em;
    padding-right: 1em;
  }

  .adv__title {
    font-size: 29px;
    line-height: 1.15;
  }

  .adv__quote {
    padding: 1.5em 1.25em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .adv__block-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .adv__cta-heading {
    font-size: 26px;
    line-height: 1.2;
  }

  .adv__cta-btn {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 600px) {
  #cta-block .adv__cta-box {
    padding: 5px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 12px;
  }

  #cta-block .adv__steps {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    grid-row-gap: 1.25em;
  }

  .adv__cta-heading {
    font-size: 22px;
  }

  .adv__cta-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Consent panel (neutral class names — ad blockers often hide .cookie-banner) */
.adv__consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  display: block;
  padding: 16px;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.12);
}

.adv__consent.adv__consent--hidden {
  display: none;
}

.adv__consent-inner {
  max-width: 960px;
  margin: 0 auto;
  font-family: "Inria Sans", sans-serif;
  color: #333;
}

.adv__consent-title {
  margin: 0 0 0.5em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.adv__consent-text {
  margin: 0 0 1em;
  font-size: 14px;
  line-height: 1.55;
}

.adv__consent-link {
  color: #23b000;
  text-decoration: underline;
}

.adv__consent-link:hover {
  color: #1a8500;
}

.adv__consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.adv__consent-btn {
  cursor: pointer;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 20px;
  font-family: "Inria Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.adv__consent-btn--accept {
  color: #fff;
  background-color: #23b000;
  border: 2px solid #23b000;
}

.adv__consent-btn--accept:hover {
  background-color: #1d9600;
  border-color: #1d9600;
}

.adv__consent-btn--essential {
  color: #666;
  background-color: #f3f3f3;
  border: 2px solid #e0e0e0;
}

.adv__consent-btn--essential:hover {
  background-color: #ebebeb;
  border-color: #d0d0d0;
}

.adv__legal-grid {
  align-items: start;
}

.adv__legal-photo {
  margin: 0;
}

.adv__legal-photo img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: block;
}

.adv__legal-photo--inline {
  display: none;
  max-width: 420px;
  margin: 1.5em auto;
}

.adv__legal-photo--aside {
  display: block;
  flex: 0 0 33%;
  max-width: 400px;
  align-self: flex-start;
}

.adv__text--notice {
  padding: 1em 1.25em;
  background-color: #fff9e6;
  border-left: 4px solid #fdff24;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .adv__legal-grid {
    flex-direction: column;
  }

  .adv__legal-photo--inline {
    display: block;
    width: 100%;
  }

  .adv__legal-photo--aside {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .adv__consent {
    padding-bottom: 16px;
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }

  .adv__consent-actions {
    flex-direction: column;
  }

  .adv__consent-btn {
    width: 100%;
    text-align: center;
  }
}
