* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto; 
  overflow-x: hidden;
  scroll-behavior: smooth;
}
#scaler {
    width: 1800px;
    height: 100%;
    transform-origin: top left;
}
body {
  font-family: "Manrope";
  background-color: #000;
  color: #ffffff;
}
i {
  font-style: normal;
}
a {
  text-decoration: none;
}
header {
  padding-top: 30px;
  position: relative;
}
nav {
  display: flex;
  align-items: center;
  gap: 62px;
}
h1 {
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: -4.32px;
}
h2 {
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 93%;
    letter-spacing: -2.4px;
}
h2 span {
  text-align: center;
  color: #4B8AFF;
  font-family: Manrope;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 93%;
  letter-spacing: -2.4px;
}
/* header */
.header_fon {
  background-image: url('/img/header_fon2.jpg'); 
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 72px; 
}
.fonar {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 265px;
  pointer-events: none;
  background: radial-gradient(
  ellipse at center,
  rgba(75, 138, 255, 0.8) 0%,
  rgba(75, 138, 255, 0) 100%
);
  filter: blur(100px);
  opacity: 0.78;
  z-index: 1;
}
.container{
  margin: 0 auto;
  max-width: 1345px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo img{
  width: 75px;
}

.menu {
  display: flex;
  gap: 46px;
}

.menu a {
  transition: background 0.3s ease, color 0.3s ease;
/*  color: rgba(255, 255, 255, 0.37);*/
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: -0.45px;
}

.menu a:hover{
  color: #fff;
}
.menu_line img{
  display: none;
}
.burger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  background: #4B8AFF;
  border: none;
  cursor: pointer;
  z-index: 20;
  border-radius: 8px;
  height: 40px;
}

.burger-btn.active {
  border-radius: 50%;
  border: solid 1px rgb(255 255 255 / 20%);
  background: rgb(255 255 255 / 0%);
}

.burger-btn span {
  width: 15px;
  height: 1.5px;
  background: white;
  margin: 1.5px;
  transition: all 0.3s ease;
}

.burger-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger-btn.active span:nth-child(2) {
  opacity: 0;
}

.burger-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.burger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3px);
    background: #4B8AFF;
}

.burger-btn.active span:nth-child(2) {
    opacity: 0;
}

.burger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -3px);
    background: #4B8AFF;
}
.header-actions {
  display: flex;
  gap: 4px;
}
.telegram-btn{
  width: 43px;
}
.lang-select button{
  width: 61px;
}
.telegram-btn, .lang-select button, .contact-btn {
  background: #1F365F;
  border: none;
  padding: 11px 17px;
  border-radius: 11px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%;
  letter-spacing: -0.39px;
  transition: background 0.3s ease, color 0.3s ease;
}
.telegram-btn:hover, .lang-select button:hover, .contact-btn:hover{
  background: #4B8AFF;
}
.contact-btn {
  border-radius: 12px;
}
/* hero */
.hero {
  text-align: center;
  padding-top: 134px;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.hero-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.users {
  display: flex;
  align-items: center;
}

.users img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -10px;
}

.users img:first-child {
  margin-left: 0;
}

.hero-rating-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.hero-rating-text div{
  display: flex;
  gap: 2px;
}
.hero-rating-text span {
  color: #FFFFFF9C;
  color: rgba(255, 255, 255, 0.61);
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: -0.45px;
}
.hero-inner p {
  margin-bottom: 18px;
  color: #A4ABBD;
  text-align: center;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: -0.45px;
}
.hero-btn {
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: -0.45px;
  border-radius: 11px;
  background: #4B8AFF;
  display: inline-flex;
  padding: 16px 27px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  transition: background 0.3s ease, color 0.3s ease;
}
.hero-btn:hover{
  background: #1F365F;
}
.scroll-down {
  margin-top: 283px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.scroll-down p {
  color: #4B8AFF;
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: -1.2px;
}
/* carts */
.how-it-works {
  padding-top: 175px;
  text-align: center;
}
.section-description {
    margin-top: 32px;
    margin-bottom: 51px;
    color: #798698;
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 137%;
    letter-spacing: -0.45px;
    z-index: 10;
    position: relative;
}

.cards {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.card-wrapper{
  width: 25%;
}
.card {
  border-radius: 11px;
  overflow: hidden;
  width: 100%;
  border-radius: 11px;
  background: rgba(12, 15, 22, 0.56);
  backdrop-filter: blur(10.399999618530273px);
  z-index: 1;
  position: relative;
  height: 550px;
}
.card div {
  color: rgba(147, 157, 184, 0.49);
  text-align: center;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 137%;
  letter-spacing: -0.3px;
}
.card img {
  width: 100%;
  height: auto;
  display: block;
  height: 278px;
}

.card h3 {
  margin: 15px;
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.75px;
  margin-top: 22px;
  margin-bottom: 30px;
}

.card p {
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
    letter-spacing: -0.3px;
    color: #BFC3D0;
    display: flex;
/*    max-width: 278px;*/
    flex-wrap: wrap;
    gap: 3px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
/* Почему XWay */
.features {
  padding-top: 111px;
  text-align: center;
  padding-bottom: 190px;
}

.features-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 77px;
}
.features-wrapper:nth-of-type(2) {
    margin-top: 20px;
}
.feature-card {
  flex: 1 1 calc(33.333% - 13.333px);
  max-width: calc(33.333% - 13.333px);
  background: linear-gradient(90deg, rgba(16, 23, 36, 0) 0%, #0C1A2A 40%, #0C1A2A 60%, rgba(16, 23, 36, 0) 100%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px;
  border: 1px solid #18344E;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.card-top img {
  width: 40px;
  height: 40px;
  margin-bottom: 160px;
}

.card-number {
  color: #FFFFFFA6;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 111%;
  letter-spacing: -0.32px;
}

.card-bottom {
  text-align: left;
}

.card-bottom h3 {
  color: #FFF;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 111%;
  letter-spacing: -0.4px;
  margin-bottom: 26px;
}

.card-bottom p {
  color: rgba(255, 255, 255, 0.61);
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 28px;
}

.feature-card:hover {
  background: url('/img/cart_fon.svg') center/cover no-repeat;
}

.feature-card:hover .card-number {
  color: #4C81E6; 
}
/* GEO */
.geo{
  background: url('/img/stars_geo22.png') center/cover no-repeat;
}
.geo-flags-wrapper {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}

.geo-flags {
    display: flex;
    justify-content: center;
    gap: 42px;
}

/* Анимация только для мобильных */
@media (max-width: 768px) {
  .geo-flags {
      gap: 15px;
  }
  .geo-flags {
    animation: scroll-flags 20s linear infinite;
  }
}

@keyframes scroll-flags {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.geo-flags-wrapper::before,
.geo-flags-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.geo-flags-wrapper::before {
  left: 50px;
  background: linear-gradient(to right, #0B0B0C, transparent);
}

.geo-flags-wrapper::after {
  right: 50px;
  background: linear-gradient(to left, #0B0B0C, transparent);
}

.geo-info {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px;
}

.geo-column {
  color: #fff;
  text-align: left;
}
.geo-column strong{
  color: #FFF;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%; /* 27.4px */
  letter-spacing: -0.4px;
}
.geo-column p{
  color: rgba(255, 255, 255, 0.62);
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%; /* 20.55px */
  letter-spacing: -0.3px;
  max-width: 200px;
}
.geo-map {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.geo-map img {
  width: 100%;
  display: block;
}

.geo-zone {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(76, 129, 230, 0.4), transparent 70%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.geo-zone {
  position: absolute;
  transform: translate(-50%, -50%);
}
.geo-zone img{
  width: 100px;
  height: 100px;
}
.middle-east img{
  width: 120px;
}
.geo-zone.usa {
  top: 24%;
  left: 21%;
}

.geo-zone.europe {
  top: 18%;
  left: 47%;
}

.geo-zone.middle-east {
  top: 35%;
  left: 60%;
}

.geo-zone.asia {
  top: 29%;
  left: 74.5%;
}
/* Безопасность и сопровождение */
.security-cards {
  display: flex;
  gap: 18px;
  margin-top: 72px;
  flex-wrap: wrap;
}

.security-card {
  flex: 1 1 calc(33.333% - 20px);
  background: radial-gradient(circle at top, #0C1A2A, #0A1824);
  border-radius: 11px;
  padding: 30px 20px;
  color: white;
  text-align: left;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 500px;
  z-index: 1;
}
.security1{
  background: url('/img/security-cart1.jpg') center/cover no-repeat;
}
.security2{
  background: url('/img/security-cart2.jpg') center/cover no-repeat;
}
.security3{
  background: url('/img/security-cart3.jpg') center/cover no-repeat;
}
.security-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.security-card h3 {
    margin-bottom: 37px;
    color: #FFF;
    font-family: Manrope;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 137%;
    letter-spacing: -0.5px;
    margin-top: 275px;
}

.security-card p {
    color: rgba(255, 255, 255, 0.60);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 137%;
    letter-spacing: -0.3px;
}

/* отзывы */
.otzyv{
  padding-top: 208px;
  position: relative;
  padding-bottom: 200px;
}
.otzyv .temnota{
  width: 1800px;
  height: 350px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.67) 18.93%, rgba(0, 0, 0, 0.88) 37.56%, #000 63.51%);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.blue-kryg {
    width: 534px;
    height: 234px;
    flex-shrink: 0;
    border-radius: 534px;
    opacity: 0.73;
    background: #106AF2;
    filter: blur(283.79998779296875px);
    position: absolute;
    top: 24%;
    left: 40%;
}
.blue-kryg2 {
    height: 234px;
    flex-shrink: 0;
    width: 534px;
    border-radius: 534px;
    background: #106AF2;
    filter: blur(283.79998779296875px);
    position: absolute;
    top: 22%;
    left: 26%;
}
.black-kryg{
  top: 20%;
  left: 20%;
  position: absolute;
  width: 534px;
  height: 534px;
  flex-shrink: 0;
  border-radius: 534px;
  background: #162138;
  filter: blur(283.79998779296875px);
}
.otzyv h2 {
  z-index: 2;
  position: relative;
  margin-bottom: 82px;
}

.otzyv h2 span {
  color: #3a8dff;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  grid-auto-rows: auto;
  grid-auto-flow: dense;
}

.review {
  padding: 29px 24px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #00050E;
  justify-content: space-between;
}
.apostrov{
  z-index: 1;
}
.review p{
  color: #FFF;
  font-family: Manrope;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 24.48px */
  letter-spacing: -0.17px;
  z-index: 1;
  /* margin-bottom: 57px; */
}
.border_reviewes{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    margin-left: -24px;
    margin-right: -24px;
    padding-top: 23px;
}
.border_reviewes .logo{
  padding-left: 24px;
  z-index: 1;
}
.border_reviewes .author{
  margin: 0;
  padding-right: 24px;
}
.border_reviewes .author div{
  text-align: right;
}
.review.big {
  grid-column: span 2;
}

.author {
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 1;
}

.author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.author strong {
  display: block;
  color: #FFF;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%; /* 20.55px */
  letter-spacing: -0.15px;
}

.author span {
  color: #878B97;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%; /* 20.55px */
  letter-spacing: -0.15px;
}
.r1{
  height: 348px;
}
.r2{
  height: 332px;
}
.r3{
  height: 273px;
}
.r4{
  height: 278px;
  margin-top: 10px;
}
.r5{
  height: 277px;
  margin-top: -10px;
}
.r6{
  height: 294px;
  margin-top: -10px;
}
.r7{
  height: 294px;
  margin-top: -70px;
}
.r8{
  height: 278px;
  margin-top: 10px;
}
.r9{
  height: 277px;
  margin-top: -10px;
}
.r10{
  height: 277px;
}
.r11{
  height: 293px;
  margin-top: -70px;
}
/* вопрос ответ */
.vopros-otvet{
  position: relative;
}
.krygFAQ {
    width: 525px;
    height: 406px;
    flex-shrink: 0;
    border-radius: 525px;
    opacity: 0.61;
    background: #106AF2;
    filter: blur(389.6000061035156px);
    position: absolute;
    top: 31%;
    right: 0;
}
.faq {
  max-width: 1115px;
  margin: auto;
}
.faq-item {
  padding: 34px 29px;
  position: relative;
  border-radius: 15px;
  border: 1px solid rgb(37 37 37);
  background: #0A0B0E;
  margin-bottom: 15px;
}
.faq-item.active{
  background: linear-gradient(to bottom, #102042, #254f9f);
}
.faq-item.active .faq-answer p {
  margin-top: 27px;
  border-top: solid 1px rgba(255, 255, 255, 0.22);
  padding-top: 35px;
  color: rgba(255, 255, 255, 0.80);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.2px;
}
.faq-question {
  background: none;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #FFF;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  letter-spacing: -0.2px;
  z-index: 1;
  position: relative;
}

.faq-question .icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease, filter 0.3s ease;
  fill: #0A0B0E;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  color: rgba(255, 255, 255, 0.80);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.2px;
}

.faq-item.active .faq-question .icon {
  transform: rotate(45deg);
  fill: #1E60DB;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  opacity: 1;
  pointer-events: auto;
  filter: blur(0); 
}
/* Готовы обменять валюту? */
.value{
  position: relative;
  padding-top: 150px;
  overflow: hidden;
  padding-bottom: 100px;
}
.nebo{
  position: absolute;
  top: 0;
}
.planeta_footer{
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.temnota{
  width: 1800px;
  height: 483px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.67) 18.93%, rgba(0, 0, 0, 0.88) 37.56%, #000 63.51%);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.block{
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 3;
}
.block h2{
  margin-top: 52px;
  margin-bottom: 30px;
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 93%; /* 51.15px */
  letter-spacing: -2.2px;
}
.block .section-description{
  color: #798698;
  text-align: center;
  font-family: Manrope;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%; /* 23.29px */
  letter-spacing: -0.51px;
}
.parad-value{
  display: flex;
  justify-content: center;
  gap: 129px;
  align-items: center;
}
.flex-center{
  display: flex;
  justify-content: center;
}
/* футер */
footer {
  background: linear-gradient(to bottom, #060c16, #03162e);
  color: #fff;
  padding: 45px 0px;
  border-top: solid 1px rgba(255, 255, 255, 0.19);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 55px;
  margin-bottom: 120px;
}
.footer-menu{
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.footer-menu a{
  color: rgba(255, 255, 255, 0.57);
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: -0.45px;
}
.footer-menu a:hover{
  color: #FFF;
}
.footer-contacts{
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.footer-center {
  text-align: center;
}

.footer-center .logo img{
  width: 120px;
}

.footer-center .logo span {
  color: #fff;
}

.footer-center p {
    margin-top: 24px;
    color: rgba(151, 165, 200, 0.82);
    text-align: center;
    font-family: Manrope;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
    letter-spacing: -0.63px;
}

.footer-contacts a {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #97A5C8;
    font-family: Manrope;
    font-size: 17.357px;
    font-style: normal;
    font-weight: 500;
    line-height: 137%;
    letter-spacing: -0.521px;
}
.border_footer{
  border-top: solid 1px rgba(255, 255, 255, 0.19);
}
.footer-contacts img {
  width: 26px;
  height: 26px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: #777;
  margin-top: 47px;
  gap: 10px;
}
.footer-bottom p, a{
  color: #798698;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%; /* 20.55px */
  letter-spacing: -0.45px;
}
/* футер */

.footer-contacts .decstop{
  display: none;
}
.d-none{
  display: none;
}
/* медиа запросы */

@media (max-width: 768px) {
  .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  header{
    padding-top: 15px;
  }
  .menu {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    background: #02020200;
    flex-direction: column;
    gap: 0;
    display: none;
    z-index: 10;
  }

  .menu.open {
    display: flex;
  }

  .burger-btn {
    display: flex;
  }

  .telegram-btn,
  .contact-btn {
    display: none;
  }

  .header-actions {
    display: flex;
    gap: 10px;
  }
  .menu_line{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 33px;
    padding-bottom: 25px;
    border-bottom: solid 1px #FFFFFF36;
    margin-top: 27px;
  }
  .menu_line:last-of-type {
    border-bottom: none;
    padding-bottom: 40px;
  }
  .menu_line img{
    display: block;
    padding-right: 17px;
  }
/*  .fonar{
    display: none;
  }*/
  .header_fon {
    background-image: url(/img/header_fon2.jpg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }
  .open .d-none{
    display: inline-flex;
  }
  .color{
    background: #1F365F;
    margin-top: 14px;
    margin-bottom: 28px;
  }
  .color:hover{
    background: #4B8AFF;
  }
  .open .hero-btn{
    width: 100%;
  }
  .hero{
    padding-top: 60px;
  }
  .users img {
    width: 35px;
    height: 35px;
  }
  .hero-rating-text span{
    font-size: 14px;
  }
  .hero-inner{
    gap: 27px;
  }
  h1{
    font-size: 43px;
    letter-spacing: -2.58px;
    text-align: left;
  }
  .hero-inner p{
    text-align: left;
    font-size: 14px;
  }
  .hero-btn{
    width: auto;
  }
  .scroll-down{
    display: none;
  }
  .how-it-works{
    padding-top: 89px;
    overflow-x: hidden;
  }
  .how-it-works h2{
    text-align: center;
  }
  .how-it-works .section-description{
    text-align: center;
  }
  h2 {
    font-size: 34px;
    letter-spacing: -1.56px;
    z-index: 2;
    position: relative;
    text-align: left;
  }
  h2 span{
    font-size: 34px;
    letter-spacing: -1.56px;
    z-index: 2;
    position: relative;
  }
  .section-description{
    margin-top: 18px;
    margin-bottom: 68px;
    text-align: left;
  }
  .cards {
    display: flex;
    gap: 7px;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    
  }
  .card-wrapper {
    position: relative;
    border-radius: 11px;
  }
 .card-bg {
      position: absolute;
      top: -56%;
      left: 50%;
      transform: translateX(-50%);
      width: 150%;
      height: 100%;
      background: url('/img/111.png') center/cover no-repeat;
      /* opacity: 0.5; */
      z-index: 0;
      pointer-events: none;
  }
/*  .fonar-card {
    position: absolute;
    pointer-events: none;
    border-radius: 1220px;
    background: #010101;
    mix-blend-mode: plus-lighter;
    box-shadow: 0px -23.978px 89.469px 0px #0043FF inset;
    filter: blur(2.505133628845215px);
    width: 1220px;
    height: 1220px;
    flex-shrink: 0;
    transform: translate(-37%, -89%);
  }*/
  .card p{
    margin-bottom: 0px;
  }
  .card {
    height: 500px;
  }
  .card-wrapper{
    width: 100%;
  }
      
  .features{
    padding-top: 68px;
    padding-bottom: 76px;
  }
  .features-wrapper {
    margin-top: 54px;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    scroll-snap-type: x mandatory; /* для плавного прилипания */
    -webkit-overflow-scrolling: touch;
  }

  .features-wrapper::-webkit-scrollbar {
    display: none;
  }

  .feature-card {
    flex: 0 0 80%; /* Размер карточки — 80% от ширины окна */
    max-width: 80%;
    scroll-snap-align: start;
  }
  .card-top img {
    width: 32px;
    height: 32px;
    margin-bottom: 135px;
  }
  .card-bottom h3 {
    margin-bottom: 20px;
  }
  .geo-flags-wrapper::before, .geo-flags-wrapper::after {
    content: "";
    position: relative;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
  }
  .geo-info{
    justify-content: flex-start;
  }
  .geo-zone img {
    width: 45px;
    height: 45px;
  }
  .geo-zone img {
    width: 45px;
    height: 45px;
  }
  .middle-east img{
    width: 60px;
  }
  .security{
    padding-top: 40px;
  }
  .security-card {
    flex: 1 1 calc(100% - 20px);
  }
  .security .section-description{
    margin-bottom: 25px;
  }
  .security-cards{
    margin-top: 0px;
  }
  .otzyv {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .otzyv h2 {
    margin-bottom: 35px;
  }
    .reviews-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-left: 16px;
  }

  .reviews-grid::-webkit-scrollbar {
    display: none; 
  }

  .review {
    min-width: 85%;
/*    flex-shrink: 0;*/
    height: auto !important;
    scroll-snap-align: start;
    margin: 0 !important;
  }

  .review.big {
    grid-column: auto;
  }
  .otzyv .temnota {
    width: 1800px;
    height: 150px;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.67) 99.93%, rgba(0, 0, 0, 0.88) 37.56%, #000 63.51%);
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  .vopros-otvet {
    position: relative;
    background: #040403;
  }
  .faq-question {
    font-size: 15px;
    text-align: left;
  }
  .faq-item.active .faq-answer p {
    font-size: 15px;
    padding-top: 20px;
    margin-top: 25px;
  }
  .faq-item {
    padding: 18px 15px;
  }
  .parad-value img:nth-of-type(1) {
    width: 20px;
  }
  .parad-value img:nth-of-type(2) {
    width: 31px;
  }
  .parad-value img:nth-of-type(3) {
    width: 46px;
  }
  .parad-value img:nth-of-type(4) {
    width: 71px;
  }
  .parad-value img:nth-of-type(5) {
    width: 46px;
  }
  .parad-value img:nth-of-type(6) {
    width: 31px;
  }
  .parad-value img:nth-of-type(7) {
    width: 20px;
  }
  .block {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 3;
    width: 100%;
  }
  .parad-value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .block h2 {
    font-size: 34px;
  }
  .block .section-description {
    font-size: 15px;
  }
  .planeta_footer img{
    height: 500px;
  }


  .footer-top {
    flex-direction: column;
/*    align-items: center;
    text-align: center;*/
    margin-bottom: 60px;
    gap: 40px;
    margin-top: 0;
  }

  .footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 20px;
    display: none;
  }
  .footer-center .logo{
    display: flex;
  }
  .footer-center {
    order: -1; /* поднимаем вверх */
  }

  .footer-center p {
    font-size: 17px;
    line-height: 140%;
    letter-spacing: -0.5px;
    margin-top: 16px;
    text-align: left;
  }

  .footer-contacts {
    align-items: flex-start;
    gap: 14px;

  }

  .footer-contacts a {
    justify-content: center;
    font-size: 16px;
    align-items: flex-start;
  }

  .footer-contacts img {
    width: 22px;
    height: 22px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: center;
    margin-top: 30px;
  }
  .footer-bottom a{
    text-decoration: underline;
  }
  .footer-bottom p,
  .footer-bottom a {
    font-size: 14px;
  }
  .footer-contacts .decstop{
    justify-content: center;
    font-size: 16px;
    align-items: flex-start;
    display: flex;
  }
  .footer-bottom p:nth-of-type(2) {
    display: none;
  }
  .border_footer{
    display: none;
  }
  .value{
    background: #040403;
  }
  .blue-kryg {
    width: 534px;
    height: 234px;
    flex-shrink: 0;
    border-radius: 534px;
    opacity: 0.73;
    background: #106AF2;
    filter: blur(283.79998779296875px);
    position: absolute;
    top: 24%;
    left: 100%;
  }
  .blue-kryg2 {
    height: 234px;
    flex-shrink: 0;
    width: 534px;
    border-radius: 534px;
    background: #106AF2;
    filter: blur(283.79998779296875px);
    position: absolute;
    top: 100%;
    left: 26%;
  }
  .black-kryg {
    top: 0%;
    left: 100%;
    position: absolute;
    width: 534px;
    height: 534px;
    flex-shrink: 0;
    border-radius: 534px;
    background: #162138;
    filter: blur(283.79998779296875px);
  }
  .black-kryg {
    top: 0%;
    left: 100%;
    position: absolute;
    width: 534px;
    height: 534px;
    flex-shrink: 0;
    border-radius: 534px;
    background: #162138;
    filter: blur(283.79998779296875px);
  }
  .krygFAQ{
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 999px){
    h2{
      text-align: center;
    }
    .cards {
      display: flex;
      gap: 7px;
      justify-content: center;
      flex-direction: row;
      position: relative;
      z-index: 1;
      flex-wrap: wrap;
    }
    .card-wrapper {
      position: relative;
      border-radius: 11px;
      width: 49%;
    }
    .card-bg{
      display: none;
    }
    .card {
      height: 550px;
    }
    .card-wrapper{
      width: 49%;
    }
    .geo-info {
      display: flex;
      justify-content: flex-start;
      gap: 20px;
      margin-bottom: 50px;
      flex-wrap: wrap;
    }
    .geo-column {
      color: #fff;
      width: calc(50% - 20px);
    }
    .security-card {
      flex: 1 1 calc(30% - 20px);
    }
    .geo-zone img {
      height: 100px;
    }
    .krygFAQ {
      width: 525px;
      height: 406px;
      flex-shrink: 0;
      border-radius: 525px;
      opacity: 0.61;
      background: #106AF2;
      filter: blur(389.6000061035156px);
      position: absolute;
      top: 31%;
      right: -63%;
    }
}
@media (min-width: 769px) and (max-width: 999px){
    .burger-btn {
      display: flex;
    }
    .menu.open {
      display: flex;
    }
    .menu {
      position: absolute;
      top: 90px;
      left: 0;
      right: 0;
      background: #02020200;
      flex-direction: column;
      gap: 0;
      display: none;
      z-index: 10;
    }
    .menu_line {
      display: flex;
      width: 100%;
      justify-content: space-between;
      padding-left: 33px;
      padding-bottom: 25px;
      border-bottom: solid 1px #FFFFFF36;
      margin-top: 27px;
    }
    .menu_line img {
      display: block;
      padding-right: 17px;
    }
    .cards {
      display: flex;
      gap: 7px;
      justify-content: center;
      flex-direction: row;
      position: relative;
      z-index: 1;
      flex-wrap: wrap;
    }
    .card-wrapper {
      position: relative;
      border-radius: 11px;
      width: 49%;
    }
    .card-bg{
      display: none;
    }
    .geo-flags {
      animation: scroll-flags 20s linear infinite;
    }
    .geo-info {
      display: flex;
      justify-content: flex-start;
      gap: 20px;
      margin-bottom: 50px;
      flex-wrap: wrap;
    }
    .geo-column {
      color: #fff;
      width: calc(50% - 20px);
    }
    .geo-flags-wrapper::before, .geo-flags-wrapper::after {
      content: "";
      position: relative;
      top: 0;
      bottom: 0;
      width: 80px;
      z-index: 2;
      pointer-events: none;
    }
    h1 {
      font-size: 55px;
    }
    h2 {
      font-size: 45px;
    }
    h2 span {
      font-size: 45px;
    }
    .parad-value {
      display: flex;
      justify-content: center;
      gap: 71px;
      align-items: center;
    }
    .parad-value img:nth-of-type(1) {
      width: 30px;
    }
    .parad-value img:nth-of-type(2) {
      width: 40px;
    }
    .parad-value img:nth-of-type(3) {
      width: 55px;
    }
    .parad-value img:nth-of-type(4) {
      width: 80px;
    }
    .parad-value img:nth-of-type(5) {
      width: 55px;
    }
    .parad-value img:nth-of-type(6) {
      width: 40px;
    }
    .parad-value img:nth-of-type(7) {
      width: 30px;
    }
    .planeta_footer img {
      height: 500px;
    }
}
@media (min-width: 320px) and (max-width: 999px) {
    #scaler {
        width: auto;
        transform-origin: initial;
    }
    .card p {
      max-width: 100%;
    }
}

/* анимации */

/* 1. Header и элементы внутри — из центра вверх/вниз */
.animai-fade-header {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 1.4s ease, opacity 1.4s ease;
}
.animai-fade-header.animai-active {
  opacity: 1;
  transform: scaleY(1);
}

/* 2. hero-rating — из центра влево/вправо */
.animai-hero-rating {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.animai-hero-rating.animai-active {
  opacity: 1;
  transform: scaleX(1);
}

/* 3. h1 и p — по словам снизу вверх */
.animai-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.animai-word.animai-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 4. hero-btn — из центра влево/вправо */
.animai-btn {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
}
.animai-btn.animai-active {
  opacity: 1;
  transform: scaleX(1);
}

/* 2 блока с карточками  */
/* scale Y — из центра вверх/вниз */
.animai-scale {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 1.2s ease, opacity 1.2s ease; /* Увеличено на 100ms */
}
.animai-scale.animai-active {
  opacity: 1;
  transform: scaleY(1);
}

/* слева направо */
/* Изменено: теперь по умолчанию скрыто и сдвинуто влево */
.animai-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}

/* Активное состояние — появление */
.animai-left.animai-active {
  opacity: 1;
  transform: translateX(0);
}

/* слова сверху вниз — уже есть */
.animai-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.animai-word.animai-visible {
  opacity: 1;
  transform: translateY(0);
}
.animai-words-hidden {
  opacity: 0;
  visibility: hidden;
}


/* языки */
.lang-dropdown {
  display: none;
  position: absolute;
  background: #1F365F;
  border-radius: 11px;
  margin-top: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  list-style: none;
  padding: 6px 0;
  z-index: 999;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.lang-dropdown.active {
  display: flex;
}

.lang-dropdown li {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
    letter-spacing: -0.39px;
}

.lang-dropdown li:hover {
  background-color: #4B8AFF;
}








