@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@100;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
.confirm {
  padding: 167px 123px 136px 163px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 128px 913px;
  justify-content: center;
  height: 100vh; }
  .confirm__top {
    font-weight: 800;
    font-size: 60px;
    line-height: 120%;
    color: var(--first); }
  .confirm__letter {
    width: 132px; }
    .confirm__letter-mob {
      display: none; }
  .confirm__info {
    margin-left: 83px;
    margin-top: 15px; }
  .confirm__bottom {
    font-weight: 800;
    color: var(--second);
    font-size: 60px;
    line-height: 120%; }
  .confirm__text {
    font-size: 24px;
    line-height: 36px;
    margin-top: 38px;
    color: var(--first); }
    .confirm__text-mob {
      display: none;
      color: var(--first); }
  .confirm__buttons {
    margin-top: 55px;
    display: flex; }
  .confirm__button {
    min-width: 196px;
    padding: 5px 20px;
    height: 48px;
    border-radius: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 90%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center; }
  .confirm__button:first-child {
    background-color: var(--first);
    color: var(--third); }
  .confirm__button:nth-child(2) {
    background: var(--third);
    color: var(--first);
    margin-left: 24px; }

@media screen and (max-width: 1439px) {
  .confirm {
    padding: 11.597vw 8.542vw 9.444vw 11.319vw;
    grid-template-columns: 8.889vw 63.403vw; }
    .confirm__top {
      font-size: 4.167vw; }
    .confirm__info {
      margin-left: 5.764vw;
      margin-top: 1.042vw; }
    .confirm__bottom {
      font-size: 4.167vw; }
    .confirm__letter {
      width: 9.167vw; }
      .confirm__letter-mob {
        display: none; }
    .confirm__text {
      font-size: 1.667vw;
      line-height: 2.5vw;
      margin-top: 2.639vw; }
      .confirm__text-mob {
        display: none; }
    .confirm__buttons {
      margin-top: 3.819vw; }
    .confirm__button {
      min-width: 13.611vw;
      padding: 0.347vw 1.389vw;
      height: 3.333vw;
      border-radius: 6.944vw;
      font-size: 1.111vw; }
    .confirm__button:nth-child(2) {
      margin-left: 1.667vw; } }

@media screen and (max-width: 639px) {
  .confirm {
    padding: 19.2vw 6.4vw 27.2vw 6.4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .confirm__letter {
      display: none; }
      .confirm__letter-mob {
        display: block; }
    .confirm__info {
      margin-top: 9.333vw;
      margin-left: 0; }
    .confirm__top {
      font-weight: 800;
      font-size: 13.333vw;
      line-height: 100%; }
    .confirm__bottom {
      font-weight: 800;
      font-size: 13.333vw;
      line-height: 100%; }
    .confirm__text {
      display: none; }
      .confirm__text-mob {
        display: block;
        font-size: 5.867vw;
        line-height: 90%;
        color: var(--first);
        margin-top: 5.333vw; }
    .confirm__buttons {
      flex-direction: column;
      align-items: center;
      margin-top: 13.333vw; }
    .confirm__button {
      border-radius: 26.667vw;
      width: 52.267vw;
      height: 12.8vw;
      font-size: 4.267vw;
      line-height: 90%; }
    .confirm__button:nth-child(2) {
      margin-left: 0;
      margin-top: 6.933vw; } }

.footer {
  padding: 62px 70px 231px 71px;
  display: grid;
  grid-template-columns: 1300px;
  justify-content: center; }
  .footer__top {
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    color: #292929; }
  .footer__list {
    margin-top: 47px;
    display: grid;
    grid-template-columns: 363px 367px;
    column-gap: 117px;
    row-gap: 41px; }
  .footer__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 180%;
    color: #242424; }
  .footer__number {
    font-size: 14px;
    line-height: 180%;
    font-weight: normal; }
  .footer__desc {
    font-size: 16px;
    line-height: 180%;
    font-weight: 500; }
    .footer__desc-mob {
      display: none; }
  .footer__bottom {
    margin-top: 50px;
    font-size: 14px;
    line-height: 180%;
    color: #282828; }
  .footer__strong {
    color: #242424;
    font-weight: 500;
    text-decoration: underline; }
  .footer__max {
    font-size: 14px;
    line-height: 180%;
    color: #282828;
    margin-top: 30px; }
  .footer__pay {
    font-size: 14px;
    line-height: 180%;
    color: #282828;
    margin-top: 30px;
    font-weight: 500; }
  .footer__icons {
    display: flex;
    margin-top: 25px;
    gap: 5px;
    align-items: center; }
    .footer__icons > img:last-of-type {
      height: 22px; }

@media screen and (max-width: 1439px) {
  .footer {
    padding: 4.306vw 4.861vw 16.042vw 4.931vw;
    display: block; }
    .footer__top {
      font-size: 1.389vw; }
    .footer__list {
      margin-top: 3.264vw;
      grid-template-columns: 25.208vw 25.486vw;
      column-gap: 8.125vw;
      row-gap: 2.847vw; }
    .footer__name {
      font-size: 1.25vw; }
    .footer__number {
      font-size: 0.972vw; }
    .footer__desc {
      font-size: 1.111vw; }
    .footer__bottom {
      margin-top: 3.472vw;
      font-size: 0.972vw; }
    .footer__max {
      font-size: 0.972vw;
      margin-top: 2.083vw; }
    .footer__pay {
      font-size: 0.972vw;
      margin-top: 2.083vw; }
    .footer__icons {
      margin-top: 1.736vw; }
      .footer__icons > img:first-of-type {
        max-height: 2.015vw; }
      .footer__icons > img:last-of-type {
        max-height: 1.528vw; } }

@media screen and (max-width: 639px) {
  .footer {
    padding: 8vw 6.13vw 28vw 6.13vw; }
    .footer__top {
      font-size: 4.8vw; }
    .footer__list {
      grid-template-columns: 1fr;
      margin-top: 11.2vw;
      gap: 11.2vw; }
    .footer__name {
      font-size: 4.8vw; }
    .footer__number {
      font-size: 3.73vw; }
    .footer__desc {
      font-size: 4.27vw; }
      .footer__desc-mob {
        display: block;
        font-size: 4.27vw;
        line-height: 180%;
        font-weight: 500; }
    .footer__item:nth-child(3) .footer__desc-mob {
      display: block; }
    .footer__bottom {
      font-size: 3.73vw;
      line-height: 5.33vw;
      margin-top: 8vw;
      text-align: justify; }
    .footer__max {
      font-size: 3.73vw;
      margin-top: 8vw; }
    .footer__pay {
      font-size: 3.73vw;
      margin-top: 8vw; }
    .footer__icons {
      margin-top: 8vw;
      flex-direction: column;
      width: 100%;
      align-items: flex-start;
      gap: 2.67vw; }
      .footer__icons > img:first-of-type {
        max-height: 7.733vw; }
      .footer__icons > img:last-of-type {
        max-height: 5.866vw; } }

.red {
  color: #ED6B6A !important; }

.black {
  color: #000000 !important; }

.bg_red {
  background-color: #ED6B6A !important; }

.bg_black {
  background-color: #000000 !important; }

.benefits {
  padding: 68px 175px 70px 207px;
  display: grid;
  grid-template-columns: 1200px;
  justify-content: center; }
  .benefits__title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 140%;
    color: var(--first); }
    .benefits__title-colored {
      color: var(--second); }
    .benefits__title-mobile {
      display: none; }
  .benefits__blocks {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    color: var(--cards); }
  .benefits__block:first-child {
    color: var(--card1); }
  .benefits__block:nth-child(2) {
    color: var(--card2); }
  .benefits__block {
    padding: 64px 45px 34px 45px;
    width: 309px;
    height: 421px;
    display: flex;
    flex-direction: column; }
    .benefits__block_title {
      font-weight: 800;
      font-size: 36px;
      line-height: 100%;
      margin-top: 37px; }
    .benefits__block_desc {
      font-size: 16px;
      line-height: 150%;
      margin-top: 35px; }
  .benefits__block svg {
    width: 219px;
    height: 120px; }
  .benefits__list {
    display: flex;
    margin-top: 47px;
    justify-content: center; }
  .benefits__item:nth-child(2) {
    margin-left: 52px; }
  .benefits__item:nth-child(3) {
    margin-left: 39px; }
  .benefits__top {
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    color: var(--second); }
    .benefits__top_colored {
      color: var(--textColor); }
  .benefits__bottom {
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    color: var(--first);
    margin-top: 8px; }
  .benefits__line {
    width: 85px;
    height: 1px;
    background: var(--second);
    border: 1px solid var(--second);
    margin-top: 22px; }
    .benefits__line_colored {
      height: 3px;
      border: none;
      background: var(--textColor); }
  .benefits__block:first-child {
    background-color: var(--first); }
  .benefits__block:nth-child(2) {
    background-color: var(--second);
    color: var(--button);
    margin-left: 20px; }
  .benefits__slider {
    display: none; }

@media screen and (max-width: 1439px) {
  .benefits {
    padding: 4.722vw 12.153vw 4.861vw 14.375vw;
    grid-template-columns: 83.333vw; }
    .benefits__title {
      font-size: 2.5vw; }
    .benefits__blocks {
      margin-top: 3.472vw; }
    .benefits__block svg {
      width: 15.208vw;
      height: 8.333vw; }
    .benefits__block {
      padding: 4.444vw 3.125vw 2.361vw 3.125vw;
      width: 21.458vw;
      height: 29.236vw; }
      .benefits__block_title {
        font-size: 2.5vw;
        margin-top: 2.569vw; }
      .benefits__block_desc {
        font-size: 1.111vw;
        margin-top: 2.431vw; }
    .benefits__list {
      margin-top: 3.264vw; }
    .benefits__item:nth-child(2) {
      margin-left: 3.611vw; }
    .benefits__item:nth-child(3) {
      margin-left: 2.708vw; }
    .benefits__top {
      font-size: 1.944vw; }
    .benefits__bottom {
      font-size: 1.944vw;
      margin-top: 0.556vw; }
    .benefits__block:nth-child(2) {
      margin-left: 1.389vw; } }

@media screen and (max-width: 639px) {
  .benefits {
    padding: 0;
    display: block;
    background-color: #f7f7f9; }
    .benefits__title {
      display: none; }
      .benefits__title-mobile {
        display: block;
        font-weight: 800;
        font-size: 8vw;
        line-height: 120%;
        color: var(--first);
        padding: 9.6vw 4.533vw 0vw 5.867vw; }
    .benefits__slider {
      display: block; }
    .benefits__blocks {
      overflow: scroll;
      justify-content: unset;
      margin-top: 10.667vw; }
    .benefits__block svg {
      width: 48.4vw;
      height: 26vw; }
    .benefits__block {
      padding: 17.067vw 12vw 9.067vw 12vw; }
      .benefits__block_title {
        font-weight: 800;
        font-size: 8vw;
        line-height: 100%;
        margin-top: 9.867vw; }
      .benefits__block_desc {
        font-size: 4.267vw;
        line-height: 6.4vw;
        margin-top: 9.333vw; }
    .benefits__block:first-child {
      min-width: 70.667vw;
      margin-left: 5.867vw;
      height: 91.267vw; }
    .benefits__block:nth-child(2) {
      min-width: 70.667vw;
      margin-left: 5.867vw;
      height: 91.267vw; }
    .benefits__list {
      flex-direction: column;
      padding: 15.2vw 16.533vw 18.667vw 5.867vw;
      margin-top: 0; }
    .benefits__item:nth-child(2) {
      margin-left: 0;
      margin-top: 8vw; }
    .benefits__item:nth-child(3) {
      margin-left: 0;
      margin-top: 8vw; }
    .benefits__top {
      font-size: 6.4vw;
      line-height: 8vw; }
    .benefits__bottom {
      font-size: 6.4vw;
      line-height: 8vw;
      margin-top: 0vw; }
    .benefits__line {
      width: 17.333vw;
      margin-top: 6.667vw;
      height: 0.267vw;
      border: 0.267vw solid var(--second); } }

.benefits-2.benefits {
  display: grid;
  grid-template: 340px 340px 1fr 1fr / 544px 689px;
  justify-content: center;
  padding: 120px 107px 133px 100px; }

.benefits-2 .benefits__title {
  width: 524px;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  align-self: flex-end;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: left; }
  .benefits-2 .benefits__title-mobile {
    display: none; }
  .benefits-2 .benefits__title-colored {
    color: var(--first); }

.benefits-2 .benefits__blocks {
  width: 473px;
  display: block;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-top: 40px;
  font-size: 20px; }

.benefits-2 .benefits__block {
  width: auto;
  height: auto;
  margin-top: 25px;
  padding: 0;
  padding-left: 24px; }
  .benefits-2 .benefits__block:first-child, .benefits-2 .benefits__block:nth-child(2) {
    margin-left: 0;
    background-color: transparent;
    color: var(--first); }
  .benefits-2 .benefits__block:first-of-type {
    margin-top: 0; }
  .benefits-2 .benefits__block_title {
    position: relative;
    margin-top: 0;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700; }
    .benefits-2 .benefits__block_title:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -24px;
      transform: translateY(-50%);
      width: 6px;
      height: 6px;
      background-color: var(--second); }
  .benefits-2 .benefits__block_desc {
    margin-top: 0;
    font-size: inherit; }

.benefits-2 .benefits__image-first {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  justify-self: flex-end;
  margin-right: -107px; }

.benefits-2 .benefits__image-second {
  grid-column: 1 / 2;
  grid-row: 3 / 5;
  margin: 111px 0 0 -99px; }

.benefits-2 .benefits__list-title {
  width: 524px;
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  margin: 177px 0 0 95px;
  font-size: 36px;
  line-height: 40px;
  color: var(--first); }

.benefits-2 .benefits__list {
  display: block;
  grid-column: 2 / 3;
  grid-row: 4 / 5;
  margin: -90px 0 0 95px; }

.benefits-2 .benefits__item {
  margin-top: 20px;
  font-size: inherit;
  line-height: inherit;
  padding-left: 26px;
  font-size: 20px; }
  .benefits-2 .benefits__item:nth-child(2), .benefits-2 .benefits__item:nth-child(3) {
    margin-left: 0; }
  .benefits-2 .benefits__item:first-of-type {
    margin-top: 0; }

.benefits-2 .benefits__top {
  position: relative;
  font-size: inherit;
  font-weight: 700;
  line-height: 35px;
  color: var(--first); }
  .benefits-2 .benefits__top:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--second); }

.benefits-2 .benefits__bottom {
  font-size: inherit;
  font-weight: 400; }

.benefits-2 .benefits__slider {
  display: none; }

@media screen and (max-width: 1439px) {
  .benefits-2.benefits {
    grid-template: 23.617vw 23.617vw 1fr 1fr / 50% 50%;
    padding: 8.339vw 0 9.242vw; }
  .benefits-2 .benefits__title {
    width: 34.747vw;
    margin-left: 6.949vw;
    font-size: 2.501vw;
    line-height: 2.779vw; }
  .benefits-2 .benefits__blocks {
    width: 32.87vw;
    margin: 2.779vw 0 0 6.949vw;
    font-size: MAX(10px, 1.389vw); }
  .benefits-2 .benefits__block {
    margin-top: 1.737vw;
    padding-left: 1.669vw; }
    .benefits-2 .benefits__block_title {
      font-size: MAX(10px, 1.389vw);
      line-height: 2.432vw; }
      .benefits-2 .benefits__block_title:before {
        left: -1.667vw;
        width: 0.416vw;
        height: 0.416vw; }
  .benefits-2 .benefits__image-first {
    margin-right: 0; }
    .benefits-2 .benefits__image-first > * {
      width: 48.714vw; }
  .benefits-2 .benefits__image-second {
    width: 47.394vw;
    margin-top: 7.713vw;
    margin-left: 0; }
    .benefits-2 .benefits__image-second > * {
      width: 47.394vw; }
  .benefits-2 .benefits__list-title {
    width: 36.414vw;
    margin: 12.3vw 0 0 1.32vw;
    font-size: 2.501vw;
    line-height: 2.779vw; }
  .benefits-2 .benefits__list {
    margin: -6.254vw 0 0 1.32vw; }
  .benefits-2 .benefits__item {
    margin-top: 1.389vw;
    font-size: MAX(10px, 1.389vw);
    line-height: 2.432vw;
    padding-left: 1.806vw; }
  .benefits-2 .benefits__top {
    font-size: MAX(10px, 1.389vw);
    line-height: 2.432vw; }
    .benefits-2 .benefits__top:before {
      left: -1.667vw;
      width: 0.416vw;
      height: 0.416vw; } }

@media screen and (max-width: 639px) {
  .benefits-2.benefits {
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-bottom: 12.533vw; }
  .benefits-2 .benefits__title {
    display: block;
    order: 2;
    width: 100%;
    margin-top: 17.055vw;
    padding: 0 8.533vw;
    font-size: 9.6vw;
    line-height: 12.266vw; }
  .benefits-2 .benefits__blocks {
    order: 3;
    width: 100%;
    margin: 0;
    padding: 0 8.533vw;
    font-size: 5.333vw; }
  .benefits-2 .benefits__block {
    margin-top: 8.533vw;
    padding-left: 5.866vw; }
    .benefits-2 .benefits__block:first-of-type {
      margin-top: 8.533vw; }
    .benefits-2 .benefits__block_title {
      font-size: 6.4vw;
      line-height: 9.333vw; }
      .benefits-2 .benefits__block_title:before {
        left: -5.866vw;
        width: 1.666vw;
        height: 1.666vw; }
  .benefits-2 .benefits__image-first {
    order: 1;
    width: 100%; }
    .benefits-2 .benefits__image-first > * {
      width: 100%; }
  .benefits-2 .benefits__image-second {
    width: 100%;
    margin-top: 17.066vw;
    order: 4; }
    .benefits-2 .benefits__image-second > * {
      width: 100%; }
  .benefits-2 .benefits__list-title {
    width: 100%;
    margin: 0;
    margin-top: 17.066vw;
    padding: 0 8.533vw;
    order: 5;
    font-size: 9.6vw;
    line-height: 12.266vw; }
  .benefits-2 .benefits__list {
    margin: 0;
    margin-top: 8.533vw;
    padding: 0;
    padding: 0 8.533vw;
    order: 6; }
  .benefits-2 .benefits__item {
    margin-top: 4vw;
    padding-left: 5.866vw;
    font-size: 5.333vw;
    line-height: 9.333vw; }
    .benefits-2 .benefits__item:first-of-type {
      margin-top: 0; }
  .benefits-2 .benefits__top {
    font-size: 6.4vw;
    line-height: 9.333vw; }
    .benefits-2 .benefits__top:before {
      left: -5.866vw;
      width: 1.666vw;
      height: 1.666vw; } }

.benefits-3.benefits {
  display: block;
  padding: 50px 146px 40px 184px;
  background: no-repeat center 194px; }

.benefits-3 .benefits {
  display: grid;
  grid-template-columns: 1150px;
  justify-content: center;
  margin-top: 123px; }
  .benefits-3 .benefits__list-title {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #333333; }
  .benefits-3 .benefits__list-subtitle {
    width: 488px;
    margin: 0 auto;
    margin-top: 13px;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #282828; }
  .benefits-3 .benefits__list {
    max-width: 1110px;
    margin: 0 auto;
    margin-top: 89px;
    justify-content: space-between; }
  .benefits-3 .benefits__item {
    padding-top: 146px;
    text-align: center;
    background: no-repeat top center; }
  .benefits-3 .benefits__top {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #333333; }
  .benefits-3 .benefits__bottom {
    margin-top: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: #333333; }

@media screen and (max-width: 1439px) {
  .benefits-3.benefits {
    padding: 3.474vw 10.145vw 2.779vw 12.786vw;
    background: no-repeat center 13.481vw;
    background-size: 100vw; }
  .benefits-3 .benefits__list-title {
    font-size: 1.737vw; }
  .benefits-3 .benefits__list-subtitle {
    width: 44vw;
    margin-top: 0.903vw;
    font-size: MAX(10px, 1.042vw); }
  .benefits-3 .benefits__list {
    margin-top: 6.184vw; }
  .benefits-3 .benefits__item {
    padding-top: 10.145vw;
    background-size: 7.505vw; }
  .benefits-3 .benefits__top {
    font-size: 1.737vw;
    line-height: 2.084vw; }
  .benefits-3 .benefits__bottom {
    font-size: 1.737vw;
    line-height: 2.084vw; } }

@media screen and (max-width: 639px) {
  .benefits__block {
    padding: 60px 46px 0; }
    .benefits__block > img {
      width: 120px;
      height: 120px; }
  .benefits__block:first-child {
    width: 309.05px; }
  .benefits__block:last-child {
    width: 309.05px; }
  .benefits-3.benefits {
    padding: 9.333vw;
    background-image: none !important; }
  .benefits-3 .benefits__block_title {
    font-size: 30px; }
  .benefits-3 .benefits__list-title {
    font-size: 6.666vw;
    text-align: left; }
  .benefits-3 .benefits__list-subtitle {
    display: none; }
  .benefits-3 .benefits__list {
    margin-top: 8vw;
    padding: 0; }
  .benefits-3 .benefits__item {
    margin-top: 11.466vw;
    padding: 1vw 0 1vw 22.666vw;
    background-size: 14.933vw;
    background-position: left center;
    text-align: left; }
    .benefits-3 .benefits__item:first-of-type {
      margin-top: 0; }
  .benefits-3 .benefits__top {
    font-size: 5.333vw;
    line-height: 6.4vw; }
  .benefits-3 .benefits__bottom {
    font-size: 5.333vw;
    line-height: 6.4vw; } }

@media screen and (max-width: 420px) {
  .benefits__block {
    padding: 60px 46px 0; }
    .benefits__block > img {
      width: 120px;
      height: 120px; }
  .benefits__block:first-child {
    width: 309.05px;
    height: 421px; }
  .benefits__block:last-child {
    width: 309.05px;
    height: 421px; } }

.benefits-3__hide {
  display: none; }

.form-2.form {
  padding: 20px 107px 54px 100px;
  display: grid;
  justify-content: center;
  grid-template-columns: 544px 689px;
  color: var(--first); }

.form-2 .form .preloader {
  position: absolute;
  margin-left: 13px;
  margin-top: 2px; }
  .form-2 .form .preloader svg {
    animation: ring 1.2s linear infinite; }

.form-2 .form__top {
  display: none; }
  .form-2 .form__top-mobile {
    border-bottom: 1px solid #e2e2e2;
    grid-column: 1/3;
    padding: 0px 10px;
    grid-template-columns: 1380px auto;
    display: flex;
    justify-content: flex-end; }
  .form-2 .form__top-mobile img {
    display: none; }

.form-2 .form__mobileTitle {
  display: none; }

.form-2 .form__descMobile {
  display: none; }

.form-2 .form__bottom {
  display: none; }

.form-2 .form__left_top {
  display: flex;
  align-items: center;
  margin-bottom: 17px; }

.form-2 .form__left_text {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  padding: 18px 22px;
  border-left: 1px solid #e2e2e2;
  margin-left: 22px;
  font-size: 13px; }
  .form-2 .form__left_text_laposte {
    position: absolute;
    top: 3vw;
    left: 55.989vw;
    border: 0; }

.form-2 .form__left_blocks {
  margin-top: 33px;
  display: flex;
  margin-bottom: 21px; }

.form-2 .form__left_info {
  width: 444px;
  min-height: 409px;
  background: var(--first);
  margin-left: -272px;
  margin-top: 99px;
  padding: 44px 24px 41px 43px;
  color: var(--button);
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.form-2 .form__left_info--laposte {
  height: 100%; }

.form-2 .form__left_company {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px; }

.form-2 .form__left_data {
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  margin-top: 7px; }

.form-2 .form__left_logo {
  height: 34px;
  max-height: 3vw; }

.form-2 .form__left_reductions {
  display: none; }
  .form-2 .form__left_reductions-top {
    width: 216px; }
  .form-2 .form__left_reductions-top_grey {
    width: 216px;
    filter: grayscale(1); }

.form-2 .form__left_bottom {
  display: flex;
  margin-top: 37px;
  align-items: flex-end; }

.form-2 .form__left_link {
  font-size: 18px;
  line-height: 32px;
  width: 100%; }

.form-2 .form__left_arrow {
  margin-left: 0;
  margin-bottom: 5px;
  margin-right: 20px; }

.form-2 .form__right {
  margin-left: 94px;
  margin-top: 40px;
  padding-right: 111px; }
  .form-2 .form__right_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    width: 440px;
    margin-bottom: 10px; }
  .form-2 .form__right_subtitle {
    font-size: 18px;
    color: #333; }
  .form-2 .form__right_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
    column-gap: 32px;
    row-gap: 20px; }
  .form-2 .form__right_text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700; }
  .form-2 .form__right_input {
    width: 100%;
    height: 44px;
    margin-top: 8px;
    outline: none;
    border: none;
    border-bottom: 1px solid #E2E4E5;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 8px 16px; }
    .form-2 .form__right_input-error {
      border-radius: 2px;
      border: 1px solid #eb5757; }
  .form-2 .form__right_zip_code {
    margin-top: 6px; }
  .form-2 .form__right_password_wrapper {
    position: relative; }
  .form-2 .form__right_password {
    letter-spacing: 8px; }
    .form-2 .form__right_password::placeholder {
      font-size: 18px;
      letter-spacing: normal; }
    .form-2 .form__right_password_eye {
      position: absolute;
      top: 50%;
      right: 1px;
      transform: translateY(-50%);
      cursor: pointer; }
  .form-2 .form__right_block {
    grid-column: 1 / 3; }
  .form-2 .form__right_block_left {
    grid-column: 1 / 2; }
  .form-2 .form__right_block_right {
    grid-column: 2 / 3; }
  .form-2 .form__right_block:nth-child(7) {
    grid-column: 1/3; }
  .form-2 .form__right_terms {
    margin-top: 26px;
    padding: 16px;
    border: 1px solid #E2E4E5;
    border-radius: 8px;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #677571;
    opacity: 1; }
  .form-2 .form__right_button {
    background: var(--first);
    border-radius: 7px;
    width: 100%;
    height: 48px;
    justify-content: center;
    color: var(--signin);
    margin-top: 14px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%; }
  .form-2 .form__right_benefit {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #677571;
    margin-top: 14px;
    opacity: 1; }
    .form-2 .form__right_benefit_plus {
      margin-left: 0.4vw;
      font-weight: 700;
      text-decoration: underline;
      cursor: pointer; }
  .form-2 .form__right_checkbox {
    display: grid;
    grid-template-columns: 21px auto;
    column-gap: 18px; }
    .form-2 .form__right_checkbox input {
      margin-top: 3px; }
    .form-2 .form__right_checkbox input,
    .form-2 .form__right_checkbox label {
      cursor: pointer; }
    .form-2 .form__right_checkbox_terms {
      text-decoration: underline;
      color: #292929; }
      .form-2 .form__right_checkbox_terms:hover {
        color: var(--hoverColor); }
  .form-2 .form__right_checkbox_tick {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    background-color: transparent;
    border: 2px solid var(--first);
    border-radius: 3px;
    cursor: pointer; }

.form-2 .form__line {
  display: none; }

.form-2 input {
  color: var(--first) !important; }

.form-2 .Select {
  border-radius: 2px;
  width: 226px;
  height: 44px;
  padding: 6px;
  border: none;
  border-bottom: 1px solid #949494;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 120%;
  margin-top: 6px;
  color: var(--first);
  grid-column: 2; }
  .form-2 .Select .list__control {
    height: 46px; }
  .form-2 .Select svg {
    width: 0.764vw; }

.form-2 .Select div:first-child {
  height: 100%; }

.form-2 .Select div:nth-child(2) {
  height: 100%; }

.form-2 .Select div div div {
  color: var(--first); }

.form-2 .Select div div {
  align-items: center; }

.form-2 .Select div div div {
  display: flex; }

@media screen and (max-width: 1439px) {
  .form-2.form {
    position: relative;
    padding: 1.319vw 7.435vw 3.75vw 6.949vw;
    grid-template-columns: 37.8vw 47.88vw; }
  .form-2 .form .preloader {
    position: absolute;
    margin-left: 0.903vw;
    margin-top: 0.139vw; }
    .form-2 .form .preloader svg {
      animation: ring 1.2s linear infinite; }
  .form-2 .form__top-mobile {
    padding: 0px 1.111vw;
    display: flex;
    justify-content: flex-end; }
  .form-2 .form__left_top {
    display: flex;
    align-items: center;
    margin-bottom: 1.216vw; }
  .form-2 .form__left_text {
    font-weight: 600;
    font-size: MAX(10px, 0.903vw);
    line-height: 120%;
    padding: 1.25vw 1.528vw;
    border-left: none;
    margin-left: 1.574vw; }
    .form-2 .form__left_text_laposte {
      color: #1c313d;
      top: 0.2vw; }
  .form-2 .form__left_img {
    width: 37.8vw; }
  .form-2 .form__left_reductions-top {
    width: 15.01vw; }
  .form-2 .form__left_reductions-top_grey {
    width: 15.01vw; }
  .form-2 .form__left_logo {
    height: 2.362vw; }
  .form-2 .form__left_blocks {
    margin-top: 2.292vw;
    margin-bottom: 1.458vw; }
  .form-2 .form__left_info {
    width: 30.833vw;
    height: 100%;
    min-height: auto;
    margin-left: -18.889vw;
    margin-top: 6.875vw;
    padding: 3.056vw 1.667vw 2.847vw 2.986vw; }
  .form-2 .form__left_company {
    font-size: 1.25vw;
    line-height: 1.875vw; }
  .form-2 .form__left_data {
    font-size: 2.5vw;
    line-height: 2.986vw;
    margin-top: 0.486vw; }
  .form-2 .form__left_bottom {
    margin-top: 2.569vw;
    align-items: flex-end; }
  .form-2 .form__left_link {
    font-size: 1.25vw;
    line-height: 2.222vw;
    width: 19.583vw; }
  .form-2 .form__left_arrow {
    margin-left: 2.431vw;
    margin-bottom: 0.347vw; }
  .form-2 .form__right {
    width: 85%;
    margin-left: 6.532vw;
    margin-top: 2.8vw;
    padding-right: 0; }
    .form-2 .form__right_title {
      font-size: 2.087vw;
      width: 30.556vw;
      margin-bottom: 0.694vw; }
    .form-2 .form__right_subtitle {
      font-size: MAX(10px, 1.251vw); }
    .form-2 .form__right_form {
      margin-top: 1.042vw;
      column-gap: 2.223vw;
      row-gap: 1.389vw; }
    .form-2 .form__right_text {
      font-size: MAX(10px, 0.972vw); }
    .form-2 .form__right_input {
      height: 3.057vw;
      font-size: MAX(10px, 1.25vw);
      margin-top: 0.555vw;
      padding: 0.555vw 1.111vw; }
      .form-2 .form__right_input-error-error {
        border: 1px solid #eb5757;
        border-radius: 0.139vw;
        width: 16.875vw;
        height: 3.194vw;
        font-weight: 500;
        font-size: 0.972vw;
        padding: 0.903vw 0.972vw;
        margin-top: 0.417vw; }
    .form-2 .form__right_password {
      letter-spacing: 0.555vw; }
      .form-2 .form__right_password::placeholder {
        font-size: 1.25vw; }
      .form-2 .form__right_password_eye {
        width: 1.528vw; }
    .form-2 .form__right_zip_code_wrapper {
      line-height: 1; }
    .form-2 .form__right_zip_code {
      margin-top: 0.416vw;
      padding: 0.416vw 1.111vw; }
    .form-2 .form__right_terms {
      font-size: MAX(10px, 0.903vw);
      margin-top: 1.806vw;
      padding: 1.111vw; }
    .form-2 .form__right_button {
      height: 3.335vw;
      margin-top: 0.972vw;
      border-radius: 0.486vw;
      font-size: MAX(10px, 1.111vw); }
    .form-2 .form__right_benefit {
      font-size: MAX(10px, 0.833vw);
      margin-top: 0.972vw; }
    .form-2 .form__right_checkbox {
      column-gap: 1.25vw; }
    .form-2 .form__right_checkbox_tick {
      width: 1.667vw;
      height: 1.667vw;
      margin-top: 0.347vw;
      border: 0.139vw solid var(--first);
      border-radius: 0.208vw; }
      .form-2 .form__right_checkbox_tick_image {
        width: 1.25vw;
        height: 1.25vw; }
  .form-2 .Select {
    width: 15.705vw;
    height: 3.057vw;
    margin-top: 0.416vw;
    padding: 0.416vw;
    font-size: MAX(10px, 1.25vw); }
    .form-2 .Select > div > div:first-child {
      padding: 0.138vw 0.555vw; }
    .form-2 .Select .list__control {
      height: 3.194vw; } }

@media screen and (max-width: 639px) {
  .form-2.form {
    display: block;
    padding: 6.4vw 3.466vw 3.75vw 3.466vw;
    background-color: #F5F5F5; }
  .form-2 .form__left {
    display: flex;
    flex-direction: column; }
    .form-2 .form__left_top {
      display: none; }
    .form-2 .form__left_reductions-top {
      display: none; }
    .form-2 .form__left_reductions-top_grey {
      display: none; }
    .form-2 .form__left_text {
      margin: 0 auto;
      margin-bottom: 3.586vw;
      border-left: none;
      font-size: 3.733vw; }
      .form-2 .form__left_text_partner {
        margin: 0;
        padding: 0; }
      .form-2 .form__left_text_laposte {
        position: static;
        margin-bottom: 6.4vw;
        text-align: center; }
    .form-2 .form__left_img {
      width: 100vw;
      margin-left: -3.5vw;
      margin-right: -3.5vw;
      order: 1; }
  .form-2 .form__right {
    position: relative;
    margin: 0;
    margin-top: -12vw;
    padding: 5.333vw;
    padding-top: 5.866vw;
    background-color: #fff; }
    .form-2 .form__right_partner_wrapper_mobile {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      column-gap: 5.866vw;
      margin-bottom: 1.6vw; }
    .form-2 .form__right_block_full_name {
      display: none; }
    .form-2 .form__right_text_partner_mobile {
      font-size: 3.466vw;
      font-weight: 600; }
    .form-2 .form__right_logo_mobile {
      height: 9.066vw; }
    .form-2 .form__right_title {
      width: 100%;
      display: block;
      margin-bottom: 1.333vw;
      font-size: 6.933vw; }
    .form-2 .form__right_text {
      margin-top: 9.066vw;
      font-size: 3.733vw;
      line-height: 5.333vw; }
      .form-2 .form__right_text_partner {
        margin-top: 0; }
      .form-2 .form__right_text_country_zip_code {
        display: block; }
      .form-2 .form__right_text_country, .form-2 .form__right_text_zip_code {
        display: none; }
    .form-2 .form__right_input {
      height: 11.733vw;
      padding: 2.133vw 4.266vw;
      font-size: 4.8vw; }
    .form-2 .form__right_subtitle {
      width: 70%;
      font-size: 4.266vw; }
    .form-2 .form__right_password {
      letter-spacing: 0.555vw; }
      .form-2 .form__right_password::placeholder {
        font-size: 4.8vw; }
      .form-2 .form__right_password_eye {
        width: 6.4vw; }
    .form-2 .form__right_zip_code_wrapper {
      margin-top: 14.4vw; }
    .form-2 .form__right_zip_code {
      padding: 0.416vw 1.111vw; }
    .form-2 .form__right_terms {
      font-size: 3.466vw;
      line-height: 4.8vw;
      margin-right: 0;
      margin-top: 14.666vw;
      padding: 4.8vw; }
    .form-2 .form__right_button {
      height: 12.8vw;
      margin-top: 10.133vw;
      border-radius: 1.866vw;
      font-size: 4.266vw; }
    .form-2 .form__right_benefit {
      font-size: 3.2vw;
      margin-right: 0;
      margin-top: 3.733vw; }
      .form-2 .form__right_benefit_plus {
        margin-left: 1.6vw; }
    .form-2 .form__right_checkbox {
      column-gap: 2.933vw; }
    .form-2 .form__right_checkbox_tick {
      width: 6.4vw;
      height: 6.4vw;
      border: 0.533vw solid var(--first);
      border-radius: 0.8vw; }
      .form-2 .form__right_checkbox_tick_image {
        width: 4vw;
        height: auto; }
  .form-2 .Select {
    width: 100%;
    height: 11.733vw;
    margin-top: 0.416vw;
    padding: 2.133vw 3.733vw;
    font-size: 4.8vw;
    line-height: 7.466vw; }
    .form-2 .Select svg {
      width: 2.666vw; }
    .form-2 .Select > div > div:first-child {
      padding: 0; }
    .form-2 .Select .list__control {
      height: 3.194vw; } }

body:has(.my_modal) {
  overflow: hidden; }

.my_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: var(--first);
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center; }
  .my_modal__3ds {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background: white;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    padding-top: 20px; }
  .my_modal__3ds img {
    max-width: 250px;
    width: 100%;
    margin: 20px 20px 30px 30px; }

.my_modal iframe {
  border: none;
  height: 100%;
  min-height: 600px; }

.alertError {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 13px 7px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: #fbe7e6;
  color: #dc180b; }
  .alertError__image {
    flex-shrink: 0; }

@media screen and (max-width: 1439px) {
  .alertError {
    gap: 0.69vw;
    margin-top: 0.69vw;
    padding: 0.9vw 0.49vw;
    border-radius: 0.21vw;
    font-size: 0.97vw;
    line-height: 1.39vw; }
    .alertError__image.icon {
      width: 1.181vw;
      height: 1.181vw; } }

@media screen and (max-width: 639px) {
  .alertError {
    gap: 2.67vw;
    margin-top: 2.67vw;
    padding: 3.47vw 1.87vw;
    border-radius: 0.8vw;
    font-size: 3.73vw;
    line-height: 5.33vw; }
    .alertError__image.icon {
      width: 4.533vw;
      height: 4.533vw; } }

.icon {
  --size: 14px;
  --icon-color: var(--green);
  color: var(--icon-color);
  height: var(--size);
  width: var(--size);
  display: inline-block; }

.icon svg {
  width: 100%;
  height: 100%;
  fill: var(--icon-color); }

.input_wr {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px; }

.input::placeholder {
  font-family: var(--raleway);
  color: gray;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px; }

.input_label {
  font-weight: 500;
  font-size: 14px;
  display: block; }

.input:hover,
.input:focus {
  border: 1px solid #666666;
  outline: none; }

.input_error {
  border-color: #eb5757 !important; }

.bordered {
  border-radius: 2px;
  width: 100%;
  height: 46px;
  border: 1px solid #949494;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  padding: 12px 14px;
  color: var(--first);
  outline: none;
  transition: border-color 250ms ease-out; }

.default {
  border-radius: 2px;
  width: 100%;
  font-weight: 500;
  border: 1px solid #949494;
  height: 46px;
  font-size: 14px;
  line-height: 120%;
  padding: 13px 14px; }

@media screen and (max-width: 1439px) {
  .input_label {
    font-weight: 500;
    font-size: 1.111vw;
    line-height: 120%; }
  .input::placeholder {
    font-family: var(--raleway);
    color: gray;
    font-size: 0.972vw;
    font-weight: 400;
    letter-spacing: 0.5px; }
  .input {
    border-radius: 0.139vw;
    width: 100%;
    height: 3.194vw;
    font-weight: 500;
    font-size: 0.972vw;
    padding: 0.903vw 0.972vw; } }

@media screen and (max-width: 639px) {
  .bordered {
    border-radius: 4px;
    height: 11.267vw;
    font-weight: 500;
    font-size: 3.733vw;
    line-height: 120%;
    margin-top: 1.6vw;
    padding: 3.733vw 3.2vw;
    width: 100%;
    max-width: 100% !important; }
  .input_label {
    font-weight: 500;
    font-size: 4.267vw;
    line-height: 120%; }
  .input::placeholder {
    font-size: 3.73vw;
    line-height: 4.48vw; }
  .default {
    border-radius: 4px;
    width: 100%;
    height: 12.267vw;
    font-weight: 500;
    font-size: 3.733vw;
    line-height: 120%;
    margin-top: 1.6vw;
    padding: 3.733vw 3.2vw; } }

.error {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  margin-top: 3px;
  color: #eb5757; }

@media screen and (max-width: 639px) {
  .error {
    font-weight: 500;
    font-size: 3vw;
    line-height: 3.467vw;
    text-align: left;
    margin-top: 1.333vw; } }

.select_wr {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px; }

.select_label {
  font-weight: 500;
  font-size: 14px; }

@media screen and (max-width: 1439px) {
  .select_label {
    font-weight: 500;
    font-size: 1.1vw;
    line-height: 120%; } }

@media screen and (max-width: 639px) {
  .select_label {
    font-weight: 500;
    font-size: 4.267vw;
    line-height: 120%; } }

button {
  background: var(--first);
  border-radius: 4px;
  height: 61px;
  justify-content: center;
  color: var(--button);
  margin-top: 31px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  width: 100%; }

.paymentForm__cardBrandsWrapper {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding-right: 18px; }

.paymentForm__cardBrandsLogo {
  width: 30px;
  height: 20px; }

.paymentForm__cardBrandSelect {
  display: flex;
  align-items: center;
  height: 45px;
  font-size: 12px;
  width: 100%;
  justify-content: flex-end; }
  .paymentForm__cardBrandSelect:focus-within {
    border: 1px solid white; }
  .paymentForm__cardBrandSelect > div {
    width: 100%;
    height: 98%; }
    .paymentForm__cardBrandSelect > div > div {
      display: flex;
      justify-content: flex-end; }

.paymentForm__cardBrand {
  display: flex;
  align-items: center; }

@media screen and (max-width: 1439px) {
  .paymentForm__cardBrandsWrapper {
    column-gap: 0.347vw; }
  .paymentForm__cardBrandsLogo {
    width: 2.084vw;
    height: 1.389vw; }
  .paymentForm__cardBrandSelect {
    height: 3.127vw;
    font-size: 0.833vw; } }

@media screen and (max-width: 639px) {
  .paymentForm__cardBrandsWrapper {
    column-gap: 1.333vw;
    padding-right: 10px; }
  .paymentForm__cardBrandsLogo {
    width: 6.933vw;
    height: 5.333vw; }
  .paymentForm__cardBrandSelect {
    height: 10.127vw;
    font-size: 0.833vw; } }

.StripeElement {
  height: 98%; }

.StripeElement--invalid {
  outline: 1px solid #eb5757; }

.paymentForm__stripeNumberDiv, .paymentForm__stripeExpiration, .paymentForm__stripeCvv {
  font-size: 14px;
  line-height: 120%;
  padding: 14px 14px 10px 12px; }

@media screen and (max-width: 1439px) {
  .paymentForm__stripeNumberDiv, .paymentForm__stripeExpiration, .paymentForm__stripeCvv {
    font-size: 0.972vw;
    padding: 0.903vw 0.972vw; } }

@media screen and (max-width: 639px) {
  .paymentForm__stripeNumberDiv {
    width: 43vw;
    padding: 3.2vw 0 3.2vw 2vw; }
  .paymentForm__stripeExpiration {
    padding: 3.2vw 0 3.2vw 2vw; }
  .paymentForm__stripeCvv {
    padding: 3.2vw 0 3.2vw 2vw; } }

.terms > p {
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #292929;
  opacity: 0.7;
  margin-top: 17px; }

.sellpage-style-terms > p {
  color: #171F1D;
  opacity: 0.7;
  text-align: justify;
  margin-top: 5px;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.01em;
  padding: 0 10px; }

@media screen and (max-width: 1439px) {
  .terms > p {
    font-size: 0.972vw;
    margin-top: 1.875vw; }
  .sellpage-style-terms > p {
    margin-top: 1vw;
    font-size: 1.1vw; } }

@media screen and (max-width: 639px) {
  .terms > p {
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4vw;
    letter-spacing: -0.03vw;
    text-align: justify; }
  .sellpage-style-terms > p {
    font-size: 3.73vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.48vw;
    letter-spacing: -0.04vw;
    margin: 0;
    padding: 2.33vw 0 0; } }

.white {
  border: 1px solid black;
  color: black;
  background-color: white; }
  .white:hover {
    color: #168645;
    border: 1px solid #168645; }

.green {
  background: #27ae60; }
  .green:hover {
    background: #168645; }

.modal-form-mobile {
  display: none; }

.loader {
  display: inline-block;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

@media (prefers-reduced-motion: no-preference) {
  .loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; } }

body:has(.modal-form-mobile) {
  overflow: hidden !important; }

.modal-confirm-submit {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  overflow: scroll;
  font-family: "Open Sans", serif; }

.modal {
  font-family: "Open Sans", serif; }
  .modal-form {
    max-width: 951px;
    background-color: #fff;
    padding: 30px 36px 10px 42px;
    border-radius: 8px;
    row-gap: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 98vh;
    overflow-y: auto; }
    .modal-form-wr {
      display: flex;
      justify-content: space-between;
      gap: 20px; }
    .modal-form-fakeInputWr {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .modal-form-fakeInputWr > p {
        font-family: "Open Sans", serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 16.8px; }
    .modal-form-fakeInput {
      border-radius: 2px;
      border: 1px solid black;
      width: 100%;
      height: 46px;
      font-weight: 500;
      font-size: 14px;
      padding: 14px 13px;
      margin-top: 8px;
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: space-between; }
    .modal-form-inputs {
      display: flex;
      flex-direction: column;
      max-width: 376px;
      width: 100%; }
      .modal-form-inputs > div {
        margin-bottom: 10px;
        gap: 0; }
        .modal-form-inputs > div > label {
          font-family: "Open Sans", serif;
          font-weight: 700;
          font-size: 14px;
          line-height: 16.8px; }
        .modal-form-inputs > div > input:read-only {
          border-radius: 2px;
          border: 1px solid black;
          width: 100%;
          height: 46px;
          font-weight: 500;
          font-size: 14px;
          padding: 14px 13px;
          margin-top: 8px;
          display: flex;
          align-items: center;
          gap: 10px;
          background-color: white;
          color: black !important; }
      .modal-form-inputs > p {
        text-align: center; }
    .modal-form-desc {
      font-weight: 400;
      font-size: 15px;
      line-height: 1.2;
      text-align: center; }
    .modal-form-header {
      font-weight: 700;
      font-size: 20px;
      line-height: 56px;
      text-transform: uppercase; }
    .modal-form-line {
      height: 1px;
      width: 100%;
      background-color: black;
      margin-bottom: 10px; }
  .modal-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
    text-align: center;
    padding-top: 10px; }
    .modal-buttons > p {
      font-weight: 400;
      font-size: 14px;
      line-height: 16.8px;
      letter-spacing: 0.2px;
      text-align: center; }
  .modal-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px !important; }
    .modal-links > a {
      text-decoration: none;
      color: black;
      font-family: 'Open Sans', serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 16.8px; }
  .modal-btn {
    border-radius: 3px;
    height: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
    margin-top: 0;
    cursor: pointer;
    width: 100%; }
    .modal-btn:disabled {
      cursor: not-allowed;
      opacity: 0.6; }
  .modal-template {
    position: relative;
    width: 100%;
    max-width: 447px; }
    .modal-template-logo {
      box-shadow: 10px 5px 20px 0 rgba(0, 3, 23, 0.15);
      padding: 16px;
      z-index: 2;
      width: 331px;
      height: 224px;
      position: absolute;
      left: -15px;
      top: 85px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: baseline; }
      .modal-template-logo > p {
        font-weight: 700;
        font-size: 26px;
        line-height: 37.75px; }
      .modal-template-logo-partner {
        color: #283934;
        margin-bottom: 9px; }
      .modal-template-logo > img {
        max-height: 31px;
        margin-bottom: 20px; }
    .modal-template-bg {
      width: 272px;
      height: 242px;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      margin-left: auto;
      display: block;
      z-index: -1; }
    .modal-template-text {
      display: flex;
      flex-direction: column;
      gap: 12px;
      text-align: justify;
      margin-top: 10px; }
      .modal-template-text > p {
        font-weight: 400;
        font-size: 14px;
        line-height: 16.8px;
        font-family: "Open Sans", serif; }

@media screen and (max-width: 1439px) {
  .modal-form-fakeInput {
    border-radius: 0.139vw;
    border: 1px solid black;
    width: 100%;
    height: 3.194vw;
    font-weight: 500;
    font-size: 0.972vw;
    padding: 0.903vw 0.972vw;
    margin-top: 0.417vw;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between; }
  .modal-form-inputs > div > input:read-only {
    border-radius: 0.139vw;
    border: 1px solid black;
    width: 100%;
    height: 3.194vw;
    font-weight: 500;
    font-size: 0.972vw;
    padding: 0.903vw 0.972vw;
    margin-top: 0.417vw;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: white;
    color: black !important; } }

@media screen and (max-width: 639px) {
  .modal-confirm-submit {
    height: 100vh;
    min-height: unset;
    overflow: unset; }
  .modal-form {
    display: none; }
  .modal-form-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    text-align: left; }
  .modal-form-header {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-transform: unset; }
  .modal-buttons {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #FFF 53.53%, rgba(255, 255, 255, 0.3) 116.03%);
    padding: 20px 10px;
    gap: 16px;
    justify-content: center;
    align-items: center;
    z-index: 7; }
  .modal-form-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 12px;
    background: white;
    overflow: auto;
    z-index: 6; }
    .modal-form-mobile > h2 {
      font-weight: 700;
      font-size: 20px;
      line-height: 26px; }
    .modal-form-mobile > p {
      font-family: Open Sans;
      font-weight: 700;
      font-size: 25px;
      line-height: 31.25px; }
  .modal-form-info {
    padding: 10px;
    border: 1px solid #d6d9d9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 170px; }
    .modal-form-info > div:first-of-type {
      display: flex;
      flex-direction: column;
      gap: 3px;
      margin-bottom: 10px; }
      .modal-form-info > div:first-of-type > span {
        font-family: Open Sans;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px; }
        .modal-form-info > div:first-of-type > span > b {
          font-weight: 800; } }

.modal {
  position: fixed;
  display: grid;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: var(--first);
  align-items: center;
  justify-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100; }
  .modal-window {
    width: 461px;
    background-color: #fff;
    padding: 30px 36px 30px 42px;
    border-radius: 8px;
    row-gap: 20px;
    display: grid;
    opacity: 1; }
    .modal-window_heading {
      font-size: 30px;
      line-height: 36px;
      font-weight: 700; }
    .modal-window_text {
      size: 18px; }
    .modal-window_buttons {
      display: grid;
      grid-auto-columns: max-content;
      grid-auto-flow: column;
      column-gap: 12px; }
    .modal-window_accept {
      color: #fff;
      background-color: var(--first);
      border: 1px solid var(--first);
      width: 165px;
      height: 46px;
      border-radius: 46px;
      text-align: center; }
      .modal-window_accept:focus {
        outline: none; }
    .modal-window_cancel {
      background: #fff;
      color: var(--first);
      border: 1px solid var(--first);
      width: 165px;
      height: 46px;
      border-radius: 46px;
      text-align: center; }
      .modal-window_cancel:focus {
        outline: none; }

@media screen and (max-width: 1439px) {
  .modal-window {
    width: 32.036vw;
    padding: 2.084vw 2.501vw 2.084vw 2.918vw;
    border-radius: 0.55vw;
    row-gap: 1.389vw; }
    .modal-window_heading {
      font-size: 2.084vw;
      line-height: 2.501vw; }
    .modal-window_text {
      font-size: 1.389vw; }
    .modal-window_buttons {
      column-gap: 0.833vw; }
    .modal-window_accept {
      width: 11.466vw;
      height: 3.196vw;
      font-size: 1.25vw;
      border-radius: 3.196vw; }
    .modal-window_cancel {
      width: 11.466vw;
      height: 3.196vw;
      font-size: 1.25vw;
      border-radius: 3.196vw; } }

@media screen and (max-width: 639px) {
  .modal-window {
    width: 80vw;
    padding: 3.884vw 4.518vw;
    border-radius: 2.95vw;
    row-gap: 3.189vw; }
    .modal-window_heading {
      font-size: 5.067vw;
      line-height: 5.267vw; }
    .modal-window_text {
      font-size: 3.589vw; }
    .modal-window_buttons {
      column-gap: 1.933vw; }
    .modal-window_accept {
      width: 32.466vw;
      height: 7.196vw;
      font-size: 3.133vw;
      border-radius: 4.196vw; }
    .modal-window_cancel {
      width: 32.466vw;
      height: 7.196vw;
      font-size: 3.133vw;
      border-radius: 4.196vw; } }

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
  flex-wrap: wrap; }

.row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%; }

@media screen and (max-width: 1439px) {
  form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 10px; } }

@media screen and (max-width: 639px) {
  .row {
    flex-direction: column;
    gap: 14px; }
  form {
    gap: 14px; } }

.paymentForm__title {
  font-weight: 500;
  font-size: 14px; }

.paymentForm__table {
  width: 100%;
  margin-top: 6px; }

.paymentForm__row {
  display: flex; }
  .paymentForm__row:first-child td:first-child {
    border-bottom: none;
    border-top-left-radius: 2px; }
  .paymentForm__row:first-child td:nth-child(2) {
    border-top-right-radius: 2px; }
  .paymentForm__row:nth-child(2) td:first-child {
    border-bottom-left-radius: 2px; }
  .paymentForm__row:nth-child(2) td:nth-child(2) {
    border-bottom-right-radius: 2px; }
  .paymentForm__row:first-child td:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-left: none;
    border-bottom: none; }
  .paymentForm__row:nth-child(2) td:nth-child(2) {
    border-left: none;
    background-position: center right 15px;
    background-repeat: no-repeat; }

.paymentForm__cell {
  width: 50%;
  height: 46px;
  border: 1px solid #949494; }
  .paymentForm__cell_error {
    width: 50%;
    height: 46px;
    border: 1px solid #eb5757; }
  .paymentForm__cell_withBorderBottom {
    border-bottom: 1px solid #eb5757 !important; }
  .paymentForm__cell_withBorderLeft {
    border-left: 1px solid #eb5757 !important; }

.paymentForm__ixopayExpirationWrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 14px; }
  .paymentForm__ixopayExpirationWrapper input {
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: auto; }

.paymentForm__ixopayNumberDiv {
  width: 170px;
  height: 101%;
  overflow: hidden; }

.paymentForm__ixopayExpiration {
  width: 100%;
  height: 100%;
  font-size: 14px;
  border: none;
  outline: none; }

.paymentForm__ixopayCvv {
  width: 90px;
  height: 100%; }

@media screen and (max-width: 1439px) {
  .paymentForm__title {
    font-size: 0.972vw; }
  .paymentForm__table {
    margin-top: 0.416vw; }
  .paymentForm__row:nth-child(2) td:nth-child(2) {
    background-position: center right 1.042vw;
    background-size: 2.154vw; }
  .paymentForm__cell {
    height: 3.196vw; }
    .paymentForm__cell_error {
      height: 3.196vw; }
  .paymentForm__ixopayNumberDiv {
    width: 11.813vw; }
  .paymentForm__ixopayExpirationWrapper {
    padding-left: 0.972vw; }
  .paymentForm__ixopayExpiration {
    font-size: 0.972vw; }
  .paymentForm__ixopayCvv {
    width: 6.254vw; } }

@media screen and (max-width: 639px) {
  .paymentForm__title {
    font-weight: 500;
    font-size: 4.267vw;
    line-height: 120%; }
  .paymentForm__table {
    margin-top: 1.6vw; }
  .paymentForm__row:first-child td:first-child {
    border-right: none;
    border-top-left-radius: 4px; }
  .paymentForm__row:first-child td:nth-child(2) {
    border-top-right-radius: 4px; }
  .paymentForm__row:nth-child(2) td:first-child {
    border-bottom-left-radius: 4px; }
  .paymentForm__row:nth-child(2) td:nth-child(2) {
    border-bottom-right-radius: 4px; }
  .paymentForm__row:nth-child(2) td:nth-child(2) {
    background-position: center right 3.466vw;
    background-size: 6.133vw; }
  .paymentForm__cell {
    height: 12.267vw; }
    .paymentForm__cell_error {
      height: 12.267vw; }
  .paymentForm__ixopayNumberDiv {
    width: 41.6vw; }
  .paymentForm__ixopayExpirationWrapper {
    padding-left: 3.2vw; }
  .paymentForm__ixopayExpiration {
    font-size: 3.733vw; }
  .paymentForm__ixopayCvv {
    width: 24vw; } }

.center_sellpage-3.center {
  display: flex;
  padding: 0 70px;
  flex-direction: column;
  align-items: center; }

.center_sellpage-3 .header {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 1312px;
  margin-bottom: 43px;
  margin-top: 20px; }

.center_sellpage-3 .logo {
  padding-right: 4px;
  display: flex;
  align-items: flex-start;
  height: 40px;
  margin: 2px 0 0 8px; }

.center_sellpage-3 .text_partner {
  font-weight: 600;
  font-size: 14px;
  color: #1C313D;
  padding: 0 3px;
  border-left: none;
  margin-left: 3px;
  margin-right: 15px; }

.form-3.form {
  padding: 0;
  max-width: 1312px;
  display: flex;
  justify-content: center;
  width: 100%;
  column-gap: 40px;
  background: white; }

.form-3 .form__partner_wrapper_mobile {
  display: none; }

.form-3 .form__bottom {
  display: none; }

.form-3 .form__right {
  background: white;
  width: 597px;
  box-shadow: 0 25px 45px 0px #0000001A;
  margin-left: 0;
  order: 1;
  padding: 20px 40px;
  border-radius: 6px;
  margin-top: 0;
  flex-shrink: 0;
  min-width: auto;
  max-width: 597px; }
  .form-3 .form__right_wr > form > div > div > label {
    font-size: 12px; }
  .form-3 .form__right_wr > form {
    gap: 18px; }
  .form-3 .form__right_wr > form > .row {
    gap: 22px; }
  .form-3 .form__right_wr > form > div > div > input::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 32px;
    color: #949494;
    font-weight: 500; }
  .form-3 .form__right_wr > form > div > div > input {
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 32px;
    border-radius: 2px;
    border: 1px solid #949494;
    font-weight: 500; }
    .form-3 .form__right_wr > form > div > div > input_error {
      border-color: #eb5757 !important; }
  .form-3 .form__right_wr > form > div > .select_wr > div > div {
    border: 1px solid #949494; }
  .form-3 .form__right_wr > form > div:nth-child(3) {
    flex-direction: row-reverse; }
  .form-3 .form__right_wr > form > div:last-of-type > p {
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    color: #171F1D;
    opacity: 0.7;
    text-align: justify; }
  .form-3 .form__right_wr > form > .paymentForm {
    padding-top: 0; }
    .form-3 .form__right_wr > form > .paymentForm > p {
      font-size: 12px; }
  .form-3 .form__right_wr > form > button {
    margin-top: 0;
    margin-bottom: 18px; }
  .form-3 .form__right .mobile_header {
    display: none; }
  .form-3 .form__right_title {
    display: block;
    font-weight: 700;
    line-height: 31.2px;
    font-size: 26px; }
  .form-3 .form__right_reductions-top {
    width: 276px;
    display: block; }
  .form-3 .form__right_text {
    font-size: 12px; }
  .form-3 .form__right_wr > img {
    display: none; }
  .form-3 .form__right_wr > p:first-of-type {
    display: block; }

.form-3 .form__left {
  order: 2;
  position: relative;
  margin-top: 0;
  display: flex;
  flex-direction: column; }

@media screen and (max-width: 1439px) {
  .center_sellpage-3.center {
    padding: 0 4.9vw; }
  .center_sellpage-3 .header {
    width: 91.1vw;
    margin-bottom: 3vw;
    margin-top: 1.4vw; }
  .center_sellpage-3 .logo {
    padding-right: 0.3vw;
    height: 2.8vw;
    margin: 0.1vw 0 0 0.6vw; }
  .center_sellpage-3 .text_partner {
    font-size: 1vw;
    padding: 0 0.2vw;
    margin-left: 0.2vw;
    margin-right: 1vw; }
  .form-3.form {
    column-gap: 2.8vw; }
  .form-3 .form__right {
    background: white;
    width: 41.5vw;
    box-shadow: 0px 1.7vw 3.1vw 0px #0000001A;
    padding: 1.4vw 2.8vw;
    border-radius: 0.4vw; }
    .form-3 .form__right_wr > form > div:last-of-type > p {
      padding: 0 1.4vw;
      font-size: 1.1vw; }
    .form-3 .form__right_title {
      line-height: 2.2vw;
      font-size: 1.8vw; }
    .form-3 .form__right_reductions-top {
      width: 19.2vw; }
    .form-3 .form__right_form {
      margin-top: 1.3vw;
      gap: 1.6vw; }
    .form-3 .form__right_input {
      height: 3.2vw;
      margin-top: 0.3vw;
      padding: 0 0.8vw;
      font-size: 1vw;
      line-height: 2.2vw;
      border-radius: 0.1vw; }
    .form-3 .form__right_input::placeholder {
      font-size: 1vw;
      line-height: 1.2vw;
      color: #b69b57 !important; }
    .form-3 .form__right_text {
      font-size: 0.8vw; }
    .form-3 .form__right_terms {
      padding: 0 10px;
      font-size: 1.1vw; }
    .form-3 .form__right_button {
      border-radius: 0.3vw;
      font-size: 1.1vw;
      width: 96.7%;
      margin: 1.3vw auto;
      height: 4.2vw; }
    .form-3 .form__right_benefit {
      font-size: 1vw;
      padding: 0 0.7vw;
      line-height: 1.7vw; }
  .form-3 .Select {
    border-radius: 0.1vw;
    height: 3.2vw;
    border: 1px solid #949494;
    font-size: 1vw;
    line-height: 120%;
    margin-top: 0.3vw; }
    .form-3 .Select .list__control {
      height: 3.2vw; } }

@media screen and (max-width: 639px) {
  .center_sellpage-3.center {
    padding: 0; }
  .center_sellpage-3 .header,
  .center_sellpage-3 .logo {
    display: none; }
  .form-3.form {
    display: flex;
    flex-direction: column;
    padding: 0;
    row-gap: 0; }
  .form-3 .form__partner_wrapper_mobile {
    display: flex;
    flex-direction: column;
    padding: 5.33vw;
    gap: 20px; }
  .form-3 .form__right {
    width: 100%;
    min-width: 100%;
    margin-top: 1.07vw;
    padding: 11.02vw 5.33vw 16.35vw;
    order: 1;
    background-color: var(--textColor);
    border-radius: 0; }
    .form-3 .form__right .mobile_header {
      display: flex;
      flex-direction: column;
      gap: 4.27vw; }
      .form-3 .form__right .mobile_header > p:first-of-type {
        color: white;
        font-weight: 800;
        font-size: 8vw;
        line-height: 9.6vw; }
      .form-3 .form__right .mobile_header > p:last-of-type {
        color: #E4E4E4;
        font-size: 3.73vw;
        line-height: 4.85vw;
        text-align: justify;
        font-weight: 400; }
    .form-3 .form__right_wr > form > div:last-of-type > p {
      text-align: justify;
      font-size: 3.73vw;
      font-style: normal;
      font-weight: 400;
      line-height: 4.48vw;
      letter-spacing: -0.04vw;
      margin: 0;
      padding: 5.33vw 0 0; }
    .form-3 .form__right_wr > form > div:nth-child(3) {
      flex-direction: column; }
    .form-3 .form__right_wr {
      margin-top: 8vw;
      padding: 4vw;
      background: white;
      overflow: hidden; }
      .form-3 .form__right_wr > img {
        display: block;
        margin-top: -8.53vw;
        z-index: 4;
        position: absolute;
        width: 13.87vw; }
      .form-3 .form__right_wr > p:first-of-type {
        display: block;
        font-size: 5.33vw;
        line-height: 6.4vw;
        font-weight: 700;
        color: #000;
        padding-top: 8vw; }
    .form-3 .form__right .form__right_wr > form > div > div > input {
      border-radius: 1.533vw; }
      .form-3 .form__right .form__right_wr > form > div > div > input::placeholder {
        font-size: 3.73vw;
        line-height: 4.48vw;
        font-family: 'Roboto', sans-serif;
        letter-spacing: -0.7px; }
    .form-3 .form__right .form__right_wr > form > div > .input_wr {
      gap: 0;
      padding-bottom: 5px; }
    .form-3 .form__right .form__right_wr > form > div > .select_wr > div > div {
      font-family: 'Roboto', sans-serif;
      border-color: #949494 !important;
      border-radius: 1.533vw;
      font-weight: 500;
      font-size: 4vw;
      line-height: 6.4vw; }
    .form-3 .form__right .form__right_wr > form {
      gap: 5px; }
      .form-3 .form__right .form__right_wr > form > .row {
        gap: 5px; }
    .form-3 .form__right_form {
      display: flex;
      flex-direction: column;
      margin-top: 4vw;
      padding: 0; }
    .form-3 .form__right_block {
      display: flex;
      flex-direction: column; }
    .form-3 .form__right_block_right {
      display: flex;
      flex-direction: column; }
    .form-3 .form__right_terms {
      text-align: justify;
      font-size: 3.73vw;
      font-style: normal;
      font-weight: 400;
      line-height: 4.48vw;
      padding: 0; }
    .form-3 .form__right_text {
      color: #000;
      font-size: 3.2vw;
      font-style: normal;
      font-weight: 400;
      line-height: 4.8vw; }
    .form-3 .form__right_button {
      height: 16vw;
      width: 100%;
      margin: 2vw 0 6vw 0;
      border-radius: 0;
      font-size: 4vw;
      font-weight: 400; }
    .form-3 .form__right_benefit {
      font-weight: 400;
      font-size: 3.2vw;
      line-height: 4vw;
      letter-spacing: -0.03vw;
      margin-right: 0;
      text-align: justify; }
  .form-3 .form__line {
    display: none; }
  .form-3 .form__left {
    width: 100%;
    display: block;
    padding-bottom: 0;
    order: 2;
    background-color: #F6F6F6;
    position: relative;
    margin-top: 0;
    min-width: 100%; }
  .form-3 .errorText {
    font-size: 2.67vw;
    line-height: 120%; } }

.intro {
  position: relative; }
  .intro__image {
    width: 530px;
    height: 583px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    .intro__image_right {
      margin-left: auto; }
  .intro__above {
    width: 444px;
    min-height: 360px;
    right: 0;
    z-index: 4;
    background-color: var(--first);
    padding: 40px 30px;
    color: var(--button);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .intro__above_gray {
      color: #361010;
      background-color: #F9F9F9; }
    .intro__above_left {
      right: unset;
      left: 0; }
  .intro__partner {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .intro__partnerTitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    white-space: pre-line; }
  .intro__partnerLogo {
    max-width: 285px;
    max-height: 103px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    object-fit: contain; }
  .intro__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 39px;
    white-space: pre-line; }
  .intro__textWrapper {
    display: flex;
    margin-top: auto;
    align-items: flex-end; }
  .intro__text {
    padding-top: 2px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    white-space: pre-line;
    text-align: justify; }
    .intro__text_large {
      width: 100%;
      font-size: 18px;
      line-height: 32px; }

.intro_sellpage-4 .intro__above {
  width: 400px;
  min-height: 329px;
  padding: 60px 30px 56px 30px; }

.intro_sellpage-4 .intro__partnerLogo {
  max-width: 260px; }

.intro_sellpage-4 .intro__title {
  margin-top: auto;
  font-size: 25px;
  line-height: 30px; }

.intro_sellpage-4 .intro__titleAmount {
  font-size: 42px;
  line-height: 42px; }

@media screen and (max-width: 1439px) {
  .intro__image {
    width: 36.82vw;
    height: 40.52vw; }
  .intro__above {
    width: 30.85vw;
    min-height: 25.017vw;
    padding: 2.78vw 2.08vw;
    gap: 1.39vw; }
  .intro__partner {
    gap: 1.39vw; }
  .intro__partnerTitle {
    font-size: 1.39vw;
    line-height: 1.67vw; }
  .intro__partnerLogo {
    max-width: 19.81vw;
    max-height: 7.157vw;
    margin-top: 0.35vw;
    margin-bottom: 0.35vw;
    padding-left: 1.67vw; }
  .intro__title {
    font-size: 2.43vw;
    line-height: 2.71vw; }
  .intro__text {
    padding-top: 0.14vw;
    font-size: 0.97vw;
    line-height: 1.43vw; }
    .intro__text_large {
      font-size: 1.25vw;
      line-height: 2.22vw; }
  .intro_sellpage-4 .intro__above {
    width: 27.797vw;
    min-height: 22.863vw;
    padding: 5.767vw 2.084vw 3.891vw 2.084vw; }
  .intro_sellpage-4 .intro__partnerLogo {
    max-width: 21.542vw; }
  .intro_sellpage-4 .intro__title {
    font-size: 1.737vw;
    line-height: 2.084vw; }
  .intro_sellpage-4 .intro__titleAmount {
    font-size: 2.918vw;
    line-height: 2.918vw; } }

@media screen and (max-width: 639px) {
  .intro__image {
    width: 100%;
    max-height: 64.8vw;
    min-height: 64.8vw;
    max-width: 100%;
    transform: scaleX(-1);
    background-position: center; }
  .intro__above, .intro.intro_sellpage-4 .intro__above {
    display: flex;
    min-width: 87.2vw;
    max-width: 120vw;
    position: static;
    margin: -9.333vw auto 9.333vw;
    padding: 5.33vw;
    transform: translate(0, 0);
    background-color: #fff; }
  .intro__partner {
    display: none; }
  .intro__title, .intro.intro_sellpage-4 .intro__title {
    font-size: 5.33vw;
    line-height: 6.4vw;
    font-weight: 700; }
  .intro__text, .intro__text_large {
    font-size: 3.73vw;
    line-height: 5.07vw; }
  .intro_sellpage-4 .intro__titleAmount {
    font-size: 9vw;
    line-height: 9vw; } }

.benefitStages {
  padding: 80px 30px 0 22px; }
  .benefitStages__title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: var(--second); }
    .benefitStages__title_colored {
      color: var(--textColor); }
  .benefitStages__stages {
    display: flex;
    flex-direction: column;
    gap: 21px;
    margin-top: 25px; }
  .benefitStages__stage {
    display: flex;
    gap: 13px;
    align-items: center;
    color: var(--second); }
    .benefitStages__stage > div > ul {
      padding-left: 10px; }
  .benefitStages__stageImage {
    fill: var(--second);
    flex-shrink: 0; }
  .benefitStages__stageTitle {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700; }
    .benefitStages__stageTitle_additional {
      margin-top: 25px; }
  .benefitStages__stageDesc {
    font-size: 14px;
    font-weight: 300; }

@media screen and (max-width: 1439px) {
  .benefitStages {
    padding: 5.56vw 2.08vw 0 1.53vw; }
    .benefitStages__title {
      font-size: 2.5vw;
      line-height: 3.34vw; }
    .benefitStages__stages {
      gap: 1.46vw;
      margin-top: 1.74vw; }
      .benefitStages__stages > ul {
        padding-left: 1.53vw;
        margin: 0; }
    .benefitStages__stage {
      gap: 0.9vw; }
    .benefitStages__stageImage {
      width: 2.432vw; }
    .benefitStages__stageTitle {
      font-size: 1.39vw;
      line-height: 2.22vw; }
      .benefitStages__stageTitle_additional {
        margin-top: 1.737vw; }
    .benefitStages__stageDesc {
      font-size: 0.97vw; } }

@media screen and (max-width: 639px) {
  .benefitStages {
    position: relative;
    padding: 8vw;
    order: 4;
    background-color: white; }
    .benefitStages__title {
      padding: 0;
      font-size: 6.67vw;
      line-height: 8.53vw; }
    .benefitStages__stages {
      gap: 8.533vw;
      margin-top: 8.533vw; }
    .benefitStages__stage {
      gap: 4.266vw; }
    .benefitStages__stageImage {
      width: 9.333vw; }
    .benefitStages__stageTitle {
      font-size: 5.33vw;
      line-height: 8.53vw; }
      .benefitStages__stageTitle_additional {
        margin-top: 6.666vw; }
    .benefitStages__stageDesc {
      font-size: 3.73vw;
      line-height: 4.8vw; } }

.policy__benefit {
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #292929;
  opacity: 0.7;
  margin-top: 17px; }
  .policy__benefit > a {
    color: #292929; }

.sellpage_policy {
  font-size: 15px;
  text-align: justify;
  padding: 0 10px;
  line-height: 24px;
  color: #171F1D;
  margin-top: 0;
  letter-spacing: -0.01em;
  opacity: 0.7; }

@media screen and (max-width: 1439px) {
  .policy__benefit {
    font-size: 0.972vw;
    margin-top: 1.875vw; }
  .sellpage_policy {
    margin-top: 0;
    font-size: 1vw;
    padding: 0 0.7vw;
    line-height: 1.7vw;
    text-align: justify;
    color: #171F1D;
    letter-spacing: -0.01em;
    opacity: 0.7; } }

@media screen and (max-width: 639px) {
  .policy__benefit {
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4vw;
    letter-spacing: -0.03vw;
    text-align: justify;
    margin-top: 7.467vw; }
  .sellpage_policy {
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4vw;
    letter-spacing: -0.03vw;
    margin-right: 0;
    text-align: justify; } }

@keyframes ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#checkbox:checked + .form__right_checkbox_tick {
  background-color: var(--first); }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.langSelect {
  grid-column: 2; }

.langSelect div {
  border: none;
  font-weight: 500;
  font-size: 11px; }

.langSelect div div:first-child {
  min-width: 25px; }

.form {
  padding: 20px 0 54px 0;
  display: flex;
  justify-content: center;
  max-width: 1400px;
  justify-self: center;
  color: var(--first);
  gap: 0;
  margin: 0 auto; }
  .form .preloader {
    position: absolute;
    margin-left: 13px;
    margin-top: 2px; }
    .form .preloader svg {
      animation: ring 1.2s linear infinite; }
  .form__top {
    display: none; }
    .form__top-mobile {
      width: 100%;
      top: 0;
      z-index: 10;
      border-bottom: 1px solid #e2e2e2;
      grid-column: 1/3;
      padding: 0px 10px;
      grid-template-columns: 1380px auto;
      display: flex;
      justify-content: flex-end;
      background-color: #fff; }
      .form__top-mobile_sticky {
        position: sticky; }
    .form__top-mobile img {
      display: none; }
  .form__partner_wrapper_mobile {
    display: none; }
  .form__mobileTitle {
    display: none; }
  .form__descMobile {
    display: none; }
  .form__bottom {
    display: none; }
  .form__left {
    width: 100%;
    max-width: 702px;
    min-width: 660px; }
    .form__left_sticky {
      position: sticky;
      top: 60px; }
    .form__left_top {
      display: flex;
      align-items: center;
      margin-bottom: 33px; }
    .form__left_text {
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      color: #afafaf;
      padding: 18px;
      border-left: 1px solid #e2e2e2;
      margin-left: 25px; }
      .form__left_text_laposte {
        color: #1c313d; }
    .form__left_company {
      font-weight: bold;
      font-size: 18px;
      line-height: 27px; }
    .form__left_logo {
      height: 42px;
      max-height: 3vw; }
    .form__left_reductions {
      width: 155px;
      margin-top: 21px; }
      .form__left_reductions-top {
        width: 203px; }
      .form__left_reductions-top_grey {
        width: 203px;
        filter: grayscale(1); }
  .form__right {
    width: 100%;
    max-width: 502px;
    min-width: 502px;
    margin-left: 82px;
    margin-top: 34px; }
    .form__right_partner_wrapper_mobile {
      display: none; }
    .form__right_reductions-top {
      display: none; }
      .form__right_reductions-top_grey {
        display: none; }
    .form__right_title {
      font-weight: 700;
      font-size: 26px;
      line-height: 31.2px; }
    .form__right_form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin-top: 23px;
      column-gap: 10px;
      row-gap: 22px; }
    .form__right_text {
      font-weight: 500;
      font-size: 16px;
      line-height: 120%; }
      .form__right_text_country_zip_code {
        display: none; }
    .form__right_input {
      border-radius: 2px;
      width: 243px;
      height: 46px;
      border: 1px solid #949494;
      font-weight: 500;
      font-size: 14px;
      line-height: 120%;
      padding: 13px 14px;
      margin-top: 6px;
      color: var(--first); }
      .form__right_input_error, .form__right_input-error {
        border-radius: 2px;
        width: 243px;
        height: 46px;
        border: 1px solid #eb5757;
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        padding: 13px 14px;
        margin-top: 6px;
        color: var(--first); }
    .form__right_block:nth-child(7) {
      grid-column: 1/3; }
    .form__right_terms {
      font-size: 13px;
      line-height: 120%;
      letter-spacing: -0.01em;
      color: #292929;
      margin-top: 27px;
      margin-bottom: 0 !important;
      opacity: 0.7; }
      .form__right_terms > p {
        opacity: 0.7; }
      .form__right_terms > label > span {
        opacity: 0.7; }
    .form__right_button {
      background: var(--first);
      border-radius: 4px;
      width: 100%;
      height: 61px;
      color: var(--button);
      margin-top: 15px;
      text-align: center;
      font-weight: 600;
      font-size: 16px;
      line-height: 120%;
      display: flex;
      align-items: center;
      justify-content: center;
      align-self: center; }
    .form__right_benefit {
      font-size: 13px;
      line-height: 120%;
      letter-spacing: -0.01em;
      color: #292929;
      opacity: 0.7;
      margin-top: 27px; }
      .form__right_benefit > a,
      .form__right_benefit > a:visited,
      .form__right_benefit > a:link {
        color: #292929; }
    .form__right_checkbox {
      display: grid;
      grid-template-columns: 21px auto; }
      .form__right_checkbox input {
        margin-top: 3px; }
      .form__right_checkbox input,
      .form__right_checkbox label {
        cursor: pointer; }
      .form__right_checkbox_terms {
        text-decoration: underline;
        color: #292929; }
        .form__right_checkbox_terms:hover {
          color: var(--hoverColor); }
  .form__line {
    display: none; }
  .form__benefit {
    grid-column: 1 / 3;
    margin-top: 20px;
    font-size: 14px;
    line-height: 120%;
    text-align: justify;
    letter-spacing: -0.01em;
    color: #292929;
    opacity: 0.7; }
    .form__benefit > span > a,
    .form__benefit > span > a:visited,
    .form__benefit > span > a:link {
      color: #292929; }

input {
  color: var(--first) !important; }

.my_custom {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.Select {
  border-radius: 2px;
  width: 243px;
  height: 46px;
  border: 1px solid #949494;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin-top: 6px;
  color: var(--first);
  grid-column: 2; }
  .Select .list__control {
    height: 46px; }

.Select div:first-child {
  height: 100%; }

.Select div:nth-child(2) {
  height: 100%; }

.Select div div div {
  color: var(--first); }

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

.Select div div div {
  display: flex; }

.errorText {
  color: #eb5757 !important;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
  margin-top: 5px; }

@media screen and (max-width: 1439px) {
  .form {
    max-width: 1300px; }
    .form .preloader {
      position: absolute;
      margin-left: 0.903vw;
      margin-top: 0.139vw; }
      .form .preloader svg {
        animation: ring 1.2s linear infinite; }
    .form__top-mobile {
      padding: 0px 1.111vw;
      display: flex;
      justify-content: flex-end; }
      .form__top-mobile_non-responsive {
        width: 1439px; }
    .form__left {
      max-width: 48.75vw;
      min-width: 48.75vw; }
      .form__left_top {
        display: flex;
        align-items: center;
        margin-bottom: 2.293vw; }
      .form__left_text {
        font-weight: 600;
        font-size: 0.972vw;
        line-height: 120%;
        color: #afafaf;
        padding: 1.25vw;
        border-left: 0.069vw solid #e2e2e2;
        margin-left: 1.736vw; }
        .form__left_text_laposte {
          color: #1c313d; }
      .form__left_reductions {
        width: 10.764vw;
        margin-top: 1.458vw; }
        .form__left_reductions-top {
          width: 14.097vw; }
          .form__left_reductions-top_grey {
            width: 14.097vw; }
      .form__left_company {
        font-size: 1.25vw;
        line-height: 1.875vw; }
    .form__right {
      margin-left: 3.389vw;
      margin-top: 1.111vw;
      max-width: 38.111vw;
      min-width: 38.111vw; }
      .form__right_title {
        font-size: 1.806vw;
        line-height: 2.168vw; }
      .form__right_text {
        font-weight: 500;
        font-size: 1.111vw;
        line-height: 120%; }
      .form__right_input {
        border-radius: 0.139vw;
        width: 16.875vw;
        height: 3.194vw;
        font-weight: 500;
        font-size: 0.972vw;
        padding: 0.903vw 0.972vw;
        margin-top: 0.417vw; }
        .form__right_input-error-error {
          border: 1px solid #eb5757;
          border-radius: 0.139vw;
          width: 16.875vw;
          height: 3.194vw;
          font-weight: 500;
          font-size: 0.972vw;
          padding: 0.903vw 0.972vw;
          margin-top: 0.417vw; }
      .form__right_standard-checkbox {
        width: 1.5vw; }
      .form__right_button {
        border-radius: 0.278vw;
        height: 4.236vw;
        margin-top: 1.153vw;
        font-size: 1.111vw; }
      .form__right_benefit {
        font-size: 0.972vw;
        margin-top: 1.875vw; }
    .form__benefit {
      font-size: 0.972vw;
      margin-top: 1.875vw; }
  .Select {
    border-radius: 0.139vw;
    width: 16.875vw;
    height: 3.194vw;
    font-size: 0.972vw;
    margin-top: 0.417vw; }
    .Select .list__control {
      height: 3.194vw; }
  .errorText {
    font-weight: 500;
    font-size: 0.903vw;
    line-height: 0.903vw;
    margin-top: 0.347vw; } }

@media screen and (max-width: 639px) {
  .errorText {
    color: #eb5757;
    font-weight: 500;
    font-size: 3.467vw;
    line-height: 3.467vw;
    text-align: left;
    margin-top: 1.333vw; }
  .form {
    flex-direction: column;
    padding: 0;
    display: flex;
    gap: 5px; }
    .form .preloader {
      position: absolute;
      margin-left: 3.467vw;
      margin-top: 0.533vw; }
      .form .preloader svg {
        animation: ring 1.2s linear infinite; }
    .form__dropdown {
      position: absolute;
      background-color: #fff;
      width: 30px;
      right: 21px;
      font-weight: 500;
      font-size: 11px;
      line-height: 0px;
      color: #394154; }
    .form__top {
      display: block;
      padding: 3.467vw 5.6vw;
      border-bottom: 0.267vw solid #e2e2e2; }
      .form__top-mobile {
        display: flex;
        justify-content: space-between;
        padding: 0 0 0 20px;
        border-bottom: 1px solid #e2e2e2;
        height: 42px;
        align-items: center; }
        .form__top-mobile_sticky {
          position: static; }
      .form__top-mobile img {
        display: block;
        height: 20px; }
    .form__select {
      font-weight: 500;
      font-size: 11px;
      line-height: 0px;
      color: #394154;
      background-repeat: no-repeat;
      width: 30px;
      height: 100%;
      background-position-y: center;
      background-position-x: right;
      outline: none; }
    .form__logoMobile {
      display: block;
      height: 42px;
      max-height: 12vw; }
    .form__mobileTitle {
      display: block;
      word-break: break-word;
      font-weight: 800;
      font-size: 11.333vw;
      line-height: 112.5%;
      color: var(--first);
      padding: 8vw 8.333vw 0vw 5.333vw; }
      .form__mobileTitle-red {
        font-weight: 800;
        font-size: 11.333vw;
        line-height: 112.5%;
        color: var(--second); }
    .form__descMobile {
      display: block;
      font-size: 4.333vw;
      line-height: 140%;
      padding: 8vw 6.667vw 0vw 5.333vw; }
    .form__left {
      display: none;
      width: 100%; }
    .form__right {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0 5.6vw; }
      .form__right_title {
        display: none; }
      .form__right_text {
        font-weight: 500;
        font-size: 4.267vw;
        line-height: 120%; }
      .form__right_input-error {
        border-radius: 0.533vw;
        width: 88.8vw;
        height: 12.267vw;
        font-weight: 500;
        font-size: 3.733vw;
        line-height: 120%;
        margin-top: 1.6vw;
        padding: 3.733vw 3.2vw;
        border: 1px solid #eb5757; }
      .form__right_button {
        width: 89.333vw;
        height: 16vw;
        font-size: 3.733vw;
        line-height: 5.6vw;
        margin-top: 2.467vw; }
    .form__benefit {
      font-size: 3.733vw;
      margin: 7.467vw 6.4vw 0 5.333vw;
      color: var(--first);
      opacity: 0.7; }
    .form__line {
      display: block;
      margin-top: 5.333vw;
      margin-left: 5.333vw;
      color: var(--first);
      width: 89.333vw;
      margin-bottom: 9.067vw;
      border: 0.267vw solid var(--first); }
    .form__bottom {
      display: block; }
      .form__bottom_bg {
        width: 100vw;
        height: 58.667vw;
        background-size: cover; }
      .form__bottom_red {
        width: 100vw;
        background-color: var(--second);
        color: var(--white);
        padding: 7.2vw 4.8vw 13.067vw 6.133vw; }
      .form__bottom_name {
        font-weight: bold;
        font-size: 3.733vw;
        line-height: 120%; }
      .form__bottom_title {
        font-weight: bold;
        font-size: 5.333vw;
        line-height: 120%;
        width: 74.667vw;
        margin-top: 3.2vw; } }

@media screen and (max-width: 639px) {
  .form.signup1b .form__mobileTitle {
    display: block;
    word-break: break-word;
    font-weight: 800;
    font-size: 9vw;
    line-height: 112.5%;
    color: var(--first);
    padding: 4vw 8.333vw 0vw 5.333vw; }
    .form.signup1b .form__mobileTitle-red {
      font-weight: 800;
      font-size: 9vw;
      line-height: 112.5%;
      color: var(--second); }
  .form.signup1b .form__descMobile {
    display: block;
    font-size: 3.7vw;
    line-height: 140%;
    text-align: justify;
    color: #626262;
    padding: 3vw 6.667vw 0vw 5.333vw; }
  .form.signup1b .form__right_form {
    display: flex;
    flex-direction: column;
    grid-gap: 6.133vw;
    margin-top: 4vw; } }

.center_sellpage-4.center {
  display: flex;
  padding: 0 70px;
  flex-direction: column;
  align-items: center; }

.center_sellpage-4 .header {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 1312px;
  margin-bottom: 43px;
  margin-top: 20px; }
  .center_sellpage-4 .header_sellpage-4 {
    justify-content: space-between !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #afafaf; }

.center_sellpage-4 .logo {
  padding-right: 4px;
  display: flex;
  align-items: flex-start;
  height: 40px;
  margin: 2px 0 0 8px; }

.center_sellpage-4 .text_partner {
  font-weight: 600;
  font-size: 14px;
  color: #1C313D;
  padding: 0 3px;
  border-left: none;
  margin-left: 3px;
  margin-right: 15px; }

.form-4.form {
  font-family: "DM Sans", sans-serif;
  padding: 0;
  max-width: 1312px;
  display: flex;
  justify-content: center;
  width: 100%;
  column-gap: 40px; }

.form-4 form {
  gap: 12px; }

.form-4 .form__partner_wrapper_mobile {
  display: none; }

.form-4 .form__bottom {
  display: none; }

.form-4 .form__right {
  width: 597px;
  box-shadow: 0px 25px 45px 0px #0000001A;
  margin-left: 0;
  order: 1;
  padding: 20px 40px;
  border-radius: 6px;
  margin-top: 0;
  flex-shrink: 0;
  min-width: auto;
  max-width: 597px; }
  .form-4 .form__right .mobile_header {
    display: none; }
  .form-4 .form__right_title {
    line-height: 26px;
    font-size: 22px; }
  .form-4 .form__right_subtitle {
    margin-top: 10px;
    line-height: 18px;
    font-size: 15px; }
  .form-4 .form__right_form-title {
    margin-top: 10px;
    line-height: 14px;
    font-size: 16px; }
  .form-4 .form__right_reductions-top {
    width: 276px;
    display: block; }
  .form-4 .form__right .my_custom {
    gap: 12px; }
  .form-4 .form__right_form {
    margin-top: 18px;
    gap: 23px;
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .form-4 .form__right_block:last-child {
    display: grid;
    grid-column: 1 / 3; }
  .form-4 .form__right_block_left {
    grid-column: 1 / 2; }
  .form-4 .form__right_block_right {
    grid-column: 2 / 3; }
  .form-4 .form__right_input {
    width: 100%;
    height: 46px;
    margin-top: 4px;
    padding: 0 12px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 32px;
    border-radius: 2px;
    border: 1px solid #949494; }
  .form-4 .form__right_input::placeholder {
    font-size: 14px;
    line-height: 16.8px;
    color: #949494;
    font-weight: 500; }
  .form-4 .form__right_text {
    font-size: 12px; }
  .form-4 .form__right_terms {
    margin-top: 27px;
    padding: 0 20px;
    font-size: 15px;
    color: #171F1D;
    opacity: 0.7;
    text-align: justify; }
  .form-4 .form__right_button {
    border-radius: 4px;
    font-size: 16px;
    display: block;
    width: 97%;
    margin: 10px auto 10px auto;
    height: 60px; }
  .form-4 .form__right_wr > img {
    display: none; }
  .form-4 .form__right_wr > p:first-of-type {
    display: block; }

.form-4 .form__left {
  order: 2;
  position: relative;
  margin-top: 0;
  display: flex;
  flex-direction: column; }

.form-4 .Select {
  border-radius: 2px;
  width: 100%;
  height: 46px;
  border: 1px solid #949494;
  font-weight: 500;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  line-height: 120%;
  margin-top: 4px;
  color: var(--first);
  grid-column: 2; }
  .form-4 .Select .list__control {
    height: 46px; }

@media screen and (max-width: 1439px) {
  .center_sellpage-4.center {
    width: 100%;
    padding: 0 4.9vw; }
  .center_sellpage-4 .header {
    width: 91.1vw;
    margin-bottom: 3vw;
    margin-top: 1.4vw; }
    .center_sellpage-4 .header_sellpage-4 {
      font-size: 1.111vw;
      line-height: 1.667vw; }
  .center_sellpage-4 .logo {
    padding-right: 0.3vw;
    height: 2.8vw;
    margin: 0.1vw 0 0 0.6vw; }
  .center_sellpage-4 .text_partner {
    font-size: 1vw;
    padding: 0 0.2vw;
    margin-left: 0.2vw;
    margin-right: 1vw; }
  .form-4.form {
    column-gap: 2.8vw; }
  .form-4 .form__right {
    width: 41.5vw;
    box-shadow: 0px 1.7vw 3.1vw 0px #0000001A;
    padding: 1.4vw 2.8vw;
    border-radius: 0.4vw; }
    .form-4 .form__right_title {
      line-height: 1.806vw;
      font-size: 1.528vw; }
    .form-4 .form__right_subtitle {
      margin-top: 0.694vw;
      line-height: 0.978vw;
      font-size: 0.978vw; }
    .form-4 .form__right_form-title {
      margin-top: 0.694vw;
      line-height: 0.978vw;
      font-size: 0.978vw; }
    .form-4 .form__right_reductions-top {
      width: 19.2vw; }
    .form-4 .form__right_form {
      margin-top: 1.3vw;
      gap: 1.6vw; }
    .form-4 .form__right_input {
      height: 3.2vw;
      margin-top: 0.3vw;
      padding: 0 0.8vw;
      font-size: 1vw;
      line-height: 2.2vw;
      border-radius: 0.1vw; }
    .form-4 .form__right_input::placeholder {
      font-size: 1vw;
      line-height: 1.2vw; }
    .form-4 .form__right_text {
      font-size: 0.8vw; }
    .form-4 .form__right_terms {
      margin-top: 1.9vw;
      padding: 0 1.4vw;
      font-size: 1.1vw; }
    .form-4 .form__right_button {
      border-radius: 0.3vw;
      font-size: 1.1vw;
      width: 96.7%;
      margin: 1.3vw auto;
      height: 4.2vw; }
    .form-4 .form__right_benefit {
      font-size: 1vw;
      padding: 0 0.7vw;
      line-height: 1.7vw; }
  .form-4 .Select {
    border-radius: 0.1vw;
    height: 3.2vw;
    border: 1px solid #949494;
    font-size: 1vw;
    line-height: 120%;
    margin-top: 0.3vw; }
    .form-4 .Select .list__control {
      height: 3.2vw; } }

@media screen and (max-width: 639px) {
  .center_sellpage-4.center {
    padding: 0; }
  .center_sellpage-4 .header,
  .center_sellpage-4 .logo {
    display: none; }
  .form-4.form {
    display: flex;
    flex-direction: column;
    padding: 0;
    row-gap: 0; }
  .form-4 .row {
    gap: 12px; }
  .form-4 #form {
    margin-top: 8vw; }
  .form-4 .form__partner_wrapper_mobile {
    display: flex;
    flex-direction: column;
    padding: 5.33vw;
    gap: 20px; }
  .form-4 .form__right {
    width: 100%;
    min-width: 100%;
    margin-top: 1.07vw;
    padding: 11.02vw 5.33vw 16.35vw;
    order: 1;
    background-color: var(--textColor);
    border-radius: 0; }
    .form-4 .form__right .mobile_header {
      display: flex;
      flex-direction: column;
      gap: 4.27vw; }
      .form-4 .form__right .mobile_header > p:first-of-type {
        color: white;
        font-weight: 800;
        font-size: 8vw;
        line-height: 9.6vw; }
      .form-4 .form__right .mobile_header > p:last-of-type {
        color: #E4E4E4;
        font-size: 3.73vw;
        line-height: 4.85vw;
        text-align: justify;
        font-weight: 400; }
    .form-4 .form__right_subtitle {
      display: none !important; }
    .form-4 .form__right_form-title {
      display: block;
      font-size: 5.33vw;
      line-height: 6.4vw;
      font-weight: 700;
      color: #000;
      padding-top: 8vw; }
    .form-4 .form__right_wr {
      margin-top: 10vw;
      padding: 8vw 4vw 4vw;
      background: white;
      overflow: hidden; }
      .form-4 .form__right_wr > img {
        display: block;
        margin-top: -14.53vw;
        z-index: 3;
        position: absolute;
        width: 13.87vw; }
    .form-4 .form__right_form {
      display: flex;
      flex-direction: column;
      margin-top: 4vw;
      padding: 0; }
    .form-4 .form__right_block {
      display: flex;
      flex-direction: column; }
      .form-4 .form__right_block:nth-child(7) {
        grid-column: 1 / 3; }
    .form-4 .form__right_block_right {
      display: flex;
      flex-direction: column; }
    .form-4 .form__right_input {
      height: 12.8vw;
      padding: 3.73vw;
      font-size: 3.73vw;
      line-height: 6.4vw;
      border-radius: 2.13vw; }
      .form-4 .form__right_input::placeholder {
        font-size: 3.73vw;
        line-height: 4.48vw; }
    .form-4 .form__right_terms {
      color: #000;
      text-align: justify;
      font-size: 3.73vw;
      font-style: normal;
      font-weight: 400;
      line-height: 4.48vw;
      letter-spacing: -0.04vw;
      margin: 0;
      padding: 5.33vw 0 0; }
    .form-4 .form__right_text {
      color: #000;
      font-size: 3.2vw;
      font-style: normal;
      font-weight: 400;
      line-height: 4.8vw; }
    .form-4 .form__right_button {
      height: 16vw;
      width: 100%;
      margin: 2vw 0 6vw 0;
      border-radius: 0;
      font-size: 4vw;
      font-weight: 400; }
    .form-4 .form__right_benefit {
      font-weight: 400;
      font-size: 3.2vw;
      line-height: 4vw;
      letter-spacing: -0.03vw;
      margin-right: 0;
      text-align: justify; }
  .form-4 .form__line {
    display: none; }
  .form-4 .form__left {
    width: 100%;
    display: block;
    padding-bottom: 0;
    order: 2;
    background-color: #F6F6F6;
    position: relative;
    margin-top: 0;
    min-width: 100%; }
  .form-4 .Select {
    height: 12.8vw;
    font-size: 4vw;
    line-height: 6.4vw;
    border-radius: 2.13vw; }
    .form-4 .Select .list__control {
      height: 100%; }
    .form-4 .Select svg {
      width: 2.666vw; }
  .form-4 .errorText {
    font-size: 2.67vw;
    line-height: 120%; } }

.center.sellpage-5 {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  width: 1064px;
  margin: 0 auto;
  justify-self: center;
  font-family: "Inter", sans-serif; }
  .center.sellpage-5 .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 1064px;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #afafaf; }
  .center.sellpage-5 .logo {
    padding-right: 4px;
    display: flex;
    align-items: flex-start;
    height: 40px;
    margin: 2px 0 0 8px; }
  .center.sellpage-5 .sellpage-5__gradient {
    background: -webkit-linear-gradient(75.21deg, #B45528 13.72%, #E63E25 28.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.form-5 {
  width: 1064px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 20px;
  padding: 23px 0 60px; }
  .form-5 .form__left {
    width: 512px;
    max-width: unset;
    min-width: unset; }
    .form-5 .form__left .sellpage-5__intro {
      min-height: 432px;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      margin-left: -20px;
      background: no-repeat -84px 0  / contain;
      font-weight: 700; }
    .form-5 .form__left .sellpage-5__introAmount {
      font-size: 40px;
      line-height: 120%; }
    .form-5 .form__left .sellpage-5__introTextWrapper {
      width: 90%; }
    .form-5 .form__left .sellpage-5__introDesc {
      width: 339px;
      min-height: 228px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 10px;
      margin-left: -90px;
      padding: 20px 28px 33px 20px;
      font-size: 22px;
      line-height: 120%;
      text-align: center;
      background-color: #fff; }
    .form-5 .form__left .sellpage-5__introLogo {
      max-width: 291px;
      max-height: 90px;
      object-fit: contain; }
    .form-5 .form__left .benefitStages {
      margin-top: 10px;
      padding: 0; }
      .form-5 .form__left .benefitStages .benefitStages__title {
        font-weight: 800;
        font-size: 30px;
        line-height: 120%;
        color: #000; }
      .form-5 .form__left .benefitStages .benefitStages__stages {
        gap: 25px; }
      .form-5 .form__left .benefitStages .benefitStages__stageList {
        padding-left: 20px; }
      .form-5 .form__left .benefitStages .benefitStages__stageTitle {
        font-weight: 700;
        font-size: 20px;
        line-height: 160%;
        color: #000; }
      .form-5 .form__left .benefitStages .benefitStages__stageDesc {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #000; }
      .form-5 .form__left .benefitStages .benefitStages__title_colored {
        color: #bf0000; }
      .form-5 .form__left .benefitStages .benefitStages__stageImage {
        width: 28px;
        fill: black; }
  .form-5 .form__right {
    width: 532px;
    max-width: unset;
    min-width: unset;
    margin-top: 0;
    margin-left: 0;
    padding: 20px 10px;
    background: linear-gradient(180deg, #F8E6DD 0%, #E08A5C 100%); }
    .form-5 .form__right .sellpage-5__amount {
      font-size: 45px;
      line-height: 120%; }
    .form-5 .form__right .sellpage-5__infoIcon > svg {
      width: 24px;
      height: 24px; }
    .form-5 .form__right_title {
      padding: 0 10px;
      font-size: 28px;
      line-height: 120%; }
    .form-5 .form__right_subtitle {
      position: relative;
      margin-top: 10px;
      padding: 16px 26px 16px 60px;
      font-size: 14px;
      line-height: 20px; }
      .form-5 .form__right_subtitle:before {
        content: '';
        width: 6px;
        height: 14px;
        position: absolute;
        top: 20px;
        left: 37px;
        background-image: url("/static/info.svg");
        background-size: contain; }
      .form-5 .form__right_subtitle_bold {
        font-weight: 700; }
    .form-5 .form__right #form {
      gap: 20px;
      margin: 10px 0 20px; }
    .form-5 .form__right_button {
      margin: 0; }
    .form-5 .form__right .my_custom {
      background: #fff;
      padding: 10px;
      gap: 12px; }
    .form-5 .form__right .terms > p {
      margin: 0;
      font-size: 14px;
      line-height: 140%;
      text-align: justify;
      vertical-align: bottom;
      color: #000; }
    .form-5 .form__right .sellpage_policy {
      padding: 0;
      margin: 0;
      font-size: 14px;
      line-height: 140%;
      color: #000; }

@media screen and (max-width: 1439px) {
  .center.sellpage-5 {
    width: 1439px; }
  .form-5 .form__left .benefitStages {
    margin-top: 10px; }
    .form-5 .form__left .benefitStages__stages, .form-5 .form__left .benefitStages__stageTitle_additional {
      margin-top: 25px; }
    .form-5 .form__left .benefitStages__stage {
      gap: 13px; }
  .form-5 .form__right .input_label,
  .form-5 .form__right .select_label,
  .form-5 .form__right .paymentForm__title {
    font-size: 14px;
    line-height: unset; }
  .form-5 .form__right .input,
  .form-5 .form__right .modal-form-fakeInput {
    height: 46px;
    padding: 12px 14px;
    font-size: 14px; }
    .form-5 .form__right .input::placeholder,
    .form-5 .form__right .modal-form-fakeInput::placeholder {
      font-size: 14px; }
  .form-5 .form__right .paymentForm__table {
    margin-top: 6px; }
  .form-5 .form__right .paymentForm__cardBrandsWrapper {
    column-gap: 5px; }
  .form-5 .form__right .paymentForm__row:nth-child(2) td:nth-child(2) {
    background-size: unset;
    background-position: center right 15px; }
  .form-5 .form__right .paymentForm__cell {
    height: 46px; }
  .form-5 .form__right .paymentForm__ixopayNumberDiv {
    width: 170px; }
  .form-5 .form__right .paymentForm__ixopayExpirationWrapper {
    padding-left: 14px; }
  .form-5 .form__right .paymentForm__ixopayExpiration {
    font-size: 14px; }
  .form-5 .form__right .paymentForm__ixopayCvv {
    width: 90px; }
  .form-5 .form__right .paymentForm__cardBrandsLogo {
    width: 30px;
    height: 20px; }
  .form-5 .form__right .paymentForm__stripeNumberDiv, .form-5 .form__right .paymentForm__stripeExpiration, .form-5 .form__right .paymentForm__stripeCvv {
    font-size: 14px;
    padding: 14px 14px 10px 12px; }
  .form-5 .form__right .sellpage-style-terms > p {
    margin-top: 5px;
    font-size: 15px; }
  .form-5 .form__right_button {
    border-radius: 4px;
    height: 61px;
    font-size: 16px; }
  .sellpage-5 + .benefits {
    width: 1439px;
    margin: 0 auto;
    grid-template-columns: auto;
    padding: 68px 175px 70px 207px; }
    .sellpage-5 + .benefits .benefits__list {
      margin-top: 47px; }
    .sellpage-5 + .benefits .benefits__top {
      font-size: 28px; }
    .sellpage-5 + .benefits .benefits__bottom {
      font-size: 28px; }
    .sellpage-5 + .benefits .benefits__item:nth-child(2) {
      margin-left: 52px; }
    .sellpage-5 + .benefits .benefits__item:nth-child(3) {
      margin-left: 39px; }
    .sellpage-5 + .benefits .benefits__bottom {
      margin-top: 8px; }
    .sellpage-5 + .benefits + .footer {
      width: 1439px;
      padding: 62px 70px 231px 71px; }
      .sellpage-5 + .benefits + .footer .footer__top {
        font-size: 20px; }
      .sellpage-5 + .benefits + .footer .footer__list {
        margin-top: 47px;
        grid-template-columns: 363px 367px;
        column-gap: 117px;
        row-gap: 41px; }
      .sellpage-5 + .benefits + .footer .footer__name {
        font-size: 18px; }
      .sellpage-5 + .benefits + .footer .footer__desc {
        font-size: 16px; }
      .sellpage-5 + .benefits + .footer .footer__number {
        font-size: 14px; }
      .sellpage-5 + .benefits + .footer .footer__bottom {
        margin-top: 50px;
        font-size: 14px; }
      .sellpage-5 + .benefits + .footer .footer__max {
        font-size: 14px;
        margin-top: 30px; }
      .sellpage-5 + .benefits + .footer .footer__pay {
        font-size: 14px;
        margin-top: 30px; }
      .sellpage-5 + .benefits + .footer .footer__icons {
        margin-top: 25px;
        gap: 5px; }
      .sellpage-5 + .benefits + .footer .footer__icons > img:last-of-type,
      .sellpage-5 + .benefits + .footer .footer__icons > img:first-of-type {
        max-height: unset; } }

@media screen and (max-width: 639px) {
  .form-5 .form__top-mobile {
    display: none; }
  .form-5 .form__left {
    display: block; }
  .form-5 .form__right_title {
    display: block; }
  .form-5 .form__right .my_custom {
    width: 100%; }
  .form-5 .form__right .row {
    flex-direction: row; }
  .form-5 .form__right .bordered {
    margin-top: 0;
    border-radius: 0; }
  .form-5 .form__right .default {
    margin-top: 0;
    border-radius: 0; }
  .form-5 .form__right .error {
    font-size: 13px;
    line-height: 1;
    margin-top: 3px; }
  .form-5 .form__right .paymentForm__cardBrandsWrapper {
    padding-right: 18px;
    column-gap: 5px; }
  .form-5 .form__right .paymentForm__row:first-child td:first-child {
    border-top-left-radius: 0;
    border-right: 1px solid #949494; }
  .form-5 .form__right .paymentForm__row:first-child td:nth-child(2) {
    border-top-right-radius: 0; }
  .form-5 .form__right .paymentForm__row:nth-child(2) td:first-child {
    border-bottom-left-radius: 0; }
  .form-5 .form__right .paymentForm__row:nth-child(2) td:nth-child(2) {
    border-bottom-right-radius: 0;
    background-position: center right 15px; }
  .form-5 .form__right .sellpage-style-terms {
    width: 100%; }
    .form-5 .form__right .sellpage-style-terms > p {
      margin-top: 5px;
      font-size: 15px;
      line-height: 120%;
      padding: 0 10px; }
  .form-5 .form__right_button {
    width: 100%;
    line-height: 120%; }
  .sellpage-5 + .benefits {
    display: grid; }
    .sellpage-5 + .benefits .benefits__list {
      flex-direction: row;
      padding: unset; }
    .sellpage-5 + .benefits .benefits__top {
      font-size: 28px;
      line-height: 120%; }
    .sellpage-5 + .benefits .benefits__bottom {
      font-size: 28px;
      line-height: 120%; }
    .sellpage-5 + .benefits .benefits__item:nth-child(2) {
      margin-top: 0;
      margin-left: 52px; }
    .sellpage-5 + .benefits .benefits__item:nth-child(3) {
      margin-top: 0;
      margin-left: 39px; }
    .sellpage-5 + .benefits .benefits__bottom {
      margin-top: 8px; }
    .sellpage-5 + .benefits .benefits__line {
      width: 85px;
      height: 1px;
      background: var(--second);
      border: 1px solid var(--second);
      margin-top: 22px; }
      .sellpage-5 + .benefits .benefits__line_colored {
        height: 3px;
        border: none;
        background: var(--textColor); }
    .sellpage-5 + .benefits + .footer .footer__bottom {
      line-height: 180%;
      text-align: unset; }
    .sellpage-5 + .benefits + .footer .footer__icons {
      flex-direction: row;
      align-items: center; } }

.new-confirm {
  display: flex;
  flex-direction: column;
  max-width: 1026px;
  justify-self: center;
  margin: 0 auto; }
  .new-confirm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px; }
    .new-confirm-header__logo {
      width: 208px; }
    .new-confirm-header__link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 8px;
      color: #000000;
      text-decoration: none;
      font-weight: 600;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.05em; }
    .new-confirm-header__link-icon {
      height: 17px; }
      .new-confirm-header__link-icon > svg {
        fill: none; }
  .new-confirm-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-top: 80px; }
    .new-confirm-intro > h1 {
      font-weight: 700;
      font-size: 60px;
      line-height: 72px;
      text-align: center;
      padding-left: 55px; }
    .new-confirm-intro > h2 {
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      text-align: center; }
    .new-confirm-intro > p {
      font-weight: 300;
      font-size: 16px;
      line-height: 24px; }
      .new-confirm-intro > p > a {
        color: black;
        cursor: pointer;
        text-decoration: none; }
  .new-confirm-info {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    flex-basis: 0;
    gap: 20px;
    padding: 40px 0; }
  .new-confirm-user > div:first-of-type {
    border: 1px solid black;
    gap: 16px;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 100%; }
    .new-confirm-user > div:first-of-type > h3 {
      font-weight: 700;
      font-size: 25px;
      line-height: 30px;
      padding-bottom: 15px; }
    .new-confirm-user > div:first-of-type > span {
      font-weight: 400;
      font-size: 18px;
      line-height: 21.6px; }
      .new-confirm-user > div:first-of-type > span > span {
        font-weight: 700;
        display: inline-block;
        word-break: break-word; }
  .new-confirm-steps {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .new-confirm-steps > h3 {
      font-weight: 700;
      font-size: 25px;
      line-height: 30px; }
    .new-confirm-steps > div {
      display: flex;
      align-items: flex-start;
      gap: 32px; }
      .new-confirm-steps > div > p:first-of-type {
        font-weight: 800;
        font-size: 36px;
        line-height: 43.2px;
        color: white;
        -webkit-text-stroke: 2px black; }
      .new-confirm-steps > div > p:last-of-type {
        font-weight: 400;
        font-size: 15px;
        line-height: 22.5px; }
  .new-confirm-advantages {
    gap: 25px;
    border-radius: 11px;
    padding: 30px 37px;
    display: flex;
    flex-direction: column;
    background: #f6f6f6;
    align-items: center;
    text-align: center; }
    .new-confirm-advantages > h3 {
      font-family: Poppins;
      font-weight: 700;
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 0;
      text-align: center;
      padding-bottom: 15px; }
  .new-confirm-wr {
    padding-top: 54px;
    padding-bottom: 14px;
    background: #f6f6f6; }
  .new-confirm-comments {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1026px;
    margin: 0 auto;
    justify-self: center; }
    .new-confirm-comments > div > h4 {
      font-weight: 500;
      font-size: 20px;
      line-height: 36px;
      padding-bottom: 15px; }
    .new-confirm-comments > div > p {
      font-weight: 400;
      font-size: 16px;
      line-height: 28.8px;
      word-break: break-word; }
      .new-confirm-comments > div > p > a {
        color: black; }
  .new-confirm-footer {
    display: flex;
    flex-direction: column;
    max-width: 1026px;
    justify-self: center;
    gap: 10px;
    margin: 0 auto;
    padding: 40px 0; }
    .new-confirm-footer > p {
      font-weight: 500;
      font-size: 16px;
      line-height: 28.8px; }
      .new-confirm-footer > p > a {
        text-decoration: underline;
        color: black;
        cursor: pointer; }
        .new-confirm-footer > p > a:visited, .new-confirm-footer > p > a:active {
          color: black;
          font-weight: 400; }
        .new-confirm-footer > p > a:hover {
          font-weight: 600; }
    .new-confirm-footer > p:last-of-type {
      padding-top: 20px; }
    .new-confirm-footer > div {
      display: flex;
      align-items: center;
      gap: 5px;
      position: relative; }
      .new-confirm-footer > div > a {
        font-weight: 400;
        font-size: 12px;
        line-height: 14.4px;
        letter-spacing: 1px;
        text-decoration: none;
        color: black; }
        .new-confirm-footer > div > a:visited, .new-confirm-footer > div > a:active {
          color: black;
          font-weight: 400; }
        .new-confirm-footer > div > a:hover {
          font-weight: 600; }
    .new-confirm-footer > span:last-of-type {
      position: absolute;
      right: 0; }

.new-confirm-bg {
  width: auto;
  height: 420px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/modal-confirm-frame.svg"); }

@media screen and (max-width: 1439px) {
  .new-confirm {
    padding: 0 30px; }
  .new-confirm-wr, .new-confirm-footer {
    padding: 30px; } }

@media screen and (max-width: 768px) {
  .new-confirm-header {
    padding-top: 10px; }
    .new-confirm-header__logo {
      width: 180px; }
    .new-confirm-header__link {
      gap: 5px; }
      .new-confirm-header__link > span:last-of-type {
        font-size: 13px; }
    .new-confirm-header__link-icon {
      width: 12px; }
  .new-confirm-bg {
    background-image: url("/static/confirm-modal-frame-mobile.svg");
    background-position: center;
    padding-top: 0;
    width: 100%;
    background-size: contain; }
  .new-confirm {
    padding: 0 10px; }
  .new-confirm-info {
    flex-direction: column; }
  .new-confirm-user > div:first-of-type {
    gap: 32px;
    padding: 30px 20px; }
  .new-confirm-intro {
    padding-top: 25px; }
    .new-confirm-intro > span {
      width: 70px; }
    .new-confirm-intro > h1 {
      font-family: Poppins, serif;
      font-weight: 700;
      font-size: 30px;
      line-height: 42px;
      letter-spacing: 0;
      text-align: center;
      padding-left: 49px; }
  .new-confirm-wr {
    margin: 0 10px;
    border-radius: 11px;
    padding: 15px; }
  .new-confirm-footer {
    padding: 20px; }
    .new-confirm-footer > div {
      display: block;
      text-align: center; }
    .new-confirm-footer > a {
      font-weight: 400;
      font-size: 12px;
      line-height: 24px;
      letter-spacing: 1.5px;
      text-align: center; }
    .new-confirm-footer > p {
      font-weight: 400;
      font-size: 16px;
      line-height: 28.8px; }
    .new-confirm-footer > span:last-of-type {
      display: none; } }

