@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";
@import "_timer.css";

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

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

html {
  padding: 0;
  margin: 0;
  height: 100%;
  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;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 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;
}

a:hover {
  cursor: pointer;
}
.mobile {
  display: none;
}
.desktop {
  display: flex;
}
.logo-box img {
  animation: moveAndRotate 2s linear forwards;
  animation-delay: 1s;
  transform: translateX(110vw) rotate(0deg);
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.section-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-banner {
  background-image: url(../img/pg-1/bg1-d.jpg);
  background-size: cover;
  background-position: top;
  /* height: 100%; */
  height: 100dvh;
  width: 100%;
  background-color: #0b0b12;
  padding: 50px 0px 30px;
  position: relative;
}
.section-banner .container {
  max-width: 1440px;
  padding: 0 20px;
  position: relative;
  height: 100%;
  width: 100%;
}
.hero-wrapper img {
  top: -15dvh;
}
.banner-info-footer {
  flex: 1 1 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section-banner .items-wrapper-col {
  height: 90dvh;
}
.banner-info {
  flex: 0;
  margin: 0 auto 0;
  z-index: 2;
  position: relative;
}
.h2-title.decor {
  position: relative;
}
.h2-title.decor::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -65%;
  /* transform: translate(-50%, -50%); */
  width: 1200px;
  height: 200%;
  background-image: url(../img/pg-1/text-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.section-banner::before {
  content: "";
  position: absolute;
  left: -15vw;
  top: 20%;
  width: 100%;
  height: 100%;
  background-image: url(../img/pg-1/anim-il1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  animation: floating 1.5s ease-in-out infinite alternate-reverse both;

  /* animation: pendulum-big 6s ease-in-out infinite alternate; */
}
.section-banner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 25%;
  width: 600px;
  height: 600px;
  background-image: url(../img/pg-1/anim-ir1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  animation: floating 1.5s ease-in-out infinite alternate-reverse both;

  /* animation: pendulum 6s ease-in-out infinite alternate; */
}

.banner-info {
  /* max-width: 1024px; */
  width: 100%;
  margin: 0 auto;
}
.banner-info .h1-title-subtext {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.btn {
  display: block;
}
/** Details */
.details-section {
  height: 100%;
  background: #0c1c3a;
  position: relative;
  /* padding: 150px 0; */
  overflow: hidden;
  padding-bottom: 100px;
}
.details-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
}
.details-wrapper img {
  animation: pendulum-onplace 8s ease-in-out infinite alternate;
}
.details-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pg-2/bg2-d.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  animation: floating 1.5s ease-in-out infinite alternate-reverse both;
}
.special--first {
  /* position: relative; */
  position: relative;
  left: 20%;
  padding-top: 85px;
}
.special--second {
  display: flex;
  align-items: end;
  right: 30%;
  position: relative;
  padding-bottom: 200px;
}
.description {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.list-items-col {
  width: fit-content;
  margin: 0 auto;
  gap: 33px;
  padding: 40px 0;
  position: relative;
}

.details-section::before {
  content: "";
  position: absolute;
  top: 17.5%;
  right: 0%;
  transform: translateY(-50%);
  width: 300px;
  height: 550px;
  z-index: 0;
  animation: floating 1.5s ease-in-out infinite alternate-reverse both;
  background-image: url(../img/pg-2/anim-item-p3.png);
  /* animation: rotate90 25s ease-in-out infinite; */
  background-size: contain;
  background-repeat: no-repeat;
}
.details-section .h3-title {
  text-align: center;
}
.details-section .card-regular {
  position: relative;
  padding-left: 250px;
}
.details-section .card-regular picture img {
  position: absolute;
  left: -5%;
  top: -50%;
}
@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;
}
/* .section-banner .h1-title-subtext {
  width: fit-content;
}
.h1-title-subtext.decore {
  position: relative;
}
.section-banner .h1-title-subtext.decore::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img//pg-1/Vector1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
} */

@media (max-width: 1440px) {
  .section-banner {
    padding: 40px 0px;
  }

  .section-banner::before {
    content: "";
    position: absolute;
    left: -10vw;
    top: 5%;
    width: 100%;
    height: 100%;
    background-image: url(../img/pg-1/anim-il1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    animation: floating 1.5s ease-in-out infinite alternate-reverse both;
    /* animation: pendulum-big 6s ease-in-out infinite alternate; */
  }
  .items-wrapper-col.gap-xl {
    gap: 16 !important;
  }
  .section-banner .items-wrapper-col {
    height: 88dvh;
  }
  .section-banner .h1-title {
    line-height: 1;
  }
}
@media (max-width: 1300px) {
}
@media (max-width: 1200px) {
  .banner-info.gap-xl {
    gap: 40px !important;
  }
  .details-wrapper {
    display: grid;
    grid-template-columns: 1fr 50% 1fr;
  }
  .special--first {
    position: relative;
    left: 25%;
    padding-top: 50px;
  }
  .special--second {
    display: flex;
    align-items: end;
    right: 30%;
    position: relative;
    padding-bottom: 165px;
  }
  .h3-title.mb-60 {
    margin-bottom: 30px !important;
    margin-top: 40px;
  }
  .btn {
    font-size: 28px;
  }
  .card-regular-text {
    font-size: 18px;
    line-height: 1.2;
  }
  .card-regular-text.pb-lg {
    padding-bottom: 8px !important;
  }
  .card-regular::before {
    top: auto;
  }
  .card-regular img {
    scale: 1.4;
  }
  .h1-title {
    font-size: 40px;
    line-height: 1.2;
  }
  .h1-title span {
    display: block;
    font-size: 57px;
  }
  .h1-title-subtext {
    font-size: 17px;
  }
  .h2-title {
    font-size: 36px;
    line-height: 1.2;
  }
  .h3-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .special--second {
    display: flex;
    align-items: end;
    right: 50%;
    position: relative;
    padding-bottom: 80px;
  }
  .special-title {
    font-size: 80.156px;
    line-height: 1.2;
  }
  .special-title br {
    display: none;
  }
  .special-title-subtext {
    font-size: 41.855px;
    line-height: 1.2;
    position: relative;
    top: -40px;
    left: -8px;
  }
}
@media (max-width: 768px) {
  .mobile {
    display: flex;
  }
  .desktop {
    display: none;
  }
  .section-banner {
    background-image: url(../img/pg-1/bg1-m.jpg);
    height: 100%;
  }
  .section-banner .items-wrapper-col {
    height: 450px;
  }
  .section-banner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5%;
    width: 300px;
    height: 300px;
    background-image: url(../img/pg-1/anim-ir1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    animation: floating 1.5s ease-in-out infinite alternate-reverse both;
    /* animation: pendulum 6s ease-in-out infinite alternate; */
  }
  .items-wrapper-col {
    z-index: 10;
  }
  .section-banner::before {
    content: "";
    position: absolute;
    left: -25vw;
    top: -13%;
    width: 175%;
    height: 150%;
    background-image: url(../img/pg-1/anim-il1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    animation: floating 1.5s ease-in-out infinite alternate-reverse both;
    /* animation: pendulum-big 6s ease-in-out infinite alternate; */
  }
  .hero-wrapper {
    height: 100%;
    position: absolute;
  }
  .banner-info-footer {
    display: none;
  }
  .special--first {
    position: relative;
    left: 5%;
    padding-top: 5px;
  }
  .details-wrapper img {
    left: -7vw;
  }
  .hero-wrapper-mobile img {
    bottom: -7vh;
    left: -4%;
    max-width: fit-content;
    width: 100%;
    scale: 1.2;
    z-index: 1;
  }
  .h1-title {
    font-size: 30px;
  }
  .h1-title span {
    font-size: 18px !important;
  }
  .section-banner .container {
    padding: 0 5px;
  }
  .h1-title-subtext {
    font-size: 12.5px;
    line-height: 1.3;
  }
  .banner-info.gap-xl {
    gap: 28px !important;
  }
  .banner-info-moble {
    height: 100%;
    img {
      position: absolute;
      bottom: -25px;
    }
  }
  #app
    > div
    > section.details-section.section
    > div
    > div.card-list-wrapp
    > div.card-regular-list.mobile
    > div:nth-child(2) {
    animation-delay: 0.8s !important;
  }
  #app
    > div
    > section.details-section.section
    > div
    > div.card-list-wrapp
    > div.card-regular-list.mobile
    > div:nth-child(3) {
    animation-delay: 1.6s !important;
  }
  #app
    > div
    > section.details-section.section
    > div
    > div.card-list-wrapp
    > div.card-regular-list.mobile
    > div:nth-child(4) {
    animation-delay: 2.4s !important;
  }

  .btn {
    font-size: 25px;
  }
  .details-section .btn {
    font-size: 18px;
    line-height: 1.3;
  }
  .special-title {
    font-size: 25px;
  }
  .special--first {
    position: absolute;
    width: 30%;
    height: 30%;
    left: 15%;
    top: 10%;
  }
  .special--second {
    position: absolute;
    width: 30%;
    height: 30%;
    right: 25%;
    /* transform: translateX(-50%) !important; */
    bottom: 7%;
  }
  .special-title-subtext {
    top: auto;
    kerning: auto;
  }
  .details-wrapper {
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
    position: relative;
  }
  .details-wrapper img {
    left: 0;
    width: 400px;
    height: 400px;
    max-width: fit-content;
  }
  .h3-title.mb-60 {
    font-size: 18px;
  }
  .card-regular::before {
    background: linear-gradient(180deg, #3b4da9 -17.54%, #21212119 114.47%);
    border-radius: 20px;
    animation: pulseGlow 2s infinite linear;
    height: 100%;
  }
  .details-section .card-regular {
    position: relative;
    padding-left: 10px;
  }
  .details-section .card-regular picture img {
    scale: 1;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
  }
  .special-title-subtext {
    font-size: 22.855px;
    left: -1vw;
  }
  .special-title.sceled-reverse.special--second {
    font-size: 35px;
  }
  .h3-title.mb-60 {
    margin-bottom: 0 !important;
    margin-top: 60px;
  }
  .card-regular-list {
    margin-top: 100px;
    gap: 100px;
  }
}
@media screen and (max-width: 500px) {
  .container {
    padding: 0 10px;
  }
  .h1-title.title-anim.mobile {
    flex-direction: column;
    line-height: 1.2;
    gap: 4px;
  }

  .special--second {
    right: 15%;
  }
  .special--first {
    left: 5%;
  }
  .card-regular {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  .card-regular-title {
    text-align: center;
    font-size: 18px;
  }
  .card-regular-text {
    font-size: 15px;
    line-height: 1.1;
  }
  .btn-gradient-hover {
    padding: 7px 30px;
  }
  .card-regular img {
    scale: 1;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    /* position: absolute; */
  }
  .mb-80 {
    margin-bottom: 50px !important;
  }
  .h3-title.mb-60 {
    font-size: 16px;
  }
}
@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;
  }
}
