header.header {
  height: auto;
  top: 64px;
  transition: top 0.3s ease-in-out;
  width: calc(100% - 48px);
  left: 24px;
  right: 24px;
}
header.header .wrapper {
  border-radius: 32px;
  background: transparent;
  backdrop-filter: none;
  transition: background 0.3s ease-in-out;
}
header.header .wrapper .container {
  padding: 0 16px;
  max-width: calc(1264px + 8.4rem);
  width: 100%;
}
header.header .wrapper nav {
  display: flex;
  align-items: center;
  gap: 45px;
}
header.header .wrapper nav .logo-link {
  width: 133px;
  height: 64px;
}
header.header .wrapper nav a {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
header.header .wrapper nav a.sale {
  padding: 22px 37px;
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  background-image: url("../../img/header-btn.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header.header.sticky-header {
  top: 24px;
}
header.header.sticky-header .wrapper {
  background: #000000;
  height: auto;
}
.desktop {
  display: block !important;
}
.mobile {
  display: none !important;
}
body.header-offer-enabled {
  padding-top: 0 !important;
}
footer .footer__list {
  gap: 40px;
}
footer .footer__list h3 {
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
footer .footer__list img {
  max-width: 75px;
}
footer .footer__list li {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
footer .footer__list .solid {
  margin-top: 24px;
  max-width: 280px;
  display: block;
  padding: 22px 40px;
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  background-image: url('../../img/footer-btn.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  header.header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  header.header .wrapper {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0 0 3.2rem 3.2rem;
  }
  header.header .wrapper nav .logo-link {
    width: 108px;
    height: 52px;
  }
  header.header .wrapper nav nav {
    display: none;
  }
  header.header.sticky-header {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  header.header.sticky-header .wrapper {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0 0 3.2rem 3.2rem;
  }
}
@media (max-width: 768px) {
  footer .footer__list {
    flex-direction: column;
  }
  footer .footer__list img {
    display: none;
  }
  footer .footer__list .footer__item {
    width: 100%;
  }
  footer .footer__list .solid {
    max-width: 400px;
    background-image: url('../../img/btn-colored-400.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .footer__bottom {
    margin-top: 64px;
  }
}
.landing-xl .container {
  max-width: 1456px;
  width: 100%;
  margin: 0 auto;
}
.landing-xl h1 {
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  text-transform: uppercase;
  background: linear-gradient(108.58deg, #FFFFFF 0.23%, #999999 115.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.landing-xl h2 {
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #FA4417;
}
.landing-xl .hero {
  padding: 24px 24px 0;
}
.landing-xl .hero .trustpilot-wrapper {
  width: fit-content;
  margin: auto 0 0;
  border-radius: 8px;
  padding: 5px 2px 2px;
  height: 34px;
  min-width: min(260px, 100%);
  background-color: #FFFFFF;
}
.landing-xl .hero .overlay {
  border-radius: 24px;
  background-image: url("../../img/lending-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.landing-xl .hero .content {
  padding: 67px 0 40px;
  max-width: 688px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.landing-xl .hero .container {
  padding: 117px 0 0 64px;
  display: flex;
  gap: 16px;
}
.landing-xl .hero .trustpilot {
  margin: auto 0 0;
}
.landing-xl .hero .img {
  max-width: 640px;
  width: 100%;
  margin: auto 0 0 auto;
}
.landing-xl .hero .img img {
  width: 100%;
}
.landing-xl .hero .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.landing-xl .hero .buttons a {
  display: block;
  padding: 22px 40px;
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.landing-xl .hero .buttons .outline {
  background-image: url('../../img/hero-btn-outline.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.landing-xl .hero .buttons .solid {
  background-image: url('../../img/hero-btn.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.landing-xl .hero p {
  max-width: 529px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #D6D6D6;
  margin: 24px 0;
}
.landing-xl .unlock,
.landing-xl .benefits {
  padding: 100px 0;
}
.landing-xl .unlock p,
.landing-xl .benefits p {
  margin: 16px auto 0;
  max-width: 890px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.landing-xl .unlock .list,
.landing-xl .benefits .list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.landing-xl .unlock .item,
.landing-xl .benefits .item {
  max-width: 360px;
  width: 100%;
  padding: 80px 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(203.72deg, rgba(255, 255, 255, 0.7) -5.57%, rgba(238, 238, 238, 0.7) 102.72%);
  border-radius: 15px;
}
.landing-xl .unlock h3,
.landing-xl .benefits h3 {
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #383737;
  margin: 20px 0 18px;
}
.landing-xl .unlock span,
.landing-xl .benefits span {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
}
.landing-xl .unlock img,
.landing-xl .benefits img {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}
.landing-xl .sale {
  position: relative;
  padding: 26px 0;
  background-image: url('../../img/S.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.landing-xl .sale .anchor {
  position: absolute;
  top: -112px;
  left: 0;
}
.landing-xl .sale img {
  max-width: 211px;
  width: 100%;
}
.landing-xl .sale .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.landing-xl .sale .content {
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
.landing-xl .sale .content span {
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
}
.landing-xl .sale .content span.big {
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  margin: 8px 0 20px;
}
.landing-xl .sale .content p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}
.landing-xl .sale .title {
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.landing-xl .sale .title span {
  color: #FFB401;
}
.landing-xl .sale .timer {
  margin: 25px 0;
  display: flex;
  gap: 15px;
}
.landing-xl .sale .timer span {
  display: block;
  margin-top: 5px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.landing-xl .sale .cell .number {
  background-color: #fff;
}
.landing-xl .sale .cell:last-child .number {
  background-color: #FFB401;
}
.landing-xl .sale .number {
  width: 100px;
  height: 84px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
  text-transform: uppercase;
  color: #000000;
}
.landing-xl .sale a {
  padding: 20px 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.landing-xl .sale a img {
  width: 24px;
}
.landing-xl .sale .outline {
  background-image: url('../../img/sale-btn.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.landing-xl .brochure {
  padding: 80px 32px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
.landing-xl .brochure h2 {
  text-align: left;
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FA4417;
}
.landing-xl .brochure .content {
  max-width: 507px;
  width: 100%;
}
.landing-xl .brochure .content p {
  margin-top: 20px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}
.landing-xl .brochure h3 {
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 28px;
}
.landing-xl .brochure__form {
  border-radius: 24px;
  background-color: #FFFFFF;
  padding: 40px;
  max-width: 544px;
  width: 100%;
}
.landing-xl .brochure__form .omrs-input-label {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
}
.landing-xl .brochure__form .c-accent {
  color: #FFB401;
}
.landing-xl .brochure__form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.landing-xl .brochure__form input {
  padding: 20px;
  background: rgba(245, 245, 245, 0.7);
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #8D8D8D;
}
.landing-xl .brochure__form .checkbox__wrapper {
  flex-direction: row;
  align-items: flex-start;
}
.landing-xl .brochure__form .checkbox__checkmark {
  border: 1px solid #D6D6D6;
}
.landing-xl .brochure__form .checkbox__text {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
}
.landing-xl .brochure__form button {
  cursor: pointer;
  padding: 22px 16px;
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
}
.landing-xl .brochure__form .solid {
  background-image: url('../../img/form-btn.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.landing-xl .trusted {
  background-color: #F7F7F7;
  padding: 64px 0;
}
.landing-xl .trusted .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landing-xl .trusted p {
  margin: 16px auto 32px;
  max-width: 725px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.landing-xl .trusted .list {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.landing-xl .trusted .list.disabled {
  opacity: 0.4;
}
.landing-xl .trusted .item {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-xl .trusted .divider {
  margin: 32px auto;
  height: 1px;
  background-color: #BABABA;
  width: 160px;
}
.landing-xl .success {
  padding: 100px 0;
}
.landing-xl .success .list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.landing-xl .success .item {
  position: relative;
  max-width: 324px;
  width: 100%;
}
.landing-xl .success p {
  padding: 0 8px 24px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-shadow: 1px 4px 4.8px rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.landing-xl .success img:not(.play) {
  width: 100%;
}
.landing-xl .success .play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
}
.landing-xl .success .modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.landing-xl .success .modal.open {
  display: block;
}
.landing-xl .success .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 100%;
}
.landing-xl .success .modal a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
  color: #FFF;
  background: #FA4417;
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 10;
}
.landing-xl .success .modal video {
  width: 100%;
  height: auto;
  max-height: 80vh;
}
@media (max-width: 960px) {
  .landing-xl .success .modal-content {
    padding: 16px;
  }
  .landing-xl .success .modal a {
    right: 16px;
    top: -50px;
  }
}
.landing-xl .unlock {
  padding: 0;
}
.landing-xl .unlock .button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-xl .unlock .list {
  margin-bottom: 40px;
}
.landing-xl .unlock .list p {
  margin-top: 0;
}
.landing-xl .unlock p {
  max-width: 100%;
}
.landing-xl .unlock a {
  padding: 22px 71px;
  margin: 0 auto;
  display: inline-block;
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.landing-xl .unlock .solid {
  background-image: url('../../img/unlock-btn.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.landing-xl .learn {
  padding: 100px 0;
}
.landing-xl .learn p {
  margin-top: 16px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.landing-xl .learn .content {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.landing-xl .learn .content > img {
  max-width: 665px;
  width: 100%;
}
.landing-xl .learn .text {
  max-width: 660px;
  width: 100%;
  padding-right: 42px;
}
.landing-xl .learn .title {
  display: flex;
  align-items: center;
  gap: 17px;
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
}
.landing-xl .learn .item:not(:last-child) {
  margin-bottom: 32px;
}
.landing-xl .learn .item img {
  width: 40px;
  height: 40px;
}
.landing-xl .learn .item p {
  margin-top: 8px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: left;
}
.landing-xl .fees {
  padding: 80px 0;
  background-image: url("../../img/FEES.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.landing-xl .fees .container {
  display: flex;
  gap: 40px;
}
.landing-xl .fees .left {
  max-width: 507px;
  width: 100%;
}
.landing-xl .fees h2 {
  text-align: left;
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 68px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FA4417;
}
.landing-xl .fees p {
  margin-top: 20px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}
.landing-xl .fees img {
  width: 40px;
  height: 40px;
}
.landing-xl .fees span {
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.landing-xl .fees .list {
  max-width: 593px;
  width: 100%;
  display: grid;
  grid-template: 40px 40px / 1fr 1fr;
  gap: 33px 10px;
  align-content: center;
}
.landing-xl .fees .item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.landing-xl .support {
  position: relative;
  padding: 160px 0;
  margin-bottom: 32px;
}
.landing-xl .support h2 {
  text-align: left;
}
.landing-xl .support p {
  margin: 16px 0 48px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.landing-xl .support .content {
  max-width: 618px;
  width: 50%;
}
.landing-xl .support .list {
  max-width: 594px;
  width: 100%;
  display: grid;
  grid-template: auto / 1fr 1fr;
  gap: 33px 10px;
}
.landing-xl .support .item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.landing-xl .support .item img {
  width: 40px;
  height: 40px;
}
.landing-xl .support span {
  font-family: 'Orbitron', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.landing-xl .support .img {
  width: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.landing-xl .support .img img {
  width: 100%;
}
@media (max-width: 1200px) {
  .landing-xl .sale .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .landing-xl .hero .overlay {
    background-image: none;
    background-color: #000000;
  }
  .landing-xl .hero .img {
    margin: 0 auto;
  }
  .landing-xl .hero .container {
    padding: 110px 20px 0;
    flex-direction: column-reverse;
    align-items: center;
  }
  .landing-xl .hero .trustpilot-wrapper {
    margin-top: 20px;
  }
  .landing-xl .support {
    padding: 64px 0;
  }
  .landing-xl .support .content,
  .landing-xl .support .img {
    max-width: 100%;
    width: 100%;
  }
  .landing-xl .support .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .landing-xl .support .list {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .landing-xl h2 {
    font-size: 32px;
    line-height: 1;
  }
  .landing-xl .hero {
    padding: 0;
  }
  .landing-xl .hero h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .landing-xl .hero p {
    font-size: 20px;
    margin: 20px 0;
  }
  .landing-xl .hero .overlay {
    border-radius: 0;
  }
  .landing-xl .hero .content {
    padding: 28px 0 40px;
  }
  .landing-xl .hero .container {
    padding: 124px 20px 0;
  }
  .landing-xl .hero .buttons {
    flex-direction: column;
  }
  .landing-xl .hero .buttons a {
    max-width: 400px;
    width: 100%;
  }
  .landing-xl .hero .buttons .solid {
    background-image: url('../../img/btn-colored-400.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .landing-xl .hero .buttons .outline {
    background-image: url('../../img/btn-outline-400.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .landing-xl .benefits {
    padding: 64px 0;
  }
  .landing-xl .benefits p {
    font-size: 16px;
    line-height: 150%;
  }
  .landing-xl .benefits .list {
    margin-top: 32px;
  }
  .landing-xl .benefits .item {
    max-width: 400px;
    padding: 40px 43px;
  }
  .landing-xl .sale {
    padding: 40px 0;
  }
  .landing-xl .sale .anchor {
    top: -84px;
  }
  .landing-xl .sale .title {
    font-size: 16px;
  }
  .landing-xl .sale .container > img {
    display: none;
  }
  .landing-xl .sale .outline {
    background-image: url('../../img/btn-outline-400.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .landing-xl .sale .content {
    max-width: 100%;
  }
  .landing-xl .sale .content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .landing-xl .sale .content span {
    font-size: 20px;
    line-height: 1;
  }
  .landing-xl .sale .content span.big {
    font-size: 36px;
    line-height: 48px;
  }
  .landing-xl .sale .timer-container {
    width: 100%;
  }
  .landing-xl .sale .timer {
    width: 100%;
  }
  .landing-xl .sale .cell {
    width: 100%;
  }
  .landing-xl .sale .number {
    width: 100%;
    font-size: 32px;
  }
  .landing-xl .brochure {
    flex-direction: column;
    padding: 64px 20px;
    gap: 24px;
  }
  .landing-xl .brochure h2 {
    font-size: 32px;
    line-height: 1;
    text-align: center;
  }
  .landing-xl .brochure .content p {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
  }
  .landing-xl .brochure h3 {
    font-size: 24px;
    line-height: 1;
  }
  .landing-xl .brochure__form {
    margin-top: 0;
    padding: 40px 24px;
  }
  .landing-xl .brochure__form .solid {
    background-image: url('../../img/btn-colored-352.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .landing-xl .trusted p {
    font-size: 16px;
    line-height: 1.5;
  }
  .landing-xl .trusted .list {
    gap: 56px 27.5px;
  }
  .landing-xl .trusted .list img {
    height: 100%;
  }
  .landing-xl .success {
    padding: 64px 0;
  }
  .landing-xl .success .list {
    justify-content: center;
    gap: 24px;
  }
  .landing-xl .unlock p {
    font-size: 16px;
    line-height: 1.5;
  }
  .landing-xl .unlock .list {
    margin-top: 32px;
    margin-bottom: 20px;
  }
  .landing-xl .unlock .item {
    padding: 40px 43px;
    max-width: 400px;
  }
  .landing-xl .unlock .solid {
    width: 100%;
    background-image: url('../../img/btn-colored-400.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .landing-xl .learn {
    padding: 64px 20px;
  }
  .landing-xl .learn p {
    font-size: 16px;
    line-height: 1.5;
  }
  .landing-xl .learn .text {
    padding-right: 0;
  }
  .landing-xl .learn .content {
    margin-top: 32px;
    flex-direction: column;
  }
  .landing-xl .fees {
    padding: 64px 0;
    background-position: 4% center;
  }
  .landing-xl .fees h2 {
    font-size: 32px;
    line-height: 1;
    text-align: center;
  }
  .landing-xl .fees p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .landing-xl .fees .container {
    flex-direction: column;
  }
  .landing-xl .support {
    padding: 64px 0;
    margin-bottom: 0;
  }
  .landing-xl .support p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 32px;
  }
  .landing-xl .support h2 {
    text-align: center;
  }
  .landing-xl .support .content {
    width: 100%;
    max-width: 100%;
  }
  .landing-xl .support .content > img {
    max-width: 400px;
  }
  .landing-xl .support .list {
    margin-top: 32px;
    grid-template: auto / 1fr;
    gap: 32px;
  }
}
/*# sourceMappingURL=landing-xl.css.map */