body {
  background: #367af5;
  font-family: "Black Han Sans", serif;
  font-size: 17.01px;
  font-weight: 400;
  font-style: normal;
  color: var(--bg-color);
}
a {
  color: var(--bg-color);
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Black Han Sans", serif;
}

a:hover {
  color: inherit;
  opacity: 1 !important;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* var */
:root {
  --bg-color: #ffffff;
  --bg-secondary-color: #f3f3f6;
  --color-primary: #1c2dd7;
  --color-lightGrey: #d2d6dd;
  --color-dark: #000;
  --color-bg-dark-opacity: rgba(0, 0, 0, 0.3);
  --font-family-sans: "Black Han Sans", serif;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
}

/* global */
.main {
  overflow: hidden;
}
.link-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.opacity-hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.opacity-hover:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.opacity-hover:active {
  scale: 0.9;
  transition: 0.3s ease-in-out;
}
.container {
  width: 100%;
  max-width: 700px;
}
.logo-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 44px;
  animation: scaleed 2s ease-in-out infinite alternate-reverse both;
  img {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
  }
}
.logo-animation {
  position: relative;
  &::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 68px;
    background: transparent;
    z-index: -1;
    border-radius: 35px;
    border: 4px solid transparent;
    animation: borderAnimation 2s infinite;
  }
}
.accent-text {
  color: #ffcc00;
  font-size: 37px;
}
.text-shadow {
  text-shadow: 0 5px 5px #00000060;
}
.title-list li p {
  font-size: 36px;
  font-family: "Black Han Sans", serif;
}
.spin-img {
  position: relative;
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}
.spin-img:hover {
  scale: 1.05;
  transition: all 0.3s ease-in-out;
}
.mob {
  display: none;
}
/* desctop */
.banner-page {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background: url(./image/bg.jpg) no-repeat center center / cover;
    z-index: -1;
  }
  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 763px;
    background: url(./image/anim_items.png) no-repeat center center / contain;
    animation: floating 1s ease-in-out infinite alternate-reverse both;
    z-index: 1;
  }

  .bottom-img {
    position: relative;
    margin-bottom: 120px;
    &::after {
      content: "";
      position: absolute;
      top: -45px;
      left: 0;
      width: 100%;
      min-height: 277px;
      background: url(./image/lines.png) no-repeat center center / cover;
      z-index: 1;
    }
  }

  .banner-img {
    cursor: pointer;
    position: relative;
    picture {
      display: flex;
      justify-content: center;
      align-items: center;
      img {
        max-width: 100%;
        height: auto;
        transform: translateX(50px);
      }
    }
    .item-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }
}
.title-img {
  max-width: 1200px;
  margin: 0 auto;
  scale: 0.9;
}
.section-social {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
  padding-top: 125px;
  padding-bottom: 100px;
  &::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./image/bg-2.jpg) no-repeat center center / cover;
    z-index: -1;
  }
  &::after {
    content: "";
    position: absolute;
    bottom: -20%;
    left: 5%;
    width: 100%;
    height: 100%;
    max-height: 780px;
    background: url(./image/anim_items2.png) no-repeat center center / contain;
    animation: floating 1s ease-in-out infinite alternate-reverse both;
    z-index: 1;
  }
  h2 {
    font-size: 44px;
  }
  .social-link {
    transition: 0.3s ease-in-out;
    display: block;
    width: 100%;
    max-width: 101px;
    height: auto;
  }
  .social-link:hover {
    scale: 1.1;
    transition: 0.3s ease-in-out;
  }
  .socila-title img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  .social-list {
    display: flex;
    gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 54px auto 33px;
    background: linear-gradient(180deg, #ffffff4c, #fefefebd);
    border: 3px solid #ffffff;
    border-radius: 18px;
    padding: 27px 30px 0;
    width: fit-content;
    position: relative;
    z-index: 111;
  }
  .social-list ul {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .social-footer {
    font-size: 41px;
    font-weight: bold;
  }
  .click-text {
    animation: heartbeat 2s ease-out infinite alternate-reverse;
  }
  .tg-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
    padding: 27px 30px;
    max-width: 845px;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(0deg, #75a8f8, #75a7f873);
    border-radius: 18px;

    .title-group h3 {
      font-size: 41px;
      font-weight: bold;
    }
    .title-group p {
      font-size: 20px;
      font-weight: 400;
      padding-bottom: 10px;
    }
    .tg-items {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    .tg-items {
      ul {
        p {
          font-size: 1.8vw;
          font-weight: 400;
        }
      }
    }
    .btn-tg {
      width: 100%;
      padding: 20px;
      border-radius: 30px;
      background: linear-gradient(180deg, #ffffff4c, #fefefebd);
      border: 3px solid #ffffff;
      position: relative;
      z-index: 99;
      font-size: 20px;
      display: flex;
      justify-content: center;
      cursor: pointer;
      max-width: 619px;
      transition: 0.3s ease-in-out;
      font-size: 1.9vw;
      color: #000;
      padding: 20px 10px;

      &:hover {
        scale: 1.05;
        transition: 0.3s ease-in-out;
      }
    }
  }
}
.section-tg {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./image/bg-tg.jpg) no-repeat center center / cover;
    z-index: -1;
  }
  /* &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./image//rectangle-bottom.png) no-repeat center center /
      cover;
    z-index: -1;
  } */
  .title-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 78px;
    padding-bottom: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .tg-lists {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 44px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .tg-lists.mob {
    display: none;
  }

  .tg-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    background: linear-gradient(180deg, #a1dfff, #a1e0ff7c);
    border-radius: 18px;
    padding: 23px 36px;
    border: 4px solid #a1dfff;
    p {
      font-size: 35px;
    }
  }
  .bottom-tg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 44px;
    padding: 44px 0;
    p {
      font-size: 52px;
    }
    .bottom-tg-list {
      p {
        font-size: 35px;
      }
    }
  }
}
.btn-tg {
  background: linear-gradient(180deg, #f1e964, #ffb301);
  font-size: 67px;
  font-weight: bold;
  padding: 44px 67px;
  border-radius: 28px;
  box-shadow: 0px 15px 30px #00000060;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #ffffff;
  &:hover {
    scale: 1.01;
    transition: 0.3s ease-in-out;
  }
  &:active {
    scale: 0.99;
    transition: 0.3s ease-in-out;
  }
}
.tg-lists {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: -55%;
    width: 100%;
    height: 100%;
    background: url(./image/tg-anim-group.png) no-repeat center center / contain;
    animation: floating 1s ease-in-out infinite alternate-reverse both;
    z-index: 0;
  }
  &::after {
    content: "";
    position: absolute;
    top: 0;
    right: -45%;
    width: 100%;
    height: 100%;
    background: url(./image/lightning.png) no-repeat center center / contain;
    animation: floating 1s ease-in-out infinite alternate-reverse both;
    z-index: 0;
  }
}
.img-block {
  width: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  animation: floating 1s ease-in-out infinite alternate-reverse both;

  img {
    position: relative;
    bottom: 0px;
  }
}

/** form-sub  */
.form-subscribe {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 150px;
  .title-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 50px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 35px;
  }
  .error-message {
    color: red;
  }
  .title-img {
    padding-bottom: 35px;
  }
  .form-wrapper {
    padding: 23px 38px 78.58px;
    border-radius: 18.25px;
    border: 4px solid #c568df;
    background: rgba(219, 145, 239, 0.5);
    position: relative;
    max-width: 1200px;
    width: 100%;
  }
  .form-title {
    padding-bottom: 25px;
  }
  .form input {
    border-radius: 14.316px;
    background: #fff;
    color: #000;
    text-align: left;
    font-family: Arial;
    font-size: 34.282px;
    font-style: normal;
    font-weight: 400;
    line-height: 59.692px; /* 174.118% */
    height: 85px;
  }
  .form input::placeholder {
    color: #cbcbcb;
    text-align: left;
    font-family: Arial;
    font-size: 34.282px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.692px; /* 174.118% */
    letter-spacing: -1.714px;
  }
  .form
    input:not(
      [type="checkbox"],
      [type="radio"],
      [type="submit"],
      [type="color"],
      [type="button"],
      [type="reset"]
    ):focus,
  select:focus,
  textarea:focus,
  textarea[type="text"]:focus {
    border-color: #c568df;
    /* border: 3px solid #c568df; */
    /* -webkit-box-shadow: 0 0 3px #c568df; */
    box-shadow: 0 0 15px #fffffc, 0 0 25px #fffffc;
    outline: #c568df;
  }

  input:not(
      [type="checkbox"],
      [type="radio"],
      [type="submit"],
      [type="color"],
      [type="button"],
      [type="reset"]
    ),
  select,
  textarea,
  textarea[type="text"] {
    border: 3px solid #c568df;
  }
  .form label {
    font-size: 25px;
  }
  .form-wrapper::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
  }
  .form-wrapper::before {
    background: url(./image/form/check.png) no-repeat center center / contain;
    left: -25%;
    top: -25%;
    z-index: 0;
    animation: floating 1s ease-in-out infinite alternate-reverse both;
  }
  .form {
    overflow: visible;
    position: relative;
    z-index: 1;
    display: flex;
    gap: 55px;
    align-items: end;
    justify-content: start;
    margin-right: 25%;
  }
  .form .form-group {
    flex: 1;
  }
}
.form-subscribe .form label {
  font-size: 25px;
}
.form-subscribe::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  background: url(./image/form/bg.jpg) no-repeat top center / cover;
  z-index: -1;
  overflow: hidden;
}

.form-subscribe::after {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  background: url(./image/form/setting.svg) no-repeat center center / contain;
  animation: floating 1s ease-in-out infinite alternate-reverse both;
  right: 0;
  bottom: -7.5%;
  z-index: 0;
}

.form .btn-tg.btn-form {
  text-align: center;
  text-shadow: 0px 6.792px 13.247px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1.19px;
  -webkit-text-stroke-color: #fff;
  font-family: "Black Han Sans";
  font-size: 45.228px;
  font-style: normal;
  font-weight: 400;
  padding: 14px 60px 0;
  border: transparent;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Popup */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: background 0.3s ease;
  /* Скрываем по умолчанию */
  visibility: hidden;
  opacity: 0;
  backdrop-filter: blur(3px);
}
.popup-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  overflow-y: auto;
  padding: 0 30px;
}
.popup-content h3 {
  font-size: 2em;
}
.btn-popup.btn-tg {
  background: linear-gradient(180deg, #f1e964, #ffb301);
  font-size: 24px;
  font-weight: bold;
  padding: 14px 17px;
  border-radius: 8px;
  box-shadow: 0px 15px 30px #00000060;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: none;
  color: #ffffff;
}

.popup-overlay.visible {
  /* Показываем, когда Vue добавляет класс */
  visibility: visible;
  opacity: 1;
}

.popup {
  background: linear-gradient(180deg, #a1dfff, #a1e0ff7c);
  border: 4px solid #a1dfff;
  border-radius: 24px;
  padding: 30px 0;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  animation: popupFadeIn 0.3s ease-in;
  backdrop-filter: blur(10px);
}
.popup.popup-xl {
  max-width: 800px;
  width: 100%;
  height: 550px;
}
.popup.popup-xl .popup-content p {
  font-size: 18px;
}
.popup input {
  height: 50px;
  border-radius: 8px;
  border: 3px solid #c568df;
}
.popup.popup-xl .popup-content {
  height: 100%;
  overflow-y: auto;
}
.popup .popup-content p {
  font-size: 20px;
}
.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: transform 0.2s;
}
.close-icon:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.popup
  input:not(
    [type="checkbox"],
    [type="radio"],
    [type="submit"],
    [type="color"],
    [type="button"],
    [type="reset"]
  ):focus,
select:focus,
textarea:focus,
textarea[type="text"]:focus {
  border-color: #c568df;
  /* border: 3px solid #c568df; */
  /* -webkit-box-shadow: 0 0 3px #c568df; */
  box-shadow: 0 0 15px #fffffc, 0 0 25px #fffffc;
  outline: #c568df;
}
.popup-overlay.success-overlay {
  background: rgba(78, 142, 105, 0.5);
}
.after-popup.popup {
  background: linear-gradient(180deg, #2ecc71, #27ae607c);
  border: 4px solid #2ecc71;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  .popup-title {
    color: #ffffff !important;
    font-size: 18px;
    padding-top: 10px;
  }
}
.after-failure-popup.popup {
  background: linear-gradient(180deg, #cc2e2eb9, #cc2e2e7c);
  border: 4px solid #cc2e2eb9;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff !important;

  .popup-title {
    color: #ffffff !important;
    font-size: 18px;
    padding-top: 10px;
  }
}
.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: transform 0.2s;
}
.close-icon:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}
.popup-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}
.after-popup.popup {
  background: linear-gradient(180deg, #2ecc71, #27ae607c);
  border: 4px solid #2ecc71;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  .popup-title {
    color: #ffffff !important;
    font-size: 18px;
    padding-top: 10px;
  }
}
.after-failure-popup.popup {
  background: linear-gradient(180deg, #cc2e2eb9, #cc2e2e7c);
  border: 4px solid #cc2e2eb9;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff !important;

  .popup-title {
    color: #ffffff !important;
    font-size: 18px;
    padding-top: 10px;
  }
}
.popup-message {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}
.popup-code {
  font-size: 24px;
  font-weight: 600;
  color: #3498db;
  background: #ffffff;
  padding: 10px 20px;
  margin: 15px 0;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.shake-popup {
  animation: shake-pop 0.5s ease-in-out;
}
/* Анимация shake */
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.628);
    z-index: 111;
  }
  40% {
    transform: translateX(10px);
    box-shadow: 0 0 20px rgb(255, 0, 0);
    z-index: 111;
  }
  60% {
    transform: translateX(-10px);
    box-shadow: 0 0 20px rgb(255, 0, 0);
    z-index: 111;
  }
  80% {
    transform: translateX(10px);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.523);
    z-index: 111;
  }
  100% {
    transform: translateX(0);
  }
}

@media screen and (max-width: 1450px) {
  .title-list li p {
    font-size: 2.2vw;
  }
  .title-img {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 125px;
  }
  .socila-title {
    position: relative;

    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 120px;
      height: 100%;
      max-height: 234px;
      background: url(./image/mobile/electric.png) no-repeat center center /
        contain;
      animation: floating 1s ease-in-out infinite alternate-reverse both;
      z-index: 1;
    }
  }
  .social-footer {
    position: relative;
    margin: 20px 0 57px;
    &::after {
      content: "";
      position: absolute;
      bottom: -80%;
      right: -15%;
      max-width: 501px;
      width: 100%;
      height: 250%;
      background: url(./image/mobile/heart-group.png) no-repeat center center /
        contain;
      animation: floating 1s ease-in-out infinite alternate-reverse both;
      z-index: 1;
    }
  }
  .section-social {
    &::after {
      content: none;
    }
  }
  .section-tg {
    .tg-lists {
      width: 80%;

      p {
        font-size: 2vw;
      }
    }
  }
}
@media screen and (max-width: 1200px) {
  .socila-title {
    position: relative;
    padding-bottom: 30px;

    &::after {
      content: "";
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%;
      max-width: 120px;
      height: 100%;
      max-height: 234px;
      background: url(./image/mobile/electric.png) no-repeat center center /
        contain;
      animation: floating 1s ease-in-out infinite alternate-reverse both;
      z-index: 1;
    }
  }
  .social-footer {
    position: relative;

    &::after {
      content: "";
      position: absolute;
      bottom: -80%;
      right: -15%;
      max-width: 501px;
      width: 100%;
      height: 250%;
      background: url(./image/mobile/heart-group.png) no-repeat center center /
        contain;
      animation: floating 1s ease-in-out infinite alternate-reverse both;
      z-index: 1;
    }
  }
  .section-tg {
    .title-group {
      max-width: 90%;
      margin: 0 auto;
    }
    h2 {
      font-size: 2.5vw;
    }
    .tg-lists {
      p {
        font-size: 1.8vw;
      }
    }
    .bottom-tg {
      p {
        font-size: 3vw;
      }
      .bottom-tg-list {
        p {
          font-size: 2vw;
        }
      }
    }
    .btn-tg {
      font-size: 5vw;
      padding: 24px 37px;
    }
  }
  .form-subscribe {
    .title-group {
      max-width: 90%;
      margin: 0 auto;
    }
    h2 {
      font-size: 2.5vw;
    }
    .form-title {
      font-size: 3vw;
    }
  }
  .form-subscribe::after {
    width: 300px;
    height: 300px;
  }
  .form-subscribe .form {
    margin-right: 0 !important;
    gap: 35px;
  }
  .form-subscribe .form-group {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .title-img {
    padding: 0 75px;
  }
  .title-list li p {
    font-size: 2.4vw;
  }
  .section-social {
    h2 {
      font-size: 4.5vw;
    }
  }
  .social-footer p {
    font-size: 5.5vw;
  }
  .social-footer {
    padding-bottom: 50px;
    &::after {
      content: "";
      position: absolute;
      bottom: -111%;
      right: -10%;
      max-width: 301px;
      width: 100%;
      height: 250%;
      background: url(./image/mobile/heart-group.png) no-repeat center center /
        contain;
      animation: floating 1s ease-in-out infinite alternate-reverse both;
      z-index: 1;
    }
  }

  .section-social .tg-wrapper {
    gap: 10px;
  }
  .banner-img {
    cursor: pointer;
    position: relative;
    picture {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    &::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 83px;
      height: 98px;
      background: url(./image/leg.png) no-repeat center center / contain;
      animation: floating 1s ease-in-out infinite alternate-reverse both;
      z-index: 1;
    }
    &::before {
      content: "";
      position: absolute;
      top: 0%;
      right: 0;
      width: 102px;
      height: 125px;
      background: url(./image/like.png) no-repeat center center / contain;
      animation: floating 1s ease-in-out infinite alternate-reverse both;
      z-index: 1;
    }
    .item-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }
}

@media screen and (max-width: 768px) {
  .banner-page {
    & .banner-img {
      & picture {
        img {
          max-width: 100%;
          height: auto;
          transform: translateX(13%);
        }
      }
    }
  }
  .banner-page {
    & .bottom-img {
      &::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        min-height: 185px;
        background: url(./image/mobile/lines.png) no-repeat center center /
          cover;
        z-index: 1;
      }
    }
  }
  .title-img {
    padding: 0 10px;
    img {
      width: 100%;
    }
  }
  .logo-wrapper {
    img {
      width: 125px;
      padding-bottom: 30px;
    }
  }
  .mob {
    display: block;
  }
  .desk {
    display: none !important;
  }
  .title-list li p {
    font-size: 4.5vw;
  }
  .section-tg {
    .tg-lists.mob {
      display: flex;
    }
  }
  /* .title-img {
    padding: 0 75px;
  }
  .title-list li p {
    font-size: 3.5vw;
  }
  .section-social {
    h2 {
      font-size: 4.5vw;
    }
  }
  .social-footer p {
    font-size: 5.5vw;
  } */
  .banner-page {
    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 150px;
      height: 135px;
      background: url(./image/mobile/arrow.png) no-repeat center center /
        contain;
      animation: floating 1s ease-in-out infinite alternate-reverse both;
      z-index: 1;
    }
  }
  .banner-img {
    cursor: pointer;
    position: relative;
    picture {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    &::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100px !important;
      height: 98px !important;
      background: url(./image/mobile/leg.png) no-repeat center center / contain;
      animation: floating 1s ease-in-out infinite alternate-reverse both;
      z-index: 1;
    }
    &::before {
      content: "";
      position: absolute;
      top: 0%;
      right: 0;
      width: 102px;
      height: 125px;
      background: url(./image/mobile/like.png) no-repeat center center / contain;
      animation: floating 1s ease-in-out infinite alternate-reverse both;
      z-index: 1;
    }
    .item-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }
  .form-subscribe .form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .form-subscribe .form-group {
    text-align: center;
  }
  .form-subscribe .img-block img {
    width: 50%;
  }
  .form-wrapper {
    padding: 23px 28px 30px;
    width: 98%;
  }
  .form-subscribe .form {
    width: 100%;
  }
}
@media screen and (max-width: 512px) {
  .popup-content h3 {
    font-size: 1.4em;
  }
  .banner-page {
    &::before {
      background: url(./image/mobile/bg.jpg) no-repeat center center / cover;
    }
    &::after {
      width: 100px;
      height: 90px;
    }
  }
  .title-img {
    padding: 0;
  }
  .section-social {
    padding-top: 50px;
    padding-bottom: 30px;
    .socila-title img {
      height: 60px;
      width: 120px;
    }
  }
  .section-social {
    & .tg-wrapper {
      width: 90%;
      padding: 20px 10px;

      .title-group h3 {
        font-size: 5.5vw;
      }
      .title-group p {
        font-size: 10px;
      }
      & ul {
        p {
          font-size: 2.4vw;
          font-weight: 400;
        }
      }

      .tg-items {
        gap: 15px;
      }
      .tg-items {
        & ul {
          p {
            font-size: 2.3vw;
            font-weight: 400;
          }
        }
      }
      .btn-tg {
        font-size: 3.4vw;
        color: #000;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
      }
    }
  }
  .section-social .social-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 74px auto 33px;
    background: #ffffff5c;
    border: 3px solid #ffffff;
    border-radius: 9px;
    padding: 15px 13px 0;
    width: 90%;
    gap: 0px;
  }
  .section-social .social-list ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .social-footer {
    padding-bottom: 10px;
  }
  .section-social .social-footer {
    font-size: 5.5vw;
    font-weight: bold;
  }
  .click-text {
    animation: heartbeat 2s ease-out infinite alternate-reverse;
  }
  .click-text img {
    width: 150px;
    height: auto;
  }
  .section-social .social-list {
    margin: 0 auto;
  }

  .social-footer {
    margin: 20px 0 0;
    &::after {
      content: "";
      bottom: auto;
      right: -15%;
      max-width: 200px;
      width: 100%;
      height: 225%;
    }
  }
  .title-img {
    margin-top: -10px;
  }
  .logo-wrapper {
    padding-top: 33px;
  }
  .banner-page {
    & .banner-img {
      & picture {
        img {
          width: 239px;
        }
      }
    }
  }
  .social-footer {
    padding-top: 20px;
    padding-bottom: 30px;
    &::after {
      content: "";
      position: absolute;
      bottom: -70%;
      right: -30%;
      max-width: 250px;
      width: 100%;
      height: 150%;
    }
  }

  .section-tg {
    .title-group {
      padding: 40px 0 25px;
    }
    .tg-wrapper {
      position: relative;
      &::before {
        content: "";
        position: absolute;
        top: 0;
        left: -50vw;
        width: 100%;
        height: 100%;
        background: url(./image/tg-anim-group.png) no-repeat center center /
          contain;
        animation: floating 1s ease-in-out infinite alternate-reverse both;
        z-index: 0;
      }
      &::after {
        content: "";
        position: absolute;
        top: 72vw;
        right: -3vw;
        width: 100px;
        height: 100px;
        background: url(./image/lightning.png) no-repeat center center / contain;
        animation: floating 1s ease-in-out infinite alternate-reverse both;
        z-index: 0;
      }
    }

    h2 {
      font-size: 3.5vw;
    }
    .tg-lists {
      width: 96%;
      gap: 25px;
      &::after {
        content: none;
      }
      &::before {
        content: none;
      }
      .tg-list {
        padding: 10px;
        border-radius: 9px;
        p {
          font-size: 3.4vw;
        }
        p.long-text {
          font-size: 2.8vw !important;
        }
      }
      .tg-list:last-child {
        p {
          font-size: 3.7vw;
        }
      }
      p {
        font-size: 1.8vw;
      }
    }

    .bottom-tg {
      padding: 25px 0;
      gap: 25px;
      p {
        font-size: 3vw;
      }
      .bottom-tg-list {
        p {
          font-size: 3.5vw;
        }
      }
      p {
        font-size: 4.5vw;
      }
    }
    .btn-tg {
      font-size: 24px;
      padding: 20px 40px;
      padding: 20px 40px;
      border-radius: 12px;
      margin-top: 0px;
      margin-bottom: 0px;
    }
  }
  .form-wrapper {
    width: 95%;
  }
  .form-subscribe .form {
    width: 100%;
  }
  .form-subscribe .form label {
    font-size: 5vw;
  }
  .form-subscribe .form-wrapper {
    padding: 35px 15px 50.58px;
    width: 98%;
    margin: 0 auto;
  }

  .form-subscribe .form-wrapper::before {
    left: -7%;
    top: -13%;
    width: 25%;
    height: 25%;
  }
  .form-subscribe .form-title {
    font-size: 3.6666vw;
  }
  .form-subscribe .form input {
    width: 100%;
    height: 55px;
    font-size: 24px;
  }
  .btn-form.btn-tg {
    height: 65px;
    border-radius: 8px;
  }
  .form-subscribe::after {
    width: 250px;
    height: 250px;
  }
  .form-subscribe .form input::placeholder {
    font-size: 25.282px;
    line-height: 1;
  }
  .form .btn-tg.btn-form {
    display: flex;
    height: 65px;
    padding: 10px 60px 0;
  }
  .form-subscri .form-wrapper {
    padding: 30px 10px 50.58px;
    width: 98%;
  }
}
@media screen and (max-width: 370px) {
  .section-social {
    &::before {
      content: "";
      position: absolute;
      top: -70px;
      left: 0;
      width: 100%;
      height: 130%;
      background: url(./image/bg-2.jpg) no-repeat center center / cover;
      z-index: -1;
    }
  }
}

/* animation */
/* Определяем ключевые кадры для анимации */
@keyframes fadeInOut {
  0%,
  33.33%,
  66.66%,
  100% {
    opacity: 0.1; /* Начальная и конечная прозрачность */
  }
  16.66%,
  50%,
  83.33% {
    opacity: 1; /* Полная непрозрачность */
  }
}
@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 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;
  }
}

.spinY {
  animation: spinY 2s ease-in;
}

@keyframes spinY {
  0% {
    transform: rotateY(0deg);
    transition: 0.3s ease-in;
  }
  80% {
    transform: rotateY(1080deg);
    transition: 0.5s ease-in-out;
  }
}
