@import "_base.css";
@import "_grid.css";
@import "_form.css";
@import "_nav.css";
@import "_card.css";
@import "_tab.css";
@import "_tag.css";
@import "_dropdown.css";
@import "_util.css";
@import "_buttons.css";
@import "_hovers.css";
@import "_animations.css";
@import "_global.css";
@import "_collapse.css";
@import "_popups.css";

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

html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
}

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

a {
  color: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
main.main {
  min-height: 100vh;
}
a:hover {
  cursor: pointer;
}
/* Для корректной работы AOS */
/* [data-aos] {
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos].aos-animate {
  opacity: 1;
} */

.item-mobile {
  display: none;
}
.logo-box img {
  animation: moveAndRotate 2s linear forwards;
  animation-delay: 1s;
  transform: translateX(110vw) rotate(0deg);
}
.imgs-group img {
  animation: floating 1.5s ease-in-out infinite alternate-reverse both;
}
.container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.mebmer img {
  max-width: 96px;
  width: 100%;
  height: auto;
}
.member-img {
  max-width: 96px;
}
.section-banner {
  padding: 50px 0px 30px;
  position: relative;
}
.section-banner .container,
.description .container {
  margin: 0 35% auto auto;
}
.section-banner .btn-wrapper {
  margin-top: 16px;
}
.banner-info {
  margin: 0 auto 0;
  z-index: 2;
  position: relative;
}
.section-banner .text {
  font-size: 15.5px;
}
.result img {
  width: 100px;
  height: auto;
}
.card-wrapper {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 auto;
}
.card-primary {
  border-radius: 20px;
}
.card-primary-inner {
  width: 100%;
}
.card-decor--first {
  content: "";
  position: absolute;
  top: 10%;
  left: 4%;
  transform: translateX(-50%);
  z-index: -1;
  width: 150px;
  height: 150px;
  z-index: -1;
  animation: floating 1.5s ease-in-out infinite alternate-reverse both;
  background-size: contain;
  background-repeat: no-repeat;
}
.card-decor--second {
  content: "";
  position: absolute;
  top: 10%;
  right: 4%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  animation: floating 1.5s ease-in-out infinite alternate-reverse both;
  background-size: contain;
  background-repeat: no-repeat;
}
.timer-wrapper {
  border-radius: 10000px;
  background: #252525a4;
  backdrop-filter: blur(5px);
}
.banner-info .title-text {
  color: var(--text-main);
  width: 80%;
}
.scene.scene-right {
  right: -15%;
}
.scene.scene-left {
  left: -15%;
}
.arrow-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  z-index: 2;
  svg {
    animation: heartbeat 2.5s ease-in-out infinite;
    scale: 0.9;
    transition: 0.3s ease-in-out;
  }
}
.arrow-down svg:hover {
  transition: 0.3s ease-in-out;
  scale: 1;
}
.btn {
  display: block;
}
/** Social */
.social {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  border-radius: 30px 30px 0 0;
  background: black;
}
.social-list {
  li {
    transition: 0.3s ease-in-out;
    animation: scaleed 2s ease-in-out infinite alternate both;
  }
  li:nth-child(2) {
    transition: 0.3s ease-in-out;
    animation: scaleed 2s ease-in-out infinite alternate both;
    animation-delay: 0.5s;
  }

  li:nth-child(3) {
    transition: 0.3s ease-in-out;
    animation: scaleed 2s ease-in-out infinite alternate both;
    animation-delay: 1s;
  }
  li:nth-child(4) {
    transition: 0.3s ease-in-out;
    animation: scaleed 2s ease-in-out infinite alternate both;
    animation-delay: 1.5s;
  }
  li:nth-child(5) {
    transition: 0.3s ease-in-out;
    animation: scaleed 2s ease-in-out infinite alternate both;
    animation-delay: 2s;
  }
}
.social .container.anim-items {
  position: relative;
}

/** details */
.details {
  background-image: url(../img/bg2-d.jpg);
  padding: 75px 0;
  overflow: hidden;
  position: relative;
}
.details-wrapper {
  position: relative;
  z-index: 1;
}

.details::before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: translateX(-50%);
  width: 300px;
  height: 550px;
  z-index: 1;
  animation: floating 1.5s ease-in-out infinite alternate-reverse both;
  background-image: url(../img/animations-img/detail-item-2.png);
  /* animation: rotate90 25s ease-in-out infinite; */
  background-size: contain;
  background-repeat: no-repeat;
}
.details::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateX(-50%);
  z-index: 1;
  width: 300px;
  height: 400px;
  background-image: url(../img/animations-img/detail-item-1.png);
  animation: floating 1.5s ease-in-out infinite alternate-reverse both;
  /* animation: rotate90 25s ease-in-out infinite; */
  background-size: contain;
  background-repeat: no-repeat;
}
.description {
  padding: 50px 0;
  position: relative;
}
.list-items-col {
  align-items: start;
  width: fit-content;
  margin: 0 auto;
  gap: 65px;
  padding: 40px 0;
  padding-left: 10%;
  position: relative;
}
.list-items-col::before {
  position: absolute;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  background: linear-gradient(90deg, #03a9f4, #9ce700, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 100px;
  z-index: 1;
  animation: animate-gradient 18s linear infinite;
  transition: 0.5s;
  width: 10px;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  left: 5%;
}
a:hover:not(.button) {
  opacity: 1 !important;
}

.description {
  background-blend-mode: normal, hue, normal;
  position: relative;
}
.description::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
  background-image: url(../img/bg3-d.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.description-wrapper .container {
  margin-right: 35%;
}
.cta {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.cta .title-text {
  color: var(--text-main);
}
.cta.bg {
  background-image: url(../img/bg4-d.jpg);
  color: #fff;
}
.cta-2.bg {
  background-image: url(../img/bg5-d.jpg);
  color: #fff;
}
.social .h1-title {
  font-size: 45px;
}

@keyframes fadeInOut {
  0%,
  33.33%,
  66.66%,
  100% {
    opacity: 0.1; /* Начальная и конечная прозрачность */
  }
  16.66%,
  50%,
  83.33% {
    opacity: 1; /* Полная непрозрачность */
  }
}
.element {
  animation: rotate90 4s ease-in-out infinite;
}

.elem-smoth {
  display: inline-block;
  font-size: 80px;
  animation: rotate90 4s ease-in-out infinite;
  transform-origin: center center;
}
.title-anim {
  animation: scaleed 7s ease-out infinite alternate;
}
.progress-container {
  width: 100%;
  max-width: 400px;
  margin-top: 1rem;
}

.progress-item {
  width: 100%;
  margin-bottom: 1rem;
}

.progress-bar {
  width: 100%;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #03a9f4 0%, #9ce700 100%);
  border-radius: 5px;
  transition: width 0.5s ease-in-out;
}

@media (max-width: 1440px) {
  /* .details-inner {
    gap: 160px;
    margin: 0 auto;
    padding: 0 0 70px;
  }
  h3.text {
    font-size: 32px;
    line-height: 40px;
  }
  .text {
    color: var(--text-main);
    font-size: 25.774px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.968px;
  }
  .h1-title {
    font-size: 65px;
    line-height: 80px;
  }
  .social .social-wrapper::before {
    width: 300px;
    height: 280px;
  }
  .social .container.anim-items::before {
    left: -5%;
    bottom: -30%;
  }
  .social .container.anim-items::after {
    right: -35%;
  }
  .social .social-wrapper::after {
    bottom: 0%;
    right: 5%;
    width: 550px;
    height: 334px;
  } */
}
@media (max-width: 1300px) {
  /* .h2-title {
    font-size: 7vw;
  }
  .details-items .scene-top {
    right: -12vw;
    top: -4.5vw;
    bottom: 0vw;
  } */
}

@media (max-width: 1024px) {
  .h1-title {
    font-size: 5vw;
    line-height: 50px;
  }
  .details-img {
    display: none;
  }
  .section-banner .container:before,
  .section-banner .container:after {
    content: none;
  }
}

@media (max-width: 768px) {
  .section-banner.bg {
    /* background-image: url(../img/back.jpg); */
  }
  .section-banner .container,
  .description .container {
    margin: 0 0 auto auto;
  }
  .banner-info.flex-col-center {
    justify-content: start;
    flex: 0;
  }
  .card-wrapper {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .content-w.flex-col-center {
    justify-content: start;
  }
  .section-banner .text {
    opacity: 0.8;
  }
  .text {
    font-size: 2.9vw;
  }
  .description .container.h-full.flex-col-center,
  .banner-info.flex-col-center {
    justify-content: start;
    flex: 0;
  }
  .content-w.flex-col-center {
    justify-content: start;
  }
  .item-desktop {
    display: none;
  }
  .item-mobile {
    display: block;
  }
  .description::before {
    background-image: url(../img/bg3-m.jpg);
  }
  .h1-title {
    font-size: 6vw;
    line-height: 1.2;
  }
  .h2-title {
    font-size: 5.5vw;
    line-height: 1.2;
  }
  .banner-title.h1-title {
    font-size: 9vw;
    line-height: 1.2;
  }
  .section-banner .scene.scene-right {
    right: -80%;
    top: -120px;
    width: 50%;
  }
  .section-banner .scene.scene-left {
    left: -15%;
    width: 50%;
    bottom: -15px;
  }
  .logo-box img {
    top: 7.5vw;
  }
  .mobile {
    display: block;
  }
  .details .details-inner {
    gap: 0;
  }
  .details .container {
    padding: 0;
  }
  .card-regular-list {
    position: relative;
    z-index: 1;
  }
  .text-card {
    padding: 28px 24px 30px;
  }
  /* .details {
    background-image: url(../img/back2.jpg);
  } */
  .details-items.reverse .text.fitst-text {
    font-size: 24px;
    line-height: 24px;
  }
  h3.text {
    font-size: 24px;
    line-height: 30px;
  }
  .faq .text {
    font-size: 24px;
  }
  .details .subtext {
    font-size: 19px;
    line-height: 20px;
    font-weight: 400;
    opacity: 0.7;
    text-align: left;
  }
  .line {
    padding-bottom: 0px;
  }
  .line::before {
    content: none;
  }
  .arrow-down {
    bottom: -25px;
    svg {
      width: 150px !important;
      height: 140px !important;
    }
  }
  .cta .title-text {
    font-size: 5vw;
  }
  .cta.bg {
    padding: 30px 0;
  }
  .cta .container:before,
  .cta .container:after {
    content: none;
  }
  .card-regular-list {
    padding: 16px 10px 0;
  }
  .cta-toast {
    line-height: 135%;
  }
  .collapse-title {
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .section-banner {
  }
  .text {
    font-size: 4.5vw;
    line-height: 7vw;
    text-wrap: pretty;
    width: 90%;
    margin: 0 auto;
  }
  .faq.bg {
    background: linear-gradient(180deg, #14a0ff 0%, #ffffff 80%);
    padding-bottom: 50px;
  }
  .faq {
    padding: 20px 0;
  }
  .container {
    padding: 0 10px;
  }
  .card-primary {
    padding: 20px 10px;
    gap: 0 !important;
  }
  .section-banner {
    padding: 30px 0px;
    height: 980px;
  }
  .details {
    padding: 0 0 20px;
  }
  .h1-title {
    font-size: 8vw;
  }
  .h2-title {
    font-size: 9vw;
  }
  .social .h1-title {
    font-size: 7.5vw;
    line-height: 1.2;
  }
  .text-wrapper {
    padding-top: 16px;
  }
  .details-for-bg::before {
    left: 0%;
    height: 100%;
    bottom: 0;
    transform: translateX(0%);
    background-image: url(../img/back2.png);
    z-index: -1;
  }
  .details-wrapper::after {
    left: 0%;
    height: 100%;
    bottom: 0;
    transform: translateX(0%);
    z-index: -1;
  }
  .description {
    overflow: visible;
    top: 5px;
    padding: 30px 0 20px;
  }
  .list-items-col {
    gap: 45px !important;
    padding: 40px 0 50px;
  }
  .h1-title {
    font-size: 9.5vw;
    line-height: 1.2;
  }
  .h2-title {
    font-size: 9vw;
    line-height: 1.2;
  }
  .title-text {
    font-size: 5.5vw;
  }
  .list-items-col::before {
    left: -7vw;
  }
  .cta {
    overflow: visible;
  }
  .card-wrapper::before {
    right: 5%;
  }
  .card-wrapper::after {
    left: -1%;
  }
  .timer-wrapper span {
    font-size: 20px;
  }

  .cta-toast {
    font-size: 45.281px;
  }
}
@media screen and (max-width: 390px) {
}
@keyframes rotate90-smooth {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes scaleed {
  0% {
    transform: scale(0.9); /* Начальный размер */
  }
  100% {
    transform: scale(1); /* Возвращаем к начальному размеру */
  }
}

@keyframes rotate90 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes scaleed {
  0% {
    transform: scale(0.9); /* Начальный размер */
  }
  100% {
    transform: scale(1); /* Возвращаем к начальному размеру */
  }
}
@keyframes moveAndRotate {
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes moveLight {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
  21% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes moveLight {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
  21% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes lights {
  50% {
    opacity: 1;
  }
}

@keyframes lights {
  50% {
    opacity: 1;
  }
}
