@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Fraunces-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Fraunces-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Fraunces-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  padding-block: 3px;
  color: #082f33;
  background: #fff;
  font: 16px/1.2 "Inter", sans-serif;
}

button, input {
  font: inherit;
}

button, a, input {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

button, a {
  touch-action: manipulation;
}

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

button {
  color: inherit;
}

button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid #467cb1;
  outline-offset: 5px;
}

button:disabled {
  cursor: default;
}

img {
  display: block;
  max-width: 100%;
}

h1, h2, h3, p {
  margin: 0;
}

h1, h2 {
  font-family: "Fraunces", serif;
  font-weight: 700;
  line-height: 1.233;
}

h1 {
  font-size: 56px;
  line-height: 69px;
}

h2 {
  font-size: 48px;
  line-height: 59px;
}

[hidden] {
  display: none !important;
}

.container {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}

.section {
  padding: 100px 0;
}

.section-heading {
  margin-bottom: 60px;
}
.section-heading p {
  font-size: 24px;
  line-height: 29px;
  margin-top: 16px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 59px;
  padding: 20px 30px;
  border: 0;
  border-radius: 8px;
  background: #8ccbff;
  color: #082f33;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  white-space: nowrap;
  transition: filter 0.18s, box-shadow 0.18s;
}
.button img {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.button:hover {
  filter: brightness(0.96);
}
.button:active {
  filter: brightness(0.9);
}

.button {
  border-radius: 20px;
}

.button--outline {
  background: transparent;
  border: 1px solid currentColor;
}

.button--dark {
  background: #082f33;
  color: #fff;
}

.logo {
  flex: 0 0 201px;
  width: 201px;
  height: 86px;
}
.logo img {
  width: 201px;
  height: 86px;
}

.hero {
  position: relative;
  padding-top: 37px;
  min-height: 1056px;
  overflow: hidden;
  background: url("../images/hero-art.svg") center top/1920px 1056px no-repeat;
}

.hero-circle {
  display: none;
}

.hero-circle {
  position: absolute;
  width: 775px;
  height: 775px;
  border-radius: 50%;
  background: #edf3f1;
  pointer-events: none;
}

.hero-circle--left {
  left: calc(50% - 1301px);
  top: 240.687px;
}

.hero-circle--right {
  left: calc(50% - 120px);
  top: 296.93px;
}

.header {
  display: flex;
  align-items: center;
  gap: 0;
  height: 86px;
}

.navigation {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: 81px;
  white-space: nowrap;
  line-height: 19px;
}
.navigation a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.header-actions {
  display: flex;
  gap: 4px;
  margin-left: auto;
  padding-left: 36px;
}
.header-actions .button {
  padding: 20px 30px;
}

.header-actions .button--outline {
  background: #e3efee;
  border: 0;
}

.burger {
  display: none;
}

.mobile-menu {
  position: absolute;
  z-index: 10;
  top: calc(100% + 12px);
  right: 0;
  left: 0;
  padding: 24px;
  border-radius: 12px;
  background: #e0efee;
  box-shadow: 0 12px 36px rgba(8, 47, 51, 0.1254901961);
}
.mobile-menu a:not(.button), .mobile-menu button:not(.button) {
  padding: 12px 0;
  text-align: left;
  background: none;
  border: 0;
  font-size: 16px;
}

.hero-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 109px;
}

.hero-copy {
  flex: 0 1 766px;
  min-width: 0;
}

.hero-lead {
  max-width: 672px;
  font-size: 24px;
  line-height: 29px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.hero-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.feature h3 {
  font: 700 20px/25px "Fraunces", serif;
  margin-bottom: 13px;
}
.feature p {
  max-width: 345px;
  line-height: 19px;
}

.hero-features .feature:first-child p {
  max-width: 438px;
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  flex: 0 0 85px;
  border-radius: 20px;
  background: #e3efee;
}
.feature-icon img {
  width: 52px;
  height: 52px;
}

.calculator-stack {
  position: relative;
  width: 561.44px;
  flex: 0 1 561.44px;
  min-width: 0;
  margin-top: -17.3px;
  padding: 32.18px 49.72px 32px 45.72px;
  scroll-margin-top: 40px;
}

.calculator, .calculator-back {
  border-radius: 20px;
  background: linear-gradient(90deg, #14201f, #0e4a4f 50%, #14201f);
  box-shadow: 0 0 45.7px rgba(0, 0, 0, 0.4);
}

.calculator-back {
  position: absolute;
  width: 466px;
  max-width: calc(100% - 95px);
  height: 652px;
  pointer-events: none;
}

.calculator-back--one {
  left: 101.07px;
  top: 0;
  transform: rotate(8.918deg);
  transform-origin: top left;
  opacity: 0.4;
  box-shadow: none;
}

.calculator-back--two {
  left: 70.25px;
  top: 17.2px;
  transform: rotate(3.87deg);
  transform-origin: top left;
  opacity: 0.6;
  box-shadow: none;
}

.calculator {
  position: relative;
  z-index: 1;
  width: 466px;
  max-width: 100%;
  min-height: 652px;
  padding: 60px 29.5px;
  color: #f7f4ee;
}

.calculator-fields {
  padding-inline: 9px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.range-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font: 700 32px/39px "Fraunces", serif;
  white-space: nowrap;
}

.range-limits {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  font-size: 16px;
  line-height: 19px;
}

input[type=range] {
  --fill: 44.444%;
  appearance: none;
  width: 100%;
  height: 9px;
  border-radius: 10px;
  display: block;
  margin: 15px 0 0;
  background: linear-gradient(to right, #8ccbff var(--fill), #f7f4ee var(--fill));
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 6px solid #8ccbff;
  border-radius: 50%;
  background: #fff;
}

input[type=range]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 6px solid #8ccbff;
  border-radius: 50%;
  background: #fff;
}

#term {
  --fill: 20%;
}

.calculator-summary {
  margin-top: 32px;
  padding-top: 31px;
  position: relative;
}
.calculator-summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2509803922);
}

.summary-row {
  display: grid;
  grid-template-columns: minmax(0, 215px) minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin-bottom: 16px;
  font: 400 16px/19px "Inter", sans-serif;
}
.summary-row > :first-child, .summary-row > :first-child [data-figma-text] {
  font-weight: 400 !important;
}
.summary-row > :last-child {
  text-align: right;
  min-width: 0;
}
.summary-row:last-child {
  margin-bottom: 0;
}

.summary-row--apr {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
}
.summary-row--apr > span:first-child {
  width: auto;
  white-space: nowrap;
  color: #8ccbff;
}
.summary-row--apr > span:last-child {
  width: auto;
}

.summary-row--date {
  align-items: end;
}
.summary-row--date > :first-child {
  max-width: 170px;
  color: #8ccbff;
}
.summary-row--date > :last-child {
  max-width: none;
}

.summary-row:has(.promo-input) label, .summary-row--total > :first-child {
  color: #8ccbff;
}

.summary-row--total strong {
  font-weight: 700;
}
.summary-row--total s {
  font-family: "Fraunces", serif;
  font-size: 14px;
  opacity: 0.55;
}

.promo-input {
  width: 140px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-align: right;
  font: 900 16px/20px "Fraunces", serif;
}
.promo-input:focus {
  outline-offset: 3px;
}

.calculator-status {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.45;
}

.calculator-summary::before {
  height: 0;
  background: none;
  border-top: 1px dotted rgba(247, 244, 238, 0.3);
}

.range-field:first-child .range-limits > :first-child {
  color: #8ccbff;
}

.summary-row--total s {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  color: #f7f4ee;
}

.steps {
  background: url("../images/steps-bg.svg") center/100% 100%;
  min-height: 697px;
}

.steps-list {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
.steps-list .feature {
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
}
.steps-list .feature-icon {
  background: #0e4a4f;
}

.promotions {
  min-height: 1015px;
  background: url("../images/promotions-bg.svg") center/100% 100%;
}

.promotion-layout {
  display: flex;
  gap: 20px;
}

.promotion {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-width: 0;
}

.promotion--main {
  flex: 832 1 0;
  height: 651px;
  background: #082f33;
  color: #fff;
  padding: 80px 43px 67px;
}
.promotion--main .promotion-copy {
  width: 387px;
  max-width: 56%;
}
.promotion--main h3 {
  font: 700 48px/59px "Fraunces", serif;
}
.promotion--main p {
  font-size: 24px;
  line-height: 29px;
  margin-top: 20px;
}
.promotion--main .button {
  position: absolute;
  bottom: 67px;
  z-index: 2;
}
.promotion--main .promotion-image {
  position: absolute;
  width: 642px;
  max-width: none;
  height: 658px;
  right: -152px;
  top: 75px;
}

.promotion-copy {
  position: relative;
  z-index: 1;
}

.promotion--main {
  flex: 0 0 calc((100% - 20px) * 0.5859155);
  background: url("../images/promotion-main-bg.svg") center/100% 100%;
}

.promotion-side {
  flex: 588 1 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-width: 0;
}

.promotion-side .promotion {
  height: 313px;
  padding: 32px;
}
.promotion-side .promotion h3 {
  font: 700 32px/39px "Fraunces", serif;
}
.promotion-side .promotion p {
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
}
.promotion-side .promotion .promotion-copy {
  max-width: 295px;
  width: 56%;
}
.promotion-side .promotion .promotion-image {
  position: absolute;
  max-width: none;
}

.promotion--friend {
  background: #e3efee;
}
.promotion--friend .promotion-image {
  width: 574px;
  height: 383px;
  left: 196.156px;
  top: -24px;
  transform: rotate(8.7336deg);
  transform-origin: top left;
}

.promotion-side .promotion--cashback {
  background: url("../images/cashback-bg.svg") center/100% 100%;
  padding: 59px 38px;
}
.promotion-side .promotion--cashback .promotion-copy {
  max-width: 236px;
}
.promotion-side .promotion--cashback .promotion-image {
  width: 526px;
  height: 394px;
  left: 156px;
  top: 0;
  transform: rotate(-8.197deg);
  transform-origin: top left;
}

.benefits {
  min-height: 708px;
}

.cards-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.cards-track::-webkit-scrollbar {
  display: none;
}

.benefit-card, .review-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  border-radius: 20px;
  padding: 40px;
}

.benefit-card {
  min-height: 241px;
}
.benefit-card h3 {
  font-size: 16px;
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.benefit-card p {
  font-size: 16px;
  line-height: 19px;
}

.benefit-icon {
  width: 72px;
  height: 72px;
}

.benefit-card--0 {
  color: #fff;
  background: #004b50;
}

.benefit-card--1 {
  color: #fff;
  background: #12201f;
}

.benefit-card--2 {
  background: #e0efee;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 60px;
}
.carousel-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  border: none;
  border-radius: 50%;
  background: none;
  padding: 0;
  width: 40px;
  height: 40px;
}
.carousel-controls button img {
  width: 38px;
  height: 38px;
}
.carousel-controls button:last-child img {
  transform: rotate(180deg);
}
.carousel-controls button:disabled {
  opacity: 0.3;
}

.benefits .carousel-controls {
  margin-top: 108px;
}

.app-section {
  background: linear-gradient(90deg, #12201f, #0f4a4f 50%, #12201f);
  height: 697px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.app-container {
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 191px;
}

.app-copy {
  flex: 0 1 710px;
  max-width: 710px;
  position: relative;
  z-index: 1;
}
.app-copy p {
  margin-top: 16px;
  font-size: 24px;
  line-height: 29px;
}
.app-copy .button {
  margin-top: 60px;
}

.app-visual {
  position: absolute;
  inset: 0;
  margin: 0;
  pointer-events: none;
}
.app-visual .app-coins {
  position: absolute;
  height: 697px;
  width: 67dvw;
  max-width: none;
  left: 72%;
  top: 111px;
  transform: translateX(-50%);
}
@media (min-width: 2100px) and (max-width: 2500px) {
  .app-visual .app-coins {
    width: 75dvw;
    max-width: none;
    left: 72%;
    top: 111px;
  }
}
@media (min-width: 2500px) {
  .app-visual .app-coins {
    width: 100dvw;
    max-width: none;
    left: 50%;
    top: 0;
  }
}
.app-visual .app-phone {
  position: absolute;
  right: 12%;
  bottom: 0;
  height: 580px;
  width: auto;
  z-index: 1;
}

.reviews {
  min-height: 708px;
}

.review-card {
  background: #e3efee;
  min-height: 289px;
}
.review-card p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 19px;
}
.review-card h3 {
  font: 700 16px/19px "Inter", sans-serif;
  margin-top: 24px;
}

.review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 72px;
  height: 72px;
}

.review-stars {
  width: 166px;
  height: 30px;
}

.faq {
  min-height: 1011px;
  background: url("../images/faq-bg.svg") center/100% 100%;
  overflow: hidden;
}
.faq .section-heading {
  margin-bottom: 50px;
}

.faq-layout {
  display: flex;
  position: relative;
  gap: 10px;
  align-items: flex-start;
}

.faq-list {
  flex: 0 1 709px;
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
}

.faq-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  border: 0;
  background: none;
  padding: 20px;
  text-align: left;
  min-height: 80px;
  font: 600 24px/29px "Inter", sans-serif;
}

.faq-symbol {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font: 400 30px/1 "Inter", sans-serif;
  background: url("../images/plus.svg") center/40px 40px no-repeat;
  color: transparent;
}

.faq-symbol {
  transition: transform 0.22s ease;
}

.faq-item.open .faq-symbol {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 300ms ease, opacity 300ms ease;
}
.faq-answer > * {
  overflow: hidden;
  min-height: 0;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.button:not(.button--dark) > img[src$="arrow.svg"] {
  filter: brightness(0);
}

.mobile-menu > button[data-endpoint] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  min-width: 138px;
  min-height: 59px;
  padding: 20px 30px;
  margin-top: 12px;
  border: 1px solid #082f33;
  border-radius: 20px;
  background: #fff;
  font: 700 16px/19px "Inter", sans-serif;
}

.mobile-menu > button[data-endpoint=login] {
  background: #8ccbff;
  border-color: #8ccbff;
}

.faq-answer {
  padding: 0 20px 20px;
  font-size: 20px;
  line-height: 24px;
  min-height: 0;
}
.faq-answer p {
  max-width: 657px;
}

.faq-image {
  position: absolute;
  top: -58px;
  left: 722px;
  width: 852px;
  height: 710px;
  max-width: none;
}

.contacts {
  background: url("../images/contacts-bg.svg") center/100% 100%;
  min-height: 475px;
  color: #fff;
  text-align: center;
}
.contacts .section-heading {
  margin-bottom: 60px;
}
.contacts .section-heading p {
  max-width: 900px;
  margin-inline: auto;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.contact-actions .button {
  border-radius: 20px;
  flex-shrink: 0;
}
.contact-actions .button > span {
  white-space: nowrap;
}
.contact-actions .button--outline {
  color: #8ccbff;
}

.footer {
  background: #e0efee;
  padding: 100px 0 68px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  min-height: 226px;
}

.footer-column {
  width: 216px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding-top: 16px;
  font-size: 16px;
  line-height: 19px;
}
.footer-column h2 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 6px;
}
.footer-column button {
  text-align: left;
  border: 0;
  background: none;
  padding: 0;
}
.footer-column a:hover, .footer-column button:hover {
  text-decoration: underline;
}
.footer-column:nth-child(2) {
  width: 140px;
}

.footer-contact {
  padding-top: 16px;
  width: 269px;
  max-width: 269px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font: 400 16px/22px "Inter", sans-serif;
}
.footer-contact p:last-child {
  font-family: "Inter", sans-serif;
}

.footer-bottom {
  border-top: 1px solid rgba(8, 47, 51, 0.1450980392);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.socials {
  display: flex;
  gap: 20px;
}
.socials button {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: none;
}
.socials img {
  width: 48px;
  height: 48px;
}

.notice-dialog {
  width: min(520px, 100% - 32px);
  padding: 40px;
  border: 0;
  border-radius: 16px;
  color: #082f33;
  background: #e0efee;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2666666667);
}
.notice-dialog h2 {
  font-size: 30px;
  margin-right: 20px;
}
.notice-dialog p {
  margin-top: 20px;
  line-height: 1.5;
}
.notice-dialog::backdrop {
  background: rgba(8, 47, 51, 0.5019607843);
}

.dialog-close {
  position: absolute;
  right: 12px;
  top: 10px;
  border: 0;
  background: none;
  font: 32px/1 Arial, sans-serif;
  width: 40px;
  height: 40px;
}

@media (min-width: 1651px) {
  .steps > .container, .app-container {
    left: 3px;
  }
  .faq .section-heading, .faq-list {
    left: 3px;
    position: relative;
  }
  .footer-top {
    justify-content: flex-start;
    gap: 0;
  }
  .footer-top > .logo {
    margin-right: 168px;
  }
  .footer-column:nth-child(2) {
    margin-right: 228px;
    flex-shrink: 0;
  }
  .footer-column:nth-child(3) {
    margin-right: 142px;
    flex-shrink: 0;
  }
}
@media (min-width: 1400px) {
  .summary-row--apr > span:first-child {
    width: calc(100% - 248px);
  }
}
@media (max-width: 1650px) {
  .navigation {
    margin-left: 30px;
    gap: 14px;
    font-size: 14px;
  }
  .header-actions {
    padding-left: 20px;
  }
  .header-actions .button {
    padding-inline: 20px;
  }
  .header .logo {
    flex-basis: 165px;
    width: 165px;
  }
  .header .logo img {
    width: 165px;
  }
}
@media (max-width: 1399px) {
  .navigation, .header-actions {
    display: none;
  }
  .header {
    justify-content: space-between;
  }
  .burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 48px;
    height: 48px;
    padding: 10px;
    border: 1px solid rgba(8, 47, 51, 0.2509803922);
    background: transparent;
    border-radius: 8px;
  }
  .burger span {
    height: 2px;
    width: 26px;
    background: #082f33;
    transition: transform 0.2s;
  }
  .burger[aria-expanded=true] span:first-child {
    transform: translateY(8px) rotate(45deg);
  }
  .burger[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .burger[aria-expanded=true] span:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }
  .mobile-menu:not([hidden]) {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu {
    position: fixed;
    z-index: 100;
    inset: 0;
    height: 100dvh;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: #e3efee;
    padding: 132px max(48px, (100vw - 1000px) / 2) 48px;
    overflow-y: auto;
    overscroll-behavior: contain;
    animation: menu-in 0.25s ease both;
  }
  .mobile-menu a, .mobile-menu button {
    font: 400 22px/1.4 "Inter", sans-serif;
    padding: 12px 0;
  }
  .mobile-menu.is-closing {
    animation: menu-out 0.22s ease both;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .header .logo {
    position: relative;
    z-index: 101;
  }
  body.menu-open .burger {
    position: fixed;
    z-index: 102;
    top: 42px;
    right: 48px;
    background: #e3efee;
  }
  .hero-content {
    gap: 24px;
  }
  .hero-copy {
    flex: 1 1 52%;
  }
  h1 {
    font-size: 44px;
    line-height: 1.233;
  }
  .hero-lead {
    font-size: 20px;
    line-height: 1.4;
  }
  .calculator-stack {
    flex: 0 0 44%;
    padding-left: 14px;
    padding-right: 22px;
  }
  .calculator {
    width: 100%;
    padding-inline: 24px;
  }
  .calculator-back {
    max-width: calc(100% - 36px);
  }
  .calculator-back--one {
    left: 35px;
  }
  .calculator-back--two {
    left: 25px;
  }
  .range-heading {
    font-size: 26px;
  }
  .summary-row {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    font-size: 14px;
    gap: 8px;
  }
  .promotion--main {
    padding-left: 32px;
  }
  .promotion--main .promotion-image {
    right: -240px;
  }
  .promotion--main h3 {
    font-size: 40px;
    line-height: 1.2;
  }
  .promotion--main p {
    font-size: 20px;
    line-height: 1.4;
  }
  .promotion-side .promotion {
    padding-left: 24px;
  }
  .promotion-side .promotion h3 {
    font-size: 27px;
    line-height: 1.2;
  }
  .promotion-side .promotion p {
    font-size: 17px;
    line-height: 1.4;
  }
  .promotion-side .promotion .promotion-image {
    left: 120px;
  }
  .promotion-side .promotion--cashback {
    padding-left: 24px;
  }
  .benefit-card, .review-card {
    padding: 28px;
  }
  .review-stars {
    width: 130px;
    height: auto;
  }
  .app-copy {
    flex-basis: 50%;
    max-width: 50%;
  }
  .faq-list {
    flex-basis: 55%;
  }
  .faq-image {
    left: 50%;
  }
  .faq-button {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-answer {
    font-size: 18px;
    line-height: 1.4;
  }
  .footer-top {
    gap: 35px;
  }
  .footer-contact {
    max-width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .hero-content {
    flex-wrap: wrap;
  }
  .hero-copy {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex-basis: 100%;
  }
  .hero-copy h1 {
    width: 100%;
  }
  .hero-copy .hero-lead {
    max-width: 680px;
  }
  .hero-copy > .button {
    align-self: flex-start;
  }
  .hero-features {
    flex-direction: row;
    width: 100%;
    margin-top: 40px;
    gap: 20px;
  }
  .hero-features .feature {
    flex: 1;
    flex-direction: column;
  }
  .calculator-stack {
    flex: 0 0 540px;
    margin: 40px auto 0;
  }
  .hero {
    padding-bottom: 60px;
  }
  .hero-content {
    margin-top: 60px;
  }
}
@media (max-width: 1100px) {
  .steps-list {
    flex-wrap: wrap;
    row-gap: 32px;
  }
  .steps-list .feature {
    flex-basis: calc(50% - 10px);
  }
  .promotion-layout {
    flex-direction: column;
  }
  .promotion--main {
    flex: auto;
    height: 520px;
  }
  .promotion--main .promotion-copy {
    max-width: 50%;
  }
  .promotion--main .promotion-image {
    right: -70px;
    top: 0;
  }
  .promotion-side {
    flex-direction: row;
  }
  .promotion-side .promotion {
    flex: 1;
  }
  .promotion-side .promotion-image {
    left: 80px;
  }
  .promotion-side .promotion .promotion-copy {
    width: 65%;
  }
  .cards-track {
    gap: 20px;
    scroll-snap-type: x mandatory;
  }
  .benefit-card, .review-card {
    flex-basis: calc((100% - 20px) / 2);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .app-copy h2 {
    font-size: 40px;
  }
  .app-copy p {
    font-size: 20px;
    line-height: 1.4;
  }
  .app-visual .app-coins {
    left: calc(50% - 80px);
  }
  .app-visual .app-phone {
    right: 5%;
    height: 500px;
  }
  .faq-image {
    opacity: 0.7;
    left: 48%;
    width: 660px;
    height: auto;
    top: 40px;
  }
  .faq-list {
    flex-basis: 66%;
  }
  .footer-top {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px 7%;
  }
  .footer-top > .logo {
    flex-basis: 100%;
  }
  .footer-column {
    flex: 1;
  }
  .footer-contact {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 48px);
  }
  .section {
    padding: 64px 0;
    min-height: 0;
  }
  .section-heading {
    margin-bottom: 36px;
  }
  .section-heading p {
    font-size: 19px;
    line-height: 1.4;
  }
  h1 {
    font-size: clamp(34px, 6vw, 44px);
  }
  h2 {
    font-size: 36px;
    line-height: 1.233;
  }
  .hero {
    min-height: 0;
    padding: 20px 0 64px;
  }
  .header {
    height: 72px;
  }
  .hero-content {
    flex-direction: column;
    margin-top: 44px;
    gap: 44px;
  }
  .hero-copy {
    flex: auto;
    width: 100%;
  }
  .hero-lead {
    margin-top: 20px;
    margin-bottom: 28px;
  }
  .hero-features {
    margin-top: 36px;
  }
  .feature h3 {
    font-size: 20px;
  }
  .hero-features .feature p {
    max-width: none;
  }
  .calculator-stack {
    flex: auto;
    width: min(540px, 100%);
    margin: 0 auto;
    padding: 24px 28px 0 8px;
    left: 20px;
  }
  .calculator {
    min-height: 620px;
    padding: 40px 28px;
  }
  .calculator-back {
    height: calc(100% - 24px);
  }
  .calculator-back--one {
    left: 30px;
  }
  .calculator-back--two {
    left: 18px;
  }
  .range-heading {
    font-size: 30px;
  }
  .summary-row {
    font-size: 15px;
  }
  .steps-list {
    gap: 32px 24px;
    margin-bottom: 36px;
  }
  .steps-list .feature {
    flex-basis: calc(50% - 12px);
  }
  .promotion--main {
    height: 500px;
    padding: 40px 28px;
  }
  .promotion--main .promotion-copy {
    width: 52%;
    max-width: none;
  }
  .promotion--main .promotion-image {
    width: 490px;
    height: auto;
    right: -130px;
    top: 70px;
  }
  .promotion--main .button {
    bottom: 36px;
  }
  .promotion-side {
    gap: 20px;
  }
  .promotion-side .promotion {
    height: 350px;
    padding: 24px;
  }
  .promotion-side .promotion .promotion-copy {
    width: 100%;
    max-width: none;
  }
  .promotion-side .promotion .promotion-image {
    width: 390px;
    height: auto;
    top: 130px;
    left: 0;
  }
  .promotion-side .promotion h3 {
    font-size: 26px;
  }
  .promotion-side .promotion p {
    font-size: 16px;
  }
  .promotion-side .promotion--cashback {
    padding: 24px;
  }
  .promotion-side .promotion--cashback .promotion-image {
    top: 140px;
  }
  .benefit-card, .review-card {
    padding: 24px;
  }
  .review-top {
    flex-wrap: wrap;
  }
  .review-stars {
    width: 120px;
  }
  .review-avatar {
    width: 56px;
    height: 56px;
  }
  .carousel-controls, .benefits .carousel-controls {
    margin-top: 36px;
  }
  .app-section {
    height: 730px;
  }
  .app-container {
    padding-top: 56px;
  }
  .app-copy {
    flex-basis: 100%;
    max-width: 100%;
  }
  .app-copy p {
    max-width: 540px;
  }
  .app-copy .button {
    margin-top: 28px;
  }
  .app-copy h2 {
    font-size: 36px;
  }
  .app-visual .app-coins {
    width: 1500px;
    height: auto;
    left: calc(50% - 150px);
    top: 0;
  }
  .app-visual .app-phone {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    height: 400px;
  }
  .faq-list {
    flex-basis: 100%;
  }
  .faq-image {
    display: none;
  }
  .faq-button {
    font-size: 20px;
  }
  .faq .section-heading {
    margin-bottom: 30px;
  }
  .faq-answer {
    min-height: 0;
  }
  .contact-actions {
    gap: 16px;
  }
  .contact-actions .button {
    padding: 16px 20px;
  }
  .contacts .section-heading {
    margin-bottom: 36px;
  }
  .mobile-menu {
    padding: 112px 24px 32px;
  }
  .mobile-menu a, .mobile-menu button {
    font-size: 20px;
  }
  body.menu-open .burger {
    top: 32px;
    right: 24px;
  }
  .footer {
    padding: 64px 0 40px;
  }
  .footer-top {
    gap: 36px;
    padding-bottom: 40px;
  }
  .footer-column {
    flex-basis: calc(50% - 18px);
  }
  .footer-contact {
    flex-basis: 100%;
    max-width: 100%;
  }
  .footer-bottom {
    gap: 24px;
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .container {
    width: calc(100% - 32px);
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
  .hero h1 br {
    display: none;
  }
  .hero-lead {
    font-size: 18px;
  }
  .hero-circle--left {
    left: -660px;
  }
  .hero-circle--right {
    left: 20%;
    top: 600px;
  }
  .hero-features .feature {
    gap: 12px;
  }
  .hero-features .feature-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
  .hero-features .feature-icon img {
    width: 40px;
    height: 40px;
  }
  .feature h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .feature p {
    font-size: 15px;
    line-height: 1.4;
  }
  .calculator-stack {
    left: 0;
    margin-right: -15px;
    padding-right: 18px;
    padding-left: 0;
  }
  .calculator {
    padding: 36px 16px;
  }
  .calculator-back--one {
    left: 18px;
  }
  .calculator-back--two {
    left: 9px;
  }
  .calculator-back {
    max-width: calc(100% - 18px);
  }
  .calculator-fields {
    padding-inline: 0;
  }
  .range-heading {
    font-size: 24px;
  }
  .range-limits {
    font-size: 13px;
  }
  .summary-row {
    grid-template-columns: minmax(0, 47%) minmax(0, 53%);
    font-size: 12px;
    gap: 8px;
  }
  .summary-row--date > :last-child {
    max-width: 120px;
    justify-self: end;
  }
  .promo-input {
    font-size: 14px;
    width: 120px;
  }
  .summary-row--total strong {
    font-size: 14px;
  }
  .summary-row--total s {
    font-size: 12px;
  }
  .steps-list .feature {
    flex-basis: 100%;
    flex-direction: row;
    gap: 16px;
  }
  .steps-list .feature-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
  .steps-list .feature-icon img {
    width: 40px;
    height: 40px;
  }
  .promotion--main {
    height: 520px;
    padding: 28px 24px;
  }
  .promotion--main .promotion-copy {
    width: 100%;
  }
  .promotion--main h3 {
    font-size: 32px;
    line-height: 1.2;
    max-width: 250px;
  }
  .promotion--main p {
    font-size: 18px;
    max-width: 230px;
  }
  .promotion--main .promotion-image {
    width: 370px;
    top: 210px;
    right: -80px;
  }
  .promotion--main .button {
    bottom: 30px;
  }
  .promotion-side {
    flex-direction: column;
  }
  .promotion-side .promotion {
    flex: auto;
    height: 300px;
  }
  .promotion-side .promotion .promotion-copy {
    width: 65%;
  }
  .promotion-side .promotion .promotion-image {
    width: 440px;
    top: 30px;
    left: 110px;
  }
  .promotion-side .promotion--cashback .promotion-image {
    top: 30px;
    left: 90px;
  }
  .benefit-card, .review-card {
    flex-basis: 100%;
  }
  .review-top {
    flex-wrap: nowrap;
  }
  .review-stars {
    width: 150px;
  }
  .app-section {
    height: 740px;
  }
  .app-copy h2 {
    font-size: 32px;
  }
  .app-visual .app-coins {
    left: calc(50% - 210px);
    width: 1300px;
  }
  .app-visual .app-phone {
    height: 340px;
  }
  .faq-button {
    padding-inline: 8px;
    font-size: 18px;
    gap: 8px;
  }
  .faq-symbol {
    flex-basis: 32px;
  }
  .faq-answer {
    padding-inline: 8px;
    font-size: 16px;
  }
  .faq-list {
    gap: 12px;
  }
  .contact-actions {
    flex-direction: column;
  }
  .contact-actions .button {
    width: 100%;
    max-width: 320px;
  }
  .footer-top {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    min-height: 0;
  }
  .footer-top > .logo {
    flex: 0 0 auto;
    width: 201px;
    height: 86px;
    margin: 0;
  }
  .footer-column, .footer-column:nth-child(2), .footer-contact {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
    padding-top: 0;
  }
  .footer-column {
    font-size: 16px;
    line-height: 1.4;
  }
  .footer-contact {
    font-size: 16px;
    line-height: 22px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 24px;
  }
  .notice-dialog {
    padding: 32px 24px;
  }
  body.menu-open .burger {
    right: 16px;
  }
}
@keyframes menu-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes menu-out {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
}
