@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/Avenir Next Regular.woff2") format("woff2"), url("../../fonts/Avenir Next Regular.woff") format("woff"), url("../../fonts/Avenir Next Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/Avenir Next Medium.woff2") format("woff2"), url("../../fonts/Avenir Next Medium.woff") format("woff"), url("../../fonts/Avenir Next Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/Avenir Next Heavy.woff2") format("woff2"), url("../../fonts/Avenir Next Heavy.woff") format("woff"), url("../../fonts/Avenir Next Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../../fonts/Avenir Next Demi.woff2") format("woff2"), url("../../fonts/Avenir Next Demi.woff") format("woff"), url("../../fonts/Avenir Next Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 366px) {
  html {
    font-size: 82.5%;
  }
}
@media screen and (max-width: 319px) {
  html {
    font-size: 75%;
  }
}
html:not(.is-ios) .ios-visible {
  display: none;
}
html.is-ios .ios-hidden {
  display: none;
}

svg {
  pointer-events: none;
}

html,
input,
button {
  font-family: "Avenir Next", "Open Sans", "Helvetica", "Arial", sans-serif;
  color: #171717;
}

button {
  touch-action: manipulation;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

*::-moz-selection {
  background-color: #dedede;
}

*::selection {
  background-color: #dedede;
}

.page {
  background-color: #F8F8F8;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transition: background-color 0.15s;
  padding: 2.25em 0;
}
.page__start {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page_white {
  background-color: #fff;
}
.page__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media screen and (min-width: 551px) {
  .page {
    padding-bottom: 1.25em;
  }
}
@media screen and (max-width: 550px) {
  .page {
    padding-top: 1em;
  }
}

.page_hash-loading .hidden-beforestart:not(.ignore-while-hash),
.page:not(.page_hash-loading) .hidden-beforestart{
  visibility: hidden !important;
  max-height: 1px;
  overflow: hidden;
}
.hidden-afterhashload,
.hidden-hashloading{
  transition: .5s opacity, .5s visibility;
}
.page_hash-loading .hidden-hashloading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* .page_hash-loading .hidden-afterhashload {
  opacity: 1;
  visibility: visible;
} */
.page_hash-loaded .hidden-afterhashload {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* .page:not(.page_hash-loading) .hidden-hashloading {
  opacity: 1;
  visibility: visible;
} */

.logo {
  display: inline-block;
}
.logo__image {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: auto;
}

.start {
  background-color: #fff;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s, visibility 0.15s;
  z-index: 3;
}
.start__logo {
  width: 70%;
  max-width: 16em;
}
.start__container, .start__row {
  height: 100%;
}
.start_hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events:none;
}
.start__title {
  position: relative;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  margin-bottom: 0.375em;
}
.start__title_loading {
  margin-left: -3em;
}
.start__loading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 551px) and (max-width: 1000px) {
  .start {
    max-height: 30em;
  }
}
@media screen and (max-width: 550px) {
  .start {
    height: auto;
    padding-bottom: 2em;
    overflow-x: hidden;
  }
  .start__title {
    font-size: 1.125em;
    margin-bottom: 0;
  }
  .start__text {
    font-size: 0.91em;
    margin-bottom: 1em;
  }
  .start__title_loading {
    margin-left: -2.5em;
  }
}
@media screen and (min-width: 551px) and (max-width: 1000px) {
  .start__logo {
    width: 70%;
  }
  .start__arrows {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 551px) and (max-width: 767px) {
  .start {
    padding: 0;
  }
  .start__container, .start__row, .start__col {
    height: auto;
  }
  .start__logo {
    width: 100%;
  }
  .start__title {
    font-size: 1.125em;
    margin-bottom: 0;
  }
  .start__text {
    font-size: 0.875em;
    margin-bottom: 1em;
  }
  .start__title_loading {
    margin-left: -2.5em;
  }
  .start__arrows {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .start {
    max-height: none;
  }
}

.start-image {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.start-image picture {
  position: relative;
}
.start-image__image {
  position: relative;
  width: 100%;
  height: auto;
  transition: transform 0.15s;
  margin-top: auto;
  display: inline-block;
  vertical-align: top;
}
.start-image__image_m {
  transform-origin: 45% 65%;
  transform: rotate(-15deg);
  transform: translateZ(0) rotate(-15deg);
}
.start-image__image_f {
  transform-origin: 60% 80%;
  transform: rotate(15deg);
  transform: translateZ(0) rotate(15deg);
}
.start-image_mt {
  margin-top: 1.5em;
}
.start-image__mask {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.15s;
  display: none;
}
.start-image__go {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.start-image__go_m {
  fill: #5891F1;
  transform: translate(-20%, -5%) rotate(-15deg);
  transform: translate3d(-20%, -5%, 0) rotate(-15deg);
}
.start-image__go_f {
  fill: #ED6766;
  transform: translate(-57%, 0%) rotate(12deg);
  transform: translate3d(-57%, 0%, 0) rotate(12deg);
}
@media screen and (min-width: 768px) {
  .start-image {
    width: 85%;
  }
  .start-image:hover .start-image__image_m, .start-image_active .start-image__image_m, .start-image.focus-visible .start-image__image_m {
    transform: rotate(-18.5deg);
    transform: translateZ(0) rotate(-18.5deg);
  }
  .start-image:hover .start-image__image_f, .start-image_active .start-image__image_f, .start-image.focus-visible .start-image__image_f {
    transform: rotate(18.5deg);
    transform: translateZ(0) rotate(18.5deg);
  }
  .start-image:hover .start-image__mask, .start-image_active .start-image__mask, .start-image.focus-visible .start-image__mask {
    opacity: 1;
  }
  .start-image_active, .start-image_disabled {
    pointer-events: none;
  }
}

.start-logo {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  margin-bottom: 7em;
  flex-shrink: 0;
}
.start-logo__top, .start-logo__base {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.start-logo__top {
  margin-bottom: -0.2em;
}
.start-logo__base {
  margin-bottom: 1.5em;
}
.start-logo__text {
  text-align: center;
  line-height: 1.375;
}
@media screen and (max-width: 550px) {
  .start-logo {
    margin-bottom: 1em;
  }
  .start-logo__top, .start-logo__base {
    width: 55%;
  }
  .start-logo__base {
    margin-bottom: 0.75em;
  }
}
@media screen and (min-width: 551px) and (max-width: 767px) {
  .start-logo {
    margin-bottom: 3em;
  }
  .start-logo__top, .start-logo__base {
    width: 45%;
  }
  .start-logo__base {
    margin-bottom: 0.75em;
  }
}

.start-arrows {
  position: relative;
  text-align: center;
}
.start-arrows__text {
  line-height: 1.375;
}
.start-arrows__arrow {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5em;
}
.start-arrows__arrow_left {
  right: 100%;
}
.start-arrows__arrow_right {
  left: 100%;
}
.start-arrows__content {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s, visibility 0.15s;
}
.start-arrows__content_hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 550px) {
  .start-arrows__content {
    display: flex;
    flex-direction: column-reverse;
  }
  .start-arrows__arrow {
    margin-bottom: 0.5em;
    height: 90%;
  }
}
@media screen and (min-width: 551px) and (max-width: 767px) {
  .start-arrows__arrow {
    margin-bottom: 1em;
    height: 90%;
  }
}

.start-loading {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s, visibility 0.15s;
  width: 100%;
  white-space: nowrap;
}
.start-loading__percent {
  position: absolute;
  left: 100%;
  margin-left: 0.75em;
}
.start-loading_visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 550px) {
  .start-loading__percent {
    margin-left: 0.25em;
  }
}

.start-images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  margin-bottom: 1em;
}
.start-images__image {
  width: 45%;
}
@media screen and (min-width: 551px) and (max-width: 767px) {
  .start-images {
    width: 60%;
  }
}

.how {
  line-height: 1.7em;
}
.how .container {
  border-top: 1px solid #aaa;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
.how__content {
  column-gap: 2em;
  column-count: 2;
}
.how__header {
  font-size: 1.75em;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.75em;
}
.how__text {
  font-size: 1em;
  margin-bottom: 1.7em;
}
.how__text b {
  font-weight: 600;
}
.how__heading {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 1.35em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .how__content {
    column-count: 1;
  }
}

.container {
  width: 60.625em;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .container {
    width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media screen and (min-width: 551px) and (max-width: 1000px) {
  .container {
    width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

.row {
  display: flex;
}
@media screen and (max-width: 550px) {
  .row_mob-w_w {
    flex-wrap: wrap;
  }
}

.col {
  display: flex;
  width: 100%;
}
.col_left {
  width: 40%;
  margin-right: 1.5em;
  flex-shrink: 0;
}
.col_right {
  width: 100%;
}
.col_h_c {
  justify-content: center;
}
.col_h_r {
  justify-content: flex-end;
}
.col_h_b {
  justify-content: space-between;
}
.col_h_fe {
  justify-content: flex-end;
}
.col_v_c {
  align-items: center;
}
.col_column {
  flex-direction: column;
}
.col_p_r {
  position: relative;
}
@media screen and (max-width: 550px) {
  .col_mob-w {
    width: 100%;
    margin-right: 0;
  }
  .col_mob-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 550px) {
  .m-hidden {
    display: none;
  }
}
@media screen and (min-width: 551px) and (max-width: 767px) {
  .mp-hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .d-hidden {
    display: none;
  }
}

.copyright{text-align: center;padding: 2em 0;}
.copyright__text-link{text-decoration: none;color:#005fff;transition: color .2s;}
.copyright__text-link:hover{color:#5891F1;}
@media screen and (max-width:767px){.copyright{text-align: left;}}