.main-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #fff;
}

.header-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  text-align: center;
  color: #eee;
}

.page-nav {
  display: none;
}

.page-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  padding: 20px;
}

.page-nav-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transition: color 0.3s ease;
}

.page-nav-link:hover {
  color: #fff500;
}

@media screen and (min-width: 1436px) {
  .page-nav {
    display: block;
  }

  .nav-contaciner {
    border-top: 1px solid #fff;
  }

  .header-desc {
    font-size: 14px;
    padding: 4px;
  }

  .main-section {
    border: none;
  }
}

/* popup */

.page-popup {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  left: 50%;
  border: 4px solid #fea637;
  border-radius: 22px;
  padding: 18px;
  background: #1f0141;
  transform: translateX(-50%);

  transition: transform 0.4s ease;
}

.popup-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #eee;
  margin-bottom: 22px;
}

.popup-btn {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #00031e;

  display: block;
  border-radius: 12px;

  padding: 12px 18px;
  box-shadow: 0 4px 10px 0 rgba(13, 16, 21, 0.6);
  background: #fff;
  text-align: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.popup-btn:hover {
  background: #fdd0d0;
}

.popup-wrap {
  display: flex;
  justify-content: center;
  gap: 17px;
}

@media screen and (min-width: 1436px) {
  .page-popup {
    width: 60%;
    border-radius: 22px;
    padding: 18px;
  }

  .popup-text {
    font-size: 20px;
  }

  .popup-btn {
    font-size: 20px;
    padding: 20px 30px;
  }
}

/* hero  */

.dashboard {
  padding-top: 50px;
  background-image: url(../img/home.png);
  background-position: center;
  background-size: cover;
}

.page-hero-img {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.page-hero-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  color: #fff500;
  margin-bottom: 22px;
}

.page-hero-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .page-hero-img {
    width: 200px;
  }
}

@media screen and (min-width: 1436px) {
  .dashboard {
    padding-top: 90px;
  }

  .page-hero-img {
    width: auto;
  }

  .page-hero-title {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
  }

  .page-hero-text {
    font-size: 16px;
    max-width: 1019px;
    margin: 0 auto;
  }
}

/* products  */

.products {
  border-radius: 22px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.55);
}

.product-list-title {
  display: block;
  padding: 14px;
  background: #fea637;
  display: flex;
  align-items: center;
  justify-content: space-between;

  p {
    display: none;
  }
}

.products-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.product {
  border: 4px solid transparent;
  border-radius: 12px;
  padding: 12px;
  border: 4px solid #fea637;

  box-shadow: 0 0 26px 0 #fea637;

  background: #fff;

  display: flex;
  gap: 12px;
}

.product-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-number {
  display: none;
}

.product-logo {
  border-radius: 12px;
  width: 124px;
  flex-shrink: 0;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #187c3b 14.15%, #155c2e 100%);
}

.product-bonus {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;

  img {
    width: 44px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: #351064;
  }
}

.product-name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 200%;
  text-align: center;
  color: #351064;
}

.product-link {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 58%;
  text-align: center;
  color: #351064;

  display: block;
  width: 100%;
  border-radius: 12px;
  padding: 18px 4px;
  transition: color 0.3s ease;
  background: linear-gradient(180deg, #9fff96 0%, #3ff01a 100%);
}
.product-link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .product {
    gap: 38px;
  }

  .product-wrap {
    width: 100%;
    /* gap: 38px; */
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .product-link {
    width: 150px;
    padding: 24px 8px;
  }
}

@media screen and (min-width: 1436px) {
  .products-list {
    /* gap: 43px; */
    padding: 20px;
  }

  .product-list-title {
    padding: 22px 82px;

    p {
      display: block;
      font-family: var(--font-family);
      font-weight: 700;
      font-size: 18px;
      line-height: 100%;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
    }
  }

  .product {
    border-radius: 12px;
    padding: 12px 32px;
  }

  .product-number {
    display: block;
    align-self: center;
    width: 85px;
    flex-shrink: 0;
  }

  .product-logo {
    border-radius: 12px;
    width: 300px;
    padding: 20px;
  }

  .product-bonus {
    p {
      font-size: 28px;
    }
  }

  .product-name {
    font-size: 18px;
  }

  .product-link {
    border-radius: 12px;
    width: 252px;
    font-size: 36px;
    padding: 30px 10px;
  }
}

/* faq  */

.faq {
  background-image: url(../img/bg.png);
  background-position: bottom;
  background-size: cover;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 22px;

  li {
    border-radius: 12px;
    padding: 22px 32px;
    backdrop-filter: blur(12px);
    box-shadow: 0 0 26px 0 rgba(255, 255, 255, 0.35);
    background: #fff;
  }

  p {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    color: #351064;
    margin-bottom: 12px;
  }

  span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #351064;
  }
}

@media screen and (min-width: 1436px) {
  .faq-list {
    li {
      border-radius: 12px;
      padding: 22px 32px;
    }

    p {
      font-size: 24px;
    }

    span {
      font-size: 16px;
    }
  }
}

/* desc  */

.desc {
  border: 4px solid #cd325f;
  border-radius: 22px;
  padding: 30px;
  background: linear-gradient(180deg, #330861 0%, #6910c7 100%),
    linear-gradient(
      92deg,
      rgba(130, 148, 177, 0) 0%,
      rgba(130, 148, 177, 0.12) 50.52%,
      rgba(130, 148, 177, 0) 100%
    );

  h2 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 24px;
    line-height: 142%;
    color: #fff;
    margin-bottom: 12px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 22px;
  }

  div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    img {
      width: calc(100% / 3);
      max-width: max-content;
    }
  }
}

@media screen and (min-width: 768px) {
  .desc {
    div {
      flex-wrap: nowrap;

      img {
        width: calc(100% / 6);
      }
    }
  }
}

@media screen and (min-width: 1436px) {
  .desc {
    border: 4px solid #fea637;
    border-radius: 22px;
    width: 871px;
    margin: 0 auto;

    h2 {
      font-size: 24px;
      margin-bottom: 12px;
    }

    p {
      font-size: 16px;
      margin-bottom: 40px;
    }

    div {
      gap: 8px;

      img {
        width: auto;
      }
    }
  }
}

/* footer */

.footer {
  padding: 32px 0;
  border-top: 1px solid #fff;
  background: #26014c;
}

.footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 18px;

  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;

  a:hover {
    text-decoration: underline;
  }
}

.footer-desc {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.footer-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 1436px) {
  .footer {
    padding: 50px 0;
  }
}

/* loader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(94, 95, 147, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ccc;
  border-top-color: #3f38ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* scroll */

#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  border: 1px solid #3f38ff;
  color: #3f38ff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  z-index: 7;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease box-shadow 0.4s ease;
}
#scrollTopBtn:hover,
#scrollTopBtn:focus {
  box-shadow: 0 4px 22px 3px #3f38ff;
}
#scrollTopBtn.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ********************* */

.hidden {
  display: none;
}

.menu-transform {
  transform: translateX(-50%);
}

.click {
  transform: rotate(135deg);
}

.popup-click {
  transform: translateY(130%) translateX(-50%);
}

.overflow {
  overflow: hidden;
}
