:root {
  --bg: #171717;
  --smoke: #f5f5f8;
  --lightpurp: #936fd6;
  --orangehover: #f3fd26;
  --purp: #212121;
  --white: white;
  --line: #474753;
  --orange: #a50408;
}

.body {
  background-color: var(--bg);
  color: var(--smoke);
  background-image: url('../images/bg.svg');
  background-position: 0 0;
  background-size: 30%;
  font-family: Mulish, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.logo {
  width: 270px;
}

.button-header {
  background-color: var(--lightpurp);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 200px;
  height: 45px;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 400;
  transition: all .4s;
  display: flex;
}

.button-header:hover {
  background-color: var(--orangehover);
  border-color: #222;
}

.header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.nav-menu {
  display: flex;
}

.header-phone {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.contacts-header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 11;
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.nav-link:hover {
  color: var(--orangehover);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.gold {
  color: #b8ff20;
}

.nav-link.gold:hover {
  color: var(--orangehover);
}

.section {
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  max-width: 1400px;
	width: 100%;
  display: flex;
}

.about-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-left-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h2 {
  color: var(--white);
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

.image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 40%;
  height: 100%;
}

.section-hero {
  margin-top: 80px;
}

.hero-bg {
  background-image: linear-gradient(90deg, #131315e6 7%, #fff0 46%), url('../images/hero3.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.hero-bg.alt {
  background-image: linear-gradient(90deg, #131315e6 30%, #fff0 69%), linear-gradient(#00000080, #00000080), url('../images/h123.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.hero-bg.alt.bonus {
  background-image: linear-gradient(90deg, #131315e6 26%, #fff0 69%), linear-gradient(#0000, #0000), url('../images/image-7.webp');
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 90px;
  line-height: 100%;
}

.h1small {
  text-transform: capitalize;
  font-size: 52px;
}

.button {
  background-color: var(--smoke);
  color: var(--purp);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  height: 54px;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: all .4s;
  display: flex;
}

.button:hover {
  background-color: var(--orangehover);
  border-color: #222;
}

.hero-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-hero {
  object-fit: cover;
  max-width: 60%;
  height: 100%;
}

.text-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.h3 {
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.content-cta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--line);
  background-image: linear-gradient(0deg, #202027cc, #fff0), url('../images/bg2.svg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 1400px;
  padding: 100px 60px;
  display: flex;
}

.content-cta.altbg1 {
  background-image: url('../images/cta02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.content-cta.altbg2 {
  background-image: url('../images/cta03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.content-cta.altbg3 {
  background-image: url('../images/cta04.webp');
}

.title-cta {
  color: var(--white);
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 130%;
}

.cta-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-cta {
  object-fit: contain;
  max-width: 250px;
  height: 100%;
}

.image-cta.long {
  max-width: 400px;
}

.image-cta.mediun {
  max-width: 300px;
}

._3col-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.bonus-block {
  background-color: var(--purp);
  color: var(--smoke);
  border-radius: 10px;
  text-decoration: none;
}

.bonus-block:hover {
  color: var(--orangehover);
}

.bonus-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 230px;
}

.more-text {
  text-align: right;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 16px;
  transition: all .3s;
}

.slider-rew {
  background-color: #13131500;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}

.rew-name {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
}

.review-up-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.person-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow {
  background-color: var(--purp);
  color: var(--smoke);
  border-radius: 900px;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  font-size: 20px;
  transition: all .3s;
  inset: auto 0% auto auto;
}

.right-arrow:hover {
  background-color: var(--orangehover);
  color: var(--bg);
}

.slide-nav {
  text-align: left;
  margin-top: 15px;
  padding-left: 20px;
  font-size: 8px;
  position: absolute;
  bottom: auto;
}

.slide-rew {
  background-color: var(--purp);
  background-image: linear-gradient(#202027, #fff0);
  border-radius: 10px;
  width: 100%;
  margin-right: 4%;
  padding: 30px 6% 26px;
}

.mask-rew {
  border-radius: 15px;
  width: 49%;
  max-width: 1140px;
  height: auto;
  overflow: visible;
}

.left-arrow {
  background-color: var(--purp);
  color: var(--smoke);
  border-radius: 900px;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  font-size: 20px;
  transition: all .3s;
  position: absolute;
  inset: auto 50px auto auto;
}

.left-arrow:hover {
  background-color: var(--orangehover);
  color: var(--bg);
}

.image-ava {
  border-radius: 5px;
  width: 65px;
  height: 65px;
}

.rew-text {
  overflow-wrap: anywhere;
  margin-top: 20px;
}

.stars {
  width: 150px;
}

.accordion-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-self: stretch;
  margin-top: 10px;
  display: flex;
}

.accordion-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--purp);
  color: var(--white);
  background-image: linear-gradient(#202027, #fff0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 40px;
  transition: all .3s;
  display: flex;
}

.accordion-item:hover {
  color: var(--orangehover);
}

.accordion-name-block {
  cursor: pointer;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-name {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.icon-accordion {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.accordion-text {
  padding-top: 0;
  overflow: hidden;
}

.faq-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--smoke);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  padding: 10px 0;
  display: flex;
}

.faq_text {
  direction: ltr;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  background-color: var(--purp);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 40px 20px 30px;
  display: flex;
}

.content-footer-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.payment-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logopay {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 60px;
  padding: 5px;
  display: flex;
}

.foter-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.copyright {
  font-size: 14px;
}

.image-hero-alt {
  object-fit: cover;
  border-radius: 10px;
  width: 460px;
}

.right-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  width: 460px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.image-hero-main {
  object-fit: cover;
  border-radius: 20px;
  width: 500px;
}

.list-item {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .icon-3 {
    font-size: 40px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #15141200;
  }

  .nav-menu {
    background-color: var(--purp);
  }

  .header-phone {
    margin-right: 20px;
  }

  .brand {
    background-position: 0%;
    background-repeat: no-repeat;
    flex: 1;
  }

  .brand.w--current {
    background-position: 0%;
    flex: 1;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content {
    justify-content: center;
    align-items: flex-start;
  }

  .about-block {
    flex-flow: column;
  }

  .h2 {
    font-size: 40px;
  }

  .image {
    object-position: 50% 50%;
    width: 100%;
  }

  .section-hero {
    padding: 10px;
  }

  .hero-bg {
    background-position: 0 0, 70%;
    height: auto;
    min-height: 600px;
    padding: 40px;
  }

  .hero-bg.alt {
    padding: 40px 20px;
  }

  .button {
    min-width: 200px;
  }

  .content-hero {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .h3 {
    font-size: 40px;
  }

  .content-cta {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bonus-img {
    height: auto;
  }

  .more-text {
    font-size: 15px;
  }

  .slider-rew {
    align-self: flex-start;
    width: 100%;
  }

  .rew-name {
    font-size: 22px;
  }

  .review-up-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .slide-rew {
    margin-right: 4%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .rew-text {
    line-height: 150%;
  }

  .accordion-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-name {
    font-size: 22px;
  }

  .payment-block {
    flex-flow: wrap;
  }

  .right-text-block {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 15px;
  }

  .menu-button {
    padding: 10px;
  }

  .header {
    padding: 0;
  }

  .header-phone {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-right: 0;
  }

  .contacts-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    background-size: contain;
    padding-left: 0;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 0;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .h2 {
    font-size: 34px;
  }

  .image {
    width: 100%;
  }

  .hero-bg.alt {
    padding: 20px 10px;
  }

  .h1 {
    font-size: 60px;
  }

  .h1small {
    font-size: 42px;
  }

  .content-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-hero {
    width: 100%;
    max-width: none;
  }

  .h3 {
    font-size: 26px;
  }

  .content-cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 40px 30px;
  }

  .content-cta.altbg1 {
    padding-right: 10px;
  }

  .title-cta {
    font-size: 28px;
  }

  .image-cta {
    max-width: 200px;
  }

  .image-cta.long {
    max-width: 240px;
  }

  ._3col-block {
    grid-template-columns: 1fr;
  }

  .slider-rew {
    max-width: 100%;
  }

  .rew-name {
    font-size: 20px;
  }

  .review-up-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .person-info {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .slide-nav {
    padding-left: 5%;
  }

  .slide-rew {
    width: 100%;
  }

  .accordion-name {
    font-size: 20px;
  }

  .faq-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 0;
  }

  .content-footer-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .button-header {
    display: none;
  }

  .menu-button {
    padding: 10px;
  }

  .header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .header-phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navbar {
    padding-left: 10px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2 {
    font-size: 32px;
  }

  .image {
    height: 200px;
  }

  .section-hero {
    padding: 10px;
  }

  .hero-bg {
    background-position: 0 0, 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 50px;
  }

  .h1small {
    font-size: 34px;
  }

  .button {
    width: 100%;
    min-width: auto;
  }

  .h3 {
    font-size: 32px;
  }

  .content-cta {
    padding: 20px;
  }

  .title-cta {
    font-size: 26px;
  }

  .cta-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-cta {
    display: none;
  }

  .slider-rew {
    margin-bottom: 40px;
  }

  .review-up-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slide-rew {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mask-rew {
    width: 100%;
  }

  .image-ava {
    width: 50px;
    height: 50px;
  }

  .stars {
    align-self: flex-start;
  }

  .accordion-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-name {
    font-size: 18px;
    line-height: 130%;
  }

  .faq-container {
    padding: 0;
  }

  .logopay {
    width: 80px;
    height: 50px;
    padding: 10px;
  }
}


@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}