@font-face {
  font-family: 'Montserrat Alternates';
  src: url('/files/assets/fonts/MontserratAlternates-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-bg-black: #000000;
  --color-text-white: #ffffff;
  --color-card-purple: #3E1B5A;
  --color-logo-dark-purple: #281047;
  --color-button-pink: #D33092;
  --color-bottom-block-purple: #221533;
  --color-text-highlight-orange: #FF8915;
  --color-input-bg-light: #F8F8F8;
  --color-input-text-dark: #333333;
  --color-footer-bg-dark: #191221;
  --color-shadow-black: #0000002E;
  --color-lightning-yellow: #FDD00E;
  --color-telegram-blue: #179CDE;
}

body {
  margin: 0px;
  font-family: Unbounded;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #484844;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
  position: relative;
}

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

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.container {
  max-width: 1210px;
  padding: 0px 15px;
  margin: auto;
}

.header-top-row {
  background: #212f5b;
  padding: 8px 0px;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: auto;
}

.default-title {
  color: #FFF;
  font-family: Unbounded;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 100%;
}

.text-center {
  text-align: center;
}

p.subtitle {
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.joinus_form {
  border-radius: 32px;
  border: 1px solid #F522C0;
  max-width: 680px;
  margin: auto;
  padding: 40px;
  margin-top: 50px;
}

.joinus_form_stealth {
  max-width: 680px;
  margin: auto;
  padding: 20px;
  margin-top: 50px;
}



.next_step {
  border-radius: 16px;
  border: 1px solid #F522C0;
  background: rgba(255, 255, 255, 0.08);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
  padding: 8px 10px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 15px;
  min-height: 70px;
}

img.icon_btn_slide {
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 10px;
}

span.item-link-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

span.item-link-text svg path {
  fill: #fff;
}

span.item-link-text svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-left: 20px;
}

.main_wrapper-template {
  background: #0c0000;
  min-height: 100vh;
  padding-top: 15px;
  padding-bottom: 30px;
}

.container-link {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 11px 10px;
  justify-content: center;
}

.container-link a:before {
   content: '';
   position: absolute;
   top: -2px;
   left: -2px;
   right: -2px;
   bottom: -2px;
   background: linear-gradient(45deg, #a87244, #dac892, #de9662); /* золотий градієнт */
   border-radius: 15px; /* закруглення кутів псевдоелемента */
   z-index: 1; /* щоб псевдоелемент був під основним елементом */
   padding: 2px; /* ширина бордера */
}

a.images_link {
  position: relative;
  width: 100%;
  height: 100%;
  background: #0c0000; /* фон для елемента */
  border-radius: 15px; /* закруглені кути для основного елемента */
}

.item_link-image {
  background: #0c0000;
  position: relative;
  z-index: 2;
  border-radius: 15px;
  display: block;
  width: 100%;
  top: 0px;
}

.item_link-image img {
  position: relative;
}

.item_link-image:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #a87244, #dac892, #de9662);
  border-radius: 15px;
  z-index: 1;
  padding: 2px;
}

.item_link-image span {
  display: flex;
  z-index: 10;
  position: relative;
  background: #0c0000;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 5px 0px;
  border-radius: 15px;
}

.item_link-image span img {
  height: 60px;
  object-fit: contain;
  width: 100%;
  margin-right: 0px;
}

.item_link-text {
  /* height: 100%; */
  padding: 10px;
  text-align: center;
  background: linear-gradient(180deg, #5a0f53, #680c3f, #372b85);
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-top: 30px;
  margin-top: -15px;
}

.item_link-text span {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.item_link-text {
  height: 100%;
  display: flex;
  align-items: center;
}

a.images_link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.social-link > a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 2px;
  border-radius: 100%;
}

.social-link > a svg {
  width: 24px;
}

a.social-item-link.link-tg {
  background: #2ca5e0;
}

a.social-item-link.link-insta {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

a.social-item-link.link-youtube {
  background: #cd201f;
}

a.social-item-link.link-twitch {
  background: #8d44f8;
}

.container-link.container-link-top {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.container-link.container-link-top a {
  width: calc(33.33% - 30px);
}

.container-link.container-link-top span.link_text-inner {
  font-size: 18px;
}

.container-link-top .item_link-image span img {
  height: 80px;
  width: 100%;
}

.video-block {
  text-align: center;
  margin-top: 50px;
}

.joinus_form_stealth a.next_step {
  border-color: #ffe5b4;
  background: #ffe5b4;
  color: #000;
}

.joinus_form_stealth span.item-link-text svg path {
  fill: #000;
}





@media (min-width: 1101px) {
  .container-link.container-main-link a {
    flex-basis: 16.667%;
    height: 100% !important;
    min-height: 100%;
    display: block !important;
}

.container-main-link .item_link-text {
    min-height: 145px;
}
}

@media (max-width: 1100px) {
  .container-link {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-auto-flow: row;
    gap: 20px;
    display: grid;
  }
}

@media (max-width: 991px) {
  .container-link.container-link-top a {
    width: calc(50% - 30px);
  }
}


@media (max-width: 767px) {
  .container-link {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-auto-flow: row;
    gap: 10px;
  }

  .item_link-text span {
    font-size: 10px;
  }

  .item_link-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 560px) {
  .container-link.container-link-top a {
    width: 100%;
  }

  .video-block iframe {
    width: 100%;
}
}


@-webkit-keyframes buzz {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  3% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg)
  }

  6% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  9% {
      -webkit-transform: rotate(-3deg);
      transform: rotate(-3deg)
  }

  12% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  15% {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg)
  }

  18% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  21% {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg)
  }

  24% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  27% {
      -webkit-transform: rotate(1deg);
      transform: rotate(1deg)
  }

  30% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  33% {
      -webkit-transform: rotate(-1deg);
      transform: rotate(-1deg)
  }

  36% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }
}

@keyframes buzz {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  3% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg)
  }

  6% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  9% {
      -webkit-transform: rotate(-3deg);
      transform: rotate(-3deg)
  }

  12% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  15% {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg)
  }

  18% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  21% {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg)
  }

  24% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  27% {
      -webkit-transform: rotate(1deg);
      transform: rotate(1deg)
  }

  30% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  33% {
      -webkit-transform: rotate(-1deg);
      transform: rotate(-1deg)
  }

  36% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }
}

@-webkit-keyframes pop {
  0% {
      -webkit-transform: scale(1,1);
      transform: scale(1,1)
  }

  20% {
      -webkit-transform: scale(1.07,1.07);
      transform: scale(1.07,1.07)
  }

  50% {
      -webkit-transform: scale(1,1);
      transform: scale(1,1)
  }
}

@keyframes pop {
  0% {
      -webkit-transform: scale(1,1);
      transform: scale(1,1)
  }

  20% {
      -webkit-transform: scale(1.07,1.07);
      transform: scale(1.07,1.07)
  }

  50% {
      -webkit-transform: scale(1,1);
      transform: scale(1,1)
  }
}

@-webkit-keyframes wobble {
  0% {
      top: 0
  }

  20% {
      top: 5px
  }

  25% {
      top: -2px
  }

  30% {
      top: 3px
  }

  35% {
      top: -1px
  }

  40% {
      top: 1px
  }

  45% {
      top: 0
  }
}

@keyframes wobble {
  0% {
      top: 0
  }

  20% {
      top: 5px
  }

  25% {
      top: -2px
  }

  30% {
      top: 3px
  }

  35% {
      top: -1px
  }

  40% {
      top: 1px
  }

  45% {
      top: 0
  }
}

@keyframes moveLight {
  0% {
      transform: translateX(-4em) skewX(-45deg)
  }

  15% {
      transform: translateX(80em) skewX(-45deg)
  }

  100% {
      transform: translateX(80em) skewX(-45deg)
  }
}

@-webkit-keyframes moveLight {
  0% {
      transform: translateX(-4em) skewX(-45deg)
  }

  15% {
      transform: translateX(80em) skewX(-45deg)
  }

  100% {
      transform: translateX(80em) skewX(-45deg)
  }
}



.joinus_form a:nth-child(odd) {
  -webkit-animation: buzz 1.5s infinite;
  animation: buzz 1.5s infinite;
}

.joinus_form a:nth-child(even) {
  -webkit-animation: pop 2s infinite;
  animation: pop 2s infinite;
  z-index: 3;
}

.joinus_form_stealth a:nth-child(odd) {
  -webkit-animation: pop 2s infinite;
  animation: pop 2s infinite;
  z-index: 3;
}

.joinus_form_stealth a:nth-child(even) {
  -webkit-animation: buzz 1.5s infinite;
  animation: buzz 1.5s infinite;
}

.container-link a {
  -webkit-animation: wobble 2s infinite;
  animation: wobble 2s infinite;
  z-index: 3;
}

.container-link.container-link-top a {
  -webkit-animation: buzz 1.5s infinite;
  animation: buzz 1.5s infinite;
}



@media (max-width: 768px) {
  h1.default-title.text-center {
    font-size: 24px;
    margin-bottom: 10px;
}

p.subtitle {
    font-size: 16px;
}

.joinus_form {
    margin-top: 30px;
    padding: 25px;
}

.main_wrapper.faq_wrapper.join_us-wrapper {
    padding-top: 30px !important;
}

a.next_step {
    font-size: 12px;
    font-weight: 400;
}
}

@media (max-width: 576px) {
  .joinus_form {
    border: none;
    padding: 5px;
}
}





/** MODAL INFO START */


.modal_info {
  background: linear-gradient(0deg, rgba(255, 78, 198, 0.5) 0%, rgba(246, 51, 111, 0.5) 100%);
  border: 2px solid #F6336F;
  box-shadow: 4px 4px 24px 0px #F918D766;
  box-shadow: -4px -4px 24px 0px #F918D766;
  box-shadow: 4px 4px 4px 0px #F918D740 inset;
  box-shadow: 0px -4px 4px 0px #F918D740 inset;
  border-radius: 24px;
  max-width: 620px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 20px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.modal_info img {
  max-width: 110px;
  margin-top: -90px;
}

.modal_info-inner-content > div {
  font-family: Roboto;
  font-weight: 700;
  font-weight: Bold;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  max-width: 500px;
  margin: auto;
  margin-bottom: 12px;
}

.modal_info-inner-content > div span {
  color: #A5EC6C;
}

button.btn-get-phone {
  background: linear-gradient(180deg, rgba(255, 78, 198, 0.8) 0%, rgba(246, 51, 111, 0.8) 100%);
  display: block;
  width: 100%;
  border: 2px solid #F6336F;
  box-shadow: 0px -4px 4px 0px #F918D740 inset;
  border-radius: 16px;
  padding: 10px 10px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

input.input-tel {
  width: 100%;
  border-radius: 16px;
  display: block;
  width: 100%;
  border: 2px solid #F6336F;
  background: rgba(255, 255, 255, 0.15);
  padding: 14px;
  height: 48px;
  color: #fff;
  font-family: Roboto;
  text-align: center;
}

input.input-tel:focus {
  box-shadow: none;
  outline: none;
  background: rgba(255, 255, 255, 0.25);
  border-color: #FF4EC6;
}

input.input-tel::placeholder {
  color: #fff;
  font-family: Roboto;
}

.alert {
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 15px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.alert-success {
  background: rgba(165, 236, 108, 0.2);
  border: 2px solid #A5EC6C;
  color: #A5EC6C;
}

.alert-error {
  background: rgba(246, 51, 111, 0.2);
  border: 2px solid #F6336F;
  color: #fff;
}

/** MODAL INFO END */