@charset "UTF-8";

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"),
       url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/ProximaNova-Semibold.woff2") format("woff2"),
       url("../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2"),
       url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  max-width: 100vw;
  min-height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #000;
  color: #161616;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
}

body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
dd {
  margin: 0;
}

button,
input {
  font: inherit;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container .innerCont {
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  z-index: 6;
  padding-top: 12px;
  padding-bottom: 12px;
  background: transparent;
}

.header .header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.header .header_logo a {
  display: flex;
  width: 100px;
}

.header .header_logo img {
  width: 100%;
  max-width: 100%;
}

.header .header_text {
  position: relative;
  padding: 5px 8px;
  border-radius: 5px;
  background: #fff;
  color: #171717;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.main {
  height: 100%;
  padding-top: 15px;
  padding-bottom: 0;
  overflow: auto hidden;
}

.main .third_page {
  overflow: hidden;
}

.main .third_page .intro {
  position: relative;
  min-height: 360px;
  padding: 0 20px 40px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: 20px;
}

.main .intro .title {
  position: relative;
  z-index: 2;
}

.main .intro .main_title {
  font-size: clamp(44px, 6.2vw, 74px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.02;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 14px;
  background-image: linear-gradient(#ffffff, #d8c5ff);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.main .intro .main_subtitle {
  max-width: 520px;
  color: #ebebeb;
  font-size: clamp(16px, 1.7vw, 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.main .intro .banner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main .intro .banner img {
  width: min(100%, 470px);
  margin-left: auto;
}

.main .intro .card-bg {
  position: absolute;
  width: min(76vw, 760px);
  height: 310px;
  left: 63%;
  bottom: -82px;
  z-index: -1;
  border-radius: 100px;
  background: linear-gradient(180deg, #661ed0 0%, #3a8ac6 100%);
  filter: blur(80px);
  transform: translateX(-50%) rotate(-25deg);
}

.main .third_page .innerCont {
  padding: 5px 14px 30px;
  border-radius: 23px 23px 0 0;
  background: #f2f3f5;
}

.main .third_page .innerCont.second {
  padding-bottom: 0;
  border-radius: 0;
  background: #fff;
}

.main .third_page .offers_wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px 10px;
}

.main .third_page .offers_wrapper .offer,
.empty-state {
  position: relative;
  min-width: 0;
  padding: 12px 8px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgb(32 32 32 / 7%);
}

.empty-state {
  padding: 24px;
  text-align: center;
  color: #161616;
}

.main .third_page .offers_wrapper .offer > a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.main .third_page .offers_wrapper .offer .label {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 128px;
  height: 19px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 9px 9px;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.main .third_page .offers_wrapper .offer .label.one {
  background: #ff9e01;
}

.main .third_page .offers_wrapper .offer .label.two {
  background: #47a9ff;
}

.main .third_page .offers_wrapper .offer .body-card-logo {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
}

.main .third_page .offers_wrapper .offer .offer-logo {
  width: 90%;
  max-width: 170px;
  max-height: 70px;
  margin: 0 auto;
  object-fit: contain;
}

.main .third_page .offers_wrapper .offer .offer-info {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 17px 0 0;
}

.main .third_page .offers_wrapper .offer .offer-info li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  color: #2d4562;
  font-size: 12px;
}

.main .third_page .offers_wrapper .offer .offer-info li:last-child {
  margin-bottom: 0;
}

.main .third_page .offers_wrapper .offer .offer-info li span {
  display: block;
  color: #161616;
  font-size: 15px;
  font-weight: 400;
}

.main .third_page .offers_wrapper .offer .offer-info li span.bold {
  color: #161616;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

.main .third_page .offers_wrapper .offer .btn-wrapper {
  margin-top: 12px;
  text-align: center;
}

.main .third_page .offers_wrapper .offer .btn-offer-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.main .third_page .offers_wrapper .offer .general_button_wrapper {
  margin-top: 10px;
}

.main .third_page .offers_wrapper .offer .general_button_wrapper .button {
  width: 100%;
  position: relative;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  display: block;
}

.btn-main,
.main .third_page .offers_wrapper .offer .general_button_wrapper .btn-main {
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 12px 6px;
  border: none;
  border-radius: 8px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #1e1eff 0%, #ac42de 100%);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.main .bottom_text {
  margin-top: 31px;
  padding-bottom: 30px;
}

.main .bottom_text .big {
  color: #161616;
  opacity: 1;
}

.main .bottom_text p {
  color: #161616;
  opacity: 0.8;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  text-align: justify;
}

.main .bottom_text p + p {
  margin-top: 10px;
}

.main .bottom_text p.big {
  font-size: 16px;
}

.footer {
  background: transparent;
}

.footer .container {
  padding: 20px 0;
  border-radius: 30px 30px 0 0;
  background: #161616;
}

.footer .footer_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer .footer_logo a {
  display: block;
}

.footer .footer_logo img {
  width: 100px;
}

.footer .copy span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-backdrop__overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.62);
  backdrop-filter: blur(4px);
}

.offer-modal {
  position: relative;
  z-index: 1;
  width: min(800px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.offer-modal__content {
  padding: 28px 0 0;
}

.offer-modal__top-group {
  margin: 0 16px;
  border-radius: 22px;
  background: #f2f3f5;
}

.offer-modal__close {
  position: absolute;
  top: 30px;
  right: 24px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #808183;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
}

.offer-modal__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  padding: 20px;
}

.offer-modal__brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.offer-modal__logo-badge {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #171717;
}

.offer-modal__logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.offer-modal__eyebrow {
  color: #777;
  font-size: 12px;
}

.offer-modal__title {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.02;
}

.offer-modal__hero {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 20px;
}

.offer-modal__metric span {
  display: block;
  margin-bottom: 4px;
  color: #777;
  font-size: 15px;
}

.offer-modal__metric strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
}

.offer-modal__cta {
  flex: 0 0 180px;
  margin-left: auto;
  min-height: 50px;
  font-size: 13px;
}

.offer-modal__panel {
  padding: 20px;
  border-top: 1px solid rgba(25, 59, 120, 0.08);
}

.offer-modal__panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 42px;
}

.offer-modal__list p {
  margin-top: 6px;
  color: #555;
  font-size: 14px;
  line-height: 1.25;
}

.offer-modal__list p:first-child {
  margin-top: 0;
}

.offer-modal__list strong {
  color: #161616;
  font-weight: 600;
}

.site-header {
  padding: 12px 0;
  background: #000;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-logo {
  display: inline-flex;
  width: 100px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 0;
  background: linear-gradient(180deg, #1e1eff 0%, #ac42de 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.policy-page {
  background: #f2f3f5;
}

.policy-hero,
.policy-content {
  padding: 24px 20px;
}

.policy-hero__card,
.policy-card {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgb(32 32 32 / 7%);
}

.policy-hero__card h1 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.policy-hero__subtitle,
.policy-card p {
  margin-top: 12px;
  color: #333;
  font-size: 16px;
  line-height: 1.45;
}

.section-head__label {
  display: inline-flex;
  margin-bottom: 10px;
  color: #777;
  font-size: 13px;
}

.section-title {
  font-size: 22px;
  font-weight: 700;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.site-footer {
  background: #fff;
}

.site-footer .container {
  padding: 20px;
  border-radius: 30px 30px 0 0;
  background: #161616;
  color: #fff;
}

.site-footer__top,
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer__nav,
.site-footer__contacts,
.site-footer__bottom-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

.site-footer__text {
  margin: 18px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .container {
    max-width: 768px;
  }

  .main .third_page .intro {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
    text-align: center;
  }

  .main .intro .main_title,
  .main .intro .main_subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .main .intro .banner {
    justify-content: center;
  }

  .main .intro .banner img {
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .main .third_page .offers_wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 475px;
  }

  .container .innerCont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header .header_text {
    font-size: 13px;
  }

  .main .third_page .intro {
    display: block;
    padding: 0 20px 40px;
  }

  .main .intro .main_title {
    margin-bottom: 10px;
    font-size: 37px;
    line-height: 1.2;
  }

  .main .intro .main_subtitle {
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .main .intro .banner img {
    width: 100%;
  }

  .main .intro .card-bg {
    width: 480px;
    height: 270px;
    left: 50%;
    bottom: -100px;
  }

  .main .third_page .offers_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }

  .main .third_page .offers_wrapper .offer {
    width: calc(50% - 5px);
    margin-top: 25px;
  }

  .main .third_page .offers_wrapper .offer .offer-info li span,
  .main .third_page .offers_wrapper .offer .offer-info li span.bold {
    font-size: 15px;
  }

  .offer-modal {
    max-height: calc(100vh - 24px);
    border-radius: 20px;
  }

  .offer-modal__hero,
  .offer-modal__panel-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .offer-modal__cta {
    width: 100%;
    margin-left: 0;
  }

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

  .site-footer__top,
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 375px) {
  .container .innerCont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header .header_logo a,
  .footer .footer_logo img,
  .site-logo {
    width: 100px;
  }

  .header .header_text {
    font-size: 12px;
  }

  .main .third_page .offers_wrapper .offer .offer-info li span,
  .main .third_page .offers_wrapper .offer .offer-info li span.bold {
    font-size: 12px;
  }

  .btn-main,
  .main .third_page .offers_wrapper .offer .general_button_wrapper .btn-main {
    font-size: 12px;
  }
}
