/**
 * Минимальная база для одностраничного лендинга (без site-header / footer сети).
 * Оформление статьи — в article.css
 */
: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%;
  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;
}
a {
  color: inherit;
  text-decoration: none;
}
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;
}

@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__logo {
  max-height: 50px;
}

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

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

.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: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.adv__aside-inner {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 3em 1.5em;
  font-family: "Inria Sans", sans-serif;
  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: 15px;
  display: flex;
  list-style: disc;
  margin: 1em 0;
}

.adv__aside-li {
  font-size: 18px;
  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;
  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 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

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

  .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: flex;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
  }

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