.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(4.5px);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease 0s; }
  .popup__body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 850px) {
      .popup__body {
        align-items: flex-end; } }
  .popup__content {
    background-color: #fff;
    color: #000;
    max-width: calc(100vw - 39rem);
    max-height: calc(100vh - 6.9rem);
    padding: 3.43rem 3.43rem 3.43rem 7.75rem;
    transition: all 0.5s ease 0s;
    opacity: 0;
    transform: translate(0px, 100%) scale(0.8);
    box-shadow: 0px 4px 112px rgba(0, 0, 0, 0.14);
    border-radius: 93px;
    background-color: #ffffff;
    display: flex;
    gap: 12rem; }
    @media screen and (max-width: 1600px) {
      .popup__content {
        gap: 10rem; } }
    @media screen and (max-width: 1400px) {
      .popup__content {
        gap: 6rem; } }
    @media screen and (max-width: 1050px) {
      .popup__content {
        max-width: calc(100vw - 15rem); } }
    @media screen and (max-width: 850px) {
      .popup__content {
        max-width: none;
        max-height: none;
        width: 100%;
        padding: 3.43rem;
        border-radius: 40px 40px 0px 0px; } }
    .popup__content__left {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (max-width: 850px) {
        .popup__content__left {
          width: 100%; } }
      .popup__content__left__discount {
        margin-top: 1.75rem;
        font-weight: 500;
        font-size: 1.54rem;
        line-height: 140.5%;
        text-transform: uppercase;
        color: #3ED268; }
        @media screen and (max-width: 850px) {
          .popup__content__left__discount {
            font-size: 13px; } }
      .popup__content__left__title {
        display: flex;
        flex-direction: column;
        margin-top: 1.3rem;
        margin-right: 7rem; }
        .popup__content__left__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) {
            .popup__content__left__title__black {
              font-size: 48px; } }
        .popup__content__left__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) {
            .popup__content__left__title__purple {
              font-size: 35px; } }
      .popup__content__left__button {
        background: #FF4EFF;
        border-radius: 43px;
        font-weight: 600;
        font-size: 1.54rem;
        line-height: 120.5%;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 0.9rem 6.55rem;
        align-self: flex-start;
        margin-top: 1rem; }
        @media screen and (max-width: 850px) {
          .popup__content__left__button {
            font-size: 15px; } }
      .popup__content__left__price {
        margin-top: 1.5rem;
        display: flex;
        gap: 1rem; }
        .popup__content__left__price.cards {
          gap: 0.8rem; }
        .popup__content__left__price__black {
          font-weight: 500;
          font-size: 5.5rem;
          line-height: 140.5%;
          text-transform: uppercase;
          color: #000000; }
          .popup__content__left__price__black.cards {
            font-size: 4.1rem; }
          @media screen and (max-width: 850px) {
            .popup__content__left__price__black {
              font-size: 31px; } }
        .popup__content__left__price__grey {
          font-weight: 500;
          font-size: 3rem;
          line-height: 140.5%;
          text-transform: uppercase;
          color: #D9D9D9;
          position: relative; }
          .popup__content__left__price__grey.cards {
            font-size: 1.36rem; }
            .popup__content__left__price__grey.cards::before {
              content: "";
              display: block;
              position: absolute;
              top: 1rem;
              left: 0;
              width: 100%;
              height: 2px;
              background-color: #7D808C;
              transform: rotate(-11.67deg); }
              @media screen and (max-width: 850px) {
                .popup__content__left__price__grey.cards::before {
                  top: 12px; } }
          .popup__content__left__price__grey::before {
            content: "";
            display: block;
            position: absolute;
            top: 2rem;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #7D808C;
            transform: rotate(-11.67deg); }
            @media screen and (max-width: 850px) {
              .popup__content__left__price__grey::before {
                top: 12px; } }
          @media screen and (max-width: 850px) {
            .popup__content__left__price__grey {
              font-size: 19px; } }
      .popup__content__left__settings-box {
        width: 100%;
        max-width: 55rem;
        margin-top: 1.71rem;
        display: flex;
        flex-direction: column;
        gap: 1.3rem; }
        @media screen and (max-width: 850px) {
          .popup__content__left__settings-box {
            max-width: none; } }
        .popup__content__left__settings-box__el {
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 34px;
          cursor: pointer; }
          .popup__content__left__settings-box__el__percent {
            margin-left: auto;
            font-weight: 500;
            font-size: 1.54rem;
            line-height: 140.5%;
            text-transform: uppercase;
            color: #3ED268; }
          .popup__content__left__settings-box__el.green {
            border: 1px solid #3ED268; }
          .popup__content__left__settings-box__el.nohover > div:hover {
            background-color: inherit !important; }
          .popup__content__left__settings-box__el.nohover:hover > div:hover {
            cursor: auto !important; }
          .popup__content__left__settings-box__el__wrapper {
            padding: 1.1rem 2.15rem;
            display: flex;
            align-items: center;
            gap: 1rem;
            border-radius: 34px; }
            .popup__content__left__settings-box__el__wrapper:hover {
              background-color: whitesmoke; }
          .popup__content__left__settings-box__el__img {
            height: 2.06rem;
            width: 2.06rem; }
            @media screen and (max-width: 850px) {
              .popup__content__left__settings-box__el__img {
                height: 17px;
                width: 17px; } }
          .popup__content__left__settings-box__el__key {
            font-size: 1.71rem;
            line-height: 2.06rem;
            color: #7D808C; }
            @media screen and (max-width: 850px) {
              .popup__content__left__settings-box__el__key {
                font-size: 13px; } }
          .popup__content__left__settings-box__el__value, .popup__content__left__settings-box__el__value::placeholder {
            font-size: 1.71rem;
            line-height: 2.06rem;
            color: #000000; }
            @media screen and (max-width: 850px) {
              .popup__content__left__settings-box__el__value, .popup__content__left__settings-box__el__value::placeholder {
                font-size: 17px; } }
          .popup__content__left__settings-box__el__buttons {
            margin-left: auto;
            display: flex;
            gap: 1rem; }
            .popup__content__left__settings-box__el__buttons__el {
              padding: 0.25rem 1.71rem;
              background-color: #7D808C !important; }
              @media screen and (max-width: 1070px) and (min-width: 850px) {
                .popup__content__left__settings-box__el__buttons__el {
                  padding: 0.25rem 0.71rem; } }
              .popup__content__left__settings-box__el__buttons__el.active {
                background: #FF4EFF !important; }
                .popup__content__left__settings-box__el__buttons__el.active:hover {
                  opacity: 1; }
          .popup__content__left__settings-box__el__button {
            margin-left: auto;
            transition: .4s; }
            .popup__content__left__settings-box__el__button.rotate {
              transform: rotate(180deg); }
      .popup__content__left__back-button {
        display: flex;
        align-items: center;
        gap: 1rem; }
        .popup__content__left__back-button__img {
          height: 2.06rem;
          width: 2.06rem; }
          @media screen and (max-width: 850px) {
            .popup__content__left__back-button__img {
              height: 19px;
              width: 19px; } }
        .popup__content__left__back-button__text {
          font-size: 1.71rem;
          line-height: 83%;
          letter-spacing: -0.04em;
          color: #7D808C; }
          @media screen and (max-width: 850px) {
            .popup__content__left__back-button__text {
              font-size: 19px; } }
    .popup__content__right {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 850px) {
        .popup__content__right {
          display: none; } }
      .popup__content__right__img {
        max-width: calc((100vw - 39rem) / 2 - 12rem);
        aspect-ratio: 734 / 840; }
  .popup.open {
    opacity: 1;
    visibility: visible;
    z-index: 99999; }
  .popup.open .popup__content {
    transform: translate(0px, 0px) scale(1);
    opacity: 1; }
