.main-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 2px 26px 0 var(--9100ff);
  background: var(--02001a);
  padding-bottom: 14px;
}

.header-desc {
  padding: 14px 0;
  border-bottom: 1px solid rgba(45, 255, 40, 0.5);

  p {
    font-family: var(--font-family);
    font-weight: 275;
    font-size: 14px;
    line-height: 114%;
    text-align: center;
    color: #fff;
  }
}

.header-nav {
  display: none;
}

.page-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
}

.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: var(--9100ff);
}

@media screen and (min-width: 1440px) {
  .main-section {
    padding-bottom: 0;
  }

  .header-desc {
    border-color: var(--9100ff);
  }

  .header-nav {
    display: block;
    padding: 20px 0;
    backdrop-filter: blur(22px);
  }

  .header-desc {
    p {
      font-size: 12px;
      text-align: center;
    }
  }
}

/* popup */

.page-popup {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  left: 50%;
  border: 4px solid var(--9100ff);
  border-radius: 22px;
  padding: 18px;
  background: #040401;
  transform: translateX(-50%);
  transition: transform 0.4s ease;
}

.popup-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: #eee;
  margin-bottom: 22px;
}

.popup-btn {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #b900ff;

  display: block;
  width: fit-content;
  border-radius: 12px;
  padding: 11px 21px;
  box-shadow: 0 4px 10px 0 rgba(13, 16, 21, 0.6);
  background: #fff;
  text-align: center;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
}

.popup-btn:hover {
  background-color: #b900ff;
  color: #fff;
  box-shadow: 5px 5px 10px #dff;
}

.popup-wrap {
  display: flex;
  justify-content: center;
  gap: 17px;
}

@media screen and (min-width: 1440px) {
  .page-popup {
    width: 500px;
  }

  .popup-text {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .popup-btn {
    font-size: 18px;
  }
}

/* hero  */

.dashboard {
  padding-top: 140px;
}

.products-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.product {
  height: 100%;
  border: 1px solid var(--9100ff);
  border-radius: 20px;
  padding: 20px 8px;
  background: #121031;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition:
    background-image 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.product:hover {
  box-shadow: 0 2px 26px 0 var(--9100ff);

  .product-link {
    background-color: var(--9100ff);
  }

  .product-logo {
    box-shadow: 0 2px 26px 0 var(--9100ff);
  }
}

.product-logo {
  width: 100%;
  height: 84px;
  background: #59025d;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 20px;
  transition: box-shadow 0.3s ease;
}

.portugal {
  width: 34px;
  flex-shrink: 0;
}

.logo {
  width: 150px;
  flex-shrink: 1;
  max-width: max-content;
}

.product-bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;

  h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #f1eee4;
  }

  p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    color: #b900ff;
    text-align: center;
  }

  span {
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #fff;
  }
}

.product-link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  color: #fff;

  flex-shrink: 0;
  display: block;
  width: 100%;
  border-radius: 12px;

  padding: 15px;
  box-shadow: 0 0 40px 0 rgba(140, 204, 51, 0.15);
  background-color: #5d01a4;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

@media screen and (min-width: 768px) {
  .products-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: normal;
    gap: 22px;
  }

  .products-list > div {
    width: calc((100% - 22px) / 2);
  }
}

@media screen and (min-width: 1440px) {
  .dashboard {
    padding-top: 170px;
  }

  .products-list {
    gap: 24px;
  }

  .products-list > div {
    width: calc((100% - 72px) / 4);
  }

  .product {
    border-radius: 12px;
    padding: 60px 44px;
  }

  .product-logo {
    flex-shrink: 0;
  }

  .portugal {
    width: 34px;
    flex-shrink: 0;
  }

  .logo {
    width: 130px;
    flex-shrink: 1;
    max-width: max-content;
  }

  .product-bonus {
    gap: 20px;

    h2 {
      font-size: 24px;
    }

    p {
      font-size: 18px;
    }

    span {
      font-size: 16px;
    }
  }

  .product-link {
    flex-shrink: 0;
  }
}

/* best  */

.best-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.best-wheel {
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .best-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 0;
  }

  .best-text {
    font-size: 18px;
  }

  .best-wheel {
    flex-shrink: 0;
    width: 780px;
  }
}

/* faq  */

.block {
  background-image: url(../img/block.jpg);
  background-position: center;
  background-size: cover;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  width: 100%;
  border: 1px solid var(--9100ff);
  border-radius: 12px;
  padding: 22px 12px;

  box-shadow: 0 0 26px 0 rgba(144, 0, 255, 0.5);
  background: #000100;
  transition: background-color 0.4s ease;
  cursor: pointer;
  transition:
    border-color 0.4s ease,
    background-color 0.4s ease;
}

.faq-item:hover {
  .faq-btn {
    svg {
      fill: #9100ff;
    }
  }
}

.faq-item-click {
  box-shadow: 0 0 26px 0 #9100ff;
}

.faq-btn {
  display: block;
  flex-shrink: 0;
  transition: transform 0.4s ease;

  svg {
    fill: #fff;
    transition: fill 0.3s ease;
  }
}

.faq-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.faq-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  text-transform: uppercase;
  color: #fff;
}

.faq-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
  margin-top: 12px;
}

@media screen and (min-width: 1440px) {
  .faq-item {
    border-radius: 12px;
    padding: 22px 32px;
  }

  .faq-title {
    font-size: 24px;
  }
}

/* disclaimer  */

.disclaimer-content {
  border: 4px solid var(--9100ff);
  border-radius: 22px;
  padding: 20px;
  background: #000100;

  h2 {
    font-family: var(--second-family);
    font-weight: 700;
    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: 12px;
  }
}

.pay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;

  img {
    width: calc((100% - 30px) / 3);
    max-width: max-content;
  }
}

@media screen and (min-width: 768px) {
  .pay {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .disclaimer-content {
    border-radius: 14px;
    padding: 22px 128px;

    h2 {
      font-size: 24px;
    }

    p {
      font-size: 16px;
      margin-bottom: 40px;
    }
  }
}

/* footer */

.footer {
  padding: 44px 0px;
  border-top: 1px solid var(--9100ff);
  backdrop-filter: blur(14px);
  background: #030504;
}

.footer-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 12px;
  gap: 2px;

  a {
    font-family: var(--font-family);
    font-weight: 275;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    transition: color 0.4s ease;
  }

  a:hover {
    color: var(--9100ff);
  }
}

.footer-desc {
  h3 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 138%;
    text-align: center;
    color: #fff;
  }

  h4 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 138%;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
  }

  a {
    transition: color 0.3s ease;
  }

  a:hover {
    color: var(--9100ff);
  }
}

.footer-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
  text-align: center;
  color: var(--9100ff);
}

@media screen and (min-width: 1440px) {
  .footer {
    padding: 51px 0;
  }

  .footer-list {
    flex-direction: row;
    justify-content: center;
    gap: 18px;
    margin-bottom: 20px;

    a {
      font-size: 16px;
    }
  }

  .footer-desc {
    h3 {
      font-size: 16px;
    }

    h4 {
      font-size: 16px;
      margin-bottom: 20px;
    }
  }

  .footer-text {
    font-size: 16px;
  }
}

/* ********************* */

.hidden {
  display: none;
}

.menu-transform {
  transform: translateY(0);
}

.click {
  transform: rotate(180deg);
}

.popup-click {
  transform: translateY(130%) translateX(-50%);
}

.overflow {
  overflow: hidden;
}
