*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Bebas Neue", Impact, sans-serif;
  background: #fff;
  color: #111;
}

.hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  background: #fff;
}

.slides {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.slide.is-on {
  opacity: 1;
}

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

.copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(560px, 48vw);
  padding: 15vh 0 0 7vw;
}

h1 {
  margin: 0 0 28px;
  font-family: Rubik, sans-serif;
  font-size: clamp(48px, 8.5vw, 104px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.86;
  text-transform: uppercase;
}

.more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 236px;
  height: 54px;
  padding: 0 40px;
  border: 0;
  border-radius: 14px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.more:hover {
  background: #2a2a2a;
}

.choice {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #040404;
  color: #fff;
}

.choice__stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40vw 100%, 0 calc(100% - 10vw));
}

.choice__art {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  max-width: 44%;
  object-fit: contain;
  object-position: left bottom;
  pointer-events: none;
}

.choice::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 40vw;
  height: 10vw;
  background: #fff;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.choice__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 560px;
  margin-left: auto;
  padding: 33vh 8vw 12vh 0;
  text-align: right;
}

.choice h2 {
  margin: 0 0 28px;
  font-family: Rubik, sans-serif;
  font-size: clamp(42px, 6.5vw, 88px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.88;
  text-transform: uppercase;
}

.choice p {
  margin: 0 0 32px;
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.25;
}

.choice p b {
  display: block;
  margin-bottom: 4px;
  color: #e23a12;
  font-weight: 800;
}

.more--light {
  background: #fff;
  color: #111;
}

.more--light:hover {
  background: #e8e8e8;
}

.offer {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #111;
}

.offer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60vw;
  height: 15vw;
  background: #040404;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.offer__copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 12vh 8vw 16vh 7vw;
}

.offer h2 {
  margin: 0 0 22px;
  font-family: Rubik, sans-serif;
  font-size: clamp(42px, 6.5vw, 88px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.88;
  text-transform: uppercase;
}

.offer p {
  margin: 0 0 18px;
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.25;
}

.offer p:last-of-type {
  margin-bottom: 36px;
}

.popup {
  width: 440px;
  max-width: calc(100vw - 32px);
  height: max-content;
  max-height: min(92dvh, 760px);
  margin: auto;
  padding: 26px 26px 22px;
  border: 0;
  border-radius: 32px;
  background: #fff;
  color: #111;
  font-family: Manrope, system-ui, sans-serif;
  overflow: auto;
}

.popup[open] {
  display: flex;
  flex-direction: column;
}

.popup::backdrop {
  background: rgba(20, 20, 22, 0.45);
}

.popup__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.popup h2 {
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-transform: uppercase;
}

.popup__sub {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #8a8a8a;
}

.popup__close {
  position: relative;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f4f3f0;
  cursor: pointer;
}

.popup__close:hover {
  background: #e8e8e8;
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 2px;
  background: #111;
}

.popup__close::before {
  transform: rotate(45deg);
}

.popup__close::after {
  transform: rotate(-45deg);
}

.popup__lead {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #8a8a8a;
}

.calc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.calc__city select {
  width: 100%;
  margin-top: 8px;
  height: 52px;
  padding: 0 44px 0 16px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff url("../images/chevron.svg") no-repeat right 14px center;
  appearance: none;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
}

.calc__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.calc label,
.lead label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

.stepper {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 8px 0 16px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff;
}

.stepper__value {
  flex: 1;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.stepper__btn {
  width: 36px;
  height: 36px;
  margin-left: 4px;
  border: 1px solid #ececec;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.stepper__btn:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

.calc__sum {
  display: grid;
  gap: 8px;
}

.calc__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f4f3f0;
  font-size: 14px;
  font-weight: 600;
}

.calc__line #calc-bonus {
  padding: 6px 10px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.calc__total {
  padding: 18px 16px 16px;
  border-radius: 18px;
  background: #f4f3f0;
  text-align: center;
}

.calc__total span {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a9a9a;
}

.calc__total strong {
  display: block;
  font-family: Rubik, sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.calc__total p {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #8a8a8a;
}

.calc__cta,
.lead__cta {
  width: 100%;
  min-width: 0;
}

.calc__note {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  color: #9a9a9a;
}

.lead {
  display: flex;
  flex-direction: column;
}

.lead input {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid #ececec;
  border-radius: 16px;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
}

.lead input::placeholder {
  color: #c5c5c5;
}

.lead__hint {
  margin: 8px 0 20px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  color: #9a9a9a;
}

.lead__error {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  color: #c43c3c;
}

.faq {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  padding: 12vh 8vw 16vh 7vw;
  background: #fff;
  color: #111;
}

.faq__intro h2 {
  margin: 0 0 18px;
  font-family: Rubik, sans-serif;
  font-size: clamp(42px, 6.5vw, 72px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.88;
  text-transform: uppercase;
}

.faq__intro p {
  max-width: 280px;
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  color: #6b6b6b;
}

.footer {
  padding: 28px 8vw 40px;
  background: #fff;
  text-align: center;
  color: #9a9a9a;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.faq__list details {
  border-bottom: 1px solid #e6e6e6;
}

.faq__list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq__list summary::-webkit-details-marker {
  display: none;
}

.faq__list summary i {
  position: relative;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #fff;
}

.faq__list summary i::before,
.faq__list summary i::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: 50%;
  height: 1.5px;
  background: #111;
}

.faq__list summary i::after {
  transform: rotate(90deg);
}

.faq__list details[open] summary i {
  background: #111;
  border-color: #111;
}

.faq__list details[open] summary i::before,
.faq__list details[open] summary i::after {
  background: #fff;
}

.faq__list details[open] summary i::after {
  transform: none;
}

.faq__list details p {
  max-width: 640px;
  padding: 0 52px 22px 0;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  color: #8a8a8a;
}

@media (max-width: 1600px) {
.slide img {
  object-fit: contain;
padding-top: 0px;
}
}

@media (max-width: 980px) {
  .faq {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 59dvh;
  }

  .copy {
    width: auto;
    padding: 10vh 24px 0;
  }

  h1 {
    font-size: clamp(40px, 12vw, 64px);
  }

  .more {
    min-width: 180px;
    height: 48px;
    font-size: 18px;
  }

  .choice__copy {
    align-items: flex-end;
    margin: 0;
    padding: 12vh 10px 18vh;
    text-align: right;
  }

  .offer__copy {
    padding: 12vh 24px 16vh;
  }

  .popup {
    width: calc(100vw - 32px);
    padding: 22px 18px 18px;
  }

  .calc__pair {
    grid-template-columns: 1fr;
  }

  .faq {
    padding: 12vh 24px 16vh;
  }
}
