html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

p,
a,
span {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1170px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  background: #000000;
}

.jackline-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
}

.header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; /* ← оставить */
  width: 100%;
  max-width: 1100px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(17, 195, 55, 0.2);
  backdrop-filter: blur(1px);
}

.navigation {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 890px) {
  .navigation {
    margin-top: 0px;
  }
}

.navigation .nav-links {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.navigation .nav-links div a {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.58);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
}

/* === Бургер === */
.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.burger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #11c337;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* === Мобильная адаптация === */
/* === Мобильная адаптация === */
@media (max-width: 768px) {
  /* Показываем бургер */
  .burger {
    display: flex !important;
    position: relative; /* ← фиксирует его в обычном потоке */
    z-index: 2001;
  }

  /* Делаем меню фиксированным — НЕ двигает логотип */
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%; /* ← уезжает за экран */
    width: 75%;
    max-width: 300px;
    height: 100vh;
    background: #000;
    flex-direction: column;
    gap: 25px;
    padding: 120px 20px 40px;
    transition: right 0.35s ease;
    z-index: 2000;
  }

  /* Когда меню открыто */
  .nav-links.open {
    right: 0;
  }

  /* Анимация бургер → крест */
  .burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #11c337;
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  .burger span:nth-child(1) {
    top: 0;
  }
  .burger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .burger span:nth-child(3) {
    bottom: 0;
  }

  .burger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
  }
}

@media (max-width: 1170px) {
  .jackline-header {
    flex-direction: column !important;
  }
}

.phone-icon {
  background-image: url("/jackline-assetsFscA/jackline-imagesQgsa/jackline-iconsCzgQ/jackline-phoneOrJLxIeA.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 15px;
}

.jackline-header p {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px #000;
  font-family: Poppins;
  font-size: clamp(6px, 2vw, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}

.jackline-header a {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px #000;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
}

.jackline-banner {
  padding-top: clamp(0px, 3vw, 40px);
  padding-bottom: clamp(0px, 3vw, 40px);
  background: radial-gradient(
    49.91% 30.24% at 69.76% 50.09%,
    rgba(30, 188, 64, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.jackline-banner-content {
  display: flex;
  width: 100%;

  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 25px;
}

.banner-wrapper {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}

.jackline-banner-content h1 {
  width: 100%;
  text-align: start;
  color: #11c337;
  font-family: Poppins;
  font-size: clamp(20px, 5vw, 60px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 72px */
  text-transform: uppercase;
}

.jackline-banner-content p {
  width: 100%;
  color: #fff;
  font-family: Poppins;
  font-size: clamp(14px, 5vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
}

.jackline-banner-content .desktop-list,
.jackline-banner-content .mobile-list {
  /* display: flex; */
  flex-direction: row !important;
  justify-content: start;
  align-items: center;
  gap: clamp(15px, 5vw, 40px);
  width: 100%;
  margin-top: clamp(10px, 7vw, 20px);
}

@media (max-width: 680px) {
  .jackline-banner-content .desktop-list {
    display: none !important;
  }
  .mobile-list {
    display: flex;
    flex-direction: row !important;

    align-self: center;
    justify-content: space-between;
    padding: 0 16px;
  }
}
@media (min-width: 680px) {
  .jackline-banner-content .desktop-list {
    display: flex;
    margin-top: 98px;
  }
  .mobile-list {
    display: none !important;
  }
}

.jackline-banner-content .desktop-list div {
  display: flex;
  padding: 5px 0;
  padding-left: clamp(10px, 10vw, 20px);
  padding-right: clamp(10px, 10vw, 20px);

  align-items: center;
  gap: 6px;
  border-radius: 100px;
}

.jackline-banner-content .desktop-list div span,
.mobile-list div span {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: Poppins;
  font-size: clamp(7px, 2vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(17, 195, 55, 0.7);
  backdrop-filter: blur(1px);
}

.mobile-list li {
  width: auto;
  border-bottom: 10px solid rgba(17, 195, 55, 0);
}

.jackline-banner .jackline-image {
  background-image: url("/jackline-assetsFscA/jackline-imagesQgsa/jackline-banner-itemTrGovazN.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* width: clamp(124px, 170vw, 503px); */
  width: 503px;
  height: 503px;
}

@media (max-width: 1280px) {
  .jackline-banner .jackline-image {
    max-width: 503px;
    max-height: 503px;
    width: clamp(124px, 20vw, 503px);
    height: clamp(124px, 20vw, 503px);
  }
}

/* jackline-cards */

.jackline-cards {
  padding-bottom: 50px;
}

.jackline-cards .jackline-cards-wrapper .jackline-list-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  align-items: stretch;
}

@media (max-width: 1170px) {
  .jackline-cards .jackline-cards-wrapper .jackline-list-cards {
    justify-content: center;
  }
}

.jackline-cards
  .jackline-cards-wrapper
  .jackline-list-cards
  .jackline-card-item {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 25px;
  border-radius: 20px;
  border: 2px solid #072e0f;
  background: linear-gradient(0deg, #072e0f 0%, #000 100%);
  width: 100%;
  max-width: 281px;
  transition: all 0.6s ease;
  cursor: pointer;
}

.jackline-card-item:hover {
  box-shadow: 0 0 40px 0 rgba(30, 188, 64, 0.5);
}

@media (max-width: 1170px) {
  .jackline-cards
    .jackline-cards-wrapper
    .jackline-list-cards
    .jackline-card-item {
    min-width: 260px;
    max-width: 360px !important;
    align-items: center;
  }
}
.jackline-card-firstsecond {
  width: 100%;
}

.jackline-header-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.jackline-card-content-mobile {
  display: none;
}

.jackline-card-content-desktop {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.jackline-header-card a {
  border-bottom: 2px solid rgba(17, 195, 55, 0);
}

.jackline-header-card img {
  max-width: 172px !important;
  height: 72px !important;
  border-bottom: 1px solid rgba(17, 195, 55, 0.5);
  backdrop-filter: blur(1px);
  border-radius: 2px;
}
.jackline-card-button-desctop {
  display: flex;
}
.jackline-card-button-mobile {
  display: none;
}
@media (max-width: 1170px) {
  .jackline-header-card img {
    max-width: 130px !important;
    max-height: 38px !important;
  }
  .jackline-card-content-mobile {
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    gap: 5px;
  }
  .jackline-card-content-desktop {
    display: none;
  }

  .jackline-card-button-mobile {
    display: flex;
  }
  .jackline-card-button-desctop {
    display: none;
  }

  .rating-btn {
    flex-direction: row !important;
    justify-content: space-between;
  }
}

.ratingNum {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  align-self: center;
}

.ratingCards {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ratingCards .stars-list {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-self: center;
}
.card-description-desktop {
  display: none;
}

.rating-btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1170px) {
  .rating-btn {
    flex-direction: row !important;
    justify-content: space-between;
    width: 100%;
  }
  .rating-btn a {
    max-width: 165px;
    width: 100%;
  }
  .jackline-card-firstsecond {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-between;

    flex-direction: row;
  }
  .ratingCards-desctop {
    display: none;
  }
  .card-description-desktop {
    display: flex;
    max-width: 155px;
  }
  .card-description-mobile {
    display: none;
  }
}
.jackline-card-item .ratingCards-desctop:nth-of-type(2) {
  display: none;
}

.card-description p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: clamp(10px, 1vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  height: 57px;
  align-self: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jackline-card-button {
  width: 100%;
}

.jackline-card-button a {
  display: flex;
  width: 100%;
  padding: 15px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 15px;

  /* 🔥 Анимация блика */
  border-radius: 100px;
  background: linear-gradient(0deg, #11c337 0%, #083c13 100%);
  animation: shineMove 1s infinite linear;
  background-size: 500px auto;
  transition: all 0.5s ease-in-out;

  /* font style (оставляем как было) */
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: clamp(12px, 2vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.176px;
  background: repeating-linear-gradient(
      75deg,
      rgba(0, 0, 0, 0) 25%,
      rgba(255, 255, 255, 0.6) 26%,
      rgba(0, 0, 0, 0) 70%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(180deg, #15ff00 0%, #0a8a00 100%);
}

/* 🌟 Эффект при наведении */
.jackline-card-button a:hover {
  /* background: repeating-linear-gradient(
      75deg,
      rgba(0, 0, 0, 0) 25%,
      rgba(255, 255, 255, 0.6) 26%,
      rgba(0, 0, 0, 0) 70%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(180deg, #15ff00 0%, #0a8a00 100%); */
  color: #fff;
  box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.35);
}

.jackline-card-footer {
  width: 100%;
}

.jackline-card-footer .jackline-card-footerQfGv {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.jackline-card-footer .jackline-card-footer-item {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  display: block;
}

.jackline-card-footer .jackline-card-footer-item {
  width: 30px;
  height: 30px;
}

.jackline-card-footer .jackline-card-footer-item:nth-child(1) {
  background-image: url("/jackline-assetsFscA/jackline-imagesQgsa/jackline-iconsCzgQ/jackline-mastercardUAPDQuhV.svg");
}
.jackline-card-footer .jackline-card-footer-item:nth-child(2) {
  background-image: url("/jackline-assetsFscA/jackline-imagesQgsa/jackline-iconsCzgQ/jackline-visaMYDaoIcM.svg");
}

.jackline-card-footer .jackline-card-footer-item:nth-child(3) {
  background-image: url("/jackline-assetsFscA/jackline-imagesQgsa/jackline-iconsCzgQ/jackline-skrilltFbmZlIF.svg");
}

.jackline-card-footer .jackline-card-footer-item:nth-child(4) {
  background-image: url("/jackline-assetsFscA/jackline-imagesQgsa/jackline-iconsCzgQ/jackline-binancewjgBCKLU.svg");
}

.jackline-card-footer .jackline-card-footer-item:nth-child(5) {
  background-image: url("/jackline-assetsFscA/jackline-imagesQgsa/jackline-iconsCzgQ/jackline-maestroCvpblrwS.svg");
}

.jackline-card-footer .jackline-card-footer-item:nth-child(6) {
  background-image: url("/jackline-assetsFscA/jackline-imagesQgsa/jackline-iconsCzgQ/jackline-bitcoinvFEPkANE.svg");
}

.rating-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.under-rating {
  color: #606060;
  text-align: center;
  font-family: Lato;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.jackline-reviews {
  padding-top: clamp(20px, 4vw, 80px);
  padding-bottom: 50px;
}
.jackline-reviews h2 {
  color: #11c337;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
.jackline-reviews b {
  color: #11c337;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.jackline-reviews p {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.jackline-reviews .jackline-reviews-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  margin-top: clamp(20px, 4vw, 40px);
}
@media (max-width: 1170px) {
  .jackline-reviews .jackline-reviews-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.jackline-reviews .jackline-reviews-list .jackline-reviews-list-item {
  max-width: 376px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 20px;
  border: 2px solid #072e0f;
}

@media (max-width: 1170px) {
  .jackline-reviews .jackline-reviews-list .jackline-reviews-list-item {
    min-width: 260px;
    max-width: 360px !important;
  }
}

.jackline-reviews
  .jackline-reviews-list
  .jackline-reviews-list-item
  .stars-listFSxQ {
  display: flex;
  gap: 5px;
}

.jackline-reviews
  .jackline-reviews-list
  .jackline-reviews-list-item
  .stars-listFSxQ
  div {
  background-image: url("/jackline-assetsFscA/jackline-imagesQgsa/jackline-iconsCzgQ/jackline-starHGIdQAoB.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.jackline-faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: radial-gradient(
    49.93% 30.69% at 30.69% 50.07%,
    rgba(30, 188, 64, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  padding-top: clamp(20px, 4vw, 80px);
  padding-bottom: clamp(20px, 4vw, 80px);
}

.jackline-faq h2,
h1 {
  color: #11c337;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}

.jackline-faq .jackline-faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.jackline-faq .jackline-faq-list .faq-item {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  border: 2px solid #072e0f;
  background: rgba(0, 0, 0, 0.7);
}

.jackline-faq span {
  color: #11c337;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}

.jackline-faq p {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.jackline-news {
  display: flex;

  flex-direction: column;
  padding-top: clamp(20px, 4vw, 80px);
  padding-bottom: clamp(20px, 4vw, 80px);
}

.jackline-news .jackline-news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.jackline-news .jackline-news-list .newsItem {
  display: flex;
  gap: 10px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.jackline-news .jackline-news-list .newsItem span {
  color: #11c337;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
.jackline-news .jackline-news-list .newsItem p {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

footer {
  border-top: 2px solid #072e0f;
  background: linear-gradient(0deg, #072e0f 0%, #000 100%);
  padding-top: clamp(30px, 4vw, 50px);
  padding-bottom: clamp(30px, 4vw, 50px);
}
.jackline-footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.jackline-column {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1170px) {
  .jackline-column {
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px;
  }
}

.jackline-paragraph {
  width: 575px;
}
@media (max-width: 1170px) {
  .jackline-paragraph {
    width: 100%;
  }
}

.jackline-paragraph span {
  color: #11c337;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}
.jackline-paragraph p {
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.jackline-socials .socials-list {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #072e0f;
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1170px) {
  .jackline-socials .socials-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

.footer-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1170px) {
  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

.footer-nav i {
  background-image: url("/jackline-assetsFscA/jackline-imagesQgsa/jackline-iconsCzgQ/jackline-18aRDe.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 44px;
  height: 43px;
  margin-right: clamp(10px, 5vw, 165px);
}

.jackline-footer .footer-navigation {
  width: 100%;
}

.jackline-footer .footer-navigation .footer-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1170px) {
  .jackline-footer .footer-navigation .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

.jackline-footer .footer-navigation .footer-links div {
  color: #11c337;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}

.copyright {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}

.jackline-rules {
  padding-top: clamp(20px, 4vw, 80px);
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2vw, 40px);
}

.jackline-rules h1 {
  color: #fff;
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.jackline-rules h2 {
  color: #fff;
  font-family: Lexend;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.jackline-rules .jackline-rules-content div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jackline-rules p {
  color: #fff;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.jackline-rules .jackline-rules-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 💫 Анимация движения блика */
@keyframes shineMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px 0;
  }
}

.terms {
  padding-top: clamp(20px, 4vw, 80px);
  padding-bottom: clamp(20px, 4vw, 80px);
}

.terms-header h2 {
  color: #11c337;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  text-transform: uppercase;
}

.terms-header p {
  margin-top: 20px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}

.terms .terms-list {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.terms .terms-list div {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  border: 2px solid #072e0f;
  background: rgba(0, 0, 0, 0.7);
}

.terms .terms-list div span {
  color: #11c337;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}

.terms .terms-list div p {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
@media (max-width: 890px) {
  .navigation {
    position: relative;
  }

  .navigation .nav-links {
    width: 280px;
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    height: 100vh !important;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding: 20px;
    z-index: 999;
  }

  .navigation .nav-links.open {
    width: 100%;
    display: flex;
    flex-direction: column;
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
}

.jackline-propos {
  display: flex;
  flex-direction: row;
  gap: clamp(20px, 2vw, 40px);
  align-items: center;
  padding-bottom: 60px;
}

@media (max-width: 1260px) {
  .jackline-propos {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.propos-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 608px;
}

.propos-content p {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: clamp(12px, 2vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.jackline-propos h2,
h1 {
  color: #11c337;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}

.jackline-propos .jackline-propos-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 608px;
}

.jackline-propos .jackline-propos-list div {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #072e0f;
  background: linear-gradient(0deg, #072e0f 0%, #000 100%);
}

.jackline-propos .jackline-propos-list div p {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

/* ОСНОВА */
.navigation {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (max-width: 890px) {
  .navigation {
    margin-top: 0;
  }
}

/* ссылки */
.nav-links {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.nav-links div a {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.58);
}

/* БУРГЕР */
.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}

.burger span {
  height: 3px;
  width: 100%;
  background: #11c337;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Мобилка */
@media (max-width: 768px) {
  .burger {
    display: flex;
  }

  /* МЕНЮ */
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #000;
    flex-direction: column;
    gap: 30px;
    padding: 100px 20px 40px;
    transition: right 0.35s ease;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.4);
    z-index: 1000;
  }
}

/* 1170 */
@media (max-width: 1170px) {
  .jackline-header {
    flex-direction: column !important;
  }
}

