@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans18pt-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Poppins";
}

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

.main-content {
  overflow-x: hidden;
  position: relative;
}

.second-block-eight-row-background.mob {
  display: visible;
}

.second-block-eight-row-background-mob {
  display: none;
}

.one-row-main {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  padding-top: 40px;
}

@media (max-width: 1199px) {
  .main-content {
    height: 100vh;
  }

  body.overflow-hidden {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .main-content {
    height: 100vh;
  }

  body.overflow-hidden {
    overflow: hidden;
  }

  .popup__round {
    font-size: 24px;
  }

  .popup__body__wrapper__text {
    font-size: 16px;
    padding: 12px;
  }

  .popup__body__wrapper__text__title {
    font-size: 18px;
  }

  .popup__body__wrapper__text__subtitle {
    font-size: 13px;
    line-height: 1.4;
    gap: 12px;
  }

  .popup__body__wrapper__text__bottom {
    font-size: 16px;
  }

  .popup__close {
    right: -6%;
    top: -3%;
    width: 20px;
    height: 20px;
  }

  .popup__close::before,
  .popup__close::after {
    width: 14px;
  }
}

@media screen and (min-width: 480px) {
  .seven-row-mob {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  * {
    margin: 0;
    padding: 0;
  }

  body {
    background: #080d27;
  }

  .support-img {
    width: 130px;
    height: auto;
    position: fixed;
    right: 10px;
    z-index: 1000;
    /* top: 709px; */
  }

  .support-img img {
    width: 100%;
  }

  .btn-styles-block {
    width: 182px;
    height: 64px;
    border-radius: 16px;
    box-shadow: 0 -14px 48px 0 rgb(40 51 111 / 0.7),
      0 16px 24px 0 rgb(0 0 0 / 0.25);
    background: linear-gradient(180deg, #334679, #162561 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .button {
    width: 178.03px;
    height: 60px;
    border-radius: 14px;
    background: -o-linear-gradient(top, #253575, #162561 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#162561)
    );
    background: linear-gradient(180deg, #253575, #162561 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .button:hover {
    background: -o-linear-gradient(top, #3a4d99, #162561 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#3a4d99),
      to(#162561)
    );
    background: linear-gradient(180deg, #3a4d99, #162561 100%);
  }

  .button-text {
    color: #2ef2ff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
  }

  .left-img {
    padding-bottom: 4px;
  }

  .one-row {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding-top: 40px;
  }

  .first-block-first-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 510px;
  }

  .title-first-row {
    position: static;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 28px;
    color: #eaedff;
    font-family: "Poppins";
    font-size: 64px;
    font-weight: 900;
    line-height: 64px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
  }

  .text-first-row {
    max-width: 100%;
    padding: 0;
    margin-bottom: 28px;
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
  }

  .second-block-first-row {
    width: 619px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .second-block-first-row img {
    width: 100%;
    height: auto;
  }

  .second-row {
    width: 100%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 130px;
  }

  .first-block-second-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    height: auto;
    margin-right: 120px;
  }

  .first-block-second-row img {
    width: 100%;
    height: auto;
  }

  .second-block-second-row {
    width: 499px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-second-row {
    margin-bottom: 28px;
    color: #eaedff;
    font-family: "Poppins";
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.96px;
    text-align: left;
  }

  .text-second-row {
    margin-bottom: 28px;
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
  }

  .second-block-second-row .btn-mob-2 {
    margin-left: 0 !important;
  }

  .four-row {
    width: 100%;
    height: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1b275a),
      to(#0e1434)
    );
    background: -o-linear-gradient(top, #1b275a, #0e1434 100%);
    background: linear-gradient(180deg, #1b275a, #0e1434 100%);
  }

  .first-block-four-row {
    width: 554px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 50px;
  }

  .title-four-row {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 28px;
    color: #eaedff;
    font-family: "Poppins";
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.96px;
    text-align: left;
  }

  .text-four-row {
    width: 100%;
    margin-bottom: 28px;
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
  }

  .second-block-four-row {
    width: 572px;
    height: auto;
  }

  .second-block-four-row img {
    width: 572px;
    height: auto;
  }

  .five-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #0c1838;
  }

  .title-five-row {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.96px;
    text-align: center;
    margin-bottom: 30px;
  }

  .trading__text-wrapper {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    color: #c4cbf5;
  }

  .trading-image-wrapper {
    width: 1059px;
    height: auto;
  }

  .trading-image {
    width: 1059px;
    height: auto;
  }

  .some-element {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .some-element-image {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    z-index: 999;
  }

  .six-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 844px;
    border-bottom: 2px solid #0c1838;
  }

  .first-block-six-row {
    width: 584px;
    height: auto;
    margin-right: 100px;
  }

  .first-block-six-row object {
    width: 584px;
    height: auto;
  }

  .second-block-six-row {
    width: 538px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }

  .title-six-row {
    width: 100%;
    margin-bottom: 28px;
    color: #eaedff;
    font-family: "Poppins";
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.96px;
    text-align: left;
  }

  .text-six-row {
    width: 100%;
    border-top-width: 0;
    border-top-style: solid;
    margin-bottom: 28px;
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
  }

  .btn-row-6 {
    margin-left: 0 !important;
  }

  .vertical-divider {
    width: 2px;
    height: 30vh;
    background: #0c1838;
    opacity: 20%;
    position: absolute;
    left: 50%;
  }

  .seven-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
  }

  .title-seven-row {
    font-size: 48px;
    color: #eaedff;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0;
    /*! -webkit-transform:translateY(-33px); */
    /*! -ms-transform:translateY(-33px); */
    /*! transform:translateY(-33px) */
    margin-bottom: 28px;
  }

  .text-seven-row {
    text-align: center;
    width: 1060px;
    color: #c4cbf5;
    font-size: 14px;
    line-height: 18px;
    font-family: "Poppins";
    margin-bottom: 48px;
  }

  .eight-row-base {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 900px;
  }

  .background-image {
    width: 100%;
  }

  .eight-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  .first-block-eight-row {
    position: absolute;
    top: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 72px;
    width: 432px;
    z-index: 999;
  }

  .second-block-eight-row-img img {
    width: 1124px;
  }

  .title-first-block-eight-row {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.96px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 28px;
  }

  .text-first-block-eight-row {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    width: 100%;
    margin-bottom: 28px;
  }

  .btn-first-block-eight-row > div:nth-child(1) {
    margin-left: 0 !important;
  }

  .btn-first-block-eight-row > .button > .button-text {
    font-size: 14px;
    /* margin-left:-4% */
  }

  .second-block-eight-row {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background: -o-linear-gradient(top, #1b275a, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(180deg, #243474 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #334679;
    border-radius: 40px;
    height: 635px;
    position: relative;
    width: 1124px;
  }

  .second-block-eight-row-background {
    position: relative;
    width: 40%;
    margin-left: 29%;
  }

  .second-block-eight-row-img {
    position: absolute;
    top: 52px;
    right: 22px;
    width: 518px;
    height: auto;
  }

  .second-block-eight-row-img img {
    width: 518px;
    height: auto;
  }

  .cryptoacquiring {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1b275a),
      to(#0e1434)
    );
    background: -o-linear-gradient(top, #1b275a, #0e1434 100%);
    background: linear-gradient(180deg, #1b275a, #0e1434 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100vw;
    height: 610px;
  }

  .cryptoacquiring-img {
    width: 508px;
    height: auto;
    margin-right: 80px;
  }

  .cryptoacquiring-img object {
    width: 508px;
    height: auto;
  }

  .cryptoacquiring-content {
    width: 554px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cryptoacquiring-title {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.96px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 28px;
  }

  .cryptoacquiring-text {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 28px;
  }

  .cryptoacquiring-btn > div:nth-child(1) {
    margin-left: 0 !important;
  }

  .cryptoacquiring-btn .button-text {
    font-size: 14px;
    /* margin-left:-5% */
  }

  .third-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 130px;
    padding-bottom: 120px;
  }

  .third-row-textcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .third-row-title {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.96px;
    text-align: center;
    margin-bottom: 28px;
  }

  .third-row-text {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    max-width: 1073px;
    margin-bottom: 64px;
  }

  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .card-1 {
    position: relative;
    z-index: 1;
  }

  .card-2 {
    position: relative;
    margin: 0 -50px;
    z-index: 2;
  }

  .card-3 {
    position: relative;
    z-index: 1;
  }

  .card-text {
    color: #c4cbf5;
    font-family: "Poppins" !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .table-image {
    max-width: 1280px;
    position: relative;
    z-index: 1;
    height: auto;
    display: block;
    width: 1280px;
  }

  .responsive-table-image {
    width: 1280px;
  }

  .table {
    position: relative;
    max-width: 1060px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .table-main {
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0 20px;
    width: 100%;
  }

  .table-content {
    position: absolute;
    z-index: 2;
    width: 100%;
  }

  .table-main {
    thead {
      background: rgb(217 217 217 / 0.05);
      height: 40px;
      border: 1px solid;
      border-radius: 4px;
      color: #2ef2ff;
    }

    tr {
      height: 65px;
    }

    td {
      border: 1px solid #334679;
      border-style: solid none;
      padding: 1px;
      height: 50px;
      color: #c4cbf5;
      white-space: nowrap;
    }

    td:first-child {
      border-left-style: solid;
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px;
    }

    td:last-child {
      border-right-style: solid;
      border-bottom-right-radius: 16px;
      border-top-right-radius: 16px;
    }
  }

  .col-1 {
    padding-left: 6px;
  }

  .col-1-img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 4px;
  }

  .col-1-name {
    display: inline-block;
  }

  .col-2 {
    text-align: right;
    width: 112px;
  }

  .col-4 {
    position: relative;
    height: 100%;
  }

  .col-4-img {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 19.5px;
  }

  .col-4-text {
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 25px;
  }

  .col-6 {
    text-align: right;
    width: 70%;
  }

  .col-8 {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: -20%;
    cursor: pointer;
  }

  .col-8-img {
    position: absolute;
    width: 180px;
    height: 44px;
    left: -38px;
    bottom: 70px;
  }

  .col-8-btn-text {
    position: absolute;
    left: 30%;
    top: 30%;
    font-family: "Poppins";
    color: #eaedff;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .col-8-btn-text:hover {
    color: #e0fba0;
  }
}

@media (min-width: 320px) {
  body {
    margin: 0;
    padding: 0;
  }

  footer {
    color: #fff;
  }

  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-links a {
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
  }

  .footer-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 4px;
  }

  .footer-form input[type="email"] {
    padding: 10px;
    width: 200px;
    margin-right: 10px;
    border: none;
    border-radius: 24px;
  }

  .footer-form button {
    padding: 10px 20px;
    background-color: #f39c12;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
  }

  .footer-form button:hover {
    background-color: #e67e22;
  }

  .social-links a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  }

  .social-links a:hover {
    color: #f39c12;
  }

  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #080d27;
  }

  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    opacity: 0.6;
    color: #fff;
    text-decoration: none;
  }

  .footer-form {
    background: -o-linear-gradient(left, #1b275a 0%, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(90deg, #1b275a 0%, #0e1434 100%);
    width: 100%;
    height: 156px;
  }

  .footer-form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
    padding-top: 16px;
    margin-bottom: 18px;
  }

  .footer-form input[type="email"] {
    width: 100%;
    height: 34px !important;
    border-radius: 24px;
    border: 2px solid #080d27;
    background: #fff0;
    padding: 0 16px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #fff;
    margin: 0;
  }

  .footer-form label {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    margin-bottom: 4px;
    padding-left: 4px;
  }

  .footer-form_control_input-div {
    min-width: 251px;
    height: 44px;
    border-radius: 24px;
    background: rgb(8 13 39 / 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    border: 2px solid rgb(25 89 173 / 0.25);
    background: rgb(8 13 39 / 0.5);
  }

  .footer-form button {
    width: 83px;
    height: 44px;
    left: 259px;
    border-radius: 14px;
    background: -o-linear-gradient(top, #253575 0%, #172662 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#172662)
    );
    background: linear-gradient(180deg, #253575 0%, #172662 100%);
    -webkit-box-shadow: 0 -14px 48px 0 rgb(40 51 111 / 0.7);
    box-shadow: 0 -14px 48px 0 rgb(40 51 111 / 0.7);
    -webkit-box-shadow: 0 16px 24px 0 rgb(0 0 0 / 0.25);
    box-shadow: 0 16px 24px 0 rgb(0 0 0 / 0.25);
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 65%;
  }

  .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 40px;
    width: 100%;
    border-top: 1px solid rgb(241 241 241 / 0.413);
    background: #080d27;
  }

  .footer-end a {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.36000001430511475px;
    text-align: center;
    text-decoration: none;
    color: #c4cbf5;
  }

  .footer-form input::-webkit-input-placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form input::-moz-placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form input:-ms-input-placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form input::-ms-input-placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form input::placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-topx {
    height: 40px;
  }
}

@media (min-width: 768px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .footer-topx {
    height: 60px;
  }

  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }

  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #080d27;
  }

  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    opacity: 0.6;
    color: #fff;
    text-decoration: none;
  }

  .footer-form {
    background: -o-linear-gradient(left, #1b275a 0%, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(90deg, #1b275a 0%, #0e1434 100%);
    width: 100%;
    height: 156px;
  }

  .footer-form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
    padding-top: 16px;
    margin-bottom: 18px;
  }

  .footer-form input[type="email"] {
    width: 100%;
    height: 34px !important;
    border-radius: 24px;
    border: 2px solid #080d27;
    background: #fff0;
    padding: 0 16px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #fff;
    margin: 0;
  }

  .footer-form label {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    margin-bottom: 4px;
    padding-left: 4px;
  }

  .footer-form_control_input-div {
    min-width: 251px;
    height: 44px;
    border-radius: 24px;
    background: rgb(8 13 39 / 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
  }

  .footer-form button {
    width: 83px;
    height: 44px;
    left: 259px;
    border-radius: 14px;
    background: -o-linear-gradient(top, #253575 0%, #172662 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#172662)
    );
    background: linear-gradient(180deg, #253575 0%, #172662 100%);
    -webkit-box-shadow: 0 -14px 48px 0 rgb(40 51 111 / 0.7);
    box-shadow: 0 -14px 48px 0 rgb(40 51 111 / 0.7);
    -webkit-box-shadow: 0 16px 24px 0 rgb(0 0 0 / 0.25);
    box-shadow: 0 16px 24px 0 rgb(0 0 0 / 0.25);
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 40%;
  }

  .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 40px;
    width: 55%;
    background: #fff0;
    border: none;
  }

  .footer-end a {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.36000001430511475px;
    text-align: center;
    text-decoration: none;
    color: #c4cbf5;
  }

  .footer-form input::-webkit-input-placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form input::-moz-placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form input:-ms-input-placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form input::-ms-input-placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form input::placeholder {
    color: rgb(196 203 245 / 0.15);
  }
}

@media (min-width: 1200px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .footer-topx {
    height: 60px;
  }

  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }

  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    min-width: 600px;
    height: 40px;
    background: #fff0;
  }

  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    opacity: 0.6;
    color: #fff;
    text-decoration: none;
  }

  .footer-form {
    background: -o-linear-gradient(left, #1b275a 0%, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(90deg, #1b275a 0%, #0e1434 100%);
    width: 100%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    padding-top: 0;
    margin-bottom: 0;
  }

  .footer-form input[type="email"] {
    width: 100%;
    height: 34px !important;
    border-radius: 24px;
    border: 2px solid #080d27;
    background: #fff0;
    padding: 0 16px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #fff;
    margin: 0;
  }

  .footer-form input::-webkit-input-placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form input::-moz-placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form input:-ms-input-placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form input::-ms-input-placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form input::placeholder {
    color: rgb(196 203 245 / 0.15);
  }

  .footer-form label {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    padding-left: 4px;
  }

  .footer-form_control_input-div {
    min-width: 360px;
    height: 44px;
    border-radius: 24px;
    background: rgb(8 13 39 / 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
  }

  .footer-form button {
    width: 83px;
    height: 44px;
    left: 259px;
    border-radius: 14px;
    background: -o-linear-gradient(top, #253575 0%, #172662 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#172662)
    );
    background: linear-gradient(180deg, #253575 0%, #172662 100%);
    -webkit-box-shadow: 0 -14px 48px 0 rgb(40 51 111 / 0.7);
    box-shadow: 0 -14px 48px 0 rgb(40 51 111 / 0.7);
    -webkit-box-shadow: 0 16px 24px 0 rgb(0 0 0 / 0.25);
    box-shadow: 0 16px 24px 0 rgb(0 0 0 / 0.25);
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-top: 32px;
    width: 451px;
  }

  .footer-form form {
    width: 50%;
  }

  .social-links img {
    width: 64px;
    height: 64px;
  }

  .social-links_div {
    width: 50% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 60px;
    width: 30%;
    min-width: 600px;
    background: #fff0;
    border: none;
  }

  .footer-end a {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.36000001430511475px;
    text-align: center;
    color: #c4cbf5;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    thead {
      background: rgb(217 217 217 / 0.05);
      height: 40px;
      border: 1px solid;
      border-radius: 4px;
      color: #2ef2ff;
    }

    td {
      border: 1px solid #334679;
      border-style: solid none;
      padding: 5px;
      height: 72px;
      color: #c4cbf5;
    }

    td:first-child {
      border-left-style: solid;
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px;
    }

    td:last-child {
      border-right-style: solid;
      border-bottom-right-radius: 16px;
      border-top-right-radius: 16px;
    }
  }
}

@media screen and (max-width: 479px) {
  .menu__list-item-line {
    display: none;
  }

  .cryptoacquiring-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .btn-styles-block {
    width: 182px;
    height: 64px;
    border-radius: 16px;
    box-shadow: 0 -14px 48px 0 rgb(40 51 111 / 0.7),
      0 16px 24px 0 rgb(0 0 0 / 0.25);
    background: linear-gradient(180deg, #334679, #162561 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .seven-row {
    display: none;
  }

  .table-image {
    display: none;
  }

  .one-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 42px;
  }

  .one-row-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 42px;
  }

  .first-block-first-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 53px;
    padding: 0 36px;
  }

  .second-block-first-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
  }

  .second-block-first-row img {
    width: 283px;
    height: 311px;
  }

  .title-first-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #eaedff;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
  }

  .text-first-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    max-width: 100%;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .second-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .first-block-second-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 385px;
    margin-bottom: 0;
  }

  .first-block-second-row img {
    width: 343px;
    height: 385px;
  }

  .second-block-second-row {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    width: 100%;
  }

  .title-second-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    color: #eaedff;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    margin-bottom: 28px;
  }

  .text-second-row {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 28px;
  }

  .third-row {
    margin-top: 0;
    padding: 0 24px;
    width: 100%;
    padding-bottom: 56px;
  }

  .third-row-title {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 26px;
  }

  .third-row-textcontent {
    margin-bottom: 50px;
  }

  .third-row-text {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-align: center;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .card-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .card-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .card-3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }

  .card-text-mob-1 {
    position: absolute;
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: justify;
    width: 76% !important;
    top: 58% !important;
  }

  .card-text-mob-2 {
    position: absolute;
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: justify;
    width: 72% !important;
    top: 63% !important;
  }

  .card-text-mob-3 {
    position: absolute;
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: justify;
    width: 70% !important;
    top: 57% !important;
  }

  .four-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1b275a),
      to(#0e1434)
    );
    background: -o-linear-gradient(top, #1b275a, #0e1434 100%);
    background: linear-gradient(180deg, #1b275a, #0e1434 100%);
    padding-bottom: 40px;
  }

  .first-block-four-row {
    padding: 0 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .title-four-row {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 900;
    line-height: 26px;
    text-align: left;
    margin-top: 0;
    font-weight: 700;
    margin-left: 0;
    margin-bottom: 26px;
  }

  .text-four-row {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 28px;
  }

  .five-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 40px 0;
  }

  .title-five-row {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 28px;
  }

  .trading__text-wrapper {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    color: #c4cbf5;
  }

  .second-block-four-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    margin-bottom: 8px;
  }

  .second-block-four-row img {
    width: 100%;
    height: auto;
    padding-left: 8px;
  }

  .trading-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .trading-image {
    max-width: 90%;
  }

  .some-element {
    height: auto;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    left: 0%;
    top: -24px;
    z-index: 2;
  }

  .some-element-image {
    width: 48px;
  }

  .some-element__glow-wrapper {
  }

  .some-element__glow {
    content: "";
    display: flex;
    position: absolute;
    height: 10vh;
    background: linear-gradient(180deg, #1b275a 0%, #0e1434 100%);
    z-index: -1;
    opacity: 10%;
    margin-top: 10px;
    max-width: 205px;
    width: 100%;
  }

  .some-element__glow.right {
    left: 51%;
  }

  .some-element__glow.left {
    left: 1%;
  }

  .some-element__line {
    width: 100%;
    height: 2px;
    background-color: #0c1838;
    position: relative;
    margin-bottom: 80px;
  }

  .vertical-divider {
    width: 2px;
    height: 10vh;
    opacity: 50%;
    background: #0c1838;
    position: relative;
    left: 49.5%;
    position: absolute;
    z-index: -1;
  }

  .six-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 78px;
    margin-top: -120px;
  }

  .first-block-six-row {
    width: 100%;
    margin-left: 0;
    padding-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #0c1838;
    /* padding-bottom:36px; */
    margin-bottom: 40px;
  }

  .first-block-six-row object {
    width: 334px;
    height: auto;
  }

  .second-block-six-row {
    padding: 0 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .title-six-row {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 28px;
  }

  .text-six-row {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 28px;
  }

  .btn-row-6 {
    margin-left: 0 !important;
    margin-top: 0;
  }

  .btn-row-6 .button-text {
    /* padding-left:6%; */
    font-size: 14px;
  }

  .eight-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 0 16px;
    padding-bottom: 80px;
  }

  .first-block-eight-row {
    position: absolute;
    top: 445px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
  }

  .title-first-block-eight-row {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding-left: 16px;
    margin-bottom: 26px;
  }

  .text-first-block-eight-row {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
    max-width: 88%;
    margin-left: 16px;
    margin-top: 0;
    margin-bottom: 28px;
  }

  .btn-first-block-eight-row {
    margin-top: 0;
    width: 178.03px;
    height: 60px;
  }

  .first-block-eight-row > .btn-styles-block {
    margin-left: 16px;
  }

  .btn-first-block-eight-row > .button {
    margin-left: 0 !important;
  }

  .btn-first-block-eight-row > .button > .button-text {
    font-size: 14px;
    /* margin-left:-4% */
  }

  .second-block-eight-row {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -o-linear-gradient(top, #1b275a, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(180deg, #1b275a, #0e1434 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #334679;
    border-radius: 40px;
    height: 770px;
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
    position: relative;
  }

  .second-block-eight-row-background {
    position: relative;
    display: none;
  }

  .second-block-eight-row-background-mob {
    position: relative;
    display: flex;
    top: -31%;
    z-index: 0;
  }

  .second-block-eight-row-img {
    position: absolute;
    top: 100px;
    width: 317px;
    height: 322px;
  }

  .second-block-eight-row-img img {
    width: 100%;
    width: 317px;
    height: 322px;
  }

  .cryptoacquiring {
    background: -o-linear-gradient(top, #1b275a, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(180deg, #1b275a, #0e1434 100%);
    padding: 0 24px;
    padding-top: 46px;
    padding-bottom: 80px;
  }

  .cryptoacquiring-img {
    max-width: 100%;
    margin-bottom: 36px;
  }

  .cryptoacquiring-title {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 26px;
  }

  .cryptoacquiring-text {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
    max-width: 100%;
    margin-bottom: 26px;
  }

  .footer-form label {
    padding-left: 4px;
  }

  .cryptoacquiring-btn .button {
    margin-left: 0 !important;
  }

  .cryptoacquiring-btn .button-text {
    font-size: 14px;
    /* margin-left:-5% */
  }

  * {
    margin: 0;
    padding: 0;
  }

  body {
    background: #080d27;
  }

  /* .btn-mob-1 {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-ordinal-group:2;
      -ms-flex-order:1;
      order:1;
      margin-left:0!important
    } */
  .btn-mob-2 {
    margin-top: 0;
    margin-left: 0 !important;
  }

  .btn-mob-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 8%;
  }

  .btn-mob-4 {
    margin-left: 0;
    margin-top: 0;

    .button-text {
      /* padding-left:6%; */
      font-size: 14px;
    }
  }

  .btn-card-1 {
    left: 29% !important;
    top: 81% !important;

    .button-text {
      /* padding-left:4%; */
      font-size: 15px;
    }
  }

  .btn-card-2 {
    left: 29% !important;
    top: 83% !important;

    .button-text {
      /* padding-left:4%; */
      font-size: 15px;
    }
  }

  .btn-card-3 {
    left: 29% !important;
    top: 80% !important;

    .button-text {
      /* padding-left:4%; */
      font-size: 15px;
    }
  }

  .button {
    width: 178.03px;
    height: 60px;
    border-radius: 14px;
    background: -o-linear-gradient(top, #253575, #162561 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#162561)
    );
    background: linear-gradient(180deg, #253575, #162561 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .button:hover {
    background: -o-linear-gradient(top, #3a4d99, #162561 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#3a4d99),
      to(#162561)
    );
    background: linear-gradient(180deg, #3a4d99, #162561 100%);
  }

  .button-text {
    color: #2ef2ff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
  }

  .left-img {
    padding-bottom: 4px;
  }

  @media screen and (min-width: 480px) {
    .mobtab {
      display: none;
    }
  }

  .mobtab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #253575;
    border-radius: 16px;
    width: 100%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    position: relative;
  }

  .mobtab .container:last-child {
    margin-bottom: 0%;
  }

  .seven-row-mob {
    width: 100%;
    padding: 0 24px;
    margin-bottom: 80px;
  }

  .seven-row-mob-title {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 26px;
  }

  .seven-row-mob-text {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 28px;
  }

  .mobtab-container {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #253575;
    border-radius: 16px;
    background: -o-linear-gradient(top, #000000 0%, #0f1431 95.833%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#000000),
      color-stop(95.833%, #0f1431)
    );
    background: linear-gradient(180deg, #000000 0%, #0f1431 95.833%);
    margin-bottom: 5%;
  }

  .mobtab-pool {
    display: table;
    margin-top: 7%;
    width: 100%;
    height: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobtab-pool > .title {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #2ef2ff;
    display: table-cell;
    padding-left: 5%;
    vertical-align: middle;
  }

  .mobtab-pool > .value {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5%;
  }

  .mobtab-pool .value-img {
    width: 32px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobtab-pool .value-txt {
    display: inline-block;
    margin-left: 0%;
    padding-left: 2px;
    text-align: end;
    padding-right: 5px;
  }

  .mobtab-pool .value-txt .value-txt-title {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .mobtab-pool .value-txt .value-txt-text {
    color: #fff;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .line {
    margin: 16px 16px;
    padding: 0;
    height: 1px;
    background: -o-linear-gradient(#24f2f2, #2d8bfe);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#24f2f2),
      to(#2d8bfe)
    );
    background: linear-gradient(#24f2f2, #2d8bfe);
    width: 90%;
  }

  .mobtab-liquidity {
    display: table;
    width: 100%;
    margin-top: 4%;
  }

  .mobtab-liquidity > .title {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #2ef2ff;
    padding-left: 5%;
    display: table-cell;
    vertical-align: sub;
  }

  .mobtab-liquidity > .value {
    display: table-cell;
    vertical-align: revert;
    text-align: right;
    padding-right: 5%;
  }

  .mobtab-liquidity > .value .value-top {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .mobtab-liquidity > .value .value-bottom {
    color: #fff;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .mobtab-total-yield {
    display: table;
    width: 100%;
    margin-top: 3%;
  }

  .mobtab-total-yield > .title {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #2ef2ff;
    display: table-cell;
    padding-left: 5%;
  }

  .mobtab-total-yield > .value {
    color: #2ef2ff;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: table-cell;
    text-align: right;
    padding-right: 5%;
  }

  .mobtab-reward-coins {
    display: flex;
    width: 100%;
    margin-top: 6%;
    justify-content: space-between;
    align-items: center;
    height: 20px;
  }

  .mobtab-reward-coins > .title {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #2ef2ff;
    padding-left: 5%;
    height: 100%;
    display: table-cell;
  }

  .mobtab-reward-coins > .value {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding-right: 5%;
    height: 100%;
    flex-direction: row;
    align-items: center !important;
  }

  .mobtab-reward-coins .value-img {
    height: 16px;
    width: 16px;
    margin-right: 4px;
  }

  .mobtab-reward-coins .value-img object {
    height: 16px;
    width: 16px;
    padding-bottom: 4px;
  }

  .mobtab-reward-coins .value-txt {
    color: rgb(255 255 255 / 0.45);
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .mobtab-reward {
    display: table;
    width: 100%;
    margin-top: 5%;
  }

  .mobtab-reward > .title {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #2ef2ff;
    padding-left: 5%;
    margin-top: 5%;
    display: table-cell;
  }

  .mobtab-reward > .value {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: table-cell;
    text-align: right;
    padding-right: 5%;
    padding-left: 13%;
  }

  .mobtab-operation {
    display: table;
    width: 100%;
    height: 20%;
    margin-top: 5%;
  }

  .mobtab-operation > .title {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #2ef2ff;
    padding-left: 5%;
    display: table-cell;
    vertical-align: sub;
  }

  .mobtab-operation > .value {
    display: table-cell;
    vertical-align: revert;
    text-align: right;
    padding-right: 5%;
  }

  .mobtab-operation > .value .value-top {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .mobtab-operation > .value .value-bottom {
    color: #fff;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .mobtab-btn {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
  }

  .mobtab-btn-img {
    width: 180px;
    height: 44px;
  }

  .mobtab-btn-txt {
    line-height: 24;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 600;
    color: #eaedff;
    position: absolute;
    left: 50%;
    top: -211%;
    transform: translate(-50%);
  }

  .mobtab-btn-txt:hover {
    color: #e0fba0;
  }
}

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

.wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}

body {
  background: rgb(8, 13, 39);
}

/* ------------------------------------------------------------SECTIONS------------------------------------------------------------------- */
.footer-topx {
  display: none !important;
}

.main-container {
  max-width: 1212px;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  width: 100%;
}

.left-img {
  margin-right: 3.5px;
}

.right-img {
  margin-right: 14px;
}

.button-text {
  color: rgb(46, 242, 255);
  font-family: "Poppins";
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .footer-wrapper {
    width: 360px;
  }
}

/* ------------------------------------------------------------FOOTER--------------------------------------------------------------------- */

@media (min-width: 320px) {
  body {
    margin: 0;
    padding: 0;
  }

  footer {
    /* background-color: #333; */
    color: #fff;
    /* padding: 20px; */
  }

  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  /* Link styles */
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-links a {
    color: rgb(255, 255, 255);
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
  }

  .footer-links a:hover {
    /* text-decoration: underline; */
  }

  /* Form styles */
  .footer-form {
    /* margin-bottom: 20px; */
  }

  .footer-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 4px;
  }

  .footer-form input[type="email"] {
    padding: 10px;
    width: 200px;
    margin-right: 10px;
    border: none;
    border-radius: 24px;
  }

  .footer-form button {
    padding: 10px 20px;
    background-color: #f39c12;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
  }

  .footer-form button:hover {
    background-color: #e67e22;
  }

  /* Social links styles */
  .social-links a {
    color: #fff;
    text-decoration: none;
    /* margin: 0 10px; */
    font-size: 20px;
  }

  .social-links a:hover {
    color: #f39c12;
  }

  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: rgb(8, 13, 39);
  }

  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    opacity: 0.6;

    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }

  .footer-form {
    background: -o-linear-gradient(left, #1b275a 0%, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(90deg, #1b275a 0%, #0e1434 100%);
    width: 100%;
    height: 156px;
  }

  .footer-form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
    padding-top: 16px;
    margin-bottom: 18px;
  }

  .footer-form input[type="email"] {
    width: 100%;
    height: 34px !important;
    border-radius: 24px;
    border: 2px solid rgba(8, 13, 39, 1);
    /* background: rgba(8, 13, 39, 0.5); */
    background: transparent;
    /* margin-bottom: 10px; */
    padding: 0 16px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    /* line-height: 18px; */
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: white;
    margin: 0;
  }

  .footer-form label {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    margin-bottom: 4px;
  }

  .footer-form_control_input-div {
    min-width: 251px;
    height: 44px;
    border-radius: 24px;
    background: rgba(8, 13, 39, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;

    border: 2px solid rgba(25, 89, 173, 0.25);

    background: rgba(8, 13, 39, 0.5);
  }

  .footer-form button {
    width: 83px;
    height: 44px;
    left: 259px;
    /* padding: 10px 24px 10px 24px; */
    border-radius: 14px;
    /* border: 1px; */
    background: -o-linear-gradient(top, #253575 0%, #172662 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#172662)
    );
    background: linear-gradient(180deg, #253575 0%, #172662 100%);
    -webkit-box-shadow: 0px -14px 48px 0px rgba(40, 51, 111, 0.7);
    box-shadow: 0px -14px 48px 0px rgba(40, 51, 111, 0.7);

    -webkit-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);

    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);

    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 65%;
  }

  .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 40px;
    width: 100%;
    /* border-top: 1px solid rgba(241, 241, 241, 0.413); */
    background: rgb(8, 13, 39);
  }

  .footer-end a {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.36000001430511475px;
    text-align: center;
    text-decoration: none;
    color: rgba(196, 203, 245, 1);
  }

  .footer-form input::-webkit-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }

  .footer-form input::-moz-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }

  .footer-form input:-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }

  .footer-form input::-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }

  .footer-topx {
    height: 40px;
  }
}

@media (min-width: 768px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* justify-content: space-around; */
    text-align: left;
  }

  .footer-topx {
    height: 60px;
  }

  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }

  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: rgb(8, 13, 39);
  }

  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    opacity: 0.6;

    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }

  .footer-form {
    background: -o-linear-gradient(left, #1b275a 0%, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(90deg, #1b275a 0%, #0e1434 100%);
    width: 100%;
    height: 156px;
  }

  .footer-form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
    padding-top: 16px;
    margin-bottom: 18px;
  }

  .footer-form input[type="email"] {
    width: 100%;
    height: 34px !important;
    border-radius: 24px;
    border: 2px solid rgba(8, 13, 39, 1);
    /* background: rgba(8, 13, 39, 0.5); */
    background: transparent;
    /* margin-bottom: 10px; */
    padding: 0 16px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    /* line-height: 18px; */
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: white;
    margin: 0;
  }

  .footer-form label {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    margin-bottom: 4px;
  }

  .footer-form_control_input-div {
    min-width: 251px;
    height: 44px;
    border-radius: 24px;
    background: rgba(8, 13, 39, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
  }

  .footer-form button {
    width: 83px;
    height: 44px;
    left: 259px;
    /* padding: 10px 24px 10px 24px; */
    border-radius: 14px;
    /* border: 1px; */
    background: -o-linear-gradient(top, #253575 0%, #172662 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#172662)
    );
    background: linear-gradient(180deg, #253575 0%, #172662 100%);
    -webkit-box-shadow: 0px -14px 48px 0px rgba(40, 51, 111, 0.7);
    box-shadow: 0px -14px 48px 0px rgba(40, 51, 111, 0.7);

    -webkit-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);

    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);

    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 40%;
  }

  .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 40px;
    width: 100%;
    background: transparent;
    border: none;
  }

  .footer-wrapper {
    width: 500px;
  }

  .footer-end a {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.36000001430511475px;
    text-align: center;
    text-decoration: none;
    color: rgba(196, 203, 245, 1);
  }

  .footer-form input::-webkit-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }

  .footer-form input::-moz-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }

  .footer-form input:-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }

  .footer-form input::-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
}

@media (min-width: 1200px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* justify-content: space-around; */
    text-align: left;
  }

  .footer-topx {
    height: 60px;
  }

  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";

    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }

  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    min-width: 600px;
    height: 40px;
    /* background: linear-gradient(95deg, #1c2759 0%, #080d27 100%); */
    background: transparent;
  }

  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    text-align: center;

    opacity: 0.6;

    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }

  .footer-form {
    background: -o-linear-gradient(left, #1b275a 0%, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(90deg, #1b275a 0%, #0e1434 100%);
    width: 100%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    padding-top: 0;
    /* margin-bottom: 18px; */
    margin-bottom: 0;
    /* margin-right: 32px; */
  }

  .footer-form input[type="email"] {
    width: 100%;
    height: 34px !important;
    border-radius: 24px;
    border: 2px solid rgba(8, 13, 39, 1);
    /* background: rgba(8, 13, 39, 0.5); */
    background: transparent;
    /* margin-bottom: 10px; */
    padding: 0 16px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    /* line-height: 18px; */
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: white;
    margin: 0;
  }

  .footer-form input::-webkit-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }

  .footer-form input::-moz-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }

  .footer-form input:-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }

  .footer-form input::-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }

  .footer-form label {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }

  .footer-form_control_input-div {
    min-width: 360px;
    height: 44px;
    border-radius: 24px;
    background: rgba(8, 13, 39, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
  }

  .footer-form button {
    width: 83px;
    height: 44px;
    left: 259px;
    /* padding: 10px 24px 10px 24px; */
    border-radius: 14px;
    /* border: 1px; */
    background: -o-linear-gradient(top, #253575 0%, #172662 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#172662)
    );
    background: linear-gradient(180deg, #253575 0%, #172662 100%);
    -webkit-box-shadow: 0px -14px 48px 0px rgba(40, 51, 111, 0.7);
    box-shadow: 0px -14px 48px 0px rgba(40, 51, 111, 0.7);

    -webkit-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);

    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);

    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    /* width: 50%; */
    padding-top: 32px;
    width: 451px;
    /* padding-left: 48px; */
  }

  .footer-form form {
    width: 50%;
  }

  .social-links img {
    width: 64px;
    height: 64px;
  }

  .social-links_div {
    /* width: 100% !important; */
    width: 50% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 60px;
    width: 100%;
    background: transparent;
    border: none;
  }

  .footer-end a {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.36000001430511475px;
    text-align: center;
    color: rgba(196, 203, 245, 1);
  }
}

a {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/*---------Header---------*/
.open {
  display: flex !important;
}

.header {
  height: 70px;
  width: 100%;
  background-color: #05091d;
  display: flex;
  position: relative;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  width: 100%;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__inner-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__inner-footer-phone {
  display: none;
}

.logo__text {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
}

.logo__text img {
  width: 90px;
  height: 50px;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .menu__list-header {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: rgba(234, 237, 255, 1);
} */
/* .menu__list-header.open {
  gap: 20px;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: rgba(234, 237, 255, 1);
}
.menu__list-item.En {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #eaedff;
}
.menu__list-link {
  opacity: 0.6;
  position: relative;
}
.menu__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.menu__list-item:hover .menu__item-arrow {
  transform: rotate(180deg);
  transform-origin: center;
}
.menu__item-arrow {
  transition: 0.3s;
}
.menu__list-item.phone {
  display: none;
} */

.menu__dropdown-content {
  border-top: 1px solid #2ef2ff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(-5px);
  position: absolute;
  background-color: #060a1d;
  max-width: 261px;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0px 24px;
  top: 100%;
}

.menu__dropdown-content.dropdown__company-footer {
  top: -311px;
  z-index: 11;
}

.menu__dropdown-content.dropdown__sheepy-footer {
  top: -311px;
  z-index: 11;
}

.menu__list-item:hover .menu__dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 99999;
}

.menu__list-link:hover {
  opacity: 1;
}

.menu__dropdown-wrapper {
  display: flex;
  gap: 5px;
  padding: 12px 0px;
}

.menu__dropdown-title {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #eaedff;
  transition: 0.3s;
}

.menu__dropdown-title:hover {
  color: #8f92a5;
}

.menu__dropdown-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  color: rgba(196, 203, 245, 1);
}

.burger {
  display: none;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: flex-end;
  width: 20px;
  height: 18px;
}

.burger span {
  border-radius: 2px;
  height: 3px;
  width: 100%;
  transform: scale(1);
  background-color: #2ef2ff;
}

.burger::before,
.burger::after {
  border-radius: 2px;
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #2ef2ff;
  transition: all 0.3s ease 0s;
}

.burger::before {
  top: 0;
}

.burger::after {
  bottom: 0;
}

/*---------Header END---------*/
/*---------FOOTER---------*/

.footer {
  max-width: 100%;
  margin-top: 0 auto;
}

.menu_list-footer {
  display: block;
}

.menu__list-link.footer_list-item {
  color: #ffffff;
  font-family: "Regular", sans-serif;
  opacity: 0.6;
}

.menu__list-link.footer_list-item:hover {
  opacity: 1;
}

/*---------FOOTER END---------*/

/*---------POPUP START---------*/

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup__video {
  max-width: 700px;
}

.popup.hidden {
  display: none;
}

.popup__title ig {
  width: 296px;
  height: 45px;
}

.popup__wrapper {
  position: relative;
}

  .slider {
    max-width: 700px;
    aspect-ratio: 13 / 9; /* удобный размер, можно поменять */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    position: relative;
  }

  /* Трек слайдов: две картинки подряд (flex) */
  .track {
    display: flex;
    width: 200%; /* т.к. 2 слайда */
    height: 100%;
    /* анимация: полный цикл 10s -> каждый слайд показывается 5s */
    animation: slideCycle 10s infinite;
    animation-timing-function: ease-in-out;
    will-change: transform;
  }

  /* По желанию поставить паузу при наведении
  .slider:hover .track {
    animation-play-state: paused;
  } */

  .track img {
    width: 50%;       /* каждая картинка занимает половину трека */
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    flex-shrink: 0;
  }

  /* Ключевые кадры:
     0–45%: показываем 1-й слайд
     45–50%: плавный сдвиг (анимация интерполируется)
     50–95%: показываем 2-й слайд
     95–100%: плавный сдвиг обратно к 1-му
     Это даёт смену "каждые 5 секунд" (1-й виден ~5s, затем 2-й ~5s) */
  @keyframes slideCycle {
    0%   { transform: translateX(0%); }
    45%  { transform: translateX(0%); }
    50%  { transform: translateX(-50%); }
    95%  { transform: translateX(-50%); }
    100% { transform: translateX(0%); }
  }

  /* Небольшая подсветка/индикация (необязательно) */
  .caption {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 6px 10px;
    background: rgba(0,0,0,0.45);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    backdrop-filter: blur(4px);
  }

  /* Мобильная оптимизация: уменьшить радиус, если экран узкий */
  @media (max-width: 420px) {
    .slider { border-radius: 8px; }
    .caption { font-size: 12px; padding: 5px 8px; }
  }

.popup__text {
  position: absolute;
  top: 1%;
  left: 5%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #C8EA80;
}

.popup__close {
  position: absolute;
  top: 2%;
  right: -8%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__round {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.popup__body__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 40px;
  border: 3px solid rgba(51, 70, 121, 1);
  padding: 11px 0px;
  background: linear-gradient(180deg, #243474 0%, #0f1434 100%);
}

.popup__body__wrapper__line {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(14, 26, 60, 1);
}

.popup__body__wrapper__text {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgba(234, 237, 255, 1);
}

.popup__body__wrapper__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
}

.popup__body__wrapper__text__title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgba(46, 242, 255, 1);
}

.popup__body__wrapper__text__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(196, 203, 245, 1);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.popup__body__wrapper__text__bottom {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgba(46, 242, 255, 1);
  padding-top: 20px;
}

.popup__timer {
  color: rgba(196, 203, 245, 1);
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.popup__timer__wrapepr {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  border-top: 2px solid rgba(51, 70, 121, 1);
  border-left: 2px solid rgba(51, 70, 121, 1);
  border-right: 2px solid rgba(51, 70, 121, 1);
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  background: rgba(0, 0, 0, 1);
  min-width: 67px;
  width: 100%;
}

.popup__timer__wrapepr__time {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.popup__wrapper__button {
  color: #13fb80;
  margin-left: 20px;
}

.popup__form-button {
  background: linear-gradient(#253575 0%, #172662 100%);
  border-radius: 14px;
  width: fit-content;
  display: flex;
  border: none;
  cursor: pointer;
  box-shadow: 0 -14px 48px #28336f70, 0 16px 24px #00000025;
  position: relative;
  border: 1px solid rgba(19, 251, 128, 1);
}

/*---------POPUP END-----------*/

@media (max-width: 1135px) {
  .burger {
    display: flex;
  }

  .menu__list-header {
    display: none;
    flex-direction: column;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 7%;
    left: 0;
    z-index: 2;
    overflow: hidden;
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin: 5px 0;
    white-space: nowrap;
  }

  .menu__list-link {
    opacity: 1;
  }

  .menu_list-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__inner-footer-main {
    display: none;
  }

  .header__inner-footer-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .popup__close {
    position: absolute;
    top: 3%;
    right: 5%;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .popup__video {
    max-width: 400px;
  }

  .popup__close {
    right: 5%;
    top: -9%;
  }
  .popup__text {
    font-size: 10px;
    font-weight: 400;
    left: 2%;
  }
}

@media (max-width: 575px) {
  .header {
    height: 42px;
  }

  .header.footer {
    display: none;
  }

  .footer-topx {
    display: flex !important;
  }

  .menu__dropdown-wrapper {
    padding: 1px 0px;
  }

  .menu__dropdown-content.dropdown__sheepy {
    top: 43%;
    z-index: 100000;
  }

  .menu__dropdown-content.dropdown__company {
    top: 48%;
    z-index: 100000;
  }

  .popup__timer__wrapepr {
    min-width: 58px;
  }
}

@media (max-width: 475px) {
  .menu__list-link.footer_list-item {
    font-size: 12px;
  }

  .menu__list-item {
    width: 90px;
  }

  .support-img {
    display: none;
  }

  .menu__list-item.desktop {
    display: none;
  }

  .menu__list-item.phone {
    display: flex;
  }
}

@media (max-width: 430px) {
  .menu_list-footer {
    max-width: 344px;
    gap: 10px;
  }

  .menu__list-item {
    white-space: nowrap;
    max-width: 50px;
  }

  .popup__video {
    max-width: 400px;
  }

  .popup__close {
    right: 5%;
    top: -10%;
  }
}

@media (max-width: 394px) {
  .popup__text {
    font-size: 9px;
  }
  .popup__video {
    max-width: 365px;
  }

  .popup__close {
    right: 5%;
    top: -14%;
  }
}

@media (max-width: 391px) {
  .some-element__glow {
    width: 185px;
  }

  .dropdown__sheepy {
    top: 50%;
  }

  .popup__video {
    max-width: 360px;
  }

  .popup__close {
    right: 5%;
    top: -14%;
  }
}

@media (max-width: 415px) {
  .some-element__glow {
    width: 197px;
  }
}
