.hero {
  position: relative;
  width: 100%;
  max-height: 977px;
  background: url("/assets/public/img/05_01_hero.jpg") right center / cover no-repeat;
  color: #fff;
  display: flex;
  align-items: flex-start;
}

.hero__inner {
  padding: 104px 10% 250px;
}

.hero__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.2;
  margin: 0 0 48px;
}

.hero__lead {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  margin: 0;
  max-width: 900px;
}

@media (max-width: 1024px) {
  .hero__title {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .hero__lead {
    font-size: 24px;
  }
  .hero__inner {
    padding: 60px 24px;
  }
}

.about-block__inner {
  max-width: 920px;
  margin: 0 auto;
}

.about-block__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  color: var(--baklazan-900);
  margin: 66px 0 50px;
}

.about-block__img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 0 32px;
}

.about-block__text {
  font: 400 24px/1.5 "Rubik", system-ui, sans-serif;
  color: var(--baklazan-900);
  margin: 0 0 32px;
}

.about-block__claim {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.35;
  color: var(--baklazan-900);
  margin: 0 0 30px;
}

.about-block__text a {
  color: var(--baklazan-900);
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .about-block__title {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .about-block__text {
    font-size: 20px;
  }
  .about-block__claim {
    font-size: 26px;
  }
}

.value .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.value__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  color: var(--baklazan-900);
  margin: 96px 0 70px;
}

.value__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
}

.value__grid {
  display: grid;
  grid-template-columns: repeat(2, 566px);
  justify-content: center;
  gap: 24px;
}

.v-card {
  background: var(--neutral-300);
  border-radius: 20px;
  padding: 32px;
  width: 566px;
  box-sizing: border-box;
}

.v-card__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.25;
  color: var(--baklazan-900);
  margin: 0 0 32px;
}

.v-card__lead {
  font: 400 22px/1.45 "Rubik", system-ui, sans-serif;
  color: var(--baklazan-900);
  margin: 0 0 22px;
}

.v-card__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 430px;
  border-radius: 16px;
  margin-top: 47px;
  object-fit: cover;
}

.v-card--center {
  grid-column: 1 / -1;
  justify-self: center;
}

@media (max-width: 1240px) {
  .value__grid {
    grid-template-columns: 1fr;
  }
  .v-card,
  .v-card--center {
    width: 100%;
  }
}
.cityfarm .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.cityfarm__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  color: var(--baklazan-900);
  margin: 128px 0 64px;
}

.citycard {
  max-width: 920px;
  background: var(--neutral-300);
  border-radius: 20px;
  padding: 24px 32px 2px;
  margin: 0 auto 150px;
}

.citycard__heading {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.25;
  color: var(--baklazan-900);
  margin: 0 0 31px;
}

.citycard__lead {
  font: 400 22px/1.45 "Rubik", system-ui, sans-serif;
  color: var(--baklazan-900);
  margin: 0 0 31px;
}

.citycard__figure {
  margin: 0 0 24px;
}

.citycard__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 12px;
}

.citycard__cap {
  margin-top: 4px;
  font: 400 14px/1.4 "Rubik", system-ui, sans-serif;
  color: #2e1635;
  opacity: 0.5;
}

@media (max-width: 720px) {
  .citycard {
    padding: 20px 20px 24px;
  }
}

.farm-grid {
  padding: 24px 0 24px;
}

.farm-grid .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.farm-grid__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 120px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 13px;
  justify-items: center;
}

.farm-card {
  width: 100%;
  max-width: 585px;
  background: #fff2bb;
  border-radius: 0 0 88px 88px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.farm-card__top {
  background: #fff2bb;
  border-radius: 20px 20px 0 0;
}

.farm-card__eyebrow {
  margin: 0 0 10px;
  font: 400 20px/1.25 "Rubik", system-ui, sans-serif;
  color: var(--baklazan-900);
  text-align: center;
}

.farm-card__title {
  margin: 0 0 14px;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: var(--baklazan-900);
}

.farm-card__text {
  margin: 0;
  margin-bottom: 38px;
  font: 400 22px/1.45 "Rubik", system-ui, sans-serif;
  color: var(--baklazan-900);
  text-align: center;
}

.farm-card__credit {
  margin: 42px 0 12px;
  font: 400 14px/1.2 "Rubik", system-ui, sans-serif;
  color: #968478;
  opacity: 1;
  text-align: left;
}

.farm-card__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px 12px 82px 82px;
  max-height: 320px;
}
.farm-grid__inner {
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}

.farm-card:nth-child(3) {
  grid-column: 1 / -1;
  justify-self: center;
}
@media (max-width: 1100px) {
  .farm-grid__inner {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
  .farm-card {
    max-width: 680px;
  }
  .farm-card__img {
    max-height: 360px;
  }
}
.support-intro {
  padding: 88px 0 24px;
  color: var(--baklazan-900);
}

.support-intro__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.support-intro__title {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  margin: 0 0 90px;
}

.support-intro__lead {
  font: 400 24px/1.45 "Rubik", system-ui, sans-serif;
  margin: 0 0 90px;
}

.support-intro__subtitle {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  margin: 0;
}
.support__inner {
  max-width: 1209px;
  margin: 0 auto;
}

.support__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.s-card {
  border-radius: 0 0 34px 34px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s-card--pink {
  background: #fcc7bd;
}
.s-card--yellow {
  background: #fff091;
}
.s-card--green {
  background: #9dc675;
}

.s-card__title {
  font: 400 32px/1.2 Georgia, serif;
  color: var(--baklazan-900);
  margin: 0 0 60px;
}

.s-card__text {
  font: 400 20px/1.5 "Rubik", sans-serif;
  margin: 0 0 60px;
  color: var(--baklazan-900);
}

.s-card__text--italic {
  font-style: italic;
  margin-bottom: 0;
}

.s-card__img {
  width: 100%;
  max-width: 323px;
  height: 266px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 32px;
}

.s-card__desc {
    font: 400 16px/1.5 "Rubik", system-ui, sans-serif;
  margin: 0 0 32px;
  color: var(--baklazan-900);
    text-align: center;
}

.s-card--wide {
  margin-bottom: 128px;
}

.s-card__btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--baklazan-900);
  color: #fff;
  font: 600 16px/1 "Rubik", sans-serif;
  text-decoration: none;
  margin-top: auto;
    cursor: pointer;
}

.s-card--wide {
  background: #dcd1dd;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: flex-start;
}

.s-card__col {
  display: flex;
  flex-direction: column;
}

.s-card__col--side {
  align-items: flex-end;
  justify-content: space-between;
}

.s-card__note {
  font: 400 16px/1.5 "Rubik", sans-serif;
  color: #746178;
  margin: 0 0 24px;
  text-align: right;
}

@media (max-width: 1024px) {
  .support__row {
    grid-template-columns: 1fr;
  }
  .s-card--wide {
    grid-template-columns: 1fr;
  }
  .s-card__col--side {
    align-items: flex-start;
    text-align: left;
  }
  .s-card__note {
    text-align: left;
  }
}

.s-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--baklazan-900);
  color: #fff;
  text-decoration: none;
  font: 400 16px "Rubik", system-ui, sans-serif;
  height: 68px;
  padding: 0 24px;
}

.support__row .s-card__btn {
  width: 100%;
  margin-top: auto;
}

.s-card__btn--wide {
  width: 283px;
  align-self: flex-end;
  margin-top: auto;
}

.s-card__col--side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .s-card__btn--wide {
    width: 100%;
    align-self: stretch;
  }
  .s-card__img {
    margin: 30px auto;
  }
}
.s-card__img--red {
  position: relative;
  margin-top: -3px;
}

.s-card__img--yellow {
  position: relative;
  margin-top: -12px;
}

.s-card__img--green {
  position: relative;
  margin-top: -34px;
}
.s-card__text-purple {
  margin-bottom: 24px;
}

.s-card__col--right {
  height: 100%;
}
.cityfarm__title {
  margin-top: 48px;
  margin-bottom: 86px;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.1;
  color: var(--baklazan-900);
}

.cityfarm__body {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.cityfarm__body p {
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0 0 63px;
}

.cityfarm__cta-wrap {
  width: 100%;
  text-align: center;
}
.cityfarm {
  margin-bottom: -150px;
}

.cityfarm__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--paradajka-300);
  color: #fff;
  margin-bottom: 0px;
}
.cityfarm__img {
  display: block;
  max-width: 684px;
  width: 100%;
  height: auto;
  margin: 64px auto 200px;
  border-radius: 32px;
}

.s-card__btn,
.s-card__btn--wide {
  transition: background-color 0.2s ease, transform 0.02s ease,
    box-shadow 0.2s ease;
}
.s-card__btn:hover,
.s-card__btn:focus-visible,
.s-card__btn--wide:hover,
.s-card__btn--wide:focus-visible {
  background: var(--baklazan-600);
}
.s-card__btn:active,
.s-card__btn--wide:active {
  background: var(--baklazan-700);
  transform: translateY(1px);
}

.s-card__btn:focus-visible,
.s-card__btn--wide:focus-visible {
  outline: 3px solid var(--baklazan-300);
  outline-offset: 2px;
}

.cityfarm__cta {
  transition: background-color 0.2s ease, box-shadow 0.2s ease,
    transform 0.02s ease;
}
.cityfarm__cta:hover,
.cityfarm__cta:focus-visible {
  background: color-mix(in srgb, var(--paradajka-300) 85%, #000 15%);
}
@supports not (background: color-mix(in srgb, red 50%, white 50%)) {
  .cityfarm__cta:hover,
  .cityfarm__cta:focus-visible {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.08);
  }
}
.cityfarm__cta:active {
  transform: translateY(1px);
}

@media (max-width: 1024px) {
  .cityfarm__title {
    font-size: 22px;
  }
  .hero {
    min-height: 488px;
    display: flex;
    align-items: flex-start;
    background: url("/assets/public/img/05_01_hero.jpg") right center / cover
      no-repeat;
  }

  .hero__inner {
    padding: 24px 34px 0 17px;
  }

  .hero__title {
    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 70px;
  }

  .hero__lead {
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.12;
    margin: 0;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .hero {
    min-height: 520px;
    background: url("/assets/public/img/05_01_hero.jpg") right center / cover
      no-repeat;
  }

  .hero__inner {
    padding: 48px 40vw 80px 40px;
  }

  .hero__title {
    font-size: 48px;
    margin: 0 0 50px;
  }

  .hero__lead {
    font-size: 22px;
    line-height: 1.3;
  }
}
.hero__lead {
  font-weight: 400;
}

@media (max-width: 640px) {
  .about-block .container {
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 82px;
  }

  .about-block__title {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.15;
    color: var(--baklazan-900);
    margin: 0 0 48px;
  }

  .about-block__img {
    margin: 0 0 48px;
  }

  .about-block__text {
    font: 400 18px/1.5 "Rubik", system-ui, sans-serif;
    color: var(--baklazan-900);
    margin: 0 0 48px;
  }

  .about-block__claim {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.35;
    color: var(--baklazan-900);
    margin: 0 0 48px;
  }

  .about-block__inner .about-block__text:last-of-type {
    margin-bottom: 82px;
  }
}

@media (max-width: 940px) {
  .value .container {
    padding: 0 17px;
  }
  .value__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .value__title {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 82px;
  }

  .value__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v-card {
    padding: 20px;
    width: 100%;
    border-radius: 20px;
  }

  .v-card__title {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 20px;
  }

  .v-card__lead {
    font: 400 14px/1.5 "Rubik", system-ui, sans-serif;
    margin: 0 0 27px;
  }

  .v-card__img {
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0;
    border-radius: 16px;
    object-fit: cover;
  }

  .v-card--center {
    grid-column: auto;
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .value__grid {
    gap: 20px;
  }
  .v-card {
    padding: 18px;
  }
}
@media (min-width: 641px) and (max-width: 940px) {
  .value__title {
    font-size: 38px;
    margin-bottom: 82px;
  }

  .v-card__title {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .v-card__lead {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 769px) {
  .cityfarm .container {
    padding: 0 17px;
    margin-top: 82px;
  }

  .cityfarm__title {
    font-family: Georgia, serif;
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 48px;
  }

  .citycard {
    padding: 24px 16px;
    margin: 0 auto 64px;
  }

  .citycard__heading {
    font-family: Georgia, serif;
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 32px;
  }

  .citycard__lead {
    font: 400 14px/1.45 "Rubik", system-ui, sans-serif;
    margin: 0 0 32px;
  }

  .citycard__figure {
    margin: 0 0 10px;
  }
  .citycard__figure:last-of-type {
    margin-bottom: 8px;
  }

  .citycard__cap {
    font: 400 9px/1.35 "Rubik", system-ui, sans-serif;
    opacity: 0.5;
    margin-top: 4px;
  }
}

@media (min-width: 770px) and (max-width: 940px) {
  .cityfarm .container {
    padding: 0 17px;
    margin-top: 82px;
  }

  .cityfarm__title {
    font-family: Georgia, serif;
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 48px;
  }

  .citycard {
    padding: 24px 16px;
  }

  .citycard__heading {
    font-family: Georgia, serif;
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 32px;
  }

  .citycard__lead {
    font: 400 16px/1.5 "Rubik", system-ui, sans-serif;
    margin: 0 0 32px;
  }

  .citycard__figure {
    margin: 0 0 10px;
  }
  .citycard__figure:last-of-type {
    margin-bottom: 8px;
  }

  .citycard__cap {
    font: 400 11px/1.4 "Rubik", system-ui, sans-serif;
    margin-top: 4px;
  }
}

@media (max-width: 550px) {
  .farm-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px;
    border-radius: 0 0 88px 88px;
    background: #fff2bb;
    min-height: 495px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .farm-card__top {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .farm-card__img {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 0;
    width: calc(100% - 32px) !important;
    height: auto;
    max-height: 220px;
    object-fit: cover;
    border-radius: 0 0 82px 82px;
  }

  .farm-grid .container {
    margin-top: 162px;
    padding: 0;
  }

  .farm-grid__inner {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 17px 12px 17px;
    scroll-snap-type: x mandatory;
  }

  .farm-card {
    flex: 0 0 calc(100% - 34px);
    max-width: none;
    padding: 12px;
    scroll-snap-align: start;
    border-radius: 0 0 88px 88px;
  }

  @media (min-width: 641px) and (max-width: 901px) {
    .farm-card {
      flex-basis: 80%;
    }
  }

  .farm-card__eyebrow {
    margin: 0 0 24px;
    font: 400 14px/1.25 "Rubik", system-ui, sans-serif;
    text-align: left;
  }

  .farm-card__title {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 32px;
    text-align: left;
  }

  .farm-card__text {
    font: 400 16px/1.45 "Rubik", system-ui, sans-serif;
    margin: 0 0 27px;
    text-align: left;
  }

  .farm-card__credit {
    margin: 12px 0;
    font: 400 9px/1.35 "Rubik", system-ui, sans-serif;
    color: #968478;
    text-align: left;
  }

  .farm-card__img {
    max-height: 320px;
    border-radius: 12px 12px 82px 82px;
    display: block;
    width: 100%;
    height: auto;
  }

  .farm-card:nth-child(3) {
    grid-column: auto;
  }
}

@media (max-width: 901px) {
  .cityfarm.section.section--cream {
    display: none;
  }
  .farm-grid__inner::-webkit-scrollbar {
    display: none;
  }
  .farm-grid__inner {
    scrollbar-width: none;
  }
}
@media (max-width: 901px) {
  .farm-card__eyebrow,
  .farm-card__title,
  .farm-card__text,
  .farm-card__credit {
    text-align: center;
  }

  .farm-card__eyebrow {
    margin: 0 0 24px;
    font-size: 14px;
  }
  .farm-card__title {
    font-size: 26px;
    margin: 0 0 32px;
  }
  .farm-card__text {
    font-size: 16px;
    margin: 0 0 27px;
  }
  .farm-card__credit {
    font-size: 9px;
    margin: 12px 0;
  }
}

@media (max-width: 1024px) {
  .support-intro .container,
  .support .container {
    padding: 0 17px;
  }

  .support-intro {
    padding: 48px 0 24px;
    color: var(--baklazan-900);
  }
  .support-intro__inner {
    text-align: center;
  }

  .support-intro__title {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 64px;
  }
  .support-intro__lead {
    font: 400 22px/1.45 "Rubik", system-ui, sans-serif;
    margin: 0 0 64px;
  }
  .support-intro__subtitle {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 32px;
  }

  .support__row {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }

  .s-card {
    padding: 32px 16px;
  }
  .s-card__title {
    font: 400 32px/1.2 Georgia, serif;
    margin: 0 0 48px;
    text-align: left;
  }
  .s-card__text {
    font: 400 20px/1.5 "Rubik", system-ui, sans-serif;
    margin: 0 0 32px;
    text-align: left;
    color: var(--baklazan-900);
  }
  .s-card__img {
    width: 100%;
    height: 266px;
    object-fit: cover;
    border-radius: 12px;
    margin: 0 auto 32px;
  }

  .s-card__btn,
  .s-card__btn--wide {
    width: 100%;
    height: 57px;
    padding: 0 24px;
    justify-content: center;
    font: 400 16px/1 "Rubik", system-ui, sans-serif;
  }

  .s-card--wide {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 16px;
  }
  .s-card--wide .s-card__title {
    margin-bottom: 64px;
  }
  .s-card__text-purple {
    margin-bottom: 24px;
    text-align: left;
  }
  .s-card__text--italic {
    font-style: italic;

    margin-bottom: 12px;
    text-align: left;
  }
  .s-card__note {
    font: 400 16px/1.5 "Rubik", system-ui, sans-serif;
    margin: 0 0 32px;
    text-align: left;
  }
  .s-card__col--side {
    align-items: flex-start;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .support__row .s-card__btn,
  .s-card__btn--wide {
    max-width: 320px;
    align-self: center;
  }
}
