:root {
  --bfl-ink: #111416;
  --bfl-paper: #f6f5ee;
  --bfl-line: #cbd1cc;
  --bfl-muted: #59615d;
  --bfl-acid: #b8e313;
  --bfl-blue: #dfeeff;
  --bfl-blue-strong: #7ba7dd;
  --bfl-orange: #f1a83b;
}

.avito-bfl-page {
  overflow-x: hidden;
  background: var(--bfl-paper);
  color: var(--bfl-ink);
}

.avito-bfl-page main {
  overflow: clip;
}

.avito-bfl-page main > section {
  padding: 108px 0;
}

.avito-bfl-page :is(h1,h2,h3) {
  letter-spacing: -.052em;
  text-wrap: balance;
}

.avito-bfl-page p {
  text-wrap: pretty;
}

.bfl-hero {
  position: relative;
  padding: 0 0 42px!important;
  background:
    linear-gradient(rgba(17,20,22,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(17,20,22,.035) 1px,transparent 1px),
    radial-gradient(circle at 78% 17%,rgba(184,227,19,.25),transparent 27%),
    #fff;
  background-size: 52px 52px,52px 52px,auto,auto;
}

.bfl-hero .breadcrumbs {
  padding-top: 18px;
}

.bfl-hero__grid {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0,1.02fr) minmax(500px,.98fr);
  gap: 58px;
  align-items: center;
}

.bfl-hero__content {
  padding: 58px 0 62px;
}

.bfl-hero h1 {
  max-width: 850px;
  margin: 22px 0 26px;
  font-size: clamp(57px,5.3vw,84px);
  line-height: .91;
}

.bfl-hero__lead {
  max-width: 780px;
  margin: 0;
  color: #3f4743;
  font-size: 20px;
  font-weight: 620;
  line-height: 1.47;
}

.bfl-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.bfl-hero__actions > a:not(.button) {
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 800;
}

.bfl-hero__note {
  max-width: 660px;
  margin: 22px 0 0;
  padding-left: 14px;
  border-left: 4px solid var(--bfl-acid);
  color: var(--bfl-muted);
  font-size: 13px;
}

.bfl-dashboard {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  padding: 24px;
  border: 1px solid #bfc6c1;
  border-radius: 25px;
  background: #f7f9f4;
  box-shadow: 15px 15px 0 var(--bfl-ink);
}

.bfl-dashboard:before {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg,transparent 0 53px,rgba(17,20,22,.035) 54px);
  content: "";
  pointer-events: none;
}

.bfl-dashboard > * {
  position: relative;
  z-index: 1;
}

.bfl-dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bfl-line);
}

.bfl-dashboard__top span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 850;
}

.bfl-dashboard__top b {
  color: #587300;
  font-size: 10px;
  text-transform: uppercase;
}

.bfl-dashboard__map {
  position: relative;
  height: 245px;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid var(--bfl-line);
  border-radius: 18px;
  background: linear-gradient(145deg,#eaf2ff,#fff 58%,#f0f6df);
}

.bfl-dashboard__map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bfl-dashboard__map path {
  fill: none;
  stroke: #8b9c95;
  stroke-width: 1.3;
  stroke-dasharray: 5 7;
}

.bfl-dashboard__map i {
  position: absolute;
  z-index: 2;
  top: var(--y);
  left: var(--x);
  width: var(--size);
  height: var(--size);
  border: 4px solid rgba(255,255,255,.85);
  border-radius: 50%;
  background: var(--bfl-acid);
  box-shadow: 0 0 0 1px #6f8f00,0 8px 18px rgba(70,90,0,.18);
}

.bfl-dashboard__map i:nth-of-type(3),
.bfl-dashboard__map i:nth-of-type(5) {
  background: var(--bfl-orange);
  box-shadow: 0 0 0 1px #9d6800;
}

.bfl-dashboard__map span {
  position: absolute;
  z-index: 3;
  padding: 6px 9px;
  border: 1px solid #bcc5bf;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  font-size: 9px;
  font-weight: 850;
}

.bfl-dashboard__map .is-high { top: 18px; right: 18px; }
.bfl-dashboard__map .is-mid { right: 36px; bottom: 53px; }
.bfl-dashboard__map .is-low { bottom: 16px; left: 20px; }

.bfl-dashboard__metrics {
  display: grid;
  grid-template-columns: .75fr .85fr 1.4fr;
  gap: 8px;
}

.bfl-dashboard__metrics article {
  display: flex;
  min-height: 125px;
  flex-direction: column;
  padding: 15px;
  border: 1px solid var(--bfl-line);
  border-radius: 13px;
  background: #fff;
}

.bfl-dashboard__metrics article.is-accent {
  border-color: #92b900;
  background: var(--bfl-acid);
}

.bfl-dashboard__metrics small {
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.bfl-dashboard__metrics strong {
  margin-top: auto;
  font-size: clamp(23px,2vw,34px);
  line-height: 1;
  letter-spacing: -.05em;
}

.bfl-dashboard__metrics span {
  margin-top: 7px;
  color: #606964;
  font-size: 10px;
  line-height: 1.25;
}

.bfl-dashboard__metrics .is-accent span {
  color: #273000;
}

.bfl-dashboard > p {
  margin: 15px 0 0;
  color: #69716d;
  font-size: 11px;
  line-height: 1.35;
}

.bfl-hero__conditions {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border: 1px solid var(--bfl-line);
  background: #fff;
}

.bfl-hero__conditions article {
  display: grid;
  min-height: 106px;
  grid-template-columns: 38px 1fr;
  align-content: center;
  padding: 20px 25px;
}

.bfl-hero__conditions article + article {
  border-left: 1px solid var(--bfl-line);
}

.bfl-hero__conditions span {
  grid-row: 1/3;
  color: #769900;
  font-size: 11px;
  font-weight: 900;
}

.bfl-hero__conditions small {
  color: var(--bfl-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.bfl-hero__conditions strong {
  margin-top: 5px;
  font-size: 20px;
}

.bfl-heading {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}

.bfl-heading h2 {
  max-width: 980px;
  margin: 22px 0 0;
  font-size: clamp(52px,5.3vw,82px);
  line-height: .92;
}

.bfl-heading > p {
  margin: 0;
  color: var(--bfl-muted);
  font-size: 18px;
}

.bfl-demand {
  background: var(--bfl-paper);
}

.bfl-demand__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--bfl-line);
  border-left: 1px solid var(--bfl-line);
}

.bfl-demand__grid article {
  min-height: 385px;
  padding: 28px;
  border-right: 1px solid var(--bfl-line);
  border-bottom: 1px solid var(--bfl-line);
  background: #fff;
}

.bfl-demand__grid article.is-high { border-top: 7px solid #8db300; }
.bfl-demand__grid article.is-mid { border-top: 7px solid var(--bfl-orange); }
.bfl-demand__grid article.is-low { border-top: 7px solid var(--bfl-ink); }

.bfl-demand__grid span {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.bfl-demand__grid h3 {
  margin: 60px 0 30px;
  font-size: 31px;
}

.bfl-demand__grid article > div {
  margin-top: 18px;
}

.bfl-demand__grid b {
  display: block;
  margin-bottom: 7px;
  color: #65706a;
  font-size: 11px;
  text-transform: uppercase;
}

.bfl-demand__grid i {
  display: block;
  width: 100%;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e9e5;
}

.bfl-demand__grid i:after {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: var(--bfl-acid);
  content: "";
}

.bfl-demand__grid .is-mid i:after { background: var(--bfl-orange); }
.bfl-demand__grid .is-low i:after { background: #717976; }

.bfl-demand__grid p {
  margin: 30px 0 0;
  color: var(--bfl-muted);
}

.bfl-demand__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
  align-items: center;
}

.bfl-demand__checks strong {
  margin-right: 15px;
}

.bfl-demand__checks span {
  padding: 9px 12px;
  border: 1px solid var(--bfl-line);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

.bfl-case {
  background: var(--bfl-ink);
  color: #fff;
}

.bfl-case__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px 50px;
  align-items: end;
}

.bfl-case__head .eyebrow {
  grid-column: 1/-1;
  justify-self: start;
}

.bfl-case__head h2 {
  max-width: 1060px;
  margin: 0;
  font-size: clamp(53px,5.4vw,84px);
  line-height: .91;
}

.bfl-case__head > p {
  margin: 0 0 8px;
  color: #bcc4c0;
  font-size: 14px;
}

.bfl-case__funnel {
  display: grid;
  grid-template-columns: repeat(3,1fr auto) 1fr;
  align-items: stretch;
  margin-top: 58px;
  border-top: 1px solid #3c4541;
  border-bottom: 1px solid #3c4541;
}

.bfl-case__funnel article {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.bfl-case__funnel article.is-accent {
  background: var(--bfl-acid);
  color: var(--bfl-ink);
}

.bfl-case__funnel > i {
  display: grid;
  width: 35px;
  place-items: center;
  color: var(--bfl-acid);
  font-style: normal;
}

.bfl-case__funnel small {
  color: #aeb7b2;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.bfl-case__funnel .is-accent small {
  color: #334000;
}

.bfl-case__funnel strong {
  margin: 9px 0;
  font-size: clamp(30px,3vw,45px);
  line-height: 1;
}

.bfl-case__funnel span {
  color: #bcc4c0;
  font-size: 12px;
}

.bfl-case__funnel .is-accent span {
  color: #334000;
}

.bfl-case__economy {
  display: grid;
  grid-template-columns: .7fr .9fr 1.4fr;
  gap: 12px;
  margin-top: 20px;
}

.bfl-case__economy article,
.bfl-case__economy > div {
  min-height: 145px;
  padding: 24px;
  border: 1px solid #3c4541;
}

.bfl-case__economy article {
  display: flex;
  flex-direction: column;
}

.bfl-case__economy small {
  color: #aeb7b2;
  font-size: 10px;
  text-transform: uppercase;
}

.bfl-case__economy strong {
  margin-top: auto;
  color: var(--bfl-acid);
  font-size: 34px;
}

.bfl-case__economy > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
  background: #1b211e;
}

.bfl-case__economy > div span {
  display: grid;
  width: 57px;
  height: 57px;
  place-items: center;
  border-radius: 50%;
  background: var(--bfl-acid);
  color: var(--bfl-ink);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.bfl-case__economy > div p {
  margin: 0;
  color: #d1d7d3;
  font-size: 14px;
}

.bfl-case__scale {
  display: grid;
  grid-template-columns: .55fr 1.25fr auto;
  gap: 42px;
  align-items: center;
  margin-top: 42px;
  padding: 34px;
  background: var(--bfl-blue);
  color: var(--bfl-ink);
}

.bfl-case__scale > div {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 10px;
}

.bfl-case__scale > div span {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -.07em;
}

.bfl-case__scale > div i {
  color: #547fab;
  font-style: normal;
}

.bfl-case__scale > div small {
  grid-column: 1/-1;
  color: #58656f;
  text-transform: uppercase;
}

.bfl-case__scale p {
  margin: 0;
}

.bfl-case__scale p strong {
  display: block;
  margin-bottom: 6px;
}

.bfl-case__scale a {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-weight: 850;
  white-space: nowrap;
}

.bfl-case__disclaimer {
  max-width: 910px;
  margin: 22px 0 0;
  color: #9fa8a3;
  font-size: 12px;
}

.bfl-process {
  background: #fff;
}

.bfl-process__steps {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bfl-line);
  border-left: 1px solid var(--bfl-line);
  list-style: none;
}

.bfl-process__steps li {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: 25px;
  border-right: 1px solid var(--bfl-line);
  border-bottom: 1px solid var(--bfl-line);
}

.bfl-process__steps li.is-accent {
  background: var(--bfl-acid);
}

.bfl-process__steps b {
  font-size: 11px;
}

.bfl-process__steps h3 {
  margin: auto 0 17px;
  font-size: 27px;
  line-height: 1;
}

.bfl-process__steps p {
  min-height: 92px;
  margin: 0;
  color: var(--bfl-muted);
  font-size: 14px;
}

.bfl-process__steps .is-accent p {
  color: #303900;
}

.bfl-scope {
  background: var(--bfl-ink);
  color: #fff;
}

.bfl-scope__intro {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 55px;
}

.bfl-scope__intro .eyebrow {
  grid-column: 1/-1;
  justify-self: start;
}

.bfl-scope__intro h2 {
  margin: 0;
  font-size: clamp(52px,5.2vw,80px);
  line-height: .92;
}

.bfl-scope__intro p {
  margin: 0;
  color: #c1c9c5;
  font-size: 18px;
}

.bfl-scope__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.bfl-scope__grid article {
  min-height: 390px;
  padding: 27px;
  border: 1px solid #3d4541;
}

.bfl-scope__grid article + article {
  border-left: 0;
}

.bfl-scope__grid article.is-accent {
  background: var(--bfl-acid);
  color: var(--bfl-ink);
}

.bfl-scope__grid span {
  color: var(--bfl-acid);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bfl-scope__grid .is-accent span {
  color: #3e5000;
}

.bfl-scope__grid ul {
  margin: 150px 0 0;
  padding: 0;
  list-style: none;
}

.bfl-scope__grid li {
  padding: 11px 0;
  border-top: 1px solid #3d4541;
  color: #d1d7d4;
  font-size: 14px;
}

.bfl-scope__grid .is-accent li {
  border-color: rgba(17,20,22,.22);
  color: var(--bfl-ink);
}

.bfl-plan {
  background: var(--bfl-acid);
}

.bfl-plan__layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
}

.bfl-plan__intro {
  position: sticky;
  top: 110px;
  align-self: start;
}

.bfl-plan__intro h2 {
  margin: 23px 0;
  font-size: clamp(54px,5.4vw,82px);
  line-height: .9;
}

.bfl-plan__intro > p {
  margin: 0 0 30px;
  font-size: 17px;
}

.bfl-plan__deliverables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(17,20,22,.35);
  border-left: 1px solid rgba(17,20,22,.35);
}

.bfl-plan__deliverables article {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid rgba(17,20,22,.35);
  border-bottom: 1px solid rgba(17,20,22,.35);
}

.bfl-plan__deliverables b {
  font-size: 11px;
}

.bfl-plan__deliverables span {
  margin-top: auto;
  font-size: 25px;
  font-weight: 850;
  line-height: 1.05;
}

.bfl-plan__deliverables p {
  margin: 14px 0 0;
}

.bfl-terms {
  background: var(--bfl-paper);
}

.bfl-terms__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}

.bfl-terms__grid article {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--bfl-line);
  background: #fff;
}

.bfl-terms__grid article.is-money {
  background: var(--bfl-blue);
}

.bfl-terms__grid article.is-feedback {
  background: var(--bfl-ink);
  color: #fff;
}

.bfl-terms__grid small {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.bfl-terms__grid strong {
  margin-top: auto;
  font-size: 33px;
  line-height: 1;
}

.bfl-terms__grid p {
  margin: 18px 0 0;
  color: var(--bfl-muted);
}

.bfl-terms__grid .is-feedback ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bfl-terms__grid .is-feedback li {
  padding: 8px 0;
  border-top: 1px solid #414946;
  color: #d3d9d6;
}

.bfl-form-section {
  background: var(--bfl-acid);
}

.bfl-form-section__grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
  align-items: start;
}

.bfl-form-section__intro {
  position: sticky;
  top: 110px;
}

.bfl-form-section__intro .eyebrow {
  border-color: rgba(17,20,22,.45);
  background: rgba(255,255,255,.16);
  color: var(--bfl-ink);
}

.bfl-form-section__intro h2 {
  margin: 24px 0;
  font-size: clamp(52px,5vw,76px);
  line-height: .92;
}

.bfl-form-section__intro > p {
  margin: 0;
  font-size: 17px;
}

.bfl-form-section__intro > div {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(17,20,22,.28);
}

.bfl-form-section__intro > div strong,
.bfl-form-section__intro > div span {
  display: block;
}

.bfl-form-section__intro > div span {
  margin-top: 4px;
  font-size: 13px;
}

.bfl-form-section__intro > a {
  display: inline-block;
  margin-top: 25px;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
}

.bfl-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 38px;
  border-radius: 24px;
  background: #fff;
  color: var(--bfl-ink);
  box-shadow: 15px 15px 0 var(--bfl-ink);
}

.bfl-form h3 {
  grid-column: 1/-1;
  margin: 0 0 15px;
  font-size: 34px;
}

.bfl-form label {
  font-size: 13px;
  font-weight: 750;
}

.bfl-form label i {
  color: #737b77;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.bfl-form input,
.bfl-form select,
.bfl-form textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #c9d0cb;
  border-radius: 9px;
  background: #fbfcfb;
  outline: 0;
}

.bfl-form input,
.bfl-form select {
  height: 49px;
  padding: 0 13px;
}

.bfl-form textarea {
  padding: 12px 13px;
  resize: vertical;
}

.bfl-form :is(input,select,textarea):focus {
  border-color: #7da000;
  box-shadow: 0 0 0 3px rgba(184,227,19,.2);
}

.bfl-form .is-invalid {
  border-color: #c33;
  box-shadow: 0 0 0 3px rgba(204,51,51,.1);
}

.bfl-form__wide {
  grid-column: 1/-1;
}

.bfl-form .consent input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
}

.bfl-form-section:target .bfl-form,
.bfl-form.is-attention {
  animation: bfl-form-attention 1.8s ease-out;
}

@keyframes bfl-form-attention {
  0%,100% { box-shadow: 15px 15px 0 var(--bfl-ink); }
  20% { box-shadow: 0 0 0 9px rgba(255,255,255,.68),15px 15px 0 var(--bfl-ink); transform: translateY(-4px); }
}

.bfl-faq {
  background: #fff;
}

.bfl-faq__layout {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 75px;
}

.bfl-faq__layout > div:first-child {
  position: sticky;
  top: 110px;
  align-self: start;
}

.bfl-faq__layout h2 {
  margin: 22px 0;
  font-size: clamp(48px,4.7vw,70px);
  line-height: .94;
}

.bfl-faq__layout > div:first-child p {
  color: var(--bfl-muted);
}

.bfl-faq .faq-grid {
  grid-template-columns: 1fr;
}

.bfl-related {
  padding: 38px 0!important;
  background: var(--bfl-blue);
}

.bfl-related .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 28px;
}

.bfl-related span {
  margin-right: auto;
  font-size: 10px;
  font-weight: 900;
}

.bfl-related a {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-weight: 750;
}

.bfl-mobile-cta {
  display: none;
}

@media (max-width: 1280px) {
  .bfl-hero__grid {
    grid-template-columns: minmax(0,1fr) 480px;
    gap: 38px;
  }

  .bfl-hero h1 {
    font-size: 62px;
  }

  .bfl-dashboard {
    min-height: 560px;
  }

  .bfl-process__steps h3 {
    font-size: 23px;
  }
}

@media (max-width: 1180px) {
  .avito-bfl-page main > section {
    padding: 84px 0;
  }

  .bfl-hero__grid,
  .bfl-heading,
  .bfl-plan__layout,
  .bfl-form-section__grid,
  .bfl-faq__layout {
    grid-template-columns: 1fr;
  }

  .bfl-hero__grid {
    min-height: auto;
  }

  .bfl-hero__content {
    padding-bottom: 10px;
  }

  .bfl-dashboard {
    width: min(100%,760px);
  }

  .bfl-heading {
    gap: 25px;
  }

  .bfl-demand__grid {
    grid-template-columns: 1fr 1fr;
  }

  .bfl-demand__grid article:last-child {
    grid-column: 1/-1;
  }

  .bfl-case__head,
  .bfl-case__economy,
  .bfl-case__scale,
  .bfl-scope__intro {
    grid-template-columns: 1fr;
  }

  .bfl-case__funnel {
    grid-template-columns: 1fr 1fr;
  }

  .bfl-case__funnel > i {
    display: none;
  }

  .bfl-case__funnel article {
    border: 1px solid #3c4541;
  }

  .bfl-process__steps {
    grid-template-columns: repeat(3,1fr);
  }

  .bfl-scope__grid {
    grid-template-columns: 1fr 1fr;
  }

  .bfl-scope__grid article:nth-child(3) {
    border-left: 1px solid #3d4541;
  }

  .bfl-plan__intro,
  .bfl-form-section__intro,
  .bfl-faq__layout > div:first-child {
    position: static;
  }

  .bfl-terms__grid {
    grid-template-columns: 1fr 1fr;
  }

  .bfl-terms__grid .is-feedback {
    grid-column: 1/-1;
  }
}

@media (max-width: 760px) {
  .avito-bfl-page main > section {
    padding: 68px 0;
  }

  .bfl-hero {
    padding-bottom: 24px!important;
  }

  .bfl-hero .breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
  }

  .bfl-hero h1 {
    margin-top: 18px;
    font-size: clamp(43px,12.5vw,57px);
    line-height: .91;
  }

  .bfl-hero__lead {
    font-size: 17px;
  }

  .bfl-hero__actions {
    display: grid;
    gap: 15px;
  }

  .bfl-hero__actions .button {
    width: 100%;
  }

  .bfl-dashboard {
    min-height: 515px;
    padding: 15px;
    border-radius: 18px;
    box-shadow: 8px 8px 0 var(--bfl-ink);
  }

  .bfl-dashboard__top b {
    display: none;
  }

  .bfl-dashboard__map {
    height: 210px;
  }

  .bfl-dashboard__metrics {
    grid-template-columns: 1fr 1fr;
  }

  .bfl-dashboard__metrics article {
    min-height: 102px;
  }

  .bfl-dashboard__metrics article.is-accent {
    grid-column: 1/-1;
  }

  .bfl-hero__conditions {
    grid-template-columns: 1fr;
  }

  .bfl-hero__conditions article {
    min-height: 82px;
  }

  .bfl-hero__conditions article + article {
    border-top: 1px solid var(--bfl-line);
    border-left: 0;
  }

  .bfl-heading h2,
  .bfl-case__head h2,
  .bfl-scope__intro h2,
  .bfl-plan__intro h2,
  .bfl-form-section__intro h2,
  .bfl-faq__layout h2 {
    font-size: 42px;
  }

  .bfl-heading > p,
  .bfl-scope__intro p {
    font-size: 16px;
  }

  .bfl-demand__grid {
    grid-template-columns: 1fr;
  }

  .bfl-demand__grid article:last-child {
    grid-column: auto;
  }

  .bfl-demand__grid article {
    min-height: 330px;
    padding: 22px;
  }

  .bfl-demand__grid h3 {
    margin-top: 42px;
  }

  .bfl-demand__checks {
    align-items: flex-start;
    flex-direction: column;
  }

  .bfl-case__head {
    gap: 18px;
  }

  .bfl-case__funnel,
  .bfl-case__economy {
    grid-template-columns: 1fr;
  }

  .bfl-case__funnel article {
    min-height: 135px;
  }

  .bfl-case__economy > div {
    grid-template-columns: 1fr;
  }

  .bfl-case__scale {
    gap: 24px;
    padding: 24px 19px;
  }

  .bfl-case__scale a {
    justify-self: start;
  }

  .bfl-process__steps {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    border: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .bfl-process__steps::-webkit-scrollbar {
    display: none;
  }

  .bfl-process__steps li {
    min-width: min(82vw,320px);
    scroll-snap-align: start;
  }

  .bfl-scope__grid,
  .bfl-plan__deliverables,
  .bfl-terms__grid,
  .bfl-form {
    grid-template-columns: 1fr;
  }

  .bfl-scope__grid article:nth-child(n) {
    min-height: 300px;
    border: 1px solid #3d4541;
  }

  .bfl-scope__grid ul {
    margin-top: 90px;
  }

  .bfl-plan__deliverables article {
    min-height: 225px;
  }

  .bfl-terms__grid .is-feedback,
  .bfl-form__wide,
  .bfl-form h3 {
    grid-column: auto;
  }

  .bfl-form {
    padding: 24px 18px;
    border-radius: 18px;
    box-shadow: 8px 8px 0 var(--bfl-ink);
  }

  .bfl-form-section__intro > a {
    font-size: 14px;
  }

  .bfl-related .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .bfl-related span {
    margin-bottom: 8px;
  }

  .bfl-mobile-cta {
    position: fixed;
    z-index: 95;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border: 1px solid #7d9d00;
    border-radius: 10px;
    background: var(--bfl-acid);
    box-shadow: 0 14px 35px rgba(17,20,22,.25);
    font-weight: 850;
    transition: opacity .2s,transform .2s;
  }

  .bfl-mobile-cta svg {
    width: 21px;
    height: 21px;
  }

  .bfl-mobile-cta.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(80px);
  }
}

@media (max-width: 430px) {
  .bfl-dashboard__map span {
    font-size: 8px;
  }

  .bfl-dashboard__map .is-mid {
    right: 12px;
  }

  .bfl-case__scale > div span {
    font-size: 39px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bfl-form-section:target .bfl-form,
  .bfl-form.is-attention {
    animation: none;
    outline: 6px solid rgba(255,255,255,.65);
  }
}
