@charset "UTF-8";
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-VariableFont_wght.ttf") format("woff");
}
.positive {
  color: #4CAF50;
}

.negative {
  color: #F44336;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lexend";
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
  overflow-x: hidden;
  padding: 50px 20px;
  background: #101014 url("../images/top.webp") left top no-repeat;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

table button a {
  padding-top: 4px;
}

ul, ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

button {
  background-color: #F7A600;
  border-radius: 82px;
  transition: box-shadow 0.3s ease;
}
button:hover {
  box-shadow: 0 0 15px #F7A600;
}

h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0%;
}

h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 150%;
  letter-spacing: 0%;
}

.highlight {
  color: #F7A600;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.image-container {
  aspect-ratio: 30/20;
}

.copy-notification {
  position: fixed;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F7A600;
  color: black;
  padding: 12px 24px;
  border-radius: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s ease;
}

.copy-notification.show {
  bottom: 20px;
  opacity: 1;
}

.copy-notification::before {
  content: "✓";
  margin-right: 8px;
}

.sections {
  flex: 1;
  min-width: 0;
}

.loader {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F7A600;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  body {
    padding: 10px 10px;
  }
  .copy-notification {
    width: 90%;
    left: 5%;
    transform: none;
  }
  h2 {
    text-align: center;
    font-size: 30px;
  }
  h1 {
    font-size: 35px;
  }
}
.header-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto; /* центрирование */
  position: sticky; /* или fixed через JS */
  top: 0;
  z-index: 1000;
  padding: 0 20px; /* отступы по бокам */
  box-sizing: border-box;
}

.header {
  background-color: #17181E;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  border-radius: 100px;
}
.header__logo-container {
  width: 60px;
  height: 60px;
  background-color: #101014;
  border-radius: 50%;
  text-align: center;
}
.header__button {
  width: 200px;
  height: 50px;
}
.header__logo {
  width: 40px;
  height: 40px;
  align-self: center;
}
.header__menu {
  display: flex;
  flex-direction: row;
  gap: 70px;
  color: #81858C;
  font-weight: 500;
  font-size: 26px;
}
.header__menu li {
  transition: color 0.3s ease;
}
.header__menu li:hover {
  color: #FFFFFF;
}
.header__burger {
  display: none;
}
@media (max-width: 1100px) {
  .header__burger {
    display: block;
  }
}
.header .image-container {
  display: flex;
  justify-content: center;
}
.header a {
  width: fit-content;
}
@media (max-width: 1300px) {
  .header__menu {
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .header__menu {
    display: none;
  }
}

.burger-btn {
  display: none;
  width: 40px;
  height: 24px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
@media (max-width: 1100px) {
  .burger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.burger-btn span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.burger-btn {
  display: none;
  width: 40px;
  height: 24px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
@media (max-width: 1100px) {
  .burger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.burger-btn span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.burger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 400px;
  height: 100vh;
  background-color: #17181E;
  z-index: 1000;
  padding: 100px 30px 30px;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.burger-menu.active {
  right: 0;
}
.burger-menu ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.burger-menu a {
  color: #81858C;
  font-size: 24px;
  transition: color 0.3s ease;
}
.burger-menu a:hover {
  color: #FFFFFF;
}
.burger-menu__button {
  width: 100%;
  margin-top: 40px;
  height: 50px;
}

.burger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.burger-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-buy-btn {
  display: none;
}
@media (max-width: 1100px) {
  .mobile-buy-btn {
    display: block;
    width: 150px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .mobile-buy-btn {
    width: 120px;
    font-size: 14px;
  }
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .header {
    padding: 10px 20px;
  }
  .header__logo-container {
    width: 50px;
    height: 50px;
  }
  .header__logo {
    width: 35px;
    height: 35px;
  }
}
.hero {
  margin-top: 100px;
}
.hero__container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 50px;
  grid-template-areas: "ls ls ls ls hd hd hd";
}
.hero__button {
  margin-top: 10px;
  width: 230px;
  height: 55px;
  margin-left: 8px;
}
.hero__tittle {
  grid-area: ls;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.hero__img {
  grid-area: hd;
  place-content: center;
}
.hero .image-container {
  aspect-ratio: 2/1;
}
@media (max-width: 1500px) {
  .hero {
    margin-top: 40px;
  }
  .hero .container {
    height: fit-content;
    justify-content: center;
  }
  .hero .hero__tittle {
    text-align: center;
  }
  .hero .hero__button {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .hero .container {
    gap: 60px;
  }
  .hero__container {
    grid-template-columns: 1fr;
    grid-template-areas: "ls" "hd";
    grid-gap: 15px;
  }
}

.why {
  margin-top: 100px;
}
.why h2 {
  margin-bottom: 20px;
}
.why h3 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
}
.why__container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(7, 2fr);
  grid-gap: 30px;
  grid-template-areas: "tx tx tx tx tx tx tx" "ls ls ls ls hd hd hd";
}
.why__first-text {
  grid-area: tx;
}
.why__text {
  font-weight: 200;
  line-height: 150%;
  grid-area: ls;
}
.why__text ul {
  list-style: disc;
  margin-left: 30px;
}
.why__text ul li {
  margin-bottom: 5px;
}
.why__text p {
  margin-bottom: 20px;
}
.why__text .why__note {
  font-weight: 400;
  margin: 20px 0 0 -20px;
}
.why__img {
  grid-area: hd;
  max-height: 300px;
  background-color: #17181E;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why__img .img-first {
  font-size: 20px;
}
.why__img .img-second {
  font-size: 40px;
  color: #F7A600;
}
.why__img .img-third {
  font-size: 30px;
  color: #FFFFFF;
}
.why__img .img-fourth {
  font-size: 30px;
  color: #9C58DD;
}
.why__img p {
  font-size: 18px;
  font-weight: 300;
  color: #81858C;
  margin-bottom: 15px;
}
.why__img .header__button {
  width: 321px;
  background-color: #D689F2;
}
.why__img .header__button:hover {
  box-shadow: 0 0 15px #D689F2;
}
.why__img-container {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.why__img-container div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.why__table-header {
  font-size: 20px;
  font-weight: 600;
}
.why__table {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.why .img-third, .why .img-fourth {
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .why__container {
    grid-template-columns: 1fr;
    grid-template-areas: "hd" "tx" "ls";
    grid-gap: 15px;
  }
  .why__text {
    margin: 20px;
  }
}
@media (max-width: 768px) {
  .why h3 {
    font-size: 20px;
  }
  .why .why__text {
    margin: 0;
  }
  .why p {
    font-size: 16px;
  }
  .why {
    margin-top: 60px;
  }
  .why__img {
    max-height: none;
    padding: 5px 10px;
  }
  .why__img img {
    width: 100%;
  }
  .why__img .why__img-container {
    gap: 30px;
  }
  .why .img-third, .why .img-fourth {
    font-size: 20px;
    white-space: nowrap;
  }
  .why__table {
    flex-direction: column;
  }
}

.best {
  margin-top: 100px;
}
.best p {
  margin-top: 20px;
}
.best .what_container {
  font-weight: 200;
  display: grid;
  grid-template-columns: repeat(7, 2fr);
  grid-column-gap: 30px;
  grid-template-areas: "ls ls ls ls hd hd hd";
}
.best .what_container .what_text {
  grid-area: ls;
}
.best .what_container .what_list {
  grid-area: hd;
}
.best .what_container .what_list .why__table-header {
  margin-bottom: 10px;
}
.best .what_container .what_list ul {
  list-style: disc;
  margin-left: 30px;
}
.best .what_container .what_list ul li {
  margin-bottom: 5px;
}
.best .image-container {
  max-width: 890px;
}
.best__block {
  font-weight: 200;
  display: grid;
  grid-template-columns: repeat(7, 3fr);
  grid-column-gap: 30px;
  grid-template-areas: "a a a a b b b " "c c c c d d d" "e e e e f f f";
  margin-top: 20px;
}
.best__block .a {
  grid-area: a;
}
.best__block .b {
  grid-area: b;
}
.best__block .c {
  grid-area: c;
}
.best__block .d {
  grid-area: d;
}
.best__block .e {
  grid-area: e;
}
.best__block .f {
  grid-area: f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.best__block .best__list-item {
  background: linear-gradient(90deg, #D689F2, #F7A600);
  border-radius: 50px 16px;
  padding: 32px;
  color: #FFFFFF;
  width: 100%;
  height: fit-content;
  margin-bottom: 30px;
}
.best__block ul {
  list-style: disc;
  margin-left: 25px;
}
.best__block .best__list-item-number {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: solid #81858C 12px;
  background-color: #1A1B1B;
  color: #F7A600;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}
.best__block .best__list-item-title {
  display: inline;
  margin-left: 20px;
  font-weight: 700;
  font-size: 28px;
}
.best__block .image-container {
  aspect-ratio: 1/1;
}
.best__block figure {
  width: 23px;
  height: 23px;
}
.best .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background-color: #F5F7FA;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 400;
  color: #81858C;
}
.best .info img {
  width: 24px;
  height: 24px;
  max-width: none;
}
.best .info p {
  margin-top: 0;
}
.best .hero__button {
  background-color: #D689F2;
  color: #FFFFFF;
}
.best .hero__button:hover {
  box-shadow: 0 0 15px #D689F2;
}
.best .text p {
  margin-bottom: 20px;
}
.best__text-side {
  grid-area: hd;
}
.best__text-side.promo {
  grid-area: hl;
  height: 544px;
  position: relative;
}
.best__text-side a {
  text-decoration: underline;
  color: #007BFF;
}
.best__text-side ul {
  list-style-type: disc;
  margin-left: 25px;
}
.best h3 {
  font-weight: 500;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.best__promo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  position: sticky;
  top: 20px; /* Отступ от верха при "прилипании" */
  height: fit-content;
}
.best .copy {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  background-color: #17181E;
  border-radius: 84px;
  border: #262626 solid 1px;
  align-items: center;
  padding: 12px 17px;
}
.best .copy p {
  font-weight: 400;
  font-size: 20px;
  color: #D689F2;
}
.best .copy .promocode {
  cursor: pointer;
  margin-left: 20px;
  background-color: #E4E4E7;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: black;
}
.best .copy .promocode p {
  font-weight: 700;
  margin-left: 10px;
  color: #FFFFFF;
}
.best .copy .promocode.copied {
  background-color: #F7A600;
}
.best .copy .promocode.copied .clip {
  background-image: none;
}
.best .copy .clip {
  background-color: #F7A600;
  border-radius: 0 19px 19px 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}
.best .copy .clip img {
  margin-left: 3px;
}
.best__button {
  width: 226px;
  height: 55px;
  transition: background-color 0.3s ease-in-out;
}
.best__button:hover {
  background-color: #F7A600;
}
@media (max-width: 1200px) {
  .best__block {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c" "d" "e" "f";
    grid-gap: 15px;
  }
  .best .bonus-list {
    text-align: left;
  }
  .best .best__text-side {
    margin: 0 auto;
  }
  .best__text-side {
    grid-area: hd;
  }
  .best__text-side.promo {
    height: fit-content;
    position: unset;
  }
  .best__promo {
    position: unset;
    height: fit-content;
  }
}
@media (max-width: 500px) {
  .best .what_container {
    grid-template-columns: 1fr;
    grid-template-areas: "ls" "hd";
    grid-gap: 15px;
  }
  .best p {
    font-size: 16px;
  }
  .best {
    margin-top: 60px;
  }
  .best h3 {
    font-size: 25px;
  }
  .best .info {
    align-items: flex-start;
  }
}

.table {
  margin-top: 100px;
}
.table h3 {
  font-weight: 500;
  font-size: 30px;
  margin-top: 20px;
}
.table p {
  margin-top: 20px;
}
.table__container {
  margin-top: 20px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 30px;
  grid-template-areas: "ls ls ls ls hd hd hd";
}
.table .table-container {
  grid-area: ls;
  overflow-x: auto;
  font-weight: 200;
}
.table .table-container a {
  color: #F7A600;
  text-decoration: underline;
}
.table .table-container ul {
  list-style: disc;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.table .table-container ul li {
  margin-bottom: 5px;
}
.table .table-container.second {
  grid-area: hd;
}
.table .table-container.second h3 {
  font-size: 30px;
  font-weight: 500;
}
.table__title {
  grid-area: hd;
}
.table__title ul {
  list-style: disc;
  margin-left: 25px;
  font-weight: 200;
  margin-bottom: 40px;
}
.table__title.second {
  grid-area: ls;
  font-weight: 200;
}
.table .image-container {
  aspect-ratio: 16/9;
}
.table .info {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background-color: #E8F0FE;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .table__container {
    grid-template-columns: 1fr;
    grid-template-areas: "ls" "hd";
    grid-gap: 15px;
  }
  .table .exchanges-table {
    margin: 20px auto;
  }
}

.exchanges-table {
  overflow-x: auto;
  margin: 20px 0;
  font-family: "Lexend";
  max-width: 890px;
}
.exchanges-table table {
  width: 100%;
  border-radius: 4px;
  border: #5B5B5B 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.exchanges-table table th, .exchanges-table table td {
  padding: 0.5rem;
  text-align: left;
  border: 1px solid #FFFFFF;
  width: 33.33%;
}
.exchanges-table table th {
  background-color: #9C58DD;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.exchanges-table table .bootom {
  border-bottom: 1px solid #5B5B5B;
}
.exchanges-table table .left {
  text-align: left;
}
.exchanges-table table tr {
  transition: background-color 0.3s ease;
  background-color: #17181E;
}
.exchanges-table table tr:hover {
  background-color: rgba(58, 12, 163, 0.05);
}
.exchanges-table table tr td {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.button-container {
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .exchanges-table table {
    min-width: 100%;
  }
  .exchanges-table table th, .exchanges-table table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }
  .table {
    margin-top: 60px;
  }
}
.best {
  margin-top: 100px;
}
.best__container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 30px;
  grid-template-areas: "ls ls ls ls hd hd hd";
}
.best__container h3 {
  margin-top: 10px;
}
.best__container ul {
  list-style: disc;
  margin-left: 30px;
}
.best__container ul li {
  margin-bottom: 5px;
  font-weight: 300;
}
.best__table-header {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.best__first-text {
  grid-area: ls;
  font-weight: 300;
}
.best__second-text {
  grid-area: hd;
  font-weight: 300;
}
.best .bonus {
  margin-top: 80px;
}
.best .trade_container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 30px;
  grid-template-areas: "ls ls ls ls ls hd hd";
}
.best .trade_container ul {
  list-style: disc;
  margin-left: 30px;
}
.best .trade_container ul li {
  margin-bottom: 5px;
  font-weight: 300;
}
.best .trade_container .trade_text {
  grid-area: ls;
}
.best .trade_container .trade_img {
  grid-area: hd;
}
.best .trade_container .trade_img .image-container {
  aspect-ratio: 16/9;
  max-width: 160px;
}
@media (max-width: 768px) {
  .best {
    margin-top: 50px;
  }
  .best .bonus .container p {
    font-size: 30px;
  }
  .best__container, .best .trade_container {
    grid-template-columns: 1fr;
    grid-template-areas: "ls" "hd";
    grid-gap: 15px;
  }
  .best .trade_img {
    margin: 0 auto;
  }
}

.bonus {
  margin-top: 100px;
  max-width: 1600px;
  margin: 0 auto;
}
.bonus .container {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(#262626, #262626) padding-box, linear-gradient(95.43deg, rgba(202, 255, 51, 0.2) 0%, rgba(202, 255, 51, 0) 5.36%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.bonus .container p {
  font-weight: 400;
  font-size: 40px;
  color: #F7A600;
  margin-top: 0;
}
.bonus .container button {
  width: 250px;
  height: 55px;
}
.bonus .image-container {
  aspect-ratio: 1/1;
}
.bonus figure {
  width: 23px;
  height: 23px;
}
.bonus .info {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background-color: #E8F0FE;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 400;
  width: fit-content;
}
@media (max-width: 768px) {
  .bonus .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .bonus p {
    text-align: center;
  }
  .bonus {
    margin-top: 60px;
  }
  .bonus .info {
    align-items: flex-start;
  }
}

.faq {
  margin-top: 100px;
}
.faq__container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.faq__card {
  max-width: 800px;
  border-radius: 14px;
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  box-shadow: 0 0 0 2px transparent, 0 0 0 4px linear-gradient(to right, #ff00cc, #3333ff);
  border: 2px solid transparent; /* Прозрачная рамка */
  border-radius: 14px; /* Скругление углов */
  background: linear-gradient(#101014, #101014) padding-box, linear-gradient(to right, #F7A600, #D689F2) border-box; /* Градиентная рамка */
  background-origin: border-box; /* Важно для корректного отображения */
}
.faq h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  padding-bottom: 10px;
}
.faq p {
  padding-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}
.faq .faq__header {
  border-bottom: #A6CFFF solid 1px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .faq__container {
    grid-template-columns: 1fr;
  }
  .faq {
    margin-top: 60px;
  }
}

.start {
  margin-top: 100px;
}
.start__container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 30px;
  grid-template-areas: "ls ls ls ls hd hd hd";
}
.start p {
  padding-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.start button {
  width: 320px;
  height: 55px;
  margin: 0 auto;
}
.start__text {
  grid-area: ls;
}
.start__text ol {
  list-style: decimal;
  margin-top: 20px;
  margin-left: 25px;
}
.start__button {
  grid-area: hd;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media (max-width: 800px) {
  .start__container {
    grid-template-columns: 1fr;
    grid-template-areas: "ls" "hd";
    grid-gap: 15px;
  }
  .start {
    margin-top: 60px;
  }
}

.footer {
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  border: 1px solid #262626;
  border-radius: 100px;
  padding: 16px 30px;
  position: static;
}
.footer p {
  color: #B3B3B3;
  font-weight: 300;
}
.footer__logo {
  width: 55px;
  height: 55px;
}
.footer a {
  white-space: nowrap;
  font-size: 18px;
}
.footer p {
  color: #81858C;
  font-weight: 200;
}
.footer .footer_menu {
  display: flex;
  flex-direction: row;
}
@media (max-width: 650px) {
  .footer {
    flex-direction: column;
    gap: 10px;
  }
  .footer .footer_menu {
    flex-direction: column;
    gap: 10px;
  }
}

.privacy .privacy.container {
  margin-top: 100px;
}
.privacy .privacy.container a {
  color: #F7A600;
  text-decoration: underline;
  display: unset;
}
.privacy .privacy.container li {
  list-style: disc;
  margin-left: 25px;
}
.privacy h1 {
  font-size: 48px;
  color: #F7A600;
}
.privacy h2 {
  font-size: 40px;
}

@media (max-width: 1008px) {
  .privacy .privacy.container {
    margin-top: 40px;
  }
  .privacy h1 {
    font-size: 34px;
    text-align: center;
  }
  .privacy h2 {
    margin-top: 10px;
    font-size: 30px;
  }
}

/*# sourceMappingURL=main.css.map */
