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

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

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

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

html {
  height: 100%
}

body {
  margin: 0;
  height: 100%
}

a {
  text-decoration: none
}

ul {
  list-style: none
}

h1, h2, h3, li, p, ul {
  padding: 0;
  margin: 0
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

input {
  color: #070612
}

textarea {
  color: #070612
}

button {
  color: #070612
}

input:disabled {
  color: #070612
}

input[readonly] {
  color: #070612
}

button:disabled {
  opacity: 1
}

body {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
  background: #070612
}

body img {
  max-width: 100%;
  height: auto
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 72px 0
}

.pageParthners {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: default
}

.pageParthners__testRegisterConfirmedBtn {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ff000c;
  border: none;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease
}

.pageParthners__testRegisterConfirmedBtn:hover {
  background: #c10009
}

.pageParthners__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 24px;
  height: 88px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pageParthners__header-logo {
  margin-top: 2px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  opacity: 0;
  -webkit-animation: slideInDown .4s ease-out .2s forwards;
  animation: slideInDown .4s ease-out .2s forwards
}

.pageParthners__header-logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.pageParthners__header-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  z-index: 2
}

.pageParthners__header-auth a {
  font-family: Inter, sans-serif;
  min-width: 98px;
  max-width: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px)
}

.pageParthners__header-auth a:first-child {
  -webkit-animation: slideInDown .2s ease-out .2s forwards;
  animation: slideInDown .2s ease-out .2s forwards
}

.pageParthners__header-auth a:last-child {
  -webkit-animation: slideInDown .2s ease-out .4s forwards;
  animation: slideInDown .2s ease-out .4s forwards
}

.pageParthners__header-auth a:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(255, 255, 255, .2);
  box-shadow: 0 4px 12px rgba(255, 255, 255, .2)
}

.pageParthners__header-auth--login {
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  pointer-events: auto
}

.pageParthners__header-auth--login:hover {
  background: #fff;
  color: #070612
}

.pageParthners__header-auth--login:disabled {
  color: #fff
}

.pageParthners__header-auth--register {
  background: #fff;
  color: #070612;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  pointer-events: auto
}

.pageParthners__header-auth--register:hover {
  background: #fdecec
}

.pageParthners__header-auth--register:disabled {
  color: #070612
}

.pageParthners__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 58px;
  height: 16vw;
  background: #ff000c;
  position: relative;
  max-height: 276px;
  opacity: 0;
  -webkit-animation: appear .3s ease-out .3s forwards;
  animation: appear .3s ease-out .3s forwards
}

.pageParthners__titleBox-title {
  font-family: Inter, sans-serif;
  font-size: 9.5vw;
  white-space: nowrap;
  font-weight: 900;
  letter-spacing: .06em;
  color: #070612;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .15em
}

.pageParthners__titleBox .word {
  display: inline-block;
  opacity: 1;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transform: translateY(160px) scale(1);
  -ms-transform: translateY(160px) scale(1);
  transform: translateY(160px) scale(1)
}

.pageParthners__titleBox .word:nth-child(1) {
  -webkit-animation: wordAppear .5s ease-out .4s forwards;
  animation: wordAppear .5s ease-out .4s forwards
}

.pageParthners__titleBox .word:nth-child(2) {
  -webkit-animation: wordAppear .5s ease-out .5s forwards;
  animation: wordAppear .5s ease-out .5s forwards
}

.pageParthners__titleBox .word:nth-child(3) {
  -webkit-animation: wordAppear .5s ease-out .6s forwards;
  animation: wordAppear .5s ease-out .6s forwards
}

.pageParthners__titleBox .word:nth-child(4) {
  -webkit-animation: wordAppear .5s ease-out .7s forwards;
  animation: wordAppear .5s ease-out .7s forwards
}

.pageParthners__titleBox-spray {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  position: absolute;
  z-index: 3;
  bottom: -4%;
  left: 19.2vw;
  width: 20vw;
  height: auto;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-animation: sprayAppear .3s ease-out .7s forwards;
  animation: sprayAppear .3s ease-out .7s forwards
}

.pageParthners__preview {
  margin-top: -3.5vw;
  margin-left: -3.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pageParthners__preview-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #070612
}

.pageParthners__preview-box-letter {
  z-index: -1;
  opacity: 0;
  margin-top: 8.75vw
}

.pageParthners__preview-box-letter img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  height: 23.91vw;
  max-height: 459px
}

.pageParthners__preview-box-letter:nth-child(1) {
  -webkit-animation: letterAppear .5s ease-out .7s forwards;
  animation: letterAppear .5s ease-out .7s forwards
}

.pageParthners__preview-box-letter:nth-child(3) {
  margin-left: 1.4vw;
  -webkit-animation: letterAppear .5s ease-out .9s forwards;
  animation: letterAppear .5s ease-out .9s forwards
}

.pageParthners__preview-box-tatoo {
  margin-left: -1.6vw;
  opacity: 0;
  -webkit-animation: handAppear .5s ease-out 1.2s forwards;
  animation: handAppear .5s ease-out 1.2s forwards;
  z-index: 2;
  width: auto;
  height: 35.68vw;
  max-height: 685px;
  -o-object-fit: contain;
  object-fit: contain
}

.pageParthners__ctaButton-preview {
  opacity: 0;
  margin: 0 auto;
  -webkit-animation: ctaApear .5s ease-out 1.5s forwards;
  animation: ctaApear .5s ease-out 1.5s forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  max-width: 230px;
  color: #070612;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 0 40px;
  border-radius: 12px;
  height: 64px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out
}

.pageParthners__ctaButton-preview:hover {
  background: #fdecec
}

.pageParthners__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 89px 111px 50px 111px;
  position: relative;
  gap: 32px
}

.pageParthners__benefits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 22px
}

.pageParthners__benefits-item img {
  width: auto;
  height: 98px
}

.pageParthners__benefits-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.pageParthners__benefits-item-content h3 {
  max-width: 244px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff
}

.pageParthners__benefits-item-content p {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff
}

.pageParthners__ctaButton {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 230px;
  color: #070612;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 0 40px;
  border-radius: 12px;
  height: 64px;
  background: #fff;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out
}

.pageParthners__ctaButton:hover {
  background: #fdecec
}

.pageParthners__runningLine {
  margin-top: 74px;
  width: 100%;
  overflow: hidden;
  background: #070612;
  position: relative
}

.pageParthners__runningLine-wrapper {
  gap: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.pageParthners__runningLine-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 18px
}

.pageParthners__runningLine-track img {
  height: 67px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.pageParthners__question {
  margin: 72px auto 48px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 54px
}

.pageParthners__question-text {
  position: relative;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 138px;
  font-weight: 900;
  color: #fff;
  line-height: .75
}

.pageParthners__question-text:last-child {
  margin-left: 140px
}

.pageParthners__question-text img {
  top: -37px;
  left: -170px;
  position: absolute;
  width: auto;
  height: 208px;
  opacity: 1;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.pageParthners__question-text img.animate {
  -webkit-animation: slideDownFromTop .5s cubic-bezier(.25, .46, .45, .94) .5s forwards;
  animation: slideDownFromTop .5s cubic-bezier(.25, .46, .45, .94) .5s forwards
}

.pageParthners__buttonTelegram {
  margin: 0 auto 55px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 230px;
  background: #fff;
  color: #070612;
  gap: 20px;
  border-radius: 12px;
  height: 64px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out
}

.pageParthners__buttonTelegram:hover {
  background: #fdecec
}

.pageParthners__buttonTelegram p {
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #070612
}

.pageParthners__buttonTelegram img {
  width: 31px;
  height: 31px
}

.pageParthners__advice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px
}

.pageParthners__advice-text {
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff
}

.pageParthners__advice img {
  width: auto;
  height: 33px;
  -webkit-animation: infiniteMoveArrow 2s ease-in-out;
  animation: infiniteMoveArrow 2s ease-in-out
}

.pageParthners__socials {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px
}

.pageParthners__socials-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer
}

.pageParthners__socials-item svg {
  width: 94px;
  height: 87px
}

.pageParthners__socials-item:hover .pageParthners__socials-item-icon svg path[fill=white] {
  fill: #fdecec
}

.pageParthners__forgotPasswordPopup, .pageParthners__loginPopup, .pageParthners__registerConfirmedPopup, .pageParthners__registerPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 56px 0;
  overflow-y: auto;
  background: rgba(7, 6, 18, .9)
}

.pageParthners__forgotPasswordPopup.active, .pageParthners__loginPopup.active, .pageParthners__registerConfirmedPopup.active, .pageParthners__registerPopup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.pageParthners__forgotPasswordPopup.content-tall, .pageParthners__loginPopup.content-tall, .pageParthners__registerConfirmedPopup.content-tall, .pageParthners__registerPopup.content-tall {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-height: 470px) {
  .pageParthners__forgotPasswordPopup.content-tall, .pageParthners__loginPopup.content-tall, .pageParthners__registerConfirmedPopup.content-tall, .pageParthners__registerPopup.content-tall {
    padding-top: 30px
  }
}

.pageParthners__forgotPasswordPopup-content, .pageParthners__loginPopup-content, .pageParthners__registerConfirmedPopup-content, .pageParthners__registerPopup-content {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: relative;
  background: #fff;
  border-radius: 0;
  max-width: 424px;
  width: 100%;
  margin: 0 auto;
  padding: 43px 24px;
  z-index: 1001;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media screen and (max-height: 700px) and (orientation: landscape) {
  .pageParthners__forgotPasswordPopup-content, .pageParthners__loginPopup-content, .pageParthners__registerConfirmedPopup-content, .pageParthners__registerPopup-content {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
  .pageParthners__forgotPasswordPopup-content, .pageParthners__loginPopup-content, .pageParthners__registerConfirmedPopup-content, .pageParthners__registerPopup-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
  }
}

@media screen and (max-height: 550px) and (orientation: landscape) {
  .pageParthners__forgotPasswordPopup-content, .pageParthners__loginPopup-content, .pageParthners__registerConfirmedPopup-content, .pageParthners__registerPopup-content {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
  }
}

@media screen and (max-height: 480px) and (orientation: landscape) {
  .pageParthners__forgotPasswordPopup-content, .pageParthners__loginPopup-content, .pageParthners__registerConfirmedPopup-content, .pageParthners__registerPopup-content {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
  }
}

@media screen and (max-width: 560px) and (orientation: landscape) {
  .pageParthners__forgotPasswordPopup-content, .pageParthners__loginPopup-content, .pageParthners__registerConfirmedPopup-content, .pageParthners__registerPopup-content {
    padding: 43px 20px
  }
}

.pageParthners__forgotPasswordPopup-close, .pageParthners__loginPopup-close, .pageParthners__registerConfirmedPopup-close, .pageParthners__registerPopup-close {
  position: absolute;
  top: -33px;
  right: -50px;
  width: 32px;
  height: 32px;
  border: none;
  background: 0 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  padding: 0;
  z-index: 1002
}

@media screen and (max-width: 560px) {
  .pageParthners__forgotPasswordPopup-close, .pageParthners__loginPopup-close, .pageParthners__registerConfirmedPopup-close, .pageParthners__registerPopup-close {
    top: -44px;
    right: 10px
  }
}

.pageParthners__forgotPasswordPopup-close svg, .pageParthners__loginPopup-close svg, .pageParthners__registerConfirmedPopup-close svg, .pageParthners__registerPopup-close svg {
  fill: #fff;
  display: block;
  width: 100%;
  height: 100%
}

.pageParthners__forgotPasswordPopup-close:hover svg path, .pageParthners__loginPopup-close:hover svg path, .pageParthners__registerConfirmedPopup-close:hover svg path, .pageParthners__registerPopup-close:hover svg path {
  stroke: #ff000c
}

.pageParthners__forgotPasswordPopup-title, .pageParthners__loginPopup-title, .pageParthners__registerConfirmedPopup-title, .pageParthners__registerPopup-title {
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  color: #070612;
  margin: 0 0 21px 0;
  text-align: center;
  pointer-events: auto
}

.pageParthners__forgotPasswordPopup-form, .pageParthners__loginPopup-form, .pageParthners__registerConfirmedPopup-form, .pageParthners__registerPopup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px
}

.pageParthners__forgotPasswordPopup-field, .pageParthners__loginPopup-field, .pageParthners__registerConfirmedPopup-field, .pageParthners__registerPopup-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px
}

.pageParthners__forgotPasswordPopup-label, .pageParthners__loginPopup-label, .pageParthners__registerConfirmedPopup-label, .pageParthners__registerPopup-label {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #070612;
  pointer-events: auto
}

.pageParthners__forgotPasswordPopup-checkbox, .pageParthners__loginPopup-checkbox, .pageParthners__registerConfirmedPopup-checkbox, .pageParthners__registerPopup-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #070612;
  cursor: pointer;
  pointer-events: auto
}

@media screen and (max-width: 360px) {
  .pageParthners__forgotPasswordPopup-checkbox, .pageParthners__loginPopup-checkbox, .pageParthners__registerConfirmedPopup-checkbox, .pageParthners__registerPopup-checkbox {
    font-size: 14px
  }
}

.pageParthners__forgotPasswordPopup-checkbox input[type=checkbox], .pageParthners__loginPopup-checkbox input[type=checkbox], .pageParthners__registerConfirmedPopup-checkbox input[type=checkbox], .pageParthners__registerPopup-checkbox input[type=checkbox] {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: auto
}

.pageParthners__forgotPasswordPopup-checkbox input[type=checkbox]:checked, .pageParthners__loginPopup-checkbox input[type=checkbox]:checked, .pageParthners__registerConfirmedPopup-checkbox input[type=checkbox]:checked, .pageParthners__registerPopup-checkbox input[type=checkbox]:checked {
  background: #ff000c;
  border-color: #ff000c
}

.pageParthners__forgotPasswordPopup-checkbox input[type=checkbox]:checked::after, .pageParthners__loginPopup-checkbox input[type=checkbox]:checked::after, .pageParthners__registerConfirmedPopup-checkbox input[type=checkbox]:checked::after, .pageParthners__registerPopup-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M12.1257 2.36563C12.72 1.86387 12.72 0.966617 12.1257 0.411734C11.6304 -0.137245 10.7447 -0.137245 10.197 0.411734L4.66139 6.02549L2.33645 3.71742C1.84116 3.16844 0.955469 3.16844 0.409487 3.71742C-0.136496 4.2723 -0.136496 5.16956 0.409487 5.67131L3.67081 8.97699C4.21854 9.5791 5.10423 9.5791 5.59952 8.97699L12.1257 2.36563Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

.pageParthners__forgotPasswordPopup-checkbox input[type=checkbox]:hover, .pageParthners__loginPopup-checkbox input[type=checkbox]:hover, .pageParthners__registerConfirmedPopup-checkbox input[type=checkbox]:hover, .pageParthners__registerPopup-checkbox input[type=checkbox]:hover {
  border-color: #ff000c
}

.pageParthners__forgotPasswordPopup-checkbox span, .pageParthners__loginPopup-checkbox span, .pageParthners__registerConfirmedPopup-checkbox span, .pageParthners__registerPopup-checkbox span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #070612
}

.pageParthners__forgotPasswordPopup-inputWrapper, .pageParthners__loginPopup-inputWrapper, .pageParthners__registerConfirmedPopup-inputWrapper, .pageParthners__registerPopup-inputWrapper {
  position: relative
}

.pageParthners__forgotPasswordPopup-input, .pageParthners__loginPopup-input, .pageParthners__registerConfirmedPopup-input, .pageParthners__registerPopup-input {
  width: 100%;
  padding: 16px 24px;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #070612;
  background: #fff;
  -webkit-appearance: none;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
  pointer-events: auto
}

.pageParthners__forgotPasswordPopup-input:focus, .pageParthners__loginPopup-input:focus, .pageParthners__registerConfirmedPopup-input:focus, .pageParthners__registerPopup-input:focus {
  outline: 0;
  color: #070612
}

.pageParthners__forgotPasswordPopup-input::-webkit-input-placeholder, .pageParthners__loginPopup-input::-webkit-input-placeholder, .pageParthners__registerConfirmedPopup-input::-webkit-input-placeholder, .pageParthners__registerPopup-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1
}

.pageParthners__forgotPasswordPopup-input::-moz-placeholder, .pageParthners__loginPopup-input::-moz-placeholder, .pageParthners__registerConfirmedPopup-input::-moz-placeholder, .pageParthners__registerPopup-input::-moz-placeholder {
  color: #999;
  opacity: 1
}

.pageParthners__forgotPasswordPopup-input:-ms-input-placeholder, .pageParthners__loginPopup-input:-ms-input-placeholder, .pageParthners__registerConfirmedPopup-input:-ms-input-placeholder, .pageParthners__registerPopup-input:-ms-input-placeholder {
  color: #999;
  opacity: 1
}

.pageParthners__forgotPasswordPopup-input::-ms-input-placeholder, .pageParthners__loginPopup-input::-ms-input-placeholder, .pageParthners__registerConfirmedPopup-input::-ms-input-placeholder, .pageParthners__registerPopup-input::-ms-input-placeholder {
  color: #999;
  opacity: 1
}

.pageParthners__forgotPasswordPopup-input::placeholder, .pageParthners__loginPopup-input::placeholder, .pageParthners__registerConfirmedPopup-input::placeholder, .pageParthners__registerPopup-input::placeholder {
  color: #999;
  opacity: 1
}

.pageParthners__forgotPasswordPopup-input:disabled, .pageParthners__forgotPasswordPopup-input[readonly], .pageParthners__loginPopup-input:disabled, .pageParthners__loginPopup-input[readonly], .pageParthners__registerConfirmedPopup-input:disabled, .pageParthners__registerConfirmedPopup-input[readonly], .pageParthners__registerPopup-input:disabled, .pageParthners__registerPopup-input[readonly] {
  color: #070612
}

.pageParthners__forgotPasswordPopup-input--password, .pageParthners__loginPopup-input--password, .pageParthners__registerConfirmedPopup-input--password, .pageParthners__registerPopup-input--password {
  padding-right: 48px
}

.pageParthners__forgotPasswordPopup-input.has-value, .pageParthners__loginPopup-input.has-value, .pageParthners__registerConfirmedPopup-input.has-value, .pageParthners__registerPopup-input.has-value {
  padding-right: 48px
}

.pageParthners__forgotPasswordPopup-input.error, .pageParthners__loginPopup-input.error, .pageParthners__registerConfirmedPopup-input.error, .pageParthners__registerPopup-input.error {
  border-color: #ff000c;
  color: #070612
}

.pageParthners__forgotPasswordPopup-clearInput, .pageParthners__loginPopup-clearInput, .pageParthners__registerConfirmedPopup-clearInput, .pageParthners__registerPopup-clearInput {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 1
}

.pageParthners__forgotPasswordPopup-clearInput:hover, .pageParthners__loginPopup-clearInput:hover, .pageParthners__registerConfirmedPopup-clearInput:hover, .pageParthners__registerPopup-clearInput:hover {
  opacity: .7
}

.pageParthners__forgotPasswordPopup-clearInput svg, .pageParthners__loginPopup-clearInput svg, .pageParthners__registerConfirmedPopup-clearInput svg, .pageParthners__registerPopup-clearInput svg {
  display: block;
  width: 16px;
  height: 16px
}

.pageParthners__forgotPasswordPopup-passwordWrapper, .pageParthners__loginPopup-passwordWrapper, .pageParthners__registerConfirmedPopup-passwordWrapper, .pageParthners__registerPopup-passwordWrapper {
  position: relative
}

.pageParthners__forgotPasswordPopup-passwordWrapper .pageParthners__loginPopup-input--password.error, .pageParthners__forgotPasswordPopup-passwordWrapper .pageParthners__registerPopup-input--password.error, .pageParthners__loginPopup-passwordWrapper .pageParthners__loginPopup-input--password.error, .pageParthners__loginPopup-passwordWrapper .pageParthners__registerPopup-input--password.error, .pageParthners__registerConfirmedPopup-passwordWrapper .pageParthners__loginPopup-input--password.error, .pageParthners__registerConfirmedPopup-passwordWrapper .pageParthners__registerPopup-input--password.error, .pageParthners__registerPopup-passwordWrapper .pageParthners__loginPopup-input--password.error, .pageParthners__registerPopup-passwordWrapper .pageParthners__registerPopup-input--password.error {
  padding-right: 48px
}

.pageParthners__forgotPasswordPopup-passwordWrapper .pageParthners__loginPopup-errorIcon, .pageParthners__forgotPasswordPopup-passwordWrapper .pageParthners__registerPopup-errorIcon, .pageParthners__loginPopup-passwordWrapper .pageParthners__loginPopup-errorIcon, .pageParthners__loginPopup-passwordWrapper .pageParthners__registerPopup-errorIcon, .pageParthners__registerConfirmedPopup-passwordWrapper .pageParthners__loginPopup-errorIcon, .pageParthners__registerConfirmedPopup-passwordWrapper .pageParthners__registerPopup-errorIcon, .pageParthners__registerPopup-passwordWrapper .pageParthners__loginPopup-errorIcon, .pageParthners__registerPopup-passwordWrapper .pageParthners__registerPopup-errorIcon {
  right: 40px
}

.pageParthners__forgotPasswordPopup-togglePassword, .pageParthners__loginPopup-togglePassword, .pageParthners__registerConfirmedPopup-togglePassword, .pageParthners__registerPopup-togglePassword {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 1
}

.pageParthners__forgotPasswordPopup-togglePassword:hover, .pageParthners__loginPopup-togglePassword:hover, .pageParthners__registerConfirmedPopup-togglePassword:hover, .pageParthners__registerPopup-togglePassword:hover {
  opacity: .7
}

.pageParthners__forgotPasswordPopup-togglePassword svg, .pageParthners__loginPopup-togglePassword svg, .pageParthners__registerConfirmedPopup-togglePassword svg, .pageParthners__registerPopup-togglePassword svg {
  display: block;
  width: 24px;
  height: 24px
}

.pageParthners__forgotPasswordPopup-errorText, .pageParthners__loginPopup-errorText, .pageParthners__registerConfirmedPopup-errorText, .pageParthners__registerPopup-errorText {
  margin-top: 4px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ff000c;
  line-height: 20px;
  min-height: 20px;
  pointer-events: auto
}

.pageParthners__forgotPasswordPopup-errorIcon, .pageParthners__loginPopup-errorIcon, .pageParthners__registerConfirmedPopup-errorIcon, .pageParthners__registerPopup-errorIcon {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid #ff000c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2
}

.pageParthners__forgotPasswordPopup-errorIcon svg, .pageParthners__loginPopup-errorIcon svg, .pageParthners__registerConfirmedPopup-errorIcon svg, .pageParthners__registerPopup-errorIcon svg {
  width: 16px;
  height: 16px;
  fill: none
}

.pageParthners__forgotPasswordPopup-submit, .pageParthners__loginPopup-submit, .pageParthners__registerConfirmedPopup-submit, .pageParthners__registerPopup-submit {
  width: 100%;
  padding: 0 40px;
  height: 64px;
  background: #ff000c;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  pointer-events: auto
}

.pageParthners__forgotPasswordPopup-submit:hover, .pageParthners__loginPopup-submit:hover, .pageParthners__registerConfirmedPopup-submit:hover, .pageParthners__registerPopup-submit:hover {
  background: #c10009;
  color: #fff
}

.pageParthners__forgotPasswordPopup-submit:disabled, .pageParthners__loginPopup-submit:disabled, .pageParthners__registerConfirmedPopup-submit:disabled, .pageParthners__registerPopup-submit:disabled {
  color: #fff
}

.pageParthners__forgotPasswordPopup-loginLink, .pageParthners__loginPopup-loginLink, .pageParthners__registerConfirmedPopup-loginLink, .pageParthners__registerPopup-loginLink {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #070612;
  pointer-events: auto
}

.pageParthners__forgotPasswordPopup-loginLink span, .pageParthners__loginPopup-loginLink span, .pageParthners__registerConfirmedPopup-loginLink span, .pageParthners__registerPopup-loginLink span {
  margin-right: 12px;
  color: #070612
}

.pageParthners__forgotPasswordPopup-loginLink a, .pageParthners__loginPopup-loginLink a, .pageParthners__registerConfirmedPopup-loginLink a, .pageParthners__registerPopup-loginLink a {
  color: #ff000c;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  pointer-events: auto
}

.pageParthners__forgotPasswordPopup-loginLink a:hover, .pageParthners__loginPopup-loginLink a:hover, .pageParthners__registerConfirmedPopup-loginLink a:hover, .pageParthners__registerPopup-loginLink a:hover {
  color: #c10009
}

.pageParthners__registerPopup-checkbox {
  margin: 0 auto 0 auto
}

@media screen and (max-height: 700px) and (orientation: landscape) {
  .pageParthners__loginPopup {
    overflow-y: hidden
  }
}

.pageParthners__loginPopup-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px
}

.pageParthners__loginPopup-forgotPassword {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ff000c;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  pointer-events: auto
}

@media screen and (max-width: 360px) {
  .pageParthners__loginPopup-forgotPassword {
    font-size: 14px
  }
}

.pageParthners__loginPopup-forgotPassword:hover {
  color: #c10009
}

.pageParthners__loginPopup-submit {
  margin-top: 4px
}

.pageParthners__loginPopup-registerLink {
  margin-top: 12px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #070612;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  pointer-events: auto
}

.pageParthners__loginPopup-registerLink span {
  margin-bottom: 4px;
  color: #070612
}

.pageParthners__loginPopup-registerLink a {
  color: #ff000c;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  pointer-events: auto
}

.pageParthners__loginPopup-registerLink a:hover {
  color: #c10009
}

@media screen and (max-height: 700px) and (orientation: landscape) {
  .pageParthners__forgotPasswordPopup {
    overflow-y: hidden
  }
}

.pageParthners__forgotPasswordPopup-backLink {
  margin-top: 12px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #070612;
  pointer-events: auto
}

.pageParthners__forgotPasswordPopup-backLink span {
  margin-right: 8px;
  color: #070612
}

.pageParthners__forgotPasswordPopup-backLink a {
  color: #ff000c;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  pointer-events: auto
}

.pageParthners__forgotPasswordPopup-backLink a:hover {
  color: #c10009
}

@media screen and (max-height: 700px) and (orientation: landscape) {
  .pageParthners__registerConfirmedPopup {
    overflow-y: hidden
  }
}

.pageParthners__registerConfirmedPopup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pageParthners__registerConfirmedPopup-icon {
  width: 100%;
  max-width: 94px;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pageParthners__registerConfirmedPopup-icon img {
  width: 100%;
  height: auto;
  display: block
}

.pageParthners__registerConfirmedPopup-message {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #070612;
  margin-bottom: 28px;
  text-align: left;
  width: 100%;
  pointer-events: auto
}

.pageParthners__registerConfirmedPopup-message p {
  margin: 0 0 24px 0;
  color: #070612
}

.pageParthners__registerConfirmedPopup-message p:last-child {
  margin-bottom: 0
}

.pageParthners__registerConfirmedPopup-email {
  font-weight: 700;
  color: #070612
}

.pageParthners__registerConfirmedPopup-button {
  width: 100%;
  padding: 0 40px;
  height: 64px;
  background: #ff000c;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  pointer-events: auto
}

.pageParthners__registerConfirmedPopup-button:hover {
  background: #c10009;
  color: #fff
}

.pageParthners__registerConfirmedPopup-button:disabled {
  color: #fff
}

@-webkit-keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes sprayAppear {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

@keyframes sprayAppear {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes appear {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes appear {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes wordAppear {
  from {
    opacity: 1;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    -webkit-transform: translateY(160px) scale(1);
    transform: translateY(160px) scale(1)
  }
  to {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
  }
}

@keyframes wordAppear {
  from {
    opacity: 1;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    -webkit-transform: translateY(160px) scale(1);
    transform: translateY(160px) scale(1)
  }
  to {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
  }
}

@-webkit-keyframes slideDownFromTop {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .8;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

@keyframes slideDownFromTop {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .8;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

@-webkit-keyframes letterAppear {
  0% {
    opacity: .8;
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes letterAppear {
  0% {
    opacity: .8;
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes handAppear {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes handAppear {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes ctaApear {
  0% {
    opacity: .4;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes ctaApear {
  0% {
    opacity: .4;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes infiniteMoveArrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes infiniteMoveArrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@media screen and (min-width: 1921px) {
  @-webkit-keyframes sprayDotMove {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
    40% {
      -webkit-transform: translateY(19.2px);
      transform: translateY(19.2px)
    }
    60% {
      -webkit-transform: translateY(19.2px);
      transform: translateY(19.2px)
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  }@keyframes sprayDotMove {
     0% {
       -webkit-transform: translateY(0);
       transform: translateY(0)
     }
     40% {
       -webkit-transform: translateY(19.2px);
       transform: translateY(19.2px)
     }
     60% {
       -webkit-transform: translateY(19.2px);
       transform: translateY(19.2px)
     }
     100% {
       -webkit-transform: translateY(0);
       transform: translateY(0)
     }
   }.pageParthners__titleBox {
      height: 307.2px
    }

  .pageParthners__titleBox-title {
    font-size: 182.4px
  }

  .pageParthners__titleBox-spray {
    left: 368.64px;
    width: 384px
  }

  .pageParthners__titleBox-spray-dot {
    top: 40.32px;
    left: 19.008px;
    width: 12px
  }

  .pageParthners__preview {
    margin-top: -67.2px;
    margin-left: -65.28px
  }

  .pageParthners__preview-box-letter {
    margin-top: 168px
  }

  .pageParthners__preview-box-letter img {
    height: 459px
  }

  .pageParthners__preview-box-letter:nth-child(3) {
    margin-left: 26.88px
  }

  .pageParthners__preview-box-tatoo {
    margin-left: -30.72px;
    height: 685px
  }
}

@media screen and (max-width: 1535px) {
  .pageParthners__benefits {
    padding: 59px 60px 50px 60px;
    position: relative
  }

  .pageParthners__benefits-item {
    gap: 12px
  }

  .pageParthners__benefits-item-content h3 {
    max-width: 200px;
    font-size: 21px;
    line-height: 1.2
  }

  .pageParthners__benefits-item-content p {
    max-width: 200px
  }
}

@media screen and (max-width: 1366px) {
  .pageParthners__benefits {
    padding: 59px 24px 50px 24px;
    display: grid;
    max-width: 1000px;
    margin: 0 auto;
    grid-template-columns:repeat(2, 1fr)
  }

  .pageParthners__benefits-item {
    gap: 12px
  }

  .pageParthners__benefits-item img {
    height: 78px
  }

  .pageParthners__benefits-item-content h3 {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 21px;
    line-height: 1.2
  }

  .pageParthners__benefits-item-content p {
    max-width: 100%
  }
}

@media screen and (max-width: 1180px) {
  .pageParthners__ctaButton-preview {
    -webkit-animation: ctaApear .3s ease-out 1.2s forwards;
    animation: ctaApear .3s ease-out 1.2s forwards
  }

  .pageParthners__benefits {
    padding: 48px 24px 35px 24px
  }

  .pageParthners__runningLine {
    margin-top: 61px
  }
}

@media screen and (max-width: 960px) {
  .pageParthners__benefits-item img {
    height: 49px
  }

  .pageParthners__benefits-item-content h3 {
    font-size: 16px;
    line-height: 1.2
  }

  .pageParthners__benefits-item-content p {
    font-size: 14px
  }

  .pageParthners__advice-text {
    font-size: 26px
  }

  .pageParthners__question {
    margin: 49px auto 44px auto;
    gap: 16px
  }

  .pageParthners__question-text {
    position: relative;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 44px;
    font-weight: 900;
    color: #fff;
    line-height: .75
  }

  .pageParthners__question-text:last-child {
    margin-left: 60px
  }

  .pageParthners__question-text img {
    top: -15px;
    left: -60px;
    position: absolute;
    width: auto;
    height: 74px
  }

  .pageParthners__socials {
    margin-top: 25px;
    gap: 19px
  }

  .pageParthners__socials-item svg {
    width: 47px;
    height: 43.5px
  }
}

@media screen and (max-width: 768px) {
  .pageParthners__titleBox {
    max-height: 82px
  }

  .pageParthners__titleBox-spray {
    bottom: -20%
  }

  .pageParthners__preview {
    margin-top: -2.5vw
  }

  .pageParthners__preview-box-tatoo {
    width: auto;
    height: 53.26vw;
    max-height: 409px
  }

  .pageParthners__preview-box-letter img {
    height: 37.5vw;
    max-height: 288px
  }

  .pageParthners__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .pageParthners__header-logo {
    height: 26px
  }

  .pageParthners__header-auth {
    gap: 20px
  }

  .pageParthners__question {
    margin: 49px auto 44px auto
  }

  .pageParthners__runningLine {
    margin-top: 46px
  }

  .pageParthners__runningLine-track {
    gap: 9px
  }

  .pageParthners__runningLine-track img {
    height: 60px
  }
}

@media screen and (max-width: 580px) {
  .pageParthners__titleBox-spray {
    bottom: -4%
  }

  .pageParthners__runningLine-wrapper {
    gap: 6px
  }

  .pageParthners__runningLine-track {
    gap: 6px
  }

  .pageParthners__runningLine-track img {
    height: 30px
  }
}

@media screen and (max-width: 490px) {
  .pageParthners__benefits {
    margin: 0 auto;
    width: 360px;
    grid-template-columns:repeat(1, 1fr)
  }
}

@media screen and (max-width: 450px) {
  .pageParthners__ctaButton-preview {
    height: 56px
  }

  .pageParthners__ctaButton {
    height: 56px
  }

  .pageParthners__buttonTelegram {
    height: 56px
  }

  .pageParthners__header-auth {
    gap: 8px
  }

  .pageParthners__socials {
    margin-top: 19px;
    gap: 30px
  }

  .pageParthners__socials-item {
    gap: 6px
  }
}

@media screen and (max-width: 360px) {
  .pageParthners__header {
    padding: 0 8px
  }

  .pageParthners__benefits {
    width: 330px
  }

  .pageParthners__question {
    margin: 39px auto 34px auto
  }
}

@media screen and (max-width: 350px) {
  .pageParthners__header-auth a {
    font-family: Inter, sans-serif;
    min-width: 88px;
    max-width: 88px
  }
}

.grecaptcha-badge {
  display: none !important
}

.pageParthners__socials-item-icon {
  width: 94px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageParthners__socials-item-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pageParthners__socials-item:hover .pageParthners__socials-item-icon svg path[fill=white] {
  fill: #fdecec;
}

@media screen and (max-width: 960px) {
  .pageParthners__socials-item-icon {
    width: 47px;
    height: 43.5px;
  }
}