@font-face {
  font-family: "ImpactLocal";
  src: url("fonts/impact.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "CalibriLocal";
  src: url("fonts/calibri.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CalibriLocal";
  src: url("fonts/calibrib.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CalibriLightLocal";
  src: url("fonts/calibril.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ScriptLocal";
  src: url("fonts/segoesc.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "ScriptBoldLocal";
  src: url("fonts/segoescb.ttf") format("truetype");
  font-display: swap;
}

:root {
  --page-width: 1900px;
  --gold: #e6c62c;
  --ink: #303436;
  --deep-green: #31483d;
  --features-bg: #3d777b;
  --page-bg: #3d616d;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--page-bg);
  color: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--page-bg);
  font-family: "CalibriLocal", Arial, sans-serif;
  line-height: 1.2;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.landing {
  container-type: inline-size;
  width: min(75vw, var(--page-width));
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.hero,
.features {
  position: relative;
  container-type: inline-size;
  width: 100%;
}

.hero {
  aspect-ratio: 1900 / 1300;
  background: url("images/svod-psd/section-01-bg.jpg") center top / 100% 100% no-repeat;
}

.hero__copy {
  position: absolute;
  inset: 0;
  width: 100%;
  color: #ffffff;
}

.hero__title {
  position: absolute;
  left: 2.63%;
  top: 9.05%;
  width: 46cqw;
  margin: 0;
  line-height: 1;
}

.hero__title img {
  display: table;
  width: 100%;
  height: auto;
}

.hero__intro {
  position: absolute;
  margin: 0;
  color: #ffffff;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero__intro--bold {
  left: 2.9%;
  top: 19.05%;
  font-size: 3.18cqw;
  font-weight: 700;
  line-height: 1.31;
  word-spacing: 0.08em;
  transform: scaleX(1.04);
  transform-origin: left top;
}

.hero__intro--bold span {
  display: inline-block;
  margin-top: 0.1cqw;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-weight: 300;
  word-spacing: 0.14em;
}

.hero__intro--light {
  left: 2.72%;
  top: 43.85%;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 3.28cqw;
  font-weight: 300;
  line-height: 1.19;
  word-spacing: 0.1em;
  transform: scaleX(1.08);
  transform-origin: left top;
}

.hero__script {
  position: absolute;
  left: 3.24%;
  top: 61.38%;
  margin: 0;
  color: var(--deep-green);
  font-family: "ScriptBoldLocal", "ScriptLocal", "Segoe Script", cursive;
  font-size: 5.62cqw;
  font-weight: 400;
  line-height: 1;
  transform: rotate(-2.65deg) scaleX(1.116) scaleY(0.86);
  transform-origin: left center;
  white-space: nowrap;
}

.hero__phone {
  position: absolute;
  left: 2.38%;
  top: 70.85%;
  display: inline-block;
  margin: 0;
  color: var(--deep-green);
  font-family: "CalibriLocal", Arial, sans-serif;
  font-size: 5.08cqw;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.035em;
  transform: scaleX(1.02);
  transform-origin: left top;
  white-space: nowrap;
}

.hero__time {
  position: absolute;
  left: 10.2%;
  top: 79.75%;
  margin: 0;
  color: #4e5d55;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 2.65cqw;
  font-weight: 300;
  line-height: 1;
  transform: rotate(-2.15deg) scaleX(1.11);
  transform-origin: left center;
  white-space: nowrap;
}

.hero__button {
  position: absolute;
    left: 10.45%;
    top: 88.3%;
    display: grid;
    place-items: center;
    width: 26.35%;
  height: 7%;
  color: #ffffff;
  border: 0;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 2.84cqw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  outline-offset: 0.25cqw;
  transition: color 160ms ease, background-color 160ms ease;
}

.hero__button:hover,
.hero__button:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #f3f6f3;
}

.features {
  height: 32.6316cqw;
  min-height: 172px;
  max-height: 620px;
  background: var(--features-bg);
  color: #b3ccc6;
}

.features__script-layer {
  position: absolute;
  left: 3.105cqw;
  top: 3cqw;
  width: 48.1cqw;
  margin: 0;
  color: #ffffff;
  font-family: "ScriptLocal", "Segoe Script", cursive;
  font-size: 3.228cqw;
  font-weight: 400;
  line-height: 2.737cqw;
  letter-spacing: 0.025em;
  transform: rotate(-2.99deg);
  transform-origin: left top;
  white-space: nowrap;
}

.features__notes {
  position: absolute;
  top: 1.842cqw;
  left: 44.105%;
  width: 54%;
  color: #b3ccc6;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 3.158cqw;
  font-weight: 300;
  line-height: 2.737cqw;
  letter-spacing: 0.025em;
}

.features__notes p {
  position: relative;
  margin: 0 0 2.737cqw;
  padding-left: 1.42cqw;
}

.features__star {
  position: absolute;
  left: 0;
  top: 0.48em;
  font-size: 0.556em;
  line-height: 1;
}

.text-star {
  display: inline-block;
  font-size: 0.62em;
  line-height: 1;
  vertical-align: baseline;
  transform: translateY(0.22em);
}

.features__guarantee {
  position: absolute;
  top: 25.158cqw;
  right: 2.632cqw;
  width: 80.658cqw;
  margin: 0;
  color: #f1d02b;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-size: 3.158cqw;
  font-weight: 700;
  line-height: 2.737cqw;
  letter-spacing: 0.025em;
  text-align: right;
}

.features__guarantee .text-star {
  font-size: 0.56em;
  transform: translateY(0.18em);
}

.calculation__line .text-star {
  margin-right: 0.08em;
  font-size: 0.58em;
  transform: translateY(0.18em);
}

.calculation {
  position: relative;
  container-type: inline-size;
  height: 128.1cqw;
  min-height: 410px;
  overflow: hidden;
  background:
    url("images/svod-psd/section-02-bg.jpg")
    center -32.63cqw / 100% auto no-repeat;
}

.calculation__copy,
.calculation__script,
.calculation__cashback {
  position: absolute;
  margin: 0;
  letter-spacing: 0;
}

.calculation__copy {
  left: 0.813cqw;
  top: 43.081cqw;
  width: 98.14cqw;
  transform: rotate(-5.39deg);
  transform-origin: left top;
}

.calculation__line {
  width: 100%;
  margin: 0;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 3.158cqw;
  font-weight: 300;
  line-height: 2.737cqw;
  letter-spacing: 0.025em;
  word-spacing: 0;
  white-space: nowrap;
}

.calculation__line--primary {
  color: #ffffff;
}

.calculation__line--secondary {
  margin-top: 2.737cqw;
  color: #3d777b;
}

.calculation__script {
  left: 2.38cqw;
  top: 63.301cqw;
  color: #ffffff;
  font-family: "ScriptLocal", "Segoe Script", cursive;
  font-size: 3.228cqw;
  line-height: 2.737cqw;
  letter-spacing: 0.025em;
  transform: rotate(-6.08deg);
  transform-origin: left top;
  white-space: nowrap;
}

.calculation__cashback {
  left: 39.251cqw;
  top: 58.425cqw;
  width: 58.9cqw;
  color: #b3ccc6;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 3.158cqw;
  font-weight: 300;
  line-height: 2.737cqw;
  letter-spacing: 0.025em;
  transform: rotate(-5.22deg);
  transform-origin: left top;
  white-space: nowrap;
}

.calculation__cashback strong {
  color: #ffffff;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-weight: 700;
}

.calculation__button {
  position: absolute;
  left: 70.632%;
  top: 66.947cqw;
  display: grid;
  place-items: center;
  width: 26.316%;
  height: 4.737cqw;
  background: transparent;
  color: #ffffff;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 2.807cqw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.025em;
  transition: color 160ms ease;
}

.calculation__button:hover,
.calculation__button:focus-visible {
  color: #f3f6f3;
}

.rules {
  position: relative;
  container-type: inline-size;
  height: 114.632cqw;
  overflow: hidden;
  background: #ffffff;
  color: #111111;
}

.rules__text {
  position: absolute;
  left: 2.14cqw;
  top: 1.586cqw;
  width: 95.65cqw;
  margin: 0;
  color: #000000;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 2.807cqw;
  font-weight: 300;
  line-height: 2.597cqw;
  letter-spacing: 0;
  text-align: justify;
  text-align-last: justify;
  white-space: pre-line;
}

.rules__text strong {
  display: block;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-weight: 700;
  text-align: left !important;
  text-align-last: left !important;
  text-justify: none;
  white-space: normal;
  word-spacing: 0;
}

.example {
  position: relative;
  container-type: inline-size;
  aspect-ratio: 1900 / 3935;
  overflow: hidden;
  background: url("images/svod-psd/section-03-bg.jpg") center top / 100% 100% no-repeat;
}

.example__title,
.example__brief,
.example__area,
.example__total,
.example__costs-title,
.example__costs,
.example__extra {
  position: absolute;
  z-index: 1;
  margin: 0;
  letter-spacing: 0;
}

.example__title {
  left: 3.386cqw;
  top: 0.881cqw;
  color: #e9f1f0;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-size: 4.737cqw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.example__brief {
  left: 0.816cqw;
  top: 7.174cqw;
  width: 28.946cqw;
}

.example__brief-title {
  margin: 0;
  color: #ffffff;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-size: 3.526cqw;
  font-weight: 400;
  line-height: 3.789cqw;
  letter-spacing: 0.025em;
}

.example__brief-mark {
  width: 11cqw;
  margin: 0.3cqw 0 0 0.25cqw;
  color: #939494;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-size: 2.632cqw;
  font-weight: 700;
  line-height: 3.158cqw;
  letter-spacing: 0.05em;
  transform: scaleX(2.12);
  transform-origin: left center;
}

.example__brief-text {
  margin: -0.3cqw 0 0 0.2cqw;
  color: #515151;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-size: 2.579cqw;
  font-weight: 400;
  line-height: 2.737cqw;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.example__brief-text span {
  color: #ffffff;
}

.example__area {
  left: 48.5%;
  top: 49.6cqw;
  color: #e2e2e2;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-size: 13.15cqw;
  font-weight: 400;
  line-height: 0.82;
  white-space: nowrap;
}

.example__area span {
  font-size: 18.42cqw;
}

.example__total {
  left: 1.211cqw;
  top: 161.695cqw;
  color: #000000;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 5cqw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.025em;
  transform: scaleX(1.1);
  transform-origin: left center;
  white-space: nowrap;
}

.example__costs,
.example__extra {
  color: #424242;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-size: 2.63cqw;
  font-weight: 400;
  line-height: 1.04;
}

.example__costs p {
  margin: 0;
}

.example__costs-title {
  left: 42.6%;
  top: 168.316cqw;
  width: 17%;
  margin: 0;
  color: #424242;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-size: 2.632cqw;
  font-weight: 400;
  line-height: 2.737cqw;
  letter-spacing: 0.025em;
  text-align: center;
  white-space: nowrap;
}

.example__costs--left {
  left: 1.754%;
  top: 171.053cqw;
  width: 53.642%;
}

.example__costs--right {
  left: 49.614%;
  top: 173.228cqw;
  width: 46.266%;
}

.example__extra {
  left: 3.158%;
  top: 200.838cqw;
  width: 67.263%;
  color: #000000;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-weight: 300;
}

.leaders,
.double-benefit,
.landscape {
  position: relative;
  container-type: inline-size;
  overflow: hidden;
}

.leaders {
  aspect-ratio: 1900 / 1079;
  background: #373736;
}

.leaders::before {
  content: none;
  position: absolute;
  z-index: 4;
  left: -1%;
  right: -1%;
  bottom: 0;
  height: 14.8%;
  background: #88adae;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.leaders__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leaders__letters,
.leaders__person,
.leaders__lemana,
.leaders__brand,
.leaders__slogan {
  display: block;
}

.leaders__letter,
.leaders__person,
.leaders__lemana,
.leaders__brand,
.leaders__slogan {
  position: absolute;
  margin: 0;
  letter-spacing: 0;
}

.leaders__letter {
  z-index: 1;
  color: #c2c2c0;
  font-family: "ImpactLocal", Impact, sans-serif;
  font-size: 45.3cqw;
  font-weight: 400;
  line-height: 0.82;
  transform-origin: left top;
  user-select: none;
}

.leaders__letter--z {
  left: 0;
  top: 3.35%;
  transform: scale(1.58, 1.5);
}

.leaders__letter--e {
  left: 24.47%;
  top: 3.6%;
  color: #92928f;
  transform: scale(1.69, 1.5);
}

.leaders__letter--m {
  left: 51.32%;
  top: 3.52%;
  color: #606060;
  transform: scale(1.47, 1.5);
}

.leaders__person {
  z-index: 3;
  left: 23.37%;
  top: 7.32%;
  width: 55.84%;
  height: auto;
}

.leaders__lemana {
  z-index: 4;
  left: 87.05%;
  top: 7.97%;
  width: 9.79%;
  height: auto;
}

.leaders__brand {
  z-index: 4;
  left: 6.25%;
  top: 7.85%;
  color: #727270;
  font-family: "ImpactLocal", Impact, sans-serif;
  font-size: 3.68cqw;
  font-weight: 400;
  line-height: 1;
  transform: rotate(-0.55deg) scale(1.6, 1.5);
  transform-origin: left top;
}

.leaders__slogan {
  z-index: 4;
  left: 18.4%;
  top: 93%;
  width: 78%;
  color: #e6e6e6;
  font-family: "ScriptBoldLocal", "ScriptLocal", "Segoe Script", cursive;
  font-size: 3.26cqw;
  line-height: 2.737cqw;
  letter-spacing: 0.025em;
  transform: rotate(-2.098deg) scaleX(1.08);
  transform-origin: left center;
}

.double-benefit {
  aspect-ratio: 1900 / 544;
  background: url("images/svod-psd/section-05-bg.jpg") center top / 100% 100% no-repeat;
}

.double-benefit__heading,
.double-benefit__script {
  display: block;
}

.double-benefit__heading,
.double-benefit__script,
.landscape__text,
.landscape__brand,
.landscape__phone {
  position: absolute;
  margin: 0;
  letter-spacing: 0;
}

.double-benefit__heading {
  left: 5.5%;
  top: 1.26cqw;
  color: #ffffff;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-size: 2.63cqw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  transform: scaleX(1.1);
  transform-origin: left center;
  white-space: nowrap;
}

.double-benefit__script {
  left: 3.16%;
  font-family: "ScriptLocal", "Segoe Script", cursive;
  font-size: 3.158cqw;
  line-height: 3.263cqw;
  letter-spacing: 0.025em;
  transform: rotate(-1.611deg) scaleX(1.1);
  transform-origin: left top;
  white-space: nowrap;
}

.double-benefit__script--white {
  top: 7.6cqw;
  color: #ffffff;
}

.double-benefit__script--black {
  top: 19.7cqw;
  color: #000000;
  font-family: "ScriptBoldLocal", "ScriptLocal", "Segoe Script", cursive;
  font-weight: 700;
}

.double-benefit__script--black span {
  display: inline-block;
  margin-left: 34.8cqw;
}

.landscape {
  margin-top: 0;
  aspect-ratio: 1900 / 1720;
  background: url("images/svod-psd/section-06-bg.jpg") center top / 100% 100% no-repeat;
}

.landscape__text,
.landscape__brand,
.landscape__phone {
  display: block;
}

.landscape__text {
  left: 2.14cqw;
  top: 1.355cqw;
  width: 94.7cqw;
  color: #ffffff;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 2.807cqw;
  font-weight: 300;
  line-height: 3.1cqw;
  letter-spacing: 0.025em;
  word-spacing: 0;
  text-align: justify;
    text-align-last: justify;
  transform: scaleX(1.01);
  transform-origin: left top;
}

.landscape__brand {
  left: 2.42%;
  top: 91.16%;
  display: block;
  width: 46cqw;
  height: auto;
}

.landscape__phone {
  left: 54.32%;
  top: 91.74%;
  color: #ffffff;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-size: 5.4cqw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.site-footer {
  position: relative;
  container-type: inline-size;
  aspect-ratio: 1900 / 240;
  overflow: hidden;
  background: #bbbbbb;
}

.site-footer__button,
.site-footer__legal {
  position: absolute;
  margin: 0;
  letter-spacing: 0;
}

.site-footer__button {
  left: 10.47%;
  top: 3.79cqw;
  display: grid;
  place-items: center;
  width: 26.32%;
  padding: 0 0 0px 1px;
  height: 4.74cqw;
  background: #424242;
  color: #ffffff;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 2.8cqw;
  font-weight: 300;
  line-height: 1;
  transition: background-color 160ms ease, color 160ms ease;
}

.site-footer__button:hover,
.site-footer__button:focus-visible {
  background: #424242;
  color: #f6f6f6;
}

.site-footer__legal {
  left: 55.36%;
  top: 2.1cqw;
  color: #000000;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 2.63cqw;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}

.modal {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, visibility 160ms ease;
}

.modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.order-form {
  position: relative;
  z-index: 1;
  width: min(92vw, 520px);
  padding: 34px 36px 36px;
  background: #81a4a6;
  color: #ffffff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.order-form__close {
  position: absolute;
  right: 14px;
  top: 8px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font: 300 34px/1 "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  cursor: pointer;
}

.order-form__title {
  margin: 0 0 24px;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}

.order-form__field {
  display: block;
  margin-bottom: 16px;
  font-family: "CalibriLocal", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.order-form__field span {
  display: block;
  margin-bottom: 8px;
}

.order-form__field input {
  display: block;
  width: 100%;
  height: 52px;
  border: 2px solid transparent;
  padding: 0 14px;
  background: #ffffff;
  color: #111111;
  font: 400 24px/1 "CalibriLocal", Arial, sans-serif;
  outline: none;
}

.order-form__field input:focus {
  border-color: #e6c62c;
}

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

.order-form__error {
  min-height: 22px;
  margin: 4px 0 18px;
  color: #ffe26b;
  font-size: 18px;
  line-height: 1.2;
}

.order-form__submit {
  display: grid;
  place-items: center;
  width: 100%;
  height: 58px;
  border: 0;
  background: #333333;
  color: #ffffff;
  font: 300 30px/1 "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.order-form__submit:hover,
.order-form__submit:focus-visible {
  background: #242424;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #81a4a6;
  color: #ffffff;
  font-family: "CalibriLocal", Arial, sans-serif;
}

.thanks {
  width: min(100%, 720px);
  text-align: center;
}

.thanks__brand {
  margin: 0 0 28px;
  font-family: "ImpactLocal", Impact, sans-serif;
  font-size: clamp(58px, 10vw, 120px);
  line-height: 0.9;
}

.thanks__title {
  margin: 0 0 14px;
  font-family: "CalibriLightLocal", "CalibriLocal", Arial, sans-serif;
  font-size: clamp(46px, 8vw, 82px);
  font-weight: 300;
  line-height: 1;
}

.thanks__text,
.thanks__phone,
.thanks__back {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
}

.thanks__text {
  margin: 0 0 24px;
}

.thanks__phone,
.thanks__back {
  display: block;
  margin-top: 18px;
}

.thanks__back {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (max-width: 720px) {
  .landing {
    width: 100vw;
    max-width: 100vw;
  }

  .features {
    min-height: 0;
  }

  .hero__button,
  .calculation__button,
  .site-footer__button {
    align-items: center;
    justify-items: center;
    line-height: 1;
    /*padding-top: 0.16em;*/
  }

  .hero__button {
    /*padding-top: 0.3em;*/
    text-indent: 0.55cqw;
  }

  .example__area {
    left: 46.5%;
    right: 1.5%;
    top: 51.5cqw;
    width: auto;
    font-size: 12.2cqw;
    line-height: 0.82;
    text-align: center;
  }

  .example__area span {
    font-size: 17.2cqw;
  }

  .landscape {
    margin-top: -2px;
  }

  .landscape__text {
    left: 2%;
    width: 96%;
    transform: scaleX(1);
  }

  .modal {
    padding: 16px;
  }

  .order-form {
    padding: 28px 22px 26px;
  }

  .order-form__title {
    font-size: 32px;
  }

  .order-form__field input {
    height: 48px;
    font-size: 22px;
  }

  .thanks-page {
    min-height: 100svh;
    padding: 22px;
  }

  .thanks {
    width: 100%;
  }

  .thanks__brand {
    margin-bottom: 22px;
    font-size: 54px;
  }

  .thanks__title {
    font-size: 48px;
  }

  .thanks__text,
  .thanks__phone,
  .thanks__back {
    font-size: 25px;
    line-height: 1.18;
  }
}
