html.dev,
html.dev body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: overlay;
  background: #f5f5f5;
  color: var(--navy);
}

html.dev .shell {
  padding-bottom: 0;
}

.dev-hero .shell {
  padding-top: 22px;
}

.dev-hero .header {
  margin-top: 0;
}

.dev-hero {
  position: relative;
  display: flow-root;
  overflow: visible;
  height: 1012px;
  padding-bottom: 0;
  background: transparent;
}

.dev-hero__bg {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 1012px;
  overflow: hidden;
  background-color: #304a6d;
  background-image: var(--hero-wash), url("../assets/images/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.dev-hero__sheet {
  position: absolute;
  left: 0;
  right: 0;
  top: 930px;
  z-index: 1;
  height: 149px;
  background: #f5f5f5;
  border-radius: 50px 50px 0 0;
}

.dev-hero .shell {
  position: relative;
  z-index: auto;
}

html.dev body.menu-open {
  overflow: hidden;
}

.dev-hero .menu__panel {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 78px;
  z-index: 21;
}

.dev-hero .header {
  position: relative;
  z-index: 22;
  color: var(--navy);
}

.dev-hero__grid {
  position: relative;
  z-index: 3;
  padding-top: 71px;
}

.dev-kicker {
  margin: 0 0 14px;
  color: #a0c3f0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: 33%;
  text-transform: uppercase;
}

.dev-hero__title {
  max-width: 687px;
  color: #fff;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.13;
}

.dev-hero__title strong {
  font-weight: 700;
}

.dev-hero__title em {
  font-style: normal;
  font-weight: 500;
  color: #a0c3f0;
}

.dev-hero__lead {
  display: grid;
  grid-template-columns: 14px minmax(0, 568px);
  column-gap: 15px;
  align-items: start;
  max-width: none;
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 1.29;
}

.dev-hero__lead strong,
.dev-hero__lead b {
  font-weight: 600;
}

.dev-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px;
  margin-top: 66px;
  overflow: visible;
}

.dev-hero .cta {
  justify-content: center;
  width: 351px;
  min-height: 98px;
  height: 98px;
  padding: 0 28px;
  gap: 13px;
  border-radius: 61px;
  box-shadow:
    inset 0 0 31.54px rgba(114, 114, 114, 0.25),
    0 22px 36px rgba(77, 111, 156, 0.37);
}

.cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 72px;
  padding: 0 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 61px;
  background: #3c5a80;
  box-shadow:
    inset 0 0 32px rgba(114, 114, 114, 0.25),
    0 18px 36px rgba(77, 111, 156, 0.28);
  color: #fff;
  font: 700 20px/1.2 var(--font);
  cursor: pointer;
}

.cta:hover {
  background: #334d6e;
}

.cta__arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

.cta__icon {
  width: 9px;
  height: 9px;
  flex-shrink: 0;
}

.cta--wide {
  min-width: 420px;
}

.dev-calc {
  position: relative;
  display: block;
  width: 455px;
  height: 99px;
  padding: 15px 22px 12px 177px;
  overflow: visible;
  border: 0;
  border-radius: 30px;
  background: #fff;
  color: var(--navy);
  text-align: left;
  cursor: pointer;
}

.dev-calc img {
  position: absolute;
  z-index: 0;
  left: -24px;
  top: -45px;
  width: 228px;
  height: 193px;
  max-width: none;
  object-fit: contain;
  object-position: left center;
  pointer-events: none;
}

.dev-calc span {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.dev-calc b {
  font-weight: 600;
}

.dev-calc em {
  font-style: normal;
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
}

.benefits {
  position: absolute;
  top: 813px;
  left: 50%;
  z-index: 4;
  display: grid;
  width: 1200px;
  margin-left: -600px;
  grid-template-columns: 284px 264px 345px 274px;
  gap: 11px;
  align-items: end;
  overflow: visible;
}

.benefit {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 290px;
  padding: 0 30px 28px;
  overflow: visible;
  border-radius: 0;
  background: none;
  color: var(--navy);
  transition:
    color 0.35s ease,
    transform 0.35s ease;
}

.benefit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 30px;
  background: #fff;
  transition:
    background-color 0.35s ease,
    box-shadow 0.35s ease;
}

.benefit__visual {
  position: absolute;
  z-index: 1;
  max-width: none;
  pointer-events: none;
}

.benefit--capex .benefit__visual {
  top: -48px;
  left: 40px;
  width: 245px;
  height: 263px;
  object-fit: contain;
  object-position: center top;
}

.benefit--opex .benefit__visual {
  top: -22px;
  left: 52px;
  width: 194px;
  height: 204px;
  object-fit: contain;
}

.benefit--speed .benefit__visual {
  top: -56px;
  left: 50%;
  width: 186px;
  height: 268px;
  object-fit: contain;
  object-position: center top;
  transform: translateX(-50%);
}

.benefit--helmet .benefit__visual {
  top: -54px;
  left: 0;
  width: 226px;
  height: 214px;
  object-fit: contain;
  object-position: left top;
}

.benefit__glow {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: 30px;
  overflow: hidden;
  pointer-events: none;
}

.benefit__fade {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  filter: blur(22px);
  transition: background-color 0.35s ease;
}

.benefit--capex .benefit__fade {
  left: 13px;
  top: 77px;
  width: 234px;
  height: 166px;
}

.benefit--opex .benefit__fade {
  left: 30px;
  top: 93px;
  width: 227px;
  height: 163px;
  filter: blur(27.5px);
}

.benefit--speed .benefit__fade {
  left: 20px;
  top: 86px;
  width: 280px;
  height: 166px;
}

.benefit__check {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
}

.benefit--capex .benefit__check {
  top: 40px;
  left: 164px;
}

.benefit--opex .benefit__check {
  top: 20px;
  left: 89px;
}

.benefit--speed .benefit__check {
  top: 44px;
  left: 166px;
}

.benefit--helmet .benefit__check {
  top: 6px;
  left: 158px;
}

.benefit__check img {
  width: 11px;
  height: auto;
}

.benefit h2,
.benefit p {
  position: relative;
  z-index: 3;
}

.benefit h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.benefit p {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.24;
  opacity: 0.89;
}

.benefit:hover,
.benefit.is-hover {
  color: #fff;
  transform: translateY(-4px);
}

.benefit:hover::before,
.benefit.is-hover::before {
  background: #3c5a80;
  box-shadow: 0 18px 36px rgba(10, 22, 36, 0.2);
}

.benefit:hover .benefit__fade,
.benefit.is-hover .benefit__fade {
  background: #3c5a80;
}

.benefit:hover .benefit__check,
.benefit.is-hover .benefit__check {
  background: #fff;
}

.benefit:hover .benefit__check img,
.benefit.is-hover .benefit__check img {
  filter: invert(48%) sepia(42%) saturate(748%) hue-rotate(176deg) brightness(93%) contrast(92%);
}

.dev-section {
  padding: 80px 0;
}

#climate {
  padding-top: 181px;
}

.dev-section--white {
  background: #fff;
}

.dev-section--dark {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #0c1b2e;
  background-image:
    radial-gradient(circle 420px at -90px 330px, rgba(53, 132, 212, 0.4), transparent 70%),
    radial-gradient(circle 420px at calc(100% + 90px) 78%, rgba(53, 132, 212, 0.4), transparent 70%);
  background-repeat: no-repeat;
}

.dev-wrap {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.dev-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px 40px;
  align-items: start;
  margin-bottom: 36px;
}

.dev-head--climate {
  grid-template-columns: 553px minmax(0, 545px);
  justify-content: start;
  column-gap: 104px;
}

.dev-head--climate .dev-aside {
  max-width: 545px;
}

.dev-head--price {
  grid-template-columns: 696px 392px;
  justify-content: space-between;
  column-gap: 0;
}

.dev-head--price .dev-aside {
  max-width: 392px;
  justify-self: end;
}

.dev-title {
  max-width: 720px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.13;
}

.dev-title--plain {
  font-weight: 400;
}

.dev-title--plain strong {
  font-weight: 700;
}

.dev-title span {
  font-weight: 400;
}

.dev-title--climate {
  display: flex;
  flex-direction: column;
  max-width: 553px;
}

.dev-title--climate strong {
  font-weight: 700;
}

.dev-title--climate em {
  font-weight: 500;
}

.dev-title--price {
  display: flex;
  flex-direction: column;
  max-width: 696px;
}

.dev-title--price strong {
  font-weight: 700;
}

.dev-title--price em,
.dev-title--price span {
  font-weight: 400;
}

.dev-title--water {
  max-width: 584px;
  font-weight: 400;
}

.dev-title--water strong {
  font-weight: 700;
}

.dev-title--water .dev-title__line {
  white-space: normal;
}

.dev-title--water br,
.dev-break-m {
  display: none;
}

.dev-title--water .dev-break-m {
  display: block;
}

.dev-head--water {
  grid-template-columns: 584px 478px;
  justify-content: space-between;
  column-gap: 0;
  align-items: start;
  margin-bottom: 50px;
}

.dev-head--water .dev-aside {
  max-width: 478px;
  margin-top: 0;
  justify-self: end;
}

.dev-title--approach {
  display: flex;
  flex-direction: column;
  max-width: 707px;
}

.dev-title--approach > span:last-child {
  font-weight: 400;
}

.dev-title--approach em {
  font-weight: 500;
}

.dev-head--approach {
  grid-template-columns: 707px 430px;
  justify-content: space-between;
  column-gap: 0;
  align-items: start;
}

.dev-head--approach .dev-aside {
  max-width: 430px;
  margin-top: 0;
  justify-self: end;
}

.dev-title__line {
  white-space: nowrap;
}

.dev-title--cases {
  max-width: 861px;
}

.dev-title--cases em {
  font-weight: 500;
}

.dev-title--pp {
  display: block;
  width: 736px;
  max-width: 736px;
}

.dev-title--pp strong {
  font-weight: 700;
}

.dev-title--pp span {
  font-weight: 400;
}

.dev-title--pp em {
  font-weight: 500;
}

.dev-head--pp {
  grid-template-columns: 736px 363px;
  justify-content: start;
  column-gap: 80px;
  align-items: start;
  margin-bottom: 40px;
}

.dev-head--pp .dev-aside {
  max-width: 363px;
  justify-self: start;
}

.dev-title--start {
  width: 437px;
  max-width: 437px;
}

.dev-title--start span {
  display: block;
  font-weight: 700;
  white-space: nowrap;
}

.dev-title--start em {
  display: block;
  font-weight: 500;
}

.dev-head--start {
  grid-template-columns: 437px 524px;
  justify-content: start;
  column-gap: 123px;
  align-items: start;
}

.dev-head--start .dev-aside {
  max-width: 524px;
}

.dev-title em,
.dev-subhead em {
  font-style: normal;
  color: #244c7d;
}

.dev-section--dark .dev-title em,
.dev-section--dark .dev-subhead em {
  color: #a8c9f7;
}

.lead-arrow {
  display: block;
  width: 13.7px;
  height: 9.4px;
  margin-top: 9px;
  flex-shrink: 0;
}

.dev-aside {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 15px;
  align-items: start;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.29;
}

.dev-aside > span {
  opacity: 0.8;
}

.dev-section--dark .dev-aside {
  color: #fff;
}

.dev-subhead-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 24px;
}

.dev-subhead-row--tech {
  margin-bottom: 50px;
}

.dev-subhead {
  margin: 0;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.13;
}

.dev-curve {
  display: block;
  width: 51px;
  height: 35px;
  margin-top: 2px;
  flex-shrink: 0;
}

.dev-curve--light {
  width: 51px;
  height: 35px;
  margin-top: -10px;
}

.cycle-sep {
  display: inline-block;
  width: 13.7px;
  height: 9.4px;
  margin: 0 6px 2px;
  vertical-align: middle;
}

.climate {
  display: grid;
  grid-template-columns: 556px minmax(0, 618px);
  gap: 26px;
  align-items: stretch;
}

.climate__list {
  display: grid;
  gap: 20px;
  overflow: visible;
}

.fact {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 40px;
  align-items: start;
  min-height: 132px;
  padding: 20px 24px 20px 20px;
  overflow: visible;
  background: #fff;
  border-radius: 30px;
}

.climate__list .fact:first-child {
  min-height: 175px;
  padding-top: 31px;
}

.fact__icon {
  display: block;
  width: 75px;
  height: 82px;
  overflow: visible;
  background: none;
}

.fact__icon img {
  display: block;
  width: 103px;
  max-width: none;
  height: 107px;
  margin: 0 0 0 -14px;
}

.fact h3 {
  font-size: 22px;
}

.fact p {
  margin-top: 6px;
  font-size: 16px;
  opacity: 0.89;
}

.fact dl {
  display: flex;
  gap: 28px;
  margin-top: 12px;
}

.fact dt {
  color: #1e334c;
  font-size: 20px;
  font-weight: 700;
  opacity: 0.89;
}

.fact dl div:first-child dt {
}

.fact dd {
  margin-top: 2px;
  font-size: 14px;
  opacity: 0.8;
}

.climate__photo {
  position: relative;
  min-height: 631px;
  overflow: hidden;
  border-radius: 30px;
  background: #d7dee6;
}

.climate__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote {
  display: grid;
  grid-template-columns: 23px 1fr;
  column-gap: 15px;
  align-items: start;
  min-height: 105px;
  margin-top: 28px;
  padding: 28px 55px 28px 20px;
  border: 1px solid rgba(30, 51, 76, 0.22);
  border-radius: 30px;
  background: rgba(30, 51, 76, 0.03);
}

.quote img {
  width: 23px;
  height: 23px;
  margin-top: 3px;
}

.quote p {
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  line-height: 1.29;
}

.quote--dark {
  grid-template-columns: 23px 1fr;
  column-gap: 15px;
  min-height: 105px;
  align-items: start;
  margin-top: 20px;
  padding: 28px 55px 28px 20px;
  border-radius: 30px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
}

.quote--dark p {
  font-size: 18px;
  line-height: 1.29;
  text-transform: none;
}

.quote--dark .quote__lead {
  color: #fff;
}

.quote--dark img {
  width: 23px;
  height: 23px;
  margin-top: 3px;
}

.risks {
  display: grid;
  grid-template-columns: repeat(3, 387px);
  gap: 49px 20px;
  justify-content: space-between;
  padding-top: 29px;
}

.risk {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 316px;
  padding: 108px 30px 24px;
  overflow: visible;
  border-radius: 30px;
  background:
    linear-gradient(139deg, #f5f5f5 0%, #fff 100%),
    #f5f5f5;
}

.risk:nth-child(n + 4) {
  min-height: 282px;
}

.risk__head {
  position: absolute;
  top: -29px;
  left: 30px;
  display: block;
  width: 118px;
  height: 106px;
  margin: 0;
}

.risk__thumb {
  width: 118px;
  height: 106px;
  overflow: hidden;
  border-radius: 24px;
  background: #d9dee3;
}

.risk__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.risk__num {
  position: absolute;
  top: 35px;
  left: 97px;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: none;
}

.risk__num img {
  display: block;
  width: 36px;
  height: 36px;
}

.risk h3 {
  font-size: 24px;
}

.risk--inter h3 {
  font-family: "Inter Tight", sans-serif;
}

.risk p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.35;
  opacity: 0.89;
}

.resources {
  display: grid;
  grid-template-columns: 590px 590px;
  gap: 20px;
  justify-content: space-between;
}

.resource {
  display: grid;
  grid-template-columns: 273px 1fr;
  height: 344px;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
}

.resource__media {
  height: 344px;
  overflow: hidden;
  border-radius: 30px;
  background: #e8edf2;
}

.resource__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.resource__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 29px;
}

.resource--collect .resource__body {
  padding-top: 40px;
}

.resource h3 {
  margin: 0;
}

.resource p {
  margin-top: auto;
}

.pp__body {
  padding: 28px 24px;
}

.resource h3,
.tech__card h3,
.key h3,
.pp__row h3 {
  font-size: 22px;
  line-height: 1.25;
}

.resource em,
.tech__card em,
.key em,
.pp__row em {
  font-style: normal;
  font-weight: 500;
  color: #3c5a80;
}

.resource p,
.tech__card p,
.pp__row p {
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.8;
}

.pp__row p {
  font-size: 18px;
}

.tech__card p,
.pp__row p {
  margin-top: 12px;
}

.resource p {
  margin-top: auto;
}

.dev-center {
  display: flex;
  justify-content: center;
  margin-top: 68px;
  overflow: visible;
}

.dev-mock-cta {
  position: relative;
  width: 640px;
  height: 117px;
  overflow: visible;
}

.dev-mock-cta .cta {
  justify-content: flex-start;
  width: 490px;
  min-width: 490px;
  min-height: 98px;
  height: 98px;
  padding: 0 40px 0 73px;
  gap: 13px;
  overflow: visible;
  border-radius: 61px;
  font: 700 20px/1.2 var(--font);
  box-shadow:
    inset 0 0 32px rgba(114, 114, 114, 0.25),
    0 22px 36px rgba(77, 111, 156, 0.55);
}

.dev-mock-cta__person {
  position: absolute;
  left: 420px;
  top: -49px;
  z-index: 2;
  width: 201px;
  height: 180px;
  max-width: none;
  object-fit: contain;
  object-position: left top;
  pointer-events: none;
}

.tech {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 27px 20px;
}

.tech__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-column: span 2;
  min-height: 358px;
  overflow: visible;
  padding: 148px 30px 30px;
  border-radius: 30px;
  background: #f5f5f5;
}

.tech__card--wide {
  grid-column: span 3;
  min-height: 334px;
  padding-top: 146px;
}

.tech__stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}

.tech__media {
  position: absolute;
  z-index: 0;
  margin: 0;
  overflow: visible;
  background: none;
  pointer-events: none;
}

.tech__card--modules .tech__media {
  top: -24px;
  left: 165px;
  width: 377px;
  height: 284px;
}

.tech__card--clean .tech__media {
  top: -58px;
  left: 160px;
  width: 382px;
  height: 223px;
}

.tech__card--smart .tech__media {
  top: -3px;
  left: 23px;
  width: 351px;
  height: 197px;
}

.tech__card--auto .tech__media {
  top: 5px;
  left: 29px;
  width: 346px;
  height: 189px;
}

.tech__card--cycle .tech__media {
  top: -35px;
  left: 59px;
  width: 304px;
  height: 276px;
}

.tech__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.tech__glow {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  border-radius: 30px;
  pointer-events: none;
}

.tech__fade {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  filter: blur(38px);
}

.tech__card--modules .tech__fade--a {
  left: 30px;
  top: 84px;
  width: 388px;
  height: 228px;
}

.tech__card--modules .tech__fade--b {
  left: 387px;
  top: 167px;
  width: 229px;
  height: 228px;
}

.tech__card--clean .tech__fade {
  left: 20px;
  top: 48px;
  width: 560px;
  height: 260px;
  filter: blur(48px);
}

.tech__card--smart .tech__fade--a {
  left: -85px;
  top: 85px;
  width: 426px;
  height: 173px;
}

.tech__card--smart .tech__fade--b {
  left: -85px;
  top: 126px;
  width: 426px;
  height: 132px;
}

.tech__card--smart .tech__fade--c {
  left: 180px;
  top: -27px;
  width: 464px;
  height: 313px;
}

.tech__card--smart .tech__fade--d {
  left: -85px;
  top: 138px;
  width: 426px;
  height: 120px;
}

.tech__card--auto .tech__fade--a {
  left: -22px;
  top: 79px;
  width: 343px;
  height: 194px;
}

.tech__card--auto .tech__fade--b {
  left: 16px;
  top: 71px;
  width: 122px;
  height: 184px;
}

.tech__card--auto .tech__fade--c {
  left: 274px;
  top: 85px;
  width: 122px;
  height: 184px;
}

.tech__card--cycle .tech__fade--a {
  left: -20px;
  top: 110px;
  width: 400px;
  height: 220px;
  filter: blur(46px);
}

.tech__card--cycle .tech__fade--b {
  left: -20px;
  top: 60px;
  width: 200px;
  height: 240px;
  filter: blur(46px);
}

.tech__card--cycle .tech__fade--c {
  left: 10px;
  top: 100px;
  width: 400px;
  height: 280px;
  filter: blur(48px);
}

.tech__card--cycle .tech__fade--d {
  left: -10px;
  top: 60px;
  width: 180px;
  height: 240px;
  filter: blur(46px);
}

.tech__card h3,
.tech__card p {
  position: relative;
  z-index: 2;
  padding: 0;
}

.tech__card h3 {
  max-width: 367px;
  min-height: 58px;
  font-size: 24px;
  line-height: 1.2;
}

.tech__card--modules h3 {
  max-width: 280px;
}

.tech__card--clean h3 {
  max-width: 290px;
}

.tech__card--smart h3 {
  max-width: 247px;
}

.tech__card--auto h3 {
  max-width: 190px;
}

.tech__card--cycle h3 {
  max-width: 163px;
}

.keys {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.key {
  position: relative;
  grid-column: span 2;
  height: 253px;
  padding: 65px 30px 24px;
  overflow: hidden;
  border-radius: 30px;
  background: #1e334c;
  color: #fff;
}

.key--wide {
  grid-column: span 3;
  height: 288px;
  padding: 62px 30px 24px;
}

.key__icon {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 67px;
  height: 67px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.11);
}

.key__icon img {
  width: 30px;
  height: 30px;
}

.key h3 {
  position: relative;
  z-index: 1;
  max-width: 367px;
  font-size: 24px;
  line-height: 1.2;
}

.key--wide:nth-child(2) h3 {
  max-width: 243px;
}

.key:nth-child(3) h3 {
  max-width: 247px;
}

.key:nth-child(4) {
  padding: 65px 18px 20px 30px;
}

.key:nth-child(4) h3 {
  max-width: 203px;
}

.key:nth-child(5) h3 {
  max-width: 163px;
}

.key--wide:nth-child(2) p {
  max-width: 381px;
}

.key:nth-child(3) p {
  max-width: 297px;
}

.key:nth-child(4) p {
  max-width: 334px;
}

.key:nth-child(5) p {
  max-width: 308px;
}

.key em {
  color: #d0e3fc;
}

.key p {
  position: relative;
  z-index: 1;
  max-width: 407px;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.7);
}

.key strong {
  color: #fff;
  font-weight: 700;
}

.cases {
  display: grid;
  gap: 30px;
  margin-top: 50px;
}

.case {
  display: grid;
  grid-template-columns: 488px 1fr;
  min-height: 518px;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
}

.case__photo {
  position: relative;
  min-height: 518px;
  overflow: hidden;
  background: rgba(60, 90, 128, 0.25);
}

.case__photo img {
  position: absolute;
  left: 39px;
  top: 144px;
  width: 411px;
  height: 231px;
  object-fit: cover;
  border-radius: 30px;
}

.case__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 33px 22px 28px 53px;
}

.case__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.case__tag {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  align-self: flex-start;
  width: max-content;
  max-width: 100%;
  min-height: 32px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 222px;
  background: #fff;
  color: rgba(30, 51, 76, 0.64);
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  text-transform: uppercase;
}

.case__tag span {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
}

.case__tag b {
  margin-left: 0.55em;
  font-family: "Inter Tight", sans-serif;
  font-weight: 800;
}

.case__body h3 {
  max-width: 540px;
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
}

.case__block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.case__label {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.case ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
  list-style: none;
}

.case li {
  display: inline-flex;
  align-items: center;
  width: auto;
  flex: 0 0 auto;
  gap: 5px;
  font-size: 18px;
  line-height: 22px;
  opacity: 0.89;
}

.nowrap {
  white-space: nowrap;
}

.case li img {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}

.case__text {
  max-width: 614px;
  font-size: 18px;
  line-height: 1.22;
  opacity: 0.89;
}

.case__more {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--navy);
  font: 700 20px/1.2 var(--font);
  cursor: pointer;
}

.case__more img {
  width: 9.24px;
  height: 9.24px;
}

.case__more span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.case__more:hover {
  color: var(--blue);
}

.pp {
  display: grid;
  gap: 35px;
}

.pp__row {
  display: grid;
  grid-template-columns: 488px 1fr;
  align-items: center;
  min-height: 293px;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
}

.pp__media {
  position: relative;
  height: 293px;
  overflow: hidden;
  background: #fff;
}

.pp__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pp__body {
  padding: 40px 60px 40px 0;
}

.dev-cta {
  position: relative;
  height: 544px;
  margin-top: 90px;
  padding: 62px 82px 0;
  overflow: hidden;
  border-radius: 50px;
  color: #fff;
  background-color: #0c1b2e;
  background-image:
    radial-gradient(circle 270px at 1307px 467px, rgba(53, 132, 212, 0.2), transparent 70%),
    radial-gradient(circle 270px at -126px -43px, rgba(53, 132, 212, 0.2), transparent 70%),
    url("../assets/images/dev/cta-bg.png");
  background-repeat: no-repeat;
  background-size: auto, auto, cover;
  background-position: 0 0, 0 0, center;
}

.dev-cta__copy {
  position: relative;
  z-index: 1;
}

.dev-cta h2 {
  display: block;
  width: 653px;
  max-width: 653px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.13;
}

.dev-cta em {
  font-style: normal;
  color: #a0c3f0;
  font-weight: 700;
}

.dev-cta__lead {
  display: grid;
  grid-template-columns: 14px minmax(0, 520px);
  column-gap: 14px;
  align-items: start;
  max-width: 548px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.29;
  opacity: 0.8;
}

.dev-cta__note {
  display: block;
  max-width: 827px;
  margin: 12px 0 0 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.29;
}

.dev-cta__action {
  position: relative;
  width: 490px;
  height: 117px;
  margin-top: 47px;
}

.dev-cta__action .cta {
  justify-content: center;
  width: 351px;
  min-width: 0;
  height: 98px;
  min-height: 98px;
  padding: 0 28px;
  gap: 13px;
  box-shadow:
    inset 0 0 32px rgba(114, 114, 114, 0.25),
    0 28px 36px rgba(77, 111, 156, 0.42);
}

.dev-cta__person {
  position: absolute;
  left: 244px;
  top: -41px;
  z-index: 2;
  width: 252px;
  height: 168px;
  object-fit: contain;
  pointer-events: none;
}

.dev-footer {
  padding: 90px 0 0;
}

.dev-footer__bar {
  position: relative;
  width: 1200px;
  max-width: 100%;
  height: 193px;
  margin: 0 auto;
  color: #fff;
  background: #1e334c;
  border: 1px solid rgba(30, 51, 76, 0.21);
  border-radius: 50px 50px 0 0;
}

.dev-footer__logo {
  position: absolute;
  left: 50px;
  top: 39px;
  width: 167px;
}

.dev-footer__logo img {
  width: 167px;
  height: auto;
  filter: brightness(8);
}

.dev-footer__divider {
  position: absolute;
  left: 241px;
  top: 35px;
  width: 1px;
  height: 28px;
  background: #fff;
  opacity: 0.13;
}

.dev-footer__nav {
  position: absolute;
  left: 271px;
  top: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  line-height: 1;
}

.dev-footer__contacts {
  position: absolute;
  top: 36px;
  right: 46px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.dev-footer__socials {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 18px;
}

.dev-footer__socials a {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
}

.dev-footer__socials img {
  width: 18px;
  filter: brightness(8);
}

.dev-footer__phone {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.dev-footer__email {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.dev-footer__email span {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}

.dev-footer__rule {
  position: absolute;
  left: 50px;
  top: 121px;
  width: calc(100% - 100px);
  height: 1px;
  background: #fff;
  opacity: 0.2;
}

.dev-footer__privacy,
.dev-footer__copy,
.dev-footer__offer {
  position: absolute;
  top: 139px;
  font-size: 15px;
  line-height: 1;
  opacity: 0.5;
}

.dev-footer__privacy {
  left: 50px;
  text-decoration: underline;
}

.dev-footer__copy {
  left: auto;
  right: 50px;
  margin: 0;
}

.dev-footer__offer {
  right: 50px;
  text-decoration: underline;
}

.form-modal,
.case-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
}

.form-modal[hidden],
.case-modal[hidden] {
  display: none;
}

.form-modal__backdrop,
.case-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 36, 0.62);
}

.form-modal__backdrop {
  opacity: 0;
  transition: opacity 0.32s ease;
}

.form-modal.is-open .form-modal__backdrop {
  opacity: 1;
}

.form-modal__dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: 92vh;
  overflow: auto;
  padding: 36px 32px 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(10, 22, 36, 0.28);
  opacity: 0;
  transform: translateY(20px) scale(0.96);
  transition:
    opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.form-modal.is-open .form-modal__dialog {
  opacity: 1;
  transform: none;
}

.form-modal__close,
.case-modal__close {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #1e334c;
  cursor: pointer;
}

.form-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.form-modal__close span,
.case-modal__close span {
  position: absolute;
  width: 16px;
  height: 1.5px;
  background: #fff;
  border-radius: 2px;
}

.form-modal__close span:first-child,
.case-modal__close span:first-child {
  transform: rotate(45deg);
}

.form-modal__close span:last-child,
.case-modal__close span:last-child {
  transform: rotate(-45deg);
}

.form-modal__dialog h2 {
  font-size: 32px;
}

.form-modal__lead {
  margin: 10px 0 24px;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.78;
}

.lead-form {
  display: grid;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form label span {
  font-size: 14px;
  font-weight: 600;
}

.lead-form__caption {
  display: none;
}

.lead-form input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(30, 51, 76, 0.18);
  border-radius: 16px;
  background: #f5f5f5;
  color: var(--navy);
  font: 400 16px/1 var(--font);
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: 2px solid #3584d4;
  outline-offset: 1px;
  background: #fff;
}

.lead-form textarea {
  width: 100%;
  min-height: 96px;
  padding: 14px 16px;
  border: 1px solid rgba(30, 51, 76, 0.18);
  border-radius: 16px;
  background: #f5f5f5;
  color: var(--navy);
  font: 400 16px/1.3 var(--font);
  resize: vertical;
}

.lead-form label.is-invalid input {
  border-color: #e23b3b;
  background: #fff6f6;
}

.lead-form__error {
  font-size: 13px;
  line-height: 1.3;
  color: #d12b2b;
}

.lead-form__consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  column-gap: 10px;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.lead-form__consent span {
  font-size: 14px;
  font-weight: 400;
}

.lead-form__consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  padding: 0;
  border: 1px solid rgba(30, 51, 76, 0.28);
  border-radius: 4px;
  background: #fff;
  accent-color: #3584d4;
}

.lead-form__consent.is-invalid input[type="checkbox"] {
  outline: 2px solid #e23b3b;
  outline-offset: 1px;
}

.lead-form__consent .lead-form__error {
  grid-column: 2;
}

.lead-form__policy {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lead-form__policy:hover {
  color: #3584d4;
}

.dropzone__area {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  column-gap: 12px;
  row-gap: 6px;
  padding: 14px 16px;
  border: 1.5px dashed rgba(30, 51, 76, 0.28);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(53, 132, 212, 0.06), rgba(255, 255, 255, 0.4));
  text-align: left;
  cursor: pointer;
}

.dropzone__icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
}

.dropzone.is-over .dropzone__area {
  border-color: #3584d4;
  background: rgba(53, 132, 212, 0.1);
}

.dropzone__area strong {
  display: block;
  margin: 0;
  font-size: 16px;
  text-align: left;
  justify-self: start;
}

.dropzone__area p {
  grid-column: 1 / -1;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  opacity: 0.72;
}

.dropzone__error {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.35;
  color: #d12b2b;
}

.dropzone__link {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.dropzone__link[hidden] {
  display: none;
}

.file-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  list-style: none;
}

.file-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f5f5f5;
}

.file-item__status {
  position: relative;
  width: 88px;
  height: 16px;
  margin-right: 8px;
}

.file-item__ok {
  position: absolute;
  top: 50%;
  left: 100%;
  display: grid;
  width: 12px;
  height: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.7);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.file-item__ok.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.file-item__ok svg {
  display: block;
}

.file-item__meta {
  min-width: 0;
}

.file-item__name {
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.file-item__size {
  margin-top: 2px;
  font-size: 12px;
  opacity: 0.6;
}

.file-item__bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 88px;
  height: 6px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(30, 51, 76, 0.12);
  transform: translateY(-50%);
}

.file-item__bar span {
  display: block;
  height: 100%;
  background: #3584d4;
}

.file-item__remove {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e23b3b;
  color: #fff;
  cursor: pointer;
}

.file-item__remove svg {
  display: block;
}

.lead-form .cta {
  width: 100%;
  margin-top: 8px;
}

.lead-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-form__fail {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(180, 50, 50, 0.1);
  color: #8a1f1f;
  font-size: 15px;
}

.lead-form.is-sending .cta {
  opacity: 0.6;
  pointer-events: none;
}

.form-modal.is-sent .form-modal__dialog {
  padding-top: 44px;
  padding-bottom: 36px;
}

.form-modal.is-sent [data-form-view],
.form-modal__success[hidden] {
  display: none !important;
}

.form-modal__success {
  display: none;
  justify-items: center;
  text-align: center;
}

.form-modal.is-sent .form-modal__success {
  display: grid;
}

.form-modal__success-mark {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #3584d4;
  background: rgba(53, 132, 212, 0.12);
}

.form-modal__success h2 {
  max-width: 16em;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.form-modal__success-text {
  max-width: 22em;
  margin: 14px 0 28px;
  font-size: 16px;
  line-height: 1.45;
  opacity: 0.72;
}

.form-modal__success .cta {
  width: min(100%, 240px);
}

.lead-form.is-sent .cta,
.lead-form.is-sent .dropzone,
.lead-form.is-sent label {
  display: none;
}

.case-modal__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(860px, 100%);
  max-height: 86vh;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(10, 22, 36, 0.28);
}

.case-modal__bar {
  position: sticky;
  top: 0;
  z-index: 3;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 16px 0 10px;
  background: #fff;
}

.case-modal__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}

.case-modal__close {
  margin: 0;
}

.case-modal__content {
  padding: 12px 40px 40px;
}

.case-modal__content h2 {
  margin: 16px 0 18px;
  font-size: 32px;
}

.case-modal__visual {
  display: block;
  width: calc(100% + 80px);
  margin: 8px -40px 24px;
  overflow: hidden;
  background: #eef2f6;
}

.case-modal__visual[hidden] {
  display: none;
}

.case-modal__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.case-modal__content h3 {
  margin: 22px 0 8px;
  font-size: 18px;
}

.case-modal__content p,
.case-modal__content li {
  font-size: 17px;
  line-height: 1.45;
  opacity: 0.88;
}

.case-modal__content ul {
  padding-left: 18px;
}

.case-compare {
  margin: 20px 0 0;
  overflow-x: auto;
}

.case-compare table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
}

.case-compare th,
.case-compare td {
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  vertical-align: top;
  opacity: 1;
}

.case-compare thead th {
  background: #1e334c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.case-compare thead th:first-child {
  border-radius: 16px 0 0 0;
}

.case-compare thead th:last-child {
  border-radius: 0 16px 0 0;
}

.case-compare tbody th {
  width: 28%;
  font-weight: 700;
  color: var(--navy);
}

.case-compare tbody td,
.case-compare tbody th {
  border-bottom: 1px solid rgba(30, 51, 76, 0.1);
  background: #f5f5f5;
}

.case-compare tbody tr:nth-child(even) td,
.case-compare tbody tr:nth-child(even) th {
  background: #eef2f6;
}

.case-compare tbody td:last-child {
  background: #e4edf6;
}

.case-compare tbody tr:nth-child(even) td:last-child {
  background: #d7e4f2;
}

.case-modal__content .case__tag {
  box-sizing: border-box;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  height: auto;
  min-height: 32px;
  white-space: normal;
  text-align: left;
  overflow: hidden;
  overflow-wrap: break-word;
}

.case-modal__content .quote {
  margin-top: 24px;
}

.case-modal__content .quote p {
  opacity: 1;
}

.case-compare--specs table {
  min-width: 0;
}

.case-compare--specs tbody td:last-child {
  background: #f5f5f5;
}

.case-compare--specs tbody tr:nth-child(even) td:last-child {
  background: #eef2f6;
}

.case-compare tbody tr.case-compare__total th,
.case-compare tbody tr.case-compare__total td {
  font-weight: 700;
}

body.modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .benefit,
  .cta,
  .form-modal__backdrop,
  .form-modal__dialog {
    transition: none;
  }

  .benefit:hover {
    transform: none;
  }

  .form-modal__dialog {
    transform: none;
  }
}

.dev-only-m {
  display: none;
}

.dev-only-d {
  display: inline;
}

@media (min-width: 1200px) {
  html.dev,
  html.dev body {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  html.dev .dev-wrap {
    width: 1200px;
    max-width: 100%;
  }

  html.dev #climate {
    padding-bottom: 99px;
  }

  html.dev #climate + .dev-section--white {
    padding-bottom: 116px;
  }

  html.dev #climate + .dev-section--white + .dev-section {
    padding-bottom: 93px;
  }

  html.dev #climate + .dev-section--white + .dev-section + .dev-section--white {
    padding-bottom: 102px;
  }

  html.dev #cases {
    padding-bottom: 103px;
  }

  html.dev .dev-section--dark {
    padding-bottom: 146px;
  }

  html.dev .dev-section--dark + .dev-section {
    padding-bottom: 0;
  }

  html.dev .dev-cta {
    margin-top: 108px;
  }
}

@media (max-width: 1199.98px) {
  html.dev .dev-only-m {
    display: inline;
  }

  html.dev .shell {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px 0;
  }

  html.dev .dev-hero {
    height: auto;
    min-height: 0;
    padding-bottom: 0;
  }

  html.dev .dev-hero__bg {
    inset: 0 0 auto;
    height: 897px;
    background-color: #304a6d;
    background-image: var(--hero-wash), url("../assets/images/hero-bg.jpg");
    background-size: cover;
    background-position: top center;
  }

  html.dev .dev-hero__sheet {
    top: 897px;
    height: 117px;
    border-radius: 50px 50px 0 0;
  }

  html.dev .dev-hero__grid {
    padding-top: 40px;
  }

  html.dev .dev-kicker {
    margin: 0 0 15px;
    font-size: 10px;
    line-height: 1.13;
  }

  html.dev .dev-hero__title {
    max-width: 16ch;
    font-size: 40px;
    line-height: 1.13;
  }

  html.dev .dev-hero__lead {
    grid-template-columns: 14px minmax(0, 568px);
    column-gap: 15px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.29;
  }

  html.dev .dev-hero__actions {
    flex-direction: column;
    gap: 68px;
    margin-top: 40px;
    width: 100%;
  }

  html.dev .dev-hero .cta,
  html.dev .cta--wide {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 84px;
    min-height: 84px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 61px;
  }

  html.dev .cta__icon {
    width: 9px;
    height: 9px;
  }

  html.dev .dev-calc {
    width: calc(100% + 9px);
    max-width: 290px;
    height: 93px;
    min-height: 93px;
    margin-left: 9px;
    padding: 16px 12px 12px 70px;
    border-radius: 30px;
  }

  html.dev .dev-calc img {
    left: -18px;
    top: -47px;
    width: 181px;
    height: 153px;
  }

  html.dev .dev-calc span {
    font-size: 16px;
    line-height: 1.3;
  }

  html.dev .benefits {
    position: relative;
    top: auto;
    left: auto;
    z-index: 4;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
    margin: 160px 0 0;
    gap: 16px;
  }

  html.dev .benefit,
  html.dev .benefit--opex,
  html.dev .benefit--speed,
  html.dev .benefit--helmet {
    width: 100%;
    height: auto;
    min-height: 290px;
    margin-top: 0;
    padding: 168px 20px 24px;
    justify-content: flex-end;
    color: var(--navy);
  }

  html.dev .benefit:hover,
  html.dev .benefit.is-hover {
    color: #fff;
  }

  html.dev .benefit h2 {
    font-size: 22px;
  }

  html.dev .benefit p {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.2;
  }

  html.dev .benefit__visual {
    top: -18px !important;
    left: 50% !important;
    width: 148px !important;
    height: 156px !important;
    transform: translateX(-50%);
    object-fit: contain;
  }

  html.dev .benefit__check {
    width: 34px;
    height: 34px;
    top: 88px;
    left: 50%;
    margin-left: 48px;
  }

  html.dev .dev-wrap {
    width: calc(100% - 30px);
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }

  html.dev .dev-section {
    padding: 60px 0;
  }

  html.dev #climate {
    padding-top: 45px;
    padding-bottom: 37px;
  }

  html.dev #climate + .dev-section--white {
    padding-bottom: 56px;
  }

  html.dev #climate + .dev-section--white + .dev-section {
    padding-bottom: 98px;
  }

  html.dev #climate + .dev-section--white + .dev-section + .dev-section--white {
    padding-bottom: 63px;
  }

  html.dev #cases {
    padding-bottom: 41px;
  }

  html.dev .dev-section--dark {
    padding-bottom: 78px;
  }

  html.dev .dev-title,
  html.dev .dev-title--climate,
  html.dev .dev-title--water,
  html.dev .dev-title--start,
  html.dev .dev-title--pp,
  html.dev .dev-cta h2,
  html.dev .dev-subhead {
    width: auto;
    max-width: none;
    font-size: 32px;
    line-height: 1.13;
  }

  html.dev .dev-aside,
  html.dev .dev-hero__lead {
    font-size: 16px;
  }

  html.dev .dev-aside {
    max-width: none;
    font-size: 16px;
    line-height: 1.29;
  }

  html.dev .dev-head,
  html.dev .dev-head--climate,
  html.dev .dev-head--price,
  html.dev .dev-head--water,
  html.dev .dev-head--approach,
  html.dev .dev-head--start,
  html.dev .dev-head--pp,
  html.dev .climate,
  html.dev .resources,
  html.dev .case,
  html.dev .pp__row,
  html.dev .resource,
  html.dev .tech,
  html.dev .risks,
  html.dev .keys {
    grid-template-columns: 1fr;
  }

  html.dev .dev-head--climate .dev-aside,
  html.dev .dev-head--price .dev-aside,
  html.dev .dev-head--water .dev-aside,
  html.dev .dev-head--approach .dev-aside,
  html.dev .dev-head--start .dev-aside,
  html.dev .dev-head--pp .dev-aside {
    max-width: none;
    justify-self: start;
  }

  html.dev .dev-head--pp .dev-aside br {
    display: none;
  }

  html.dev .resource,
  html.dev .tech__card,
  html.dev .tech__card--wide,
  html.dev .key,
  html.dev .key--wide,
  html.dev .risk {
    grid-column: auto;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  html.dev .resource__media,
  html.dev .pp__media,
  html.dev .case__photo,
  html.dev .climate__photo {
    min-height: 165px;
    height: 165px;
  }

  html.dev .case {
    min-height: 0;
  }

  html.dev .case__photo img {
    left: 50%;
    top: 50%;
    width: min(290px, 100%);
    height: auto;
    transform: translate(-50%, -50%);
  }

  html.dev .case__tag {
    white-space: normal;
  }

  html.dev .dev-mock-cta,
  html.dev .dev-cta__action {
    width: 100%;
  }

  html.dev .dev-mock-cta .cta {
    min-width: 0;
    width: 100%;
  }

  html.dev .dev-cta {
    height: auto;
    min-height: 0;
    padding: 60px 15px 40px;
  }

  html.dev .dev-cta h2 {
    max-width: none;
    font-size: 32px;
  }

  html.dev .dev-footer__bar {
    height: auto;
    padding: 60px 15px 24px;
    border-radius: 50px 50px 0 0;
    background: #1e334c;
  }

  html.dev .dev-footer__logo,
  html.dev .dev-footer__divider,
  html.dev .dev-footer__nav,
  html.dev .dev-footer__contacts,
  html.dev .dev-footer__socials,
  html.dev .dev-footer__phone,
  html.dev .dev-footer__email,
  html.dev .dev-footer__rule,
  html.dev .dev-footer__privacy,
  html.dev .dev-footer__copy,
  html.dev .dev-footer__offer {
    position: static;
    transform: none;
    display: block;
    margin: 0 0 16px;
    text-align: left;
  }

  html.dev .dev-footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin: 0 0 16px;
  }

  html.dev .dev-footer__phone {
    order: 1;
    margin: 0;
  }

  html.dev .dev-footer__email {
    order: 2;
    margin: 0;
  }

  html.dev .dev-footer__socials {
    display: flex;
    order: 3;
    gap: 18px;
    margin: 0;
  }

  html.dev .dev-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 21px;
    margin: 0 0 60px;
  }

  html.dev .dev-footer__phone,
  html.dev .dev-footer__email {
    font-size: 20px;
  }

  html.dev .dev-footer__divider {
    display: none;
  }

  html.dev .dev-footer__rule {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    margin: 8px 0 20px;
  }

  html.dev .dev-footer__offer {
    order: 1;
  }

  html.dev .dev-footer__privacy {
    order: 2;
  }

  html.dev .dev-footer__copy {
    order: 3;
  }

  html.dev .dev-footer__bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  html.dev .dev-only-d {
    display: none;
  }

  html.dev .dev-title__line,
  html.dev .dev-title--start span,
  html.dev .dev-title--start em {
    white-space: normal;
  }

  html.dev .dev-head {
    gap: 20px;
    margin-bottom: 20px;
  }

  html.dev .dev-aside {
    grid-template-columns: 14px 1fr;
    column-gap: 15px;
    font-size: 16px;
    line-height: 1.29;
  }

  html.dev .dev-subhead-row {
    gap: 12px;
    margin: 0 0 15px;
  }

  html.dev .dev-subhead {
    font-size: 18px;
    line-height: 1.13;
  }

  html.dev .dev-curve {
    width: 36px;
    height: 37px;
  }

  html.dev .climate {
    gap: 15px;
  }

  html.dev .climate__list {
    gap: 15px;
  }

  html.dev .climate__photo {
    display: none;
  }

  html.dev .fact {
    position: relative;
    grid-template-columns: 75px 1fr;
    gap: 20px;
    min-height: 132px;
    padding: 20px 20px 20px 16px;
  }

  html.dev .climate__list .fact:first-child {
    min-height: 175px;
    padding-top: 24px;
  }

  html.dev .fact__icon {
    position: static;
    width: 75px;
    height: 82px;
  }

  html.dev .fact__icon img {
    width: 103px;
    max-width: none;
    height: 107px;
    margin: 0 0 0 -14px;
  }

  html.dev .fact h3 {
    font-size: 20px;
  }

  html.dev .fact p {
    font-size: 16px;
  }

  html.dev .fact dt {
    font-size: 20px;
  }

  html.dev .fact dd {
    font-size: 14px;
  }

  html.dev .fact dl {
    gap: 20px;
    margin-top: 10px;
  }

  html.dev .quote {
    position: relative;
    display: grid;
    grid-template-columns: 23px minmax(0, 52ch);
    column-gap: 15px;
    width: fit-content;
    max-width: 100%;
    min-height: 0;
    margin-top: 20px;
    padding: 24px 28px 24px 20px;
  }

  html.dev .quote img {
    position: static;
    width: 23px;
    height: 23px;
    margin-top: 3px;
  }

  html.dev .quote p {
    font-size: 16px;
    line-height: 1.29;
    text-transform: none;
  }

  html.dev .quote--dark,
  html.dev .dev-section--dark .quote {
    display: none;
  }

  html.dev .risks {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 0;
    justify-content: stretch;
  }

  html.dev .risk,
  html.dev .risk:nth-child(n + 4),
  html.dev .risk:nth-child(1),
  html.dev .risk:nth-child(2),
  html.dev .risk:nth-child(3) {
    height: auto;
    min-height: 200px;
    padding: 96px 20px 20px;
    overflow: visible;
  }

  html.dev .risk__head {
    top: -20px;
    left: 20px;
    width: 96px;
    height: 86px;
  }

  html.dev .risk__num {
    top: 28px;
    left: 78px;
    width: 32px;
    height: 32px;
  }

  html.dev .risk__num img {
    width: 32px;
    height: 32px;
  }

  html.dev .risk h3,
  html.dev .risk--inter h3 {
    font-size: 18px;
    font-family: "Inter Tight", sans-serif;
  }

  html.dev .risk p {
    font-size: 16px;
  }

  html.dev .risk__thumb {
    width: 96px;
    height: 86px;
  }

  html.dev .resources,
  html.dev .tech,
  html.dev .pp,
  html.dev .cases,
  html.dev .keys {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  html.dev .resource,
  html.dev .pp__row {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
  }

  html.dev .pp__row:nth-child(1),
  html.dev .pp__row:nth-child(3) {
    height: 385px;
  }

  html.dev .pp__row:nth-child(2) {
    height: 351px;
  }

  html.dev .pp__row:nth-child(4) {
    height: 426px;
  }

  html.dev .pp__row:nth-child(5) {
    height: 370px;
  }

  html.dev .pp__row p {
    font-size: 16px;
    line-height: 1.35;
  }

  html.dev .resource__media,
  html.dev .pp__media,
  html.dev .case__photo {
    position: relative;
    width: 100%;
    height: 165px;
    min-height: 165px;
  }

  html.dev .resource__media img,
  html.dev .pp__media img,
  html.dev .case__photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
    left: 0;
    top: 0;
  }

  html.dev .pp__media img {
    object-fit: contain;
  }

  html.dev .resource__body,
  html.dev .pp__body,
  html.dev .tech__card h3,
  html.dev .tech__card p {
    position: relative;
    padding: 0 15px;
  }

  html.dev .resource__body {
    padding: 15px;
  }

  html.dev .resource h3,
  html.dev .tech__card h3,
  html.dev .pp__row h3,
  html.dev .case__body h3,
  html.dev .key h3 {
    width: auto;
    font-size: 16px;
    line-height: 1.2;
  }

  html.dev .resource p,
  html.dev .tech__card p,
  html.dev .pp__row p,
  html.dev .case__text,
  html.dev .key p {
    font-size: 16px;
    line-height: 1.35;
  }

  html.dev .tech__card,
  html.dev .tech__card--wide {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 238px;
    min-height: 0;
    padding: 0 0 15px;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
  }

  html.dev .tech__card:nth-child(1) {
    height: 274px;
  }

  html.dev .tech__card:nth-child(2) {
    height: 255px;
  }

  html.dev .tech__card:nth-child(3),
  html.dev .tech__card:nth-child(4) {
    height: 272px;
  }

  html.dev .tech__media {
    min-height: 0;
  }

  html.dev .tech__card h3 {
    margin-top: 15px;
  }

  html.dev .tech__card p {
    margin-top: 8px;
    padding-bottom: 4px;
  }

  html.dev .case {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
  }

  html.dev .case:nth-child(1) {
    height: 599px;
  }

  html.dev .case:nth-child(2) {
    height: 696px;
  }

  html.dev .case:nth-child(3),
  html.dev .case:nth-child(4) {
    height: 640px;
  }

  html.dev .case__body {
    display: flex;
    flex-direction: column;
    padding: 12px 15px 15px;
    gap: 8px;
  }

  html.dev .case__main {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 8px;
  }

  html.dev .case__tag {
    font-size: 10px;
  }

  html.dev .case li {
    font-size: 16px;
  }

  html.dev .keys {
    gap: 15px;
  }

  html.dev .key,
  html.dev .key--wide {
    width: 100%;
    height: 182px;
    min-height: 0;
    padding: 15px;
    border-radius: 30px;
    background: #1e334c;
    overflow: hidden;
  }

  html.dev .keys .key:nth-child(1) {
    height: 252px;
  }

  html.dev .keys .key:nth-child(2) {
    height: 199px;
  }

  html.dev .keys .key:nth-child(3) {
    height: 201px;
  }

  html.dev .key__icon {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 15px;
  }

  html.dev .key h3,
  html.dev .key--wide h3,
  html.dev .key p,
  html.dev .key--wide p,
  html.dev .key:nth-child(2) h3,
  html.dev .key:nth-child(3) h3,
  html.dev .key:nth-child(4) h3,
  html.dev .key:nth-child(5) h3,
  html.dev .key--wide:nth-child(2) h3,
  html.dev .key--wide:nth-child(2) p,
  html.dev .key:nth-child(3) p,
  html.dev .key:nth-child(4) p,
  html.dev .key:nth-child(5) p {
    max-width: none;
    padding-right: 48px;
  }

  html.dev .dev-mock-cta {
    position: relative;
    width: 100%;
    min-height: 97px;
    margin-top: 15px;
  }

  html.dev .dev-mock-cta__person,
  html.dev .dev-cta__person {
    display: block;
    position: absolute;
    left: -16px;
    bottom: 0;
    width: 181px;
    height: auto;
    pointer-events: none;
  }

  html.dev .dev-mock-cta .cta,
  html.dev .dev-cta__action .cta {
    width: 100%;
    height: 84px;
    min-height: 84px;
  }

  html.dev .dev-cta {
    margin-top: 70px;
    min-height: 0;
    padding: 60px 0 40px;
    border-radius: 0;
  }

  html.dev .dev-cta__copy {
    width: 100%;
  }

  html.dev .dev-cta__lead {
    grid-template-columns: 14px 1fr;
    column-gap: 15px;
    font-size: 16px;
  }

  html.dev .dev-cta__note {
    font-size: 16px;
    max-width: 42em;
  }

  html.dev .dev-cta__action {
    position: relative;
    min-height: 97px;
    margin-top: 20px;
  }

  html.dev .dev-footer {
    padding: 0;
  }

  html.dev .dev-footer .dev-wrap {
    width: 100%;
    max-width: none;
  }

  html.dev .dev-footer__bar {
    width: 100%;
    max-width: none;
    min-height: 515px;
    padding: 60px max(15px, calc((100% - 590px) / 2)) 40px;
  }

  html.dev .dev-footer__logo,
  html.dev .dev-footer__logo img {
    width: 167px;
  }

  html.dev .form-modal__dialog,
  html.dev .case-modal__content {
    padding: 28px 18px 22px;
  }

  html.dev .case-modal__content h2 {
    margin: 12px 0 14px;
    font-size: 22px;
    line-height: 1.2;
  }

  html.dev .case-modal__visual {
    width: calc(100% + 36px);
    margin: 8px -18px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  html.dev .shell {
    max-width: none;
    width: 100%;
    padding: 16px 32px 0;
  }

  html.dev .dev-wrap {
    width: calc(100% - 64px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  html.dev .dev-footer .dev-wrap {
    width: 100%;
  }

  html.dev .dev-section,
  html.dev #climate,
  html.dev #climate + .dev-section--white,
  html.dev #climate + .dev-section--white + .dev-section,
  html.dev #climate + .dev-section--white + .dev-section + .dev-section--white,
  html.dev #cases,
  html.dev .dev-section--dark {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  html.dev .dev-hero__title {
    font-size: 52px;
    max-width: 687px;
  }

  html.dev .dev-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(8, 16, 28, 0.9) 0%, rgba(8, 16, 28, 0.74) 30%, rgba(8, 16, 28, 0.42) 54%, rgba(8, 16, 28, 0.12) 80%, transparent 100%),
      linear-gradient(90deg, rgba(8, 16, 28, 0.72) 0%, rgba(8, 16, 28, 0.48) 52%, rgba(8, 16, 28, 0.16) 78%, transparent 100%);
    pointer-events: none;
  }

  html.dev .dev-hero__title,
  html.dev .dev-hero__lead {
    text-shadow: 0 2px 16px rgba(8, 16, 28, 0.65);
  }

  html.dev .dev-hero__lead {
    grid-template-columns: 14px minmax(0, 568px);
    font-size: 20px;
  }

  html.dev .dev-hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: none;
  }

  html.dev .dev-hero .cta,
  html.dev .cta--wide {
    width: auto;
    min-width: 0;
    max-width: none;
    height: 64px;
    min-height: 64px;
    padding: 0 28px;
    flex: 0 0 auto;
    font: 700 20px/1.2 var(--font);
    gap: 10px;
  }

  html.dev .dev-calc {
    width: min(420px, 100%);
    max-width: 420px;
    margin-top: 36px;
    margin-left: 0;
    padding-left: 168px;
  }

  html.dev .dev-calc img {
    left: 8px;
    top: -28px;
    width: 148px;
    height: auto;
  }

  html.dev .benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 80px 28px;
    width: 100%;
    margin-top: 72px;
    padding-top: 80px;
    overflow: visible !important;
  }

  html.dev .benefit,
  html.dev .benefit--opex,
  html.dev .benefit--speed,
  html.dev .benefit--helmet {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    min-height: 0;
    margin-top: 0;
    padding: 86px 18px 18px;
    overflow: visible !important;
    color: var(--navy);
  }

  html.dev .benefit__visual,
  html.dev .benefit--capex .benefit__visual,
  html.dev .benefit--opex .benefit__visual,
  html.dev .benefit--speed .benefit__visual,
  html.dev .benefit--helmet .benefit__visual {
    position: absolute;
    z-index: 1;
    top: -64px !important;
    left: 50% !important;
    right: auto !important;
    display: block;
    width: auto !important;
    max-width: calc(100% - 20px) !important;
    height: auto !important;
    max-height: 150px !important;
    margin: 0;
    transform: translateX(-50%) !important;
    object-fit: contain;
    object-position: center bottom;
  }

  html.dev .benefit--helmet .benefit__visual {
    left: 6% !important;
    transform: none !important;
  }

  html.dev .benefit__glow {
    display: block;
  }

  html.dev .benefit__fade {
    display: block;
    left: 6%;
    top: 48px;
    width: 88%;
    height: 140px;
    filter: blur(24px);
  }

  html.dev .benefit__check {
    top: 18px;
    left: auto;
    right: 16%;
  }

  html.dev .benefit h2 {
    min-height: 2.4em;
    margin: 0;
    font-size: 22px;
  }

  html.dev .benefit p {
    min-height: 3.72em;
    margin-top: 8px;
  }

  html.dev .benefit:hover,
  html.dev .benefit.is-hover {
    color: #fff;
  }

  html.dev .benefit:hover p,
  html.dev .benefit.is-hover p {
    color: #fff;
    opacity: 0.92;
  }

  html.dev .dev-title,
  html.dev .dev-title--climate,
  html.dev .dev-title--water,
  html.dev .dev-title--start,
  html.dev .dev-title--pp,
  html.dev .dev-title--approach,
  html.dev .dev-title--price,
  html.dev .dev-cta h2 {
    width: auto;
    max-width: none;
    font-size: 40px;
    line-height: 1.13;
  }

  html.dev .dev-subhead {
    font-size: 24px;
    line-height: 1.13;
  }

  html.dev .dev-head,
  html.dev .dev-head--climate,
  html.dev .dev-head--price,
  html.dev .dev-head--water,
  html.dev .dev-head--approach,
  html.dev .dev-head--start,
  html.dev .dev-head--pp {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 22rem);
    align-items: start;
    justify-content: stretch;
    column-gap: 40px;
    row-gap: 16px;
    margin-bottom: 40px;
    overflow: visible;
    scroll-margin-top: 24px;
  }

  html.dev .dev-head > * {
    min-width: 0;
  }

  html.dev .dev-head .dev-title,
  html.dev .dev-title--climate,
  html.dev .dev-title--water,
  html.dev .dev-title--start,
  html.dev .dev-title--pp,
  html.dev .dev-title--approach,
  html.dev .dev-title--price {
    width: auto;
    max-width: 440px;
    min-width: 0;
    overflow: visible;
  }

  html.dev .dev-aside,
  html.dev .dev-head--climate .dev-aside,
  html.dev .dev-head--price .dev-aside,
  html.dev .dev-head--water .dev-aside,
  html.dev .dev-head--approach .dev-aside,
  html.dev .dev-head--start .dev-aside,
  html.dev .dev-head--pp .dev-aside {
    justify-self: end;
    width: 100%;
    max-width: 22rem;
    min-width: 0;
    margin-top: 0;
    padding-top: 0.25em;
    overflow: visible !important;
    line-height: 1.4;
  }

  html.dev .dev-title--climate {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
  }

  html.dev .dev-title--climate strong,
  html.dev .dev-title--climate span,
  html.dev .dev-title--climate em {
    display: block;
    white-space: normal;
  }

  html.dev .dev-head--approach .dev-aside > span {
    white-space: normal;
  }

  html.dev .dev-title--water br {
    display: block;
  }

  html.dev .dev-title__line,
  html.dev .dev-title--start span,
  html.dev .dev-title--start em {
    display: block;
    white-space: normal;
  }

  html.dev .climate {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    align-items: stretch;
  }

  html.dev .climate__photo {
    display: block;
    height: auto;
    min-height: 100%;
  }

  html.dev .climate__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  html.dev .quote {
    grid-template-columns: 23px minmax(0, 48ch);
  }

  html.dev .risks,
  html.dev .resources,
  html.dev .tech,
  html.dev .keys {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 16px;
    overflow: visible;
  }

  html.dev .risks {
    padding-top: 56px;
    gap: 64px 20px;
  }

  html.dev .risk,
  html.dev .risk:nth-child(n + 4) {
    height: 100%;
    padding-top: 108px;
  }

  html.dev .risk__head {
    width: 118px;
    height: 106px;
  }

  html.dev .risk__thumb {
    width: 118px;
    height: 106px;
  }

  html.dev .risk__num {
    top: 36px;
    left: 96px;
    width: 36px;
    height: 36px;
  }

  html.dev .risk__num img {
    width: 36px;
    height: 36px;
  }

  html.dev .key,
  html.dev .key--wide {
    height: 100%;
    min-height: 220px;
  }

  html.dev .tech__card:last-child,
  html.dev .keys .key:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: calc((100% - 16px) / 2);
  }

  html.dev .risk,
  html.dev .risk:nth-child(n + 4),
  html.dev .risk:nth-child(1),
  html.dev .risk:nth-child(2),
  html.dev .risk:nth-child(3),
  html.dev .tech__card,
  html.dev .tech__card--wide,
  html.dev .tech__card:nth-child(1),
  html.dev .tech__card:nth-child(2),
  html.dev .tech__card:nth-child(3),
  html.dev .tech__card:nth-child(4),
  html.dev .key,
  html.dev .key--wide,
  html.dev .keys .key:nth-child(1),
  html.dev .keys .key:nth-child(2),
  html.dev .keys .key:nth-child(3),
  html.dev .pp__row:nth-child(1),
  html.dev .pp__row:nth-child(2),
  html.dev .pp__row:nth-child(3),
  html.dev .pp__row:nth-child(4),
  html.dev .pp__row:nth-child(5),
  html.dev .case:nth-child(1),
  html.dev .case:nth-child(2),
  html.dev .case:nth-child(3),
  html.dev .case:nth-child(4) {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  html.dev .risk,
  html.dev .risk:nth-child(n + 4) {
    min-height: 200px;
  }

  html.dev .key,
  html.dev .key--wide {
    min-height: 200px;
    overflow: hidden;
  }

  html.dev .pp {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  html.dev .pp__row {
    display: grid;
    grid-template-columns: minmax(240px, 36%) 1fr;
    height: auto;
    overflow: hidden;
  }

  html.dev .pp__media {
    height: auto;
    min-height: 220px;
  }

  html.dev .pp__body {
    padding: 24px 28px 24px 8px;
  }

  html.dev .pp__row p {
    font-size: 16px;
  }

  html.dev .resources {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  html.dev .resource {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  html.dev .resource__media {
    position: relative;
    width: min(200px, 58%);
    height: auto;
    min-height: 0;
    aspect-ratio: 273 / 344;
    margin: 20px auto 0;
    border-radius: 24px;
    overflow: hidden;
    background: #e8edf2;
  }

  html.dev .resource__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
    border-radius: 24px;
  }

  html.dev .resource__body,
  html.dev .resource--collect .resource__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 auto;
    padding: 0 20px 22px;
  }

  html.dev .resource h3 {
    margin-top: 25px;
  }

  html.dev .resource p {
    margin-top: 12px;
  }

  html.dev .tech {
    overflow: visible;
    padding-top: 36px;
  }

  html.dev .tech__card,
  html.dev .tech__card--wide,
  html.dev .tech__card--modules,
  html.dev .tech__card--clean,
  html.dev .tech__card--smart,
  html.dev .tech__card--auto,
  html.dev .tech__card--cycle,
  html.dev .tech__card:nth-child(1),
  html.dev .tech__card:nth-child(2),
  html.dev .tech__card:nth-child(3),
  html.dev .tech__card:nth-child(4),
  html.dev .tech__card:last-child {
    container-type: inline-size;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 0;
    --tech-w: 387;
    --tech-head: 38.24%;
    padding: 0 0 24px;
    overflow: visible;
    background: #f5f5f5;
  }

  html.dev .tech__card--wide.tech__card--modules,
  html.dev .tech__card--wide.tech__card--clean,
  html.dev .tech__card--wide {
    --tech-w: 590;
    --tech-head: 24.75%;
  }

  html.dev .tech__card::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 100%;
    padding-top: var(--tech-head);
    pointer-events: none;
  }

  html.dev .tech__card h3,
  html.dev .tech__card p {
    padding-left: 24px;
    padding-right: 24px;
  }

  html.dev .tech__card h3 {
    margin-top: 0;
  }

  html.dev .tech__stage {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--tech-w) * 1px);
    height: 360px;
    transform-origin: top left;
    transform: scale(calc(100cqw / (var(--tech-w) * 1px)));
    pointer-events: none;
  }

  html.dev .tech__glow {
    display: block;
    overflow: hidden;
  }

  html.dev .tech__fade {
    display: block;
  }

  html.dev .tech__media::after {
    display: none;
    content: none;
  }

  html.dev .tech__media,
  html.dev .tech__card--modules .tech__media,
  html.dev .tech__card--clean .tech__media,
  html.dev .tech__card--smart .tech__media,
  html.dev .tech__card--auto .tech__media,
  html.dev .tech__card--cycle .tech__media {
    position: absolute;
    z-index: 0;
    right: auto;
    bottom: auto;
    overflow: visible;
    transform: none;
  }

  html.dev .tech__card--modules .tech__media {
    top: -24px;
    left: 165px;
    width: 377px;
    height: 284px;
  }

  html.dev .tech__card--clean .tech__media {
    top: -58px;
    left: 160px;
    width: 382px;
    height: 223px;
  }

  html.dev .tech__card--smart .tech__media {
    top: -3px;
    left: 23px;
    width: 351px;
    height: 197px;
  }

  html.dev .tech__card--auto .tech__media {
    top: 5px;
    left: 29px;
    width: 346px;
    height: 189px;
  }

  html.dev .tech__card--cycle .tech__media {
    top: -35px;
    left: 59px;
    width: 304px;
    height: 276px;
  }

  html.dev .tech__media img,
  html.dev .tech__card--clean .tech__media img {
    position: relative;
    z-index: 0;
    inset: auto;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center top;
    transform: none;
  }

  html.dev .tech__card h3,
  html.dev .tech__card p {
    position: relative;
    z-index: 2;
    padding: 0 24px;
  }

  html.dev .tech__card h3 {
    min-height: 2.4em;
    max-width: 14em;
  }

  html.dev .tech__card--modules h3 {
    max-width: 12em;
  }

  html.dev .tech__card--clean h3 {
    max-width: 12em;
  }

  html.dev .tech__card--smart h3 {
    max-width: 11em;
  }

  html.dev .tech__card--auto h3 {
    max-width: 9em;
  }

  html.dev .tech__card--cycle h3 {
    max-width: 7em;
  }

  html.dev .cases {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  html.dev .case {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    height: auto;
    overflow: hidden;
    border-radius: 30px;
    padding: 24px 24px 28px;
  }

  html.dev .case__body {
    display: contents;
  }

  html.dev .case__tag {
    order: 1;
    white-space: normal;
  }

  html.dev .case__photo {
    position: relative;
    order: 2;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 411 / 231;
    overflow: hidden;
    border-radius: 30px;
    align-self: stretch;
  }

  html.dev .case__photo img {
    position: absolute;
    inset: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    transform: none;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
  }

  html.dev .case__main {
    order: 3;
    width: 100%;
    gap: 16px;
  }

  html.dev .case__body h3,
  html.dev .case__text {
    max-width: none;
  }

  html.dev .case__body h3 {
    font-size: 22px;
  }

  html.dev .pp__body {
    max-width: 62ch;
  }

  html.dev .dev-cta {
    position: relative;
    height: auto;
    min-height: 0;
    margin-top: 48px;
    padding: 48px 40px 40px;
    border-radius: 40px;
    overflow: hidden;
  }

  html.dev .dev-cta__copy {
    position: static;
    z-index: 1;
    width: 100%;
    max-width: none;
    padding-right: 0;
    box-sizing: border-box;
  }

  html.dev .dev-cta h2,
  html.dev .dev-cta__lead,
  html.dev .dev-cta__note {
    max-width: 100%;
  }

  html.dev .dev-cta__note {
    max-width: 36em;
  }

  html.dev .dev-center {
    overflow: visible;
  }

  html.dev .dev-cta__action {
    position: relative;
    width: 490px;
    max-width: 100%;
    height: 117px;
    min-height: 0;
    margin-top: 36px;
    overflow: visible;
    border-radius: 0;
  }

  html.dev .dev-mock-cta {
    position: relative;
    width: min(640px, 100%);
    max-width: 100%;
    height: 117px;
    margin-top: 36px;
    overflow: visible;
  }

  html.dev .dev-mock-cta .cta {
    justify-content: flex-start;
    width: min(490px, 100%);
    max-width: 100%;
    height: 98px;
    min-height: 98px;
    padding: 0 36px 0 64px;
    white-space: nowrap;
    font: 700 20px/1.2 var(--font);
  }

  html.dev .dev-cta__action .cta {
    justify-content: center;
    width: min(351px, 100%);
    max-width: 100%;
    height: 98px;
    min-height: 98px;
    padding: 0 28px;
    white-space: nowrap;
    font: 700 20px/1.2 var(--font);
  }

  html.dev .dev-cta__person {
    position: absolute;
    left: 244px !important;
    right: auto !important;
    top: -41px !important;
    bottom: auto !important;
    width: 252px !important;
    height: 168px !important;
    max-height: none !important;
    object-fit: contain;
    object-position: left top;
    pointer-events: none;
    z-index: 2;
  }

  html.dev .dev-mock-cta__person {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: -48px !important;
    bottom: auto !important;
    width: 180px !important;
    height: auto !important;
    max-height: 180px !important;
    object-fit: contain;
    object-position: left top;
    pointer-events: none;
    z-index: 2;
  }

  html.dev .dev-footer__bar {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 28px;
    min-height: 0;
    padding: 40px 32px 32px;
  }

  html.dev .dev-footer__logo,
  html.dev .dev-footer__nav,
  html.dev .dev-footer__contacts,
  html.dev .dev-footer__socials,
  html.dev .dev-footer__phone,
  html.dev .dev-footer__email,
  html.dev .dev-footer__privacy,
  html.dev .dev-footer__copy,
  html.dev .dev-footer__offer {
    margin: 0;
  }

  html.dev .dev-footer__contacts {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 16px 24px;
  }

  html.dev .dev-footer__rule {
    flex: 1 0 100%;
    margin: 8px 0;
  }

  html.dev .risk,
  html.dev .risk:nth-child(n + 4),
  html.dev .risk:nth-child(1),
  html.dev .risk:nth-child(2),
  html.dev .risk:nth-child(3),
  html.dev .resource,
  html.dev .tech__card,
  html.dev .tech__card--wide,
  html.dev .tech__card:nth-child(1),
  html.dev .tech__card:nth-child(2),
  html.dev .tech__card:nth-child(3),
  html.dev .tech__card:nth-child(4),
  html.dev .key,
  html.dev .key--wide,
  html.dev .keys .key:nth-child(1),
  html.dev .keys .key:nth-child(2),
  html.dev .keys .key:nth-child(3) {
    height: 100%;
    align-self: stretch;
  }

  html.dev .resource {
    height: 100%;
  }

  html.dev .resource__body {
    flex: 0 0 auto;
  }

  html.dev .resource h3,
  html.dev .tech__card h3,
  html.dev .pp__row h3,
  html.dev .key h3,
  html.dev .risk h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  html.dev .dev-head,
  html.dev .dev-head--climate,
  html.dev .dev-head--price,
  html.dev .dev-head--water,
  html.dev .dev-head--approach,
  html.dev .dev-head--start,
  html.dev .dev-head--pp {
    grid-template-columns: 1fr;
  }

  html.dev .dev-title,
  html.dev .dev-title--climate,
  html.dev .dev-title--water,
  html.dev .dev-title--start,
  html.dev .dev-title--pp,
  html.dev .dev-title--approach,
  html.dev .dev-title--price,
  html.dev .dev-aside,
  html.dev .dev-head--climate .dev-aside,
  html.dev .dev-head--price .dev-aside,
  html.dev .dev-head--water .dev-aside,
  html.dev .dev-head--approach .dev-aside,
  html.dev .dev-head--start .dev-aside,
  html.dev .dev-head--pp .dev-aside {
    max-width: none;
    justify-self: start;
  }

  html.dev .dev-head--pp .dev-aside br {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  html.dev .benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 88px 36px;
  }

  html.dev .benefit h2 {
    font-size: 20px;
    min-height: 2.4em;
  }

  html.dev .risks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.dev .resources {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  html.dev .keys {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 16px;
  }

  html.dev .tech {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px 16px;
  }

  html.dev .tech__card,
  html.dev .tech__card--smart,
  html.dev .tech__card--auto,
  html.dev .tech__card--cycle,
  html.dev .tech__card:last-child {
    grid-column: span 2;
    width: auto;
    max-width: none;
    height: auto;
    align-self: stretch;
    justify-self: stretch;
    overflow: visible;
  }

  html.dev .tech__card--wide,
  html.dev .tech__card--modules,
  html.dev .tech__card--clean {
    grid-column: span 3;
  }

  html.dev .key,
  html.dev .key--wide,
  html.dev .keys .key:last-child {
    grid-column: auto;
    width: auto;
    max-width: none;
    height: 100%;
    align-self: stretch;
    justify-self: stretch;
    overflow: visible;
  }

  html.dev .risk,
  html.dev .resource,
  html.dev .tech__card,
  html.dev .key {
    height: 100%;
  }

  html.dev .resource__body {
    flex: 0 0 auto;
  }

  html.dev .dev-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 16px 24px;
  }

  html.dev .dev-calc {
    margin-top: 0;
  }

}

@media (max-width: 767.98px) {
  html.dev .shell {
    padding-top: 80px;
  }

  html.dev .dev-hero .header {
    position: fixed;
    top: max(10px, env(safe-area-inset-top, 0px));
    left: 15px;
    right: 15px;
    z-index: 40;
  }

  html.dev .dev-hero .menu__panel {
    position: fixed;
    top: calc(max(10px, env(safe-area-inset-top, 0px)) + 68px);
    left: 15px;
    right: 15px;
    z-index: 39;
  }

  html.dev .dev-hero__bg {
    height: 1014px;
    background-color: #304a6d;
    background-image: var(--hero-wash), url("../assets/images/hero-bg.jpg");
    background-size: cover;
    background-position: 28% 100%;
  }

  html.dev .dev-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 22, 36, 0.62) 0%, rgba(10, 22, 36, 0.28) 48%, transparent 78%);
    pointer-events: none;
  }

  html.dev .dev-hero__title {
    max-width: 320px;
    font-size: 30px;
    line-height: 1.13;
  }

  html.dev .dev-hero__lead {
    grid-template-columns: 14px minmax(0, 257px);
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.29;
  }

  html.dev .dev-hero__actions {
    gap: 68px;
    margin-top: 40px;
    align-items: flex-start;
  }

  html.dev .dev-hero .cta {
    width: 280px;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 auto;
    align-self: flex-start;
    padding: 0 24px;
  }

  html.dev .dev-calc {
    width: calc(100% + 9px);
    max-width: 290px;
    height: 93px;
    min-height: 93px;
    margin-left: 9px;
    padding: 16px 12px 12px 70px;
    overflow: visible;
  }

  html.dev .dev-calc::before,
  html.dev .dev-calc::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }

  html.dev .dev-calc::before {
    z-index: 1;
    left: 48px;
    top: 0;
    width: 100px;
    height: 93px;
    border-radius: 50%;
    background: #fff;
    filter: blur(10px);
  }

  html.dev .dev-calc::after {
    z-index: 1;
    left: 20px;
    top: 20px;
    width: 70px;
    height: 62px;
    border-radius: 50%;
    background: #fff;
    filter: blur(14px);
  }

  html.dev .dev-calc img {
    z-index: 0;
    left: -18px;
    top: -47px;
    width: 181px;
    height: 153px;
    content: url("../assets/images/dev/calc-person-mobile-50c6d7.png");
  }

  html.dev .dev-calc span {
    z-index: 2;
    font-size: 14px;
    line-height: 1.3;
  }

  html.dev .benefits {
    margin-top: 160px;
    gap: 5px;
  }

  html.dev .benefit,
  html.dev .benefit--opex,
  html.dev .benefit--speed,
  html.dev .benefit--helmet {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 0;
    justify-content: flex-end;
    color: var(--navy);
  }

  html.dev .benefit--capex {
    min-height: 240px;
    padding: 150px 15px 20px;
  }

  html.dev .benefit--opex {
    min-height: 223px;
    padding: 132px 15px 20px;
  }

  html.dev .benefit--speed {
    min-height: 251px;
    padding: 132px 15px 20px;
    color: var(--navy);
  }

  html.dev .benefit--helmet {
    min-height: 230px;
    padding: 138px 15px 20px;
  }

  html.dev .benefit--capex::before {
    top: 41px;
  }

  html.dev .benefit--opex::before {
    top: 24px;
  }

  html.dev .benefit--speed::before {
    top: 24px;
    background: #fff;
  }

  html.dev .benefit--helmet::before {
    top: 31px;
  }

  html.dev .benefit h2 {
    font-size: 18px;
    min-height: 0;
    line-height: 1.2;
  }

  html.dev .benefit p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  html.dev .benefit__visual {
    left: auto !important;
    transform: none;
    object-fit: contain;
  }

  html.dev .benefit--capex .benefit__visual {
    top: 0 !important;
    left: 13px !important;
    width: 202px !important;
    height: 217px !important;
  }

  html.dev .benefit--opex .benefit__visual {
    top: 0 !important;
    left: 28px !important;
    width: 174px !important;
    height: 182px !important;
  }

  html.dev .benefit--speed .benefit__visual {
    top: 0 !important;
    left: 18px !important;
    width: 169px !important;
    height: 182px !important;
  }

  html.dev .benefit--helmet .benefit__visual {
    top: 0 !important;
    left: 2px !important;
    width: 192px !important;
    height: 181px !important;
  }

  html.dev .benefit__glow::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 62%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 42%, #fff 100%);
    transition: background 0.35s ease;
    pointer-events: none;
  }

  html.dev .benefit:hover::before,
  html.dev .benefit.is-hover::before,
  html.dev .benefit--speed:hover::before,
  html.dev .benefit--speed.is-hover::before {
    background: #3c5a80;
  }

  html.dev .benefit:hover .benefit__glow::after,
  html.dev .benefit.is-hover .benefit__glow::after {
    background: linear-gradient(180deg, rgba(60, 90, 128, 0) 0%, #3c5a80 42%, #3c5a80 100%);
  }

  html.dev .benefit:hover .benefit__fade,
  html.dev .benefit.is-hover .benefit__fade {
    background: #3c5a80;
  }

  html.dev .benefit--capex .benefit__fade,
  html.dev .benefit--opex .benefit__fade,
  html.dev .benefit--speed .benefit__fade,
  html.dev .benefit--helmet .benefit__fade {
    left: -24px;
    width: 340px;
    height: 200px;
    background: #fff;
    filter: blur(28px);
    opacity: 1;
  }

  html.dev .benefit--capex .benefit__fade {
    top: 88px;
  }

  html.dev .benefit--opex .benefit__fade {
    top: 72px;
  }

  html.dev .benefit--speed .benefit__fade {
    top: 96px;
  }

  html.dev .benefit--helmet .benefit__fade {
    top: 80px;
  }

  html.dev .benefit__check {
    width: 26px;
    height: 26px;
    margin-left: 0;
  }

  html.dev .benefit--capex .benefit__check {
    top: 83px;
    left: 133px;
  }

  html.dev .benefit--opex .benefit__check {
    top: 39px;
    left: 55px;
  }

  html.dev .benefit--speed .benefit__check {
    top: 86px;
    left: 145px;
    background: var(--blue);
  }

  html.dev .benefit--speed .benefit__check img {
    filter: none;
  }

  html.dev .benefit--helmet .benefit__check {
    top: 54px;
    left: 145px;
  }

  html.dev .dev-title--water br,
  html.dev .dev-break-m {
    display: block !important;
  }

  html.dev .dev-title--climate {
    display: block;
    width: 261px;
    max-width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.13;
  }

  html.dev .dev-title--climate strong,
  html.dev .dev-title--climate span,
  html.dev .dev-title--climate em {
    display: inline;
    white-space: normal;
  }

  html.dev .dev-title--climate em {
    font-weight: 500;
    color: #244c7d;
  }

  html.dev .dev-title,
  html.dev .dev-title--climate,
  html.dev .dev-title--water,
  html.dev .dev-title--price,
  html.dev .dev-title--approach,
  html.dev .dev-title--start,
  html.dev .dev-title--pp,
  html.dev .dev-title--cases,
  html.dev .dev-cta h2 {
    font-size: 24px;
    line-height: 1.13;
  }

  html.dev .dev-aside {
    font-size: 16px;
  }

  html.dev .fact,
  html.dev .climate__list .fact:first-child {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 0;
    height: auto;
    min-height: 0;
    padding: 15px 15px 20px;
  }

  html.dev .fact__icon {
    position: static;
    width: 41px;
    height: 45px;
    margin: 0 0 10px;
  }

  html.dev .fact__icon img {
    width: 41px;
    height: 45px;
    max-width: 41px;
    margin: 0;
  }

  html.dev .fact h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  html.dev .fact p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  html.dev .fact dl {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    margin-top: 15px;
  }

  html.dev .fact dt {
    font-size: 14px;
  }

  html.dev .fact dd {
    font-size: 12px;
  }

  html.dev .risks {
    gap: 36px;
    padding-top: 12px;
  }

  html.dev .risk h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  html.dev .risk p {
    margin-top: 20px;
  }

  html.dev .risk,
  html.dev .risk:nth-child(n + 4),
  html.dev .risk:nth-child(1),
  html.dev .risk:nth-child(2),
  html.dev .risk:nth-child(3) {
    height: auto;
    min-height: 166px;
    padding: 76px 15px 20px;
    overflow: visible;
  }

  html.dev .risk:nth-child(1),
  html.dev .risk:nth-child(2) {
    min-height: 200px;
  }

  html.dev .risk:nth-child(3) {
    min-height: 183px;
  }

  html.dev .resource--collect .resource__media img {
    content: url("../assets/images/dev/res-collect-m.png");
  }

  html.dev .resource--clean .resource__media img {
    content: url("../assets/images/dev/res-clean-m.png");
  }

  html.dev .resource--use .resource__media img {
    content: url("../assets/images/dev/res-use-m.png");
  }

  html.dev .resource--load .resource__media img {
    content: url("../assets/images/dev/res-load-m.png");
  }

  html.dev .resource--budget .resource__media img {
    content: url("../assets/images/dev/res-budget-m.png");
  }

  html.dev .resource--esg .resource__media img {
    content: url("../assets/images/dev/res-esg-m.png");
  }

  html.dev .resource,
  html.dev .resource--collect {
    height: auto;
    min-height: 0;
    overflow: hidden;
    border-radius: 30px;
  }

  html.dev .resource__media {
    height: 165px;
    min-height: 165px;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
  }

  html.dev .resource__media img {
    border-radius: 30px 30px 0 0;
  }

  html.dev .resource__body,
  html.dev .resource--collect .resource__body {
    display: block;
    padding: 15px 15px 22px;
  }

  html.dev .resource h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  html.dev .resource p {
    margin-top: 20px;
    font-size: 16px;
  }

  html.dev .dev-center,
  html.dev .dev-mock-cta,
  html.dev .dev-cta__action {
    overflow: visible;
  }

  html.dev .dev-center {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  html.dev .dev-mock-cta {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 181px;
    margin-top: 0;
    padding-top: 84px;
    overflow: visible;
  }

  html.dev .dev-mock-cta .cta,
  html.dev .cta--wide {
    position: relative;
    z-index: 3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 290px;
    min-width: 0;
    height: 84px;
    min-height: 84px;
    margin-inline: auto;
    padding: 12px 24px;
    gap: 10px;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }

  html.dev .dev-cta__action .cta {
    position: relative;
    z-index: 3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    max-width: 100%;
    min-width: 0;
    height: 84px;
    min-height: 84px;
    padding: 12px 24px;
    gap: 10px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }

  html.dev .dev-mock-cta .cta span {
    display: block;
    max-width: 152px;
  }

  html.dev .dev-mock-cta__person,
  html.dev .dev-cta__person {
    z-index: 0 !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 181px !important;
    height: 153px !important;
    max-height: none !important;
    object-fit: contain;
    object-position: left top;
    content: url("../assets/images/dev/calc-person-mobile-50c6d7.png");
  }

  html.dev .dev-mock-cta__person {
    left: 50% !important;
    transform: translateX(-50%);
  }

  html.dev .dev-cta__person {
    left: -16px !important;
  }

  html.dev .dev-subhead-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 15px;
  }

  html.dev .dev-subhead-row--tech {
    position: relative;
    display: block;
    width: 100%;
    max-width: 281px;
    min-height: 40px;
  }

  html.dev .dev-subhead {
    max-width: 243px;
    font-size: 18px;
    line-height: 1.13;
  }

  html.dev .dev-subhead-row--tech .dev-curve {
    position: absolute;
    left: 230px;
    top: -1px;
    width: 36px;
    height: 37px;
    margin: 0;
  }

  html.dev .tech {
    display: flex;
    flex-direction: column;
    gap: 36px;
    overflow: visible;
    padding-top: 28px;
  }

  html.dev .tech__card,
  html.dev .tech__card--wide,
  html.dev .tech__card--modules,
  html.dev .tech__card--clean,
  html.dev .tech__card--smart,
  html.dev .tech__card--auto,
  html.dev .tech__card--cycle,
  html.dev .tech__card:nth-child(1),
  html.dev .tech__card:nth-child(2),
  html.dev .tech__card:nth-child(3),
  html.dev .tech__card:nth-child(4),
  html.dev .tech__card:nth-child(5) {
    container-type: inline-size;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 0;
    --tech-w: 387;
    --tech-head: 38.24%;
    padding: 0 0 20px;
    overflow: hidden;
    border-radius: 30px;
    background: #f5f5f5;
  }

  html.dev .tech__card--wide.tech__card--modules,
  html.dev .tech__card--wide.tech__card--clean,
  html.dev .tech__card--wide {
    --tech-w: 590;
    --tech-head: 24.75%;
  }

  html.dev .tech__card::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 100%;
    padding-top: 132px;
    pointer-events: none;
  }

  html.dev .tech__card--wide.tech__card--modules::before,
  html.dev .tech__card--wide.tech__card--clean::before,
  html.dev .tech__card--wide::before {
    padding-top: 85px;
  }

  html.dev .tech__card--clean::before,
  html.dev .tech__card--wide.tech__card--clean::before {
    padding-top: 140px;
  }

  html.dev .tech__card--cycle::before {
    padding-top: 152px;
  }

  html.dev .tech__stage {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--tech-w) * 1px);
    height: 360px;
    transform-origin: top left;
    transform: scale(calc(344 / var(--tech-w)));
    overflow: visible;
    pointer-events: none;
  }

  html.dev .tech__card--clean .tech__stage {
    top: 48px;
  }

  html.dev .tech__card--cycle .tech__stage {
    top: 44px;
  }

  html.dev .tech__glow {
    display: block;
    inset: 0;
    overflow: visible;
    border-radius: 0;
    background: none;
  }

  html.dev .tech__fade {
    display: block;
  }

  html.dev .tech__media::after {
    display: none;
    content: none;
  }

  html.dev .tech__media,
  html.dev .tech__card--modules .tech__media,
  html.dev .tech__card--clean .tech__media,
  html.dev .tech__card--smart .tech__media,
  html.dev .tech__card--auto .tech__media,
  html.dev .tech__card--cycle .tech__media {
    position: absolute;
    z-index: 0;
    right: auto;
    bottom: auto;
    overflow: visible;
    transform: none;
    min-height: 0;
  }

  html.dev .tech__card--modules .tech__media {
    top: -24px;
    left: 165px;
    width: 377px;
    height: 284px;
  }

  html.dev .tech__card--clean .tech__media {
    top: -58px;
    left: 160px;
    width: 382px;
    height: 223px;
  }

  html.dev .tech__card--smart .tech__media {
    top: -3px;
    left: 23px;
    width: 351px;
    height: 197px;
  }

  html.dev .tech__card--auto .tech__media {
    top: 5px;
    left: 29px;
    width: 346px;
    height: 189px;
  }

  html.dev .tech__card--cycle .tech__media {
    top: -35px;
    left: 59px;
    width: 304px;
    height: 276px;
  }

  html.dev .tech__media img,
  html.dev .tech__card--modules .tech__media img,
  html.dev .tech__card--clean .tech__media img,
  html.dev .tech__card--smart .tech__media img,
  html.dev .tech__card--auto .tech__media img,
  html.dev .tech__card--cycle .tech__media img {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center top;
    transform: none;
  }

  html.dev .tech__card h3 {
    min-height: 0;
    margin-top: 0;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  html.dev .tech__card--modules h3 {
    max-width: 280px;
  }

  html.dev .tech__card--clean h3 {
    max-width: 290px;
  }

  html.dev .tech__card--smart h3 {
    max-width: 247px;
  }

  html.dev .tech__card--auto h3 {
    max-width: 190px;
  }

  html.dev .tech__card--cycle h3 {
    max-width: 163px;
  }

  html.dev .tech__card h3 em {
    display: block;
  }

  html.dev .tech__card p {
    margin-top: 8px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  html.dev .case,
  html.dev .case:nth-child(1),
  html.dev .case:nth-child(2),
  html.dev .case:nth-child(3),
  html.dev .case:nth-child(4) {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    overflow: hidden;
    padding: 0 0 25px;
  }

  html.dev .case__photo {
    order: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 411 / 231;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }

  html.dev .case__photo img {
    position: absolute;
    inset: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    transform: none;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
  }

  html.dev .case__body {
    display: flex;
    flex-direction: column;
    order: 2;
    padding: 15px 15px 0;
    gap: 15px;
  }

  html.dev .cases .case__tag {
    order: 0;
    width: 250px;
    max-width: 100%;
    height: 32px;
    padding: 0 10px;
    font-size: 10px;
    white-space: nowrap;
  }

  html.dev .case-modal__content .case__tag {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    height: auto;
    min-height: 32px;
    padding: 6px 12px;
    font-size: 10px;
    white-space: normal;
    text-align: left;
    overflow-wrap: break-word;
  }

  html.dev .cases .case:nth-child(2) .case__tag,
  html.dev .cases .case:nth-child(3) .case__tag,
  html.dev .cases .case:nth-child(4) .case__tag {
    height: 47px;
    min-height: 47px;
    padding: 6px 10px;
    line-height: 16px;
    white-space: normal;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    overflow: visible;
  }

  html.dev .case__main {
    gap: 20px;
  }

  html.dev .case__body h3 {
    width: auto;
    max-width: 100%;
    font-size: 24px;
    line-height: 1.2;
  }

  html.dev .case__text,
  html.dev .case li {
    max-width: 100%;
    font-size: 16px;
    overflow-wrap: break-word;
  }

  html.dev .case__more {
    margin-top: 15px;
    font-size: 16px;
  }

  html.dev .pp__row,
  html.dev .pp__row:nth-child(1),
  html.dev .pp__row:nth-child(2),
  html.dev .pp__row:nth-child(3),
  html.dev .pp__row:nth-child(4),
  html.dev .pp__row:nth-child(5) {
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  html.dev .pp__media {
    position: relative;
    width: 100%;
    height: 174px;
    min-height: 174px;
    overflow: hidden;
  }

  html.dev .pp__media img {
    position: absolute;
    inset: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
  }

  html.dev .pp__body {
    padding: 14px 15px 20px;
    margin-top: 0;
  }

  html.dev .pp__row h3 {
    width: auto;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.2;
  }

  html.dev .pp__row:nth-child(1) h3,
  html.dev .pp__row:nth-child(4) h3,
  html.dev .pp__row:nth-child(5) h3 {
    width: auto;
    max-width: 100%;
  }

  html.dev .pp__row p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.25;
  }

  html.dev .key,
  html.dev .key--wide,
  html.dev .keys .key:nth-child(1),
  html.dev .keys .key:nth-child(2),
  html.dev .keys .key:nth-child(3),
  html.dev .keys .key:nth-child(4),
  html.dev .keys .key:nth-child(5) {
    height: auto;
    min-height: 182px;
    overflow: visible;
    padding: 15px;
  }

  html.dev .keys .key:nth-child(1) {
    min-height: 252px;
  }

  html.dev .keys .key:nth-child(2) {
    min-height: 199px;
  }

  html.dev .keys .key:nth-child(3) {
    min-height: 201px;
  }

  html.dev .key h3,
  html.dev .key--wide h3 {
    font-size: 18px;
    line-height: 1.2;
    padding-right: 48px;
  }

  html.dev .key p,
  html.dev .key--wide p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.2;
    padding-right: 8px;
  }

  html.dev .dev-cta {
    height: auto;
    min-height: 0;
    margin-top: 70px;
    padding: 40px 15px 32px;
    overflow: visible;
    border-radius: 30px;
  }

  html.dev .dev-cta__copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  html.dev .dev-cta h2 {
    max-width: 276px;
    font-size: 24px;
  }

  html.dev .dev-cta__lead {
    font-size: 16px;
  }

  html.dev .dev-cta__note {
    position: relative;
    z-index: 2;
    font-size: 16px;
    max-width: 232px;
  }

  html.dev .lead-form label:not(.lead-form__consent) span,
  html.dev .dropzone__area p,
  html.dev .file-item__name,
  html.dev .form-modal__success-text {
    font-size: 16px;
  }

  html.dev .lead-form__consent,
  html.dev .lead-form__consent span {
    font-size: 14px;
  }

  html.dev .form-modal .cta,
  html.dev .lead-form .cta {
    width: 100%;
    max-width: none;
    height: 52px;
    min-height: 52px;
    margin-inline: 0;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.2;
    gap: 8px;
  }

  html.dev .form-modal__success h2 {
    font-size: 24px;
  }

  html.dev .file-item__size {
    font-size: 12px;
  }

  html.dev .dev-cta__action {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    min-height: 181px;
    margin-top: 24px;
    padding-top: 84px;
    overflow: visible;
  }

  html.dev .case-compare {
    overflow: visible;
  }

  html.dev .case-compare table {
    min-width: 0;
  }

  html.dev .case-compare thead {
    display: none;
  }

  html.dev .case-compare table,
  html.dev .case-compare tbody,
  html.dev .case-compare tr,
  html.dev .case-compare th,
  html.dev .case-compare td {
    display: block;
    width: 100%;
  }

  html.dev .case-compare tbody tr {
    margin-bottom: 12px;
    padding: 12px 14px 6px;
    overflow: hidden;
    border-radius: 16px;
    background: #f5f5f5;
  }

  html.dev .case-compare tbody th,
  html.dev .case-compare tbody td,
  html.dev .case-compare tbody tr:nth-child(even) th,
  html.dev .case-compare tbody tr:nth-child(even) td,
  html.dev .case-compare tbody td:last-child,
  html.dev .case-compare tbody tr:nth-child(even) td:last-child {
    padding: 6px 0;
    border: 0;
    background: transparent;
  }

  html.dev .case-compare tbody th {
    width: auto;
    padding-bottom: 10px;
    font-size: 15px;
  }

  html.dev .case-compare tbody td {
    padding-top: 8px;
    border-top: 1px solid rgba(30, 51, 76, 0.08);
  }

  html.dev .case-compare tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: #3c5a80;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media (max-width: 419.98px) {
  .form-modal__dialog h2 {
    font-size: 24px;
    line-height: 1.15;
  }
}
