/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.g-popup {
  background: rgba(8, 4, 33, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.g-popup__wrap {
  position: absolute;
  max-width: 918px;
  width: 100%;
  height: 574px;
  box-sizing: border-box;
  border-radius: 18px;
  background: radial-gradient(101.84% 82.73% at 44% -32%, rgb(196, 122, 245), rgb(74, 17, 134) 60.972%, rgba(42, 30, 87, 0.52) 100%), radial-gradient(103.85% 85.48% at 86% 96%, rgb(196, 122, 245), rgb(74, 17, 134) 45.709%, rgba(42, 30, 87, 0) 100%);
  transform: translate(-50%, -50%);
  top: 150%;
  left: 50%;
  overflow: hidden;
}
.g-popup__show {
  opacity: 1;
  visibility: visible;
}
.g-popup__show .g-popup__wrap {
  top: 50%;
  transition: all 0.5s ease;
}
.g-popup__user {
  position: absolute;
  width: 167px;
  height: 44px;
  transform: rotate(-13.65deg);
  border-radius: 8px;
  border: 2px solid rgb(68, 54, 98);
  background: rgb(17, 15, 38);
  padding: 8px;
  right: 100px;
  top: 30px;
}
.g-popup__user-wrapper {
  display: flex;
}
.g-popup__user-img:nth-child(2) {
  margin-left: -15px;
}
.g-popup__user-img:nth-child(3) {
  margin-left: -15px;
}
.g-popup__user-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin: 5px 0 0 10px;
}
.g-popup__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
}
.g-popup__btn-close::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  transform: rotate(45deg);
  position: relative;
  top: 15px;
  right: -5px;
}
.g-popup__btn-close::before {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  transform: rotate(-45deg);
  top: 18px;
  position: relative;
  right: -5px;
}
.g-popup__title {
  margin-top: 75px;
  font-family: Khand;
  font-size: 72px;
  font-weight: 700;
  line-height: 116%;
  text-align: center;
  text-transform: uppercase;
  padding: 0 50px;
}
.g-popup__lebl {
  position: absolute;
  width: 141.93px;
  height: 44px;
  left: 100px;
  top: 179px;
  transform: rotate(6.79deg);
  border-radius: 8px;
  border: 1px solid rgb(68, 54, 98);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(17, 15, 38);
  padding: 8px;
}
.g-popup__lebl-wrapper {
  display: flex;
}
.g-popup__lebl-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin: 0 0 0 10px;
}
.g-popup__subtitle {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 500;
  line-height: 136%;
  text-align: center;
  margin-top: 16px;
}
.g-popup__btn-box-text {
  margin-top: 50px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 123%;
}
.g-popup__btn-box {
  display: flex;
  justify-content: center;
  max-width: 534px;
  width: 100%;
  margin: 50px auto 0 auto;
}
.g-popup__btn-box-2 {
  display: flex;
  justify-content: space-between;
  max-width: 408px;
  width: 100%;
  margin: 7px auto 0 auto;
}
.g-popup__btn-desk {
  display: flex;
  text-decoration: none;
  width: 260px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: linear-gradient(90deg, rgb(255, 103, 5), rgb(255, 183, 0) 128.472%);
}
.g-popup__btn-img {
  width: 19px;
  height: 19px;
}
.g-popup__btn-text {
  color: #fff;
  margin-left: 10px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}
.g-popup__btn-web {
  display: flex;
  text-decoration: none;
  width: 260px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  box-shadow: 0px 3px 5px 0px rgba(8, 4, 33, 0.2);
  background: rgba(6, 6, 6, 0.19);
}
.g-popup__btn-link {
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(6, 6, 6, 0.19);
  padding: 14px 43px 10px 43px;
}
.g-popup__bg-1 {
  position: absolute;
  left: 50px;
  top: 13px;
  width: 63px;
}
.g-popup__bg-2 {
  position: absolute;
  right: 80px;
  top: 190px;
}
.g-popup__bg-3 {
  position: absolute;
  left: 80px;
  top: 260px;
}
.g-popup__bg-left {
  position: absolute;
  width: 280px;
  height: auto;
  left: 0;
  bottom: 0;
}
.g-popup__bg-right {
  position: absolute;
  width: 250px;
  height: auto;
  right: 0;
  bottom: 0;
}
.g-popup__mob-text {
  display: none;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/*Media*/
@media (max-width: 992px) {
  .g-popup {
    padding: 0 15px;
  }
  .g-popup__wrap {
    width: 97%;
  }
}
@media (max-width: 920px) {
  .g-popup__lebl {
    left: 30px;
  }
  .g-popup__user {
    right: 60px;
  }
  .g-popup__title {
    padding: 0;
  }
  .g-popup__btn-box,
  .g-popup__btn-box-2 {
    z-index: 1000;
    position: relative;
  }
}
@media (max-width: 756px) {
  .g-popup__title {
    font-size: 56px;
  }
  .g-popup__bg-left {
    width: 200px;
  }
  .g-popup__subtitle {
    font-size: 20px;
  }
  .g-popup__bg-3 {
    left: 50px;
  }
  .g-popup__bg-2 {
    right: 44px;
    top: 152px;
  }
  .g-popup__lebl {
    top: 160px;
  }
  .g-popup__bg-right {
    width: 170px;
  }
}
@media (max-width: 576px) {
  .g-popup__lebl {
    display: none;
  }
  .g-popup__user {
    display: none;
  }
  .g-popup__wrap {
    padding: 15px 15px 150px 15px;
    height: auto;
    width: 90%;
  }
  .g-popup__btn-box {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 30px;
  }
  .g-popup__btn-desk {
    margin-top: 15px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(79, 48, 114, 0.2);
  }
  .g-popup__btn-web {
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(79, 48, 114, 0.2);
  }
  .g-popup__btn-box-text {
    display: none;
  }
  .g-popup__btn-box-2 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: auto;
    top: 240px;
  }
  .g-popup__title {
    margin-top: 35px;
    font-size: 32px;
    padding: 0 50px;
  }
  .g-popup__subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-top: 12px;
    padding: 0 50px;
  }
  .g-popup__mob-text {
    display: block;
    text-align: center;
    margin-top: 120px;
    position: relative;
  }
  .g-popup__mob-text::after {
    position: absolute;
    background: rgba(255, 255, 255, 0.12);
    content: "";
    width: 30%;
    height: 1px;
    transform: translate(-50%);
    top: 50%;
    right: 0;
  }
  .g-popup__mob-text::before {
    position: absolute;
    background: rgba(255, 255, 255, 0.12);
    content: "";
    width: 30%;
    height: 1px;
    transform: translate(-50%);
    top: 50%;
    left: 30%;
  }
  .g-popup__bg-3 {
    display: none;
  }
  .g-popup__bg-1 {
    left: auto;
    right: 15px;
    top: 120px;
    transform: rotate(45deg);
  }
  .g-popup__bg-2 {
    right: 0;
    left: 15px;
    top: 15px;
  }
  .g-popup__btn-close {
    background-color: #000;
  }
}
@media (max-width: 555px) {
  .g-popup__bg-1 {
    top: 145px;
  }
}
@media (max-width: 466px) {
  .g-popup__title {
    padding: 0px 30px;
  }
  .g-popup__wrap {
    padding: 15px 15px 70px 15px;
  }
}
@media (max-width: 439px) {
  .g-popup__title {
    padding: 0px 45px;
  }
  .g-popup__bg-2 {
    width: 70px;
    left: 5px;
    top: 10px;
  }
  .g-popup__bg-1 {
    width: 50px;
  }
  .g-popup__btn-link {
    padding: 20px 30px 15px 30px;
  }
  .g-popup__btn-box-2 {
    justify-content: space-around;
  }
  .g-popup__btn-web,
  .g-popup__btn-desk {
    width: 100%;
  }
  .g-popup__title {
    padding: 0px 10px;
  }
  .g-popup__btn-close {
    width: 30px;
    height: 30px;
  }
  .g-popup__btn-close::after,
  .g-popup__btn-close::before {
    width: 24px;
    height: 2px;
  }
  .g-popup__btn-close::after {
    top: 12px;
    right: -3px;
  }
  .g-popup__btn-close::before {
    top: 14px;
    right: -3px;
  }
  .g-popup__btn-box {
    margin-top: 20px;
  }
  .g-popup__mob-text {
    margin-top: 115px;
  }
  .g-popup__subtitle {
    padding: 0px 20px;
  }
}
@media (max-width: 427px) {
  .g-popup__btn-link {
    padding: 20px 20px 15px 20px;
  }
  .g-popup__subtitle {
    padding: 0px 20px;
  }
}
@media (max-width: 381px) {
  .g-popup__title {
    padding: 0px;
  }
  .g-popup__subtitle {
    padding: 0px;
  }
  .g-popup__title {
    margin-top: 40px;
  }
}
@media (max-width: 360px) {
  .g-popup__mob-text {
    margin-top: 122px;
  }
  .g-popup__title {
    font-size: 30px;
  }
}