body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rst75, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  color: #002dcc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rst75, sans-serif;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 116%;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rst75, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rst75, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

h5 {
  font-family: Rst75, sans-serif;
}

p {
  color: #00097f;
  margin-bottom: 0;
  font-family: Rst55, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

a {
  color: #333;
  text-decoration: none;
}

.quiz_variant-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-direction: row;
  align-items: flex-start;
  transition: all .2s;
  display: flex;
}

.quiz_variant-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.quiz_variant-flag {
  width: 1rem;
  height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  background-color: #b1b1b1;
  border-radius: 1rem;
}

.quiz_variant-caption {
  font-family: Rst55, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.quiz_variant-comment {
  max-height: 0;
  margin-bottom: 0;
  font-size: .75rem;
  transition: max-height .2s;
  display: block;
  overflow: hidden;
}

.body {
  height: 100vh;
  background-color: #ecf1f9;
  overflow: hidden;
}

.popup_wrapper {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(2, 13, 75, .5);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup_wrapper.hidden {
  width: 1vw;
  height: 1vh;
  border-radius: 50%;
}

.popup_container {
  z-index: -2;
  max-width: 36rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  padding: 4.5rem 3rem 2.5rem;
  display: flex;
  position: relative;
}

.popup_close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.hidden {
  display: none;
}

.numbers-item {
  grid-column-gap: .5rem;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: .75rem;
  padding-left: 1.625rem;
  font-family: Rst45, sans-serif;
  display: flex;
}

.roadmap-entry {
  flex-direction: column;
  display: flex;
  position: relative;
}

.contact-button {
  width: 9.25rem;
  grid-column-gap: .5rem;
  color: #fff;
  background-image: linear-gradient(187deg, rgba(16, 135, 229, .4), rgba(8, 154, 222, .15));
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  padding: 1rem 1.5rem;
  font-family: Rst45, sans-serif;
  font-size: 1rem;
  display: flex;
}

.resolution-card {
  width: 23rem;
  background-image: linear-gradient(223deg, rgba(16, 135, 229, .4), rgba(6, 157, 221, .15));
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-right: 2rem;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo--section {
  z-index: 999;
  position: relative;
}

.wrapper {
  max-width: 23.44rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: visible;
}

.wrapper.intro--wrapper {
  padding-top: 2.3rem;
}

.wrapper.tinder--wrapper {
  overflow: visible;
}

.wrapper.result--wraper {
  padding-bottom: 2rem;
}

.wrapper.logo--wrapper {
  max-width: none;
  padding-top: 1.5rem;
  position: relative;
}

.intro--card {
  z-index: 0;
  height: 38.63rem;
  background-image: url('../images/bg_start.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 2rem;
  padding-top: 14.75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  position: relative;
}

.intro--card.shade_blue {
  overflow: hidden;
  box-shadow: 13px 9px 2rem rgba(0, 9, 127, .1);
}

.intro--heading {
  color: #00097f;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.intro--caption {
  position: relative;
}

.intro--subheading {
  color: #00097f;
  text-align: center;
  font-family: Rst55, sans-serif;
  font-size: 1.25rem;
  line-height: 130%;
}

.intro--cta {
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.intro--text {
  color: #002dcc;
  text-align: center;
  font-family: Rst55, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

.intro--button {
  width: 17.375rem;
  text-align: center;
  background-color: #002dcc;
  border-radius: 3rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Rst55, sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
}

.intro-lottie {
  z-index: -1;
  height: 17.5rem;
  position: absolute;
  top: -1.45rem;
  bottom: auto;
  left: -1.35rem;
}

.tinder {
  padding-bottom: 2rem;
}

.tinder--card {
  width: 20.4375rem;
  height: 27.5rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  overflow: hidden;
  box-shadow: 14px 7px 2rem rgba(0, 9, 127, .1);
}

.tinder--card.card_1 {
  background-image: url('../images/card_1.svg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.tinder--card.card_2 {
  background-image: url('../images/card_2.svg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.tinder--card.card_3 {
  background-image: url('../images/card_3.svg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.tinder--card.card_4 {
  background-image: url('../images/card_4.svg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.tinder--card.card_5 {
  background-image: url('../images/card_5.svg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.tinder--card.card_6 {
  background-image: url('../images/card_6.svg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.tinder--pagination {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #00097f;
  align-items: center;
  padding-top: 0;
  padding-left: .25rem;
  font-family: Rst75, sans-serif;
  display: flex;
}

.tinder--pagination_big {
  color: #00097f;
  font-size: 2rem;
  line-height: 100%;
}

.tinder--pagination_slash {
  color: #00097f;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 100%;
}

.tinder--pagination_small {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
}

.tinder--text {
  z-index: 10;
  color: #002dcc;
  letter-spacing: -.25px;
  padding-top: .5rem;
  font-family: Rst55, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.tinder--image {
  width: 20.4375rem;
  height: 19rem;
  object-fit: fill;
  object-position: 50% 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tinder--image._6 {
  height: 16rem;
}

.tinder--controls {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: row;
  justify-content: center;
  padding-top: 27.5rem;
  padding-bottom: 2rem;
  display: flex;
}

.nope, .love {
  cursor: pointer;
}

.result--section.absolute-top {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.result--card {
  height: 27.5rem;
  background-image: url('../images/result_background.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 2rem;
  margin-bottom: 7.5rem;
  box-shadow: 1px 2px 2rem rgba(0, 13, 86, .1);
}

.result-lottie {
  width: 28rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -1.5rem;
  right: auto;
}

.verdict {
  width: 20.4375rem;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1.5px solid #00097f;
  border-radius: 2rem;
  flex-direction: column;
  margin-bottom: 2.5rem;
  padding: 2rem 1.5rem;
  display: flex;
}

.verdict--heading {
  color: #00097f;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 130%;
}

.text {
  color: #00097f;
  text-align: center;
  font-family: Rst55, sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.result--element {
  width: 23.4375rem;
  min-height: 10rem;
  background-color: #fff;
  border-radius: 2rem;
  margin-bottom: 1rem;
  margin-left: -1.5rem;
  padding: 8rem 1.5rem 2rem;
}

.result--element.personality {
  background-image: url('../images/personal.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.result--element.team {
  background-image: url('../images/team.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.result--element.society {
  background-image: url('../images/social.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0;
}

.result--headline {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.result--share {
  padding-top: 16.25rem;
  position: relative;
}

.result--share_img {
  z-index: -1;
  width: 25rem;
  height: 19.6875rem;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -5%;
  right: 0%;
}

.result--share_lottie {
  width: 11.9rem;
  position: absolute;
  top: 3.4rem;
  left: 12.9rem;
}

.share--headline {
  color: #00097f;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 130%;
}

.button_primary {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #002dcc;
  border-radius: 3rem;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Rst55, sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  display: flex;
}

.button_primary.submit-button {
  width: 100%;
  margin-top: 1rem;
}

.button_primary.telegram {
  width: 100%;
}

.button--glyph {
  width: 1.5rem;
  height: 1.5rem;
}

.button--caption {
  font-size: 1.25rem;
}

.button_secondary {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #002dcc;
  text-align: center;
  cursor: pointer;
  border: 1.5px solid #002dcc;
  border-radius: 3rem;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Rst55, sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  display: flex;
}

.fixed_bg {
  z-index: -100;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(150deg, #c8deff, #fff);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.result--link {
  width: 20.4375rem;
  height: 24.75rem;
  background-image: url('../images/Frame-338653.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 2rem;
  justify-content: center;
  align-items: flex-end;
  margin-top: 4.5rem;
  padding-bottom: 2rem;
  display: flex;
  box-shadow: 8px 14px 32px rgba(0, 9, 127, .1);
}

.button-orange {
  cursor: pointer;
  border-radius: 2rem;
  box-shadow: 5px 7px 16px rgba(148, 3, 3, .2);
}

.result--subscribe {
  height: 29.375rem;
  background-image: url('../images/subscribe.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 2rem;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  box-shadow: 7px 14px 32px rgba(0, 9, 127, .1);
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  font-family: Rst55, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-field {
  height: 3.5rem;
  color: #8497b9;
  border: 1.5px solid #8497b9;
  border-radius: 2rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
}

.text-field::-ms-input-placeholder {
  color: #8497b9;
}

.text-field::placeholder {
  color: #8497b9;
}

.result--telegram {
  height: 32.5rem;
  background-image: url('../images/telegram.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  box-shadow: 7px 14px 32px rgba(0, 9, 127, .1);
}

.result--anim_wrapper {
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
}

.result-image {
  width: 35.625rem;
  height: 32rem;
  max-width: none;
}

.waiter {
  height: 31.25rem;
  background-image: url('../images/waiter.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 2rem;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 2rem;
  display: flex;
  box-shadow: 7px 14px 32px rgba(0, 9, 127, .1);
}

.waiter--lottie {
  width: 12.5rem;
}

.desktop--curtain {
  z-index: 100;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.qr-container {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(#c8deff, #fff);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.qr--image {
  max-width: 43%;
}

.qr--image.desktop {
  max-height: 100vh;
  max-width: 550%;
}

.qr--image.tablet, .html-embed {
  display: none;
}

.legal-text {
  opacity: .5;
  color: #002dcc;
  text-align: center;
  font-family: Rst55, sans-serif;
  font-size: .75rem;
  line-height: 140%;
}

.result__subheader, .result__header {
  z-index: 10;
  color: #002dcc;
  letter-spacing: -.25px;
  padding-top: .5rem;
  font-family: Rst55, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.result-animation {
  width: 35.625rem;
  height: 32rem;
  max-width: none;
}

.subscribe--headline {
  color: #00097f;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 130%;
}

.switcher {
  max-height: 3rem;
  color: #fff;
  padding-right: 1rem;
  font-family: Rst45, sans-serif;
  font-size: 1rem;
  line-height: 100%;
  transition: max-height .2s;
  display: none;
  position: absolute;
}

.switcher.closed {
  max-height: 1rem;
  cursor: pointer;
  overflow: hidden;
}

.switcher-arrow {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.switcher-link {
  color: #fff;
  display: block;
}

.switcher-text_current {
  margin-bottom: .5rem;
}

.switcher-text_alt {
  opacity: .64;
}

.text-field-2 {
  display: none;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .resolution-card {
    width: 21.375rem;
    margin-right: 0;
    padding-top: 1.5rem;
    padding-right: 1rem;
  }

  .qr-container {
    padding-top: 2rem;
  }

  .qr--image.desktop {
    display: none;
  }

  .qr--image.tablet {
    max-height: 88vh;
    max-width: 100%;
    display: block;
  }

  .html-embed {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    text-align: center;
  }

  .body {
    height: auto;
    overflow: visible;
  }

  .wrapper.logo--wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .intro--section {
    width: 100vw;
    overflow: hidden;
  }

  .intro--card.shade_blue {
    overflow: hidden;
  }

  .intro--heading.en {
    line-height: 100%;
  }

  .intro--caption.en {
    margin-top: 8px;
  }

  .intro-lottie {
    z-index: 1;
    width: 21.875rem;
    top: .55rem;
    left: .15rem;
    right: .15rem;
  }

  .quiz--section {
    width: 100vw;
    overflow: visible;
  }

  .tinder--text {
    letter-spacing: -.25px;
  }

  .result--section {
    width: 100vw;
    overflow: hidden;
  }

  .button_primary.submit-button.waiting {
    color: #00097f;
    background-color: rgba(0, 0, 0, 0);
  }

  .result--link {
    background-image: url('../images/relay.svg');
  }

  .result--subscribe {
    background-color: #fff;
    background-image: url('../images/subscribe_1.svg');
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .result--telegram {
    background-image: url('../images/telegram_1.svg');
  }

  .result--telegram.en {
    display: none;
  }

  .result--anim_wrapper {
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }

  .waiter--section {
    width: 100vw;
    overflow: hidden;
  }

  .waiter.en {
    background-image: url('../images/waiter_1.svg');
  }

  .desktop--curtain {
    display: none;
  }

  .legal-text {
    opacity: 1;
    line-height: 140%;
  }

  .legal-text.link {
    text-decoration: underline;
  }

  .intro--lottie--circles {
    width: 9.375rem;
    height: 9.375rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: -17%;
    right: auto;
  }

  .form--lang {
    display: none;
  }

  .result--animated {
    width: 20.4375rem;
    height: 27.5rem;
    background-image: url('../images/result_background.svg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 2rem;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    box-shadow: 8px 14px 32px rgba(0, 9, 127, .1);
  }

  .result__subheader {
    color: #00097f;
    letter-spacing: .5px;
    padding-top: 0;
    font-size: 1.25rem;
  }

  .result__header {
    color: #00097f;
    text-align: center;
    letter-spacing: .5px;
    padding-top: .5rem;
    font-family: Rst75, sans-serif;
    font-size: 2rem;
  }

  .result-animation {
    position: absolute;
    top: -.75rem;
  }

  .result--caption {
    flex-direction: column;
    align-items: center;
    margin-top: 2.25rem;
    display: flex;
  }

  .success-message {
    background-color: rgba(0, 0, 0, 0);
  }

  .form--success {
    color: #00097f;
  }

  .form-error {
    text-align: center;
    font-family: Rst75, sans-serif;
    font-size: .75rem;
  }

  .error-message {
    padding: 0;
  }

  .subscribe--headline {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
  }

  .image-2 {
    display: block;
  }

  .image-2.hidden {
    display: none;
  }

  .link-block {
    margin-top: 1.5rem;
  }

  .underline, .text-span {
    text-decoration: underline;
  }

  .title.en {
    line-height: 100%;
  }

  .switcher {
    margin-top: 2rem;
    margin-right: 1.5rem;
    display: block;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .switcher.closed {
    align-self: center;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .switcher-arrow {
    color: #00097f;
    font-size: .75rem;
  }

  .switcher-arrow.rotate {
    transform: rotate(180deg);
  }

  .switcher-text_current {
    color: #00097f;
    margin-bottom: 1rem;
  }

  .switcher-text_alt {
    opacity: 1;
    color: #00097f;
    margin-bottom: 1rem;
  }

  .link-block-2 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1rem;
  }

  p {
    font-size: .875rem;
  }

  .popup_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popup_container {
    padding: 3.5rem 1rem 2rem;
  }

  .roadmap-entry {
    padding-bottom: 1.5rem;
  }

  .contact-button {
    width: 9.25rem;
    flex-direction: row;
    justify-content: center;
    margin-right: 1rem;
  }

  .resolution-card {
    width: 21.375rem;
  }

  .wrapper.result--wraper {
    overflow: hidden;
  }

  .legal-text {
    color: #002dcc;
    text-align: center;
    font-family: Rst55, sans-serif;
    font-size: .75rem;
    line-height: 140%;
  }

  .switcher {
    margin-right: .5rem;
  }

  .switcher.closed {
    padding-right: 1rem;
  }

  .switcher-arrow, .switcher-arrow.rotate {
    display: none;
  }
}


@font-face {
  font-family: 'Rst55';
  src: url('../fonts/RST55.woff') format('woff'), url('../fonts/RST55.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rst75';
  src: url('../fonts/RST75.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rst56';
  src: url('../fonts/RST56.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rst45';
  src: url('../fonts/RST45.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}