:root {
  --color-white: #fff;
  --color-black: #222;
  --color-grey-light: #7d808c;
  --color-grey-light-2: #F9F8FF;
  --color-pink: #FF4EFF;
  --color-pink-light: #FFDBFC;
  --color-green: rgba(8, 187, 26, 0.7);
  --app-height: 100vh; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* scrollbar-width: none; */
  -ms-overflow-style: none; }

@media only screen and (min-width: 850px) {
  ::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    /* display: none; */ }
  ::-webkit-scrollbar-thumb {
    border-radius: 17px;
    background-color: var(--color-grey-light) !important;
    /* display: none; */ }
  ::-webkit-scrollbar-track {
    background-image: var(--color-white) !important;
    /* background-color: #6d6b8d; */
    /* display: none; */ } }

::-webkit-scrollbar-button {
  display: none; }

::selection {
  color: #fff;
  background-color: #6d6b8d; }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s; }

.fade-enter-from,
.fade-enter,
.fade-leave-to {
  opacity: 0; }

html,
body,
.app,
.layout,
#app {
  padding: 0;
  margin: 0;
  color: var(--color-black);
  font-family: Rubik;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  background-color: var(--color-white);
  overflow-x: hidden;
  position: relative;
  min-height: 100vh; }

body {
  overflow-y: visible !important; }

a,
button {
  outline: none;
  border: none;
  background-color: transparent;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  font-size: 1.6rem;
  transition: all .3s;
  display: inline-block; }

/* @media only screen and (max-width: 850px) and (min-height: 600px) {
    body,
    .app,
    .layout,
    a,
    button,
    p,
    span,
    div,
    strong {
      font-size: 15px !important;
    }
  } */
ul {
  list-style: none; }

input,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  font-size: 1.6rem; }

@media only screen and (max-width: 850px) {
  input,
  textarea {
    font-size: 13px; } }

textarea {
  resize: none;
  overflow: hidden; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield; }

img,
picture,
source,
video,
svg {
  pointer-events: none !important;
  -webkit-user-drag: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

html {
  /* font-size: 62.5%; */
  font-size: 10px; }

@media only screen and (max-width: 1300px) {
  html {
    font-size: 8.96px; } }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 8.36px; } }

@media only screen and (max-width: 1100px) {
  html {
    font-size: 8.04px; } }

@media only screen and (max-width: 900px) {
  html {
    font-size: 7.68px; } }

@media only screen and (max-width: 800px) {
  html {
    font-size: 7.36px; } }

@media only screen and (max-width: 700px) {
  html {
    font-size: 7.04px; } }

@media only screen and (max-width: 680px) and (min-height: 800px) {
  html {
    font-size: 8px; } }

/* @media only screen and (max-width: 950px) and (min-height: 900px) and (min-width: 680px) {
  html {
    font-size: 8.7px;
  }
  } */
@media only screen and (max-width: 600px) {
  html {
    font-size: 7.5px; } }

@media only screen and (max-width: 450px) {
  html {
    font-size: 7.1px; } }

@media only screen and (max-width: 350px) {
  html {
    font-size: 6.56px; } }

@media only screen and (max-width: 1000px) and (max-height: 520px) {
  html {
    font-size: 7px; } }

@media only screen and (min-width: 1650px) {
  html {
    font-size: 11.68px; } }

@media only screen and (min-width: 2400px) {
  html {
    font-size: 12.5px; } }

.buy-gb {
  min-height: 100vh;
  display: flex; }
  @media screen and (max-width: 850px) {
    .buy-gb {
      flex-direction: column; } }
  .buy-gb__left {
    position: fixed;
    height: 100vh;
    z-index: 100;
    padding-top: 9rem;
    width: 55.4rem;
    display: flex;
    justify-content: flex-end;
    background: #FFFFFF;
    box-shadow: 0px 4px 62px rgba(0, 0, 0, 0.06); }
    @media screen and (max-width: 850px) {
      .buy-gb__left {
        width: 100%;
        position: inherit;
        height: auto;
        z-index: 1;
        justify-content: center; } }
    .buy-gb__left__box {
      margin-right: 2.6rem;
      display: flex;
      flex-direction: column; }
      .buy-gb__left__box.noaccount {
        margin-top: auto;
        margin-bottom: auto; }
      .buy-gb__left__box__icons__el {
        display: flex;
        width: 4.3rem;
        height: 4.3rem;
        filter: drop-shadow(0 0.3rem 2rem rgba(0, 0, 0, 0.1)); }
        @media screen and (max-width: 850px) {
          .buy-gb__left__box__icons__el {
            width: 42px;
            height: 42px; } }
      .buy-gb__left__box__title {
        display: flex;
        flex-direction: column;
        margin-top: 1.3rem;
        margin-right: 7rem; }
        @media screen and (max-width: 850px) {
          .buy-gb__left__box__title {
            margin: 70px 0; } }
        .buy-gb__left__box__title__black {
          font-weight: 700;
          font-size: 5.5rem;
          line-height: 83%;
          letter-spacing: -0.04em;
          text-transform: uppercase; }
          @media screen and (max-width: 850px) {
            .buy-gb__left__box__title__black {
              font-size: 41px; } }
        .buy-gb__left__box__title__purple {
          margin-top: -1.5rem;
          font-family: 'BROTHER';
          font-weight: 700;
          font-size: 4.55rem;
          line-height: 96.5%;
          text-transform: uppercase;
          color: #FF4EFF; }
          @media screen and (max-width: 850px) {
            .buy-gb__left__box__title__purple {
              font-size: 35px; } }
      .buy-gb__left__box__text {
        margin-top: 1.8rem;
        font-size: 1.37rem;
        line-height: 140.5%;
        text-transform: uppercase;
        opacity: 0.8; }
      .buy-gb__left__box__account {
        display: flex;
        gap: 1.2rem;
        padding-bottom: 2.6rem;
        border-bottom: 1px solid #EFEFEF; }
        .buy-gb__left__box__account__link {
          height: 4.7rem;
          width: 4.7rem; }
          .buy-gb__left__box__account__link__pic {
            height: 4.7rem;
            width: 4.7rem; }
        .buy-gb__left__box__account__box {
          display: flex;
          flex-direction: column;
          gap: 0.9rem; }
          .buy-gb__left__box__account__box__email {
            font-size: 2.75rem;
            font-weight: 700;
            line-height: 83%;
            letter-spacing: -0.04em;
            text-transform: uppercase;
            color: #222222; }
          .buy-gb__left__box__account__box__info {
            font-size: 1.4rem;
            line-height: 83%;
            letter-spacing: -0.04em;
            color: #7D808C; }
      .buy-gb__left__box__transactions {
        padding: 2.32rem 0;
        border-bottom: 1px solid #EFEFEF;
        display: flex;
        justify-content: space-between; }
        .buy-gb__left__box__transactions:hover {
          background: #f1f1f1; }
        .buy-gb__left__box__transactions__left {
          display: flex;
          align-items: center;
          gap: 15px;
          margin-left: 1.3rem; }
          .buy-gb__left__box__transactions__left__text {
            font-weight: 500;
            font-size: 2.06rem;
            line-height: 83%;
            letter-spacing: -0.04em; }
          .buy-gb__left__box__transactions__left__img {
            width: 2.06rem;
            height: 2.06rem; }
        .buy-gb__left__box__transactions__right {
          display: flex;
          align-items: center;
          margin-right: 1.3rem; }
          .buy-gb__left__box__transactions__right__img {
            width: 2.06rem;
            height: 2.06rem; }
      .buy-gb__left__box__cards {
        margin-top: 2.6rem;
        margin-bottom: 13rem;
        display: grid;
        gap: 1.71rem;
        grid-template-columns: 1fr 1fr; }
        .buy-gb__left__box__cards__el {
          border: 1px solid #D9D9D9;
          border-radius: 20px; }
          .buy-gb__left__box__cards__el__wrapper {
            padding: 1.5rem 2.6rem 1rem;
            display: flex;
            flex-direction: column; }
          .buy-gb__left__box__cards__el__title {
            white-space: nowrap;
            font-size: 1.4rem;
            line-height: 140%;
            letter-spacing: -0.04em;
            color: #7D808C; }
          .buy-gb__left__box__cards__el__info {
            margin-top: 1rem;
            display: flex;
            align-items: flex-end;
            gap: 0.4rem; }
            .buy-gb__left__box__cards__el__info__number {
              font-size: 4rem;
              line-height: 83%;
              letter-spacing: -0.04em;
              text-transform: uppercase; }
            .buy-gb__left__box__cards__el__info__text {
              font-size: 1.4rem;
              line-height: 83%;
              letter-spacing: -0.04em;
              text-transform: uppercase;
              color: #7D808C; }
          .buy-gb__left__box__cards__el__links {
            margin-top: 1rem; }
            .buy-gb__left__box__cards__el__links__el {
              padding: 1rem 0;
              border-top: 1px solid #F3F3F3;
              display: flex;
              justify-content: space-between;
              align-items: center; }
              .buy-gb__left__box__cards__el__links__el:hover > .buy-gb__left__box__cards__el__links__el__img {
                transform: rotate(90deg);
                transition: transform .2s; }
              .buy-gb__left__box__cards__el__links__el:hover > .buy-gb__left__box__cards__el__links__el__img > g > .buy-gb__left__box__cards__el__links__el__img__color {
                fill: #ff4eff; }
              .buy-gb__left__box__cards__el__links__el:hover > .buy-gb__left__box__cards__el__links__el__text {
                color: #000000; }
              .buy-gb__left__box__cards__el__links__el__text {
                font-size: 1.71rem;
                line-height: 140%;
                letter-spacing: -0.04em;
                color: #454545; }
              .buy-gb__left__box__cards__el__links__el__img {
                height: 2.06rem;
                width: 2.06rem;
                transform: rotate(0deg);
                transition: transform .2s; }
                .buy-gb__left__box__cards__el__links__el__img__color {
                  fill: #7D808C; }
  .buy-gb__right {
    width: 100%;
    margin-left: 55.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5rem;
    padding-left: 5rem;
    overflow-x: scroll; }
    @media screen and (max-width: 850px) {
      .buy-gb__right {
        margin-left: 0; } }
    .buy-gb__right__el {
      transform: skew(-5deg);
      height: 100%;
      width: 39.1rem;
      border: 1px solid #D9D9D9;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (max-width: 850px) {
        .buy-gb__right__el {
          height: 480px;
          justify-content: space-between; } }
      .buy-gb__right__el__img-box {
        overflow: hidden;
        height: 100%;
        width: 100%;
        position: relative; }
        @media screen and (max-width: 850px) {
          .buy-gb__right__el__img-box {
            height: 150px; } }
      .buy-gb__right__el__img {
        position: absolute; }
        .buy-gb__right__el__img.first1 {
          right: -2rem;
          bottom: 0;
          height: 19.8rem; }
          @media screen and (max-width: 850px) {
            .buy-gb__right__el__img.first1 {
              height: 100px; } }
        .buy-gb__right__el__img.first2 {
          top: 0;
          left: -5rem;
          filter: blur(7px);
          height: 20rem; }
          @media screen and (max-width: 850px) {
            .buy-gb__right__el__img.first2 {
              top: -60px;
              left: -40px;
              height: 130px; } }
        .buy-gb__right__el__img.second1 {
          top: 50%;
          right: 20%;
          height: 10.75rem; }
          @media screen and (max-width: 850px) {
            .buy-gb__right__el__img.second1 {
              top: 20%; } }
        .buy-gb__right__el__img.second2 {
          top: 50%;
          left: 20%;
          height: 5.15rem; }
        .buy-gb__right__el__img.third1 {
          top: 50%;
          right: 0.8rem;
          height: 16.5rem; }
          @media screen and (max-width: 850px) {
            .buy-gb__right__el__img.third1 {
              top: 20%;
              right: 10px;
              height: 80px; } }
        .buy-gb__right__el__img.third2 {
          top: 50%;
          left: -1.5rem;
          height: 6.5rem;
          filter: blur(2px); }
          @media screen and (max-width: 850px) {
            .buy-gb__right__el__img.third2 {
              top: 0;
              height: 50px; } }
        .buy-gb__right__el__img.fourth1 {
          top: 20%;
          right: 0;
          height: 18.5rem;
          filter: blur(4.5px); }
          @media screen and (max-width: 850px) {
            .buy-gb__right__el__img.fourth1 {
              top: -20px;
              height: 120px; } }
        .buy-gb__right__el__img.fourth2 {
          top: 50%;
          left: 35%;
          height: 9rem; }
          @media screen and (max-width: 850px) {
            .buy-gb__right__el__img.fourth2 {
              display: none; } }
        .buy-gb__right__el__img.fourth3 {
          top: 57%;
          left: -2rem;
          height: 7rem;
          filter: blur(2px); }
          @media screen and (max-width: 850px) {
            .buy-gb__right__el__img.fourth3 {
              height: 100px;
              top: 20%;
              left: -35px; } }
      .buy-gb__right__el:hover {
        background-color: #FF4EFF; }
      .buy-gb__right__el:hover > .buy-gb__right__el__wrapper {
        color: #FFF; }
      .buy-gb__right__el:hover > .buy-gb__right__el__wrapper > .buy-gb__right__el__proxies {
        color: #FFF; }
      .buy-gb__right__el:hover > .buy-gb__right__el__wrapper > .buy-gb__right__el__descr {
        color: #FFF; }
      .buy-gb__right__el:hover > .buy-gb__right__el__wrapper > .buy-gb__right__el__button {
        background-color: #FFF;
        color: #FF4EFF; }
      .buy-gb__right__el__wrapper {
        transform: skew(5deg);
        display: flex;
        flex-direction: column;
        padding: 0 8.5rem 15rem; }
        @media screen and (max-width: 850px) {
          .buy-gb__right__el__wrapper {
            padding: 0 30px 50px; } }
      .buy-gb__right__el__proxies {
        font-family: 'BROTHER';
        font-style: normal;
        font-weight: 700;
        font-size: 2.75rem;
        line-height: 95%;
        color: #FF4EFF;
        z-index: 2;
        transition: all .3s; }
        @media screen and (max-width: 850px) {
          .buy-gb__right__el__proxies {
            font-size: 15px; } }
      .buy-gb__right__el__title {
        margin-top: -0.8rem;
        font-weight: 500;
        font-size: 5.5rem;
        line-height: 95%;
        letter-spacing: -0.05em; }
        @media screen and (max-width: 850px) {
          .buy-gb__right__el__title {
            font-size: 30px; } }
      .buy-gb__right__el__descr {
        margin-top: 0.9rem;
        font-size: 1.54rem;
        line-height: 130%;
        letter-spacing: -0.05em;
        color: #7D808C; }
        @media screen and (max-width: 850px) {
          .buy-gb__right__el__descr {
            font-size: 15px; } }
      .buy-gb__right__el__list {
        margin-top: 2.14rem;
        display: flex;
        flex-direction: column;
        gap: 1.71rem;
        list-style-type: none; }
        .buy-gb__right__el__list__el {
          font-size: 1.54rem;
          line-height: 95%;
          letter-spacing: -0.05em; }
          @media screen and (max-width: 850px) {
            .buy-gb__right__el__list__el {
              font-size: 15px;
              white-space: nowrap; } }
        .buy-gb__right__el__list__el::before {
          content: "";
          display: inline-block;
          width: 2.665520206362855rem;
          height: 1.375752364574377rem;
          margin-right: 1.37rem;
          background: url("/assets/svg/BuyGb/list-el.svg");
          background-size: cover; }
      .buy-gb__right__el__button {
        margin-top: 4.3rem;
        padding: 0.9rem 4.9rem !important;
        font-weight: 600 !important;
        font-size: 1.54rem !important;
        line-height: 140.5%;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #FF4EFF;
        border-radius: 43px;
        align-self: flex-start; }

.inner-container-page {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 850px) {
    .inner-container-page {
      margin: 0 auto;
      width: calc(94% - 14rem);
      max-width: 1920px; } }
  @media only screen and (max-width: 850px) and (max-width: 1300px) {
    .inner-container-page {
      width: calc(100% - 14rem); } }
  @media only screen and (max-width: 850px) and (max-width: 850px) {
    .inner-container-page {
      width: 70%; } }
  @media only screen and (max-width: 850px) and (max-width: 750px) {
    .inner-container-page {
      width: 75%; } }
  @media only screen and (max-width: 850px) and (max-width: 600px) {
    .inner-container-page {
      width: 90%; } }
  @media only screen and (max-width: 850px) and (max-width: 450px) {
    .inner-container-page {
      width: 92%; } }

.cards__el {
  transform: skew(-5deg);
  height: 100%;
  width: 39.1rem;
  border: 1px solid #D9D9D9;
  border-radius: .8rem;
  transition: background .3s;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media screen and (max-width: 850px) {
    .cards__el {
      height: 550px; } }
  @media only screen and (max-width: 850px) and (min-height: 850px) {
    .cards__el {
      height: 65vh; } }
  .cards__el__img-box {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 30%; }
    @media screen and (max-width: 850px) {
      .cards__el__img-box {
        height: 150px; } }
  .cards__el__img {
    position: absolute; }
    .cards__el__img.first1 {
      right: -2rem;
      bottom: 0;
      height: 19.8rem; }
      @media screen and (max-width: 850px) {
        .cards__el__img.first1 {
          height: 100px; } }
    .cards__el__img.first2 {
      top: 0;
      left: -5rem;
      filter: blur(7px);
      height: 20rem; }
      @media screen and (max-width: 850px) {
        .cards__el__img.first2 {
          top: -60px;
          left: -40px;
          height: 130px; } }
    .cards__el__img.second1 {
      top: 20%;
      right: 0;
      height: 18.5rem;
      filter: blur(4.5px); }
      @media screen and (max-width: 850px) {
        .cards__el__img.second1 {
          top: -20px;
          height: 120px; } }
    .cards__el__img.second2 {
      top: 50%;
      left: 35%;
      height: 9rem; }
      @media screen and (max-width: 850px) {
        .cards__el__img.second2 {
          display: none; } }
    .cards__el__img.second3 {
      top: 57%;
      left: -2rem;
      height: 7rem;
      filter: blur(2px); }
      @media screen and (max-width: 850px) {
        .cards__el__img.second3 {
          height: 100px;
          top: 20%;
          left: -35px; } }
    .cards__el__img.third1 {
      top: 50%;
      right: 20%;
      height: 10.75rem; }
      @media screen and (max-width: 850px) {
        .cards__el__img.third1 {
          top: 20%; } }
    .cards__el__img.third2 {
      top: 50%;
      left: 20%;
      height: 5.15rem; }
    .cards__el__img.fourth1 {
      top: 12%;
      left: -15%;
      height: 14rem; }
    .cards__el__img.fourth2 {
      top: 50%;
      right: -20%;
      height: 14rem;
      filter: blur(3px); }
  .cards__el:hover {
    background-color: #FF4EFF; }
  .cards__el:hover > .cards__el__wrapper {
    color: #FFF; }
  .cards__el:hover > .cards__el__wrapper > .cards__el__proxies {
    color: #FFF; }
  .cards__el:hover > .cards__el__wrapper > .cards__el__descr {
    color: #FFF; }
  .cards__el:hover > .cards__el__wrapper > .cards__el__button {
    background-color: #FFF;
    color: #FF4EFF; }
  .cards__el__wrapper {
    transform: skew(5deg);
    display: flex;
    flex-direction: column;
    padding: 0 6rem 25vh; }
    @media screen and (max-height: 1000px) {
      .cards__el__wrapper {
        padding: 0 6rem 10vh; } }
  .cards__el__proxies {
    font-family: 'BROTHER';
    font-style: normal;
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 95%;
    color: #FF4EFF;
    z-index: 2;
    transition: all .3s; }
    @media screen and (max-width: 850px) {
      .cards__el__proxies {
        font-size: 15px; } }
  .cards__el__title {
    margin-top: -0.8rem;
    font-weight: 500;
    font-size: 5.5rem;
    line-height: 95%;
    letter-spacing: -0.05em; }
    @media screen and (max-width: 850px) {
      .cards__el__title {
        font-size: 30px; } }
  .cards__el__descr {
    margin-top: 0.9rem;
    font-size: 1.54rem;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #7D808C; }
    @media screen and (max-width: 850px) {
      .cards__el__descr {
        font-size: 15px; } }
  .cards__el__list {
    margin-top: 2.14rem;
    display: flex;
    flex-direction: column;
    gap: 1.71rem;
    list-style-type: none; }
    .cards__el__list__el {
      font-size: 1.54rem;
      line-height: 95%;
      letter-spacing: -0.05em; }
      @media screen and (max-width: 850px) {
        .cards__el__list__el {
          font-size: 15px;
          white-space: nowrap; } }
    .cards__el__list__el::before {
      content: "";
      display: inline-block;
      width: 2.665520206362855rem;
      height: 1.375752364574377rem;
      margin-right: 1.37rem;
      background: url("/assets/svg/BuyGb/list-el.svg");
      background-size: cover; }
  .cards__el__button {
    margin-top: 2rem;
    padding: 0.9rem 4.9rem !important;
    font-weight: 600 !important;
    font-size: 1.54rem !important;
    line-height: 140.5%;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FF4EFF;
    border-radius: 43px;
    align-self: flex-start; }

.dark-theme .buy-gb__right .cards__el {
  border: 1px solid #303030; }
  .dark-theme .buy-gb__right .cards__el *:not(.cards__el__proxies) {
    color: var(--color-white); }
  .dark-theme .buy-gb__right .cards__el:hover {
    background-color: #e700e7; }
  .dark-theme .buy-gb__right .cards__el__button {
    background-color: #FF4EFF !important; }
  .dark-theme .buy-gb__right .cards__el__img-box {
    filter: brightness(70%); }
