

.footer {
  width: 100%;
  font: 400 12px "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  position: relative;
}
.footer_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    justify-items: flex-end;
    margin: 0 auto;
    padding: 0 16px 20px;
}
@media all and (min-width: 1100px) {
.footer_inner {
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin: 0 30px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
}
}
@media all and (min-width: 1600px) {
.footer_inner {
        margin: 0 100px;
}
}
.footer_nav-and-copyright {
    width: 100%;
}
@media all and (min-width: 1100px) {
.footer_nav-and-copyright {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.footer_nav {
    width: 100%;
    margin-bottom: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media all and (min-width: 1100px) {
.footer_nav {
        padding-top: 0;
        border: none;
}
}
@media all and (min-width: 1600px) {
.footer_copyright {
      max-width: 700px;
}
}
.footer_platform-list-and-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
}
@media all and (min-width: 720px) {
.footer_platform-list-and-rating {
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-left: auto;
        margin-top: 16px;
}
}
@media all and (min-width: 1100px) {
.footer_platform-list-and-rating {
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        margin-top: 0;
}
}
.footer_platform-list {
    width: 100%;
}
@media all and (min-width: 720px) {
.footer_platform-list {
        width: auto;
        margin-left: 0;
}
}
@media all and (min-width: 1100px) {
.footer_platform-list {
        margin-right: 24px;
}
}
.footer_rating-list {
    width: 100%;
}
@media all and (min-width: 720px) {
.footer_rating-list {
        width: auto;
}
}

.footer-link {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.5s;
}
.footer-link:hover {
    color: rgba(255, 255, 255, 0.5);
}

.copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
  text-align: left;
}
.copyright_logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
    margin-right: 8px;
    opacity: .3;
    position: relative;
    transition: opacity 0.5s;
}
.copyright_logo:hover {
      opacity: .7;
}
.copyright_logo img {
      width: auto;
      max-width: 26px;
}
.copyright_text {
    width: 100%;
}

.rating-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  padding-left: 34px;
}
@media all and (min-width: 720px) {
.rating-list {
      -ms-flex-align: end;
          align-items: flex-end;
      width: auto;
      margin-top: 0;
}
}
@media all and (min-width: 1100px) {
.rating-list {
      padding-left: 0;
}
}
.rating-list__extended .rating-list_icon {
    max-height: 68px;
}
@media all and (min-width: 720px) {
.rating-list__extended .rating-list_icon {
        height: 68px;
}
}
.rating-list_list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media all and (min-width: 720px) {
.rating-list_list {
        -ms-flex-pack: end;
            justify-content: flex-end;
        width: auto;
}
}
.rating-list_item:not(:first-child) {
    margin-left: 10px;
}
.rating-list_link {
    display: inline-block;
    transition: opacity 0.5s;
}
.rating-list_link:hover {
      opacity: .7;
}
.rating-list_icon {
    max-height: 36px;
}
@media all and (min-width: 720px) {
.rating-list_icon {
        width: auto;
        height: 36px;
}
}
.rating-list_description {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.3);
    font-size: 10px;
    line-height: 1;
    text-align: left;
}
@media all and (min-width: 720px) {
.rating-list_description {
        text-align: right;
        white-space: nowrap;
}
}
@media all and (min-width: 1100px) {
.rating-list_description {
        font-size: 12px;
        line-height: 1.2;
}
}

.footer-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 34px;
  text-transform: uppercase;
}
.footer-navigation_item {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}
.footer-navigation_item:not(:last-child) {
      padding-right: 20px;
}
@media all and (min-width: 720px) {
.footer-navigation_item:not(:last-child) {
          padding-right: 25px;
}
}
@media all and (min-width: 1600px) {
.footer-navigation_item:not(:last-child) {
          padding-right: 30px;
}
}

/* stylelint-disable-next-line selector-max-id */
#ot-sdk-btn.ot-sdk-show-settings.footer-link {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  transition: color 0.5s;
  /* stylelint-disable-next-line selector-max-id */
}
#ot-sdk-btn.ot-sdk-show-settings.footer-link:hover {
    background: none;
    color: rgba(255, 255, 255, 0.5);
}

.platform-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-top: 16px;
  padding-left: 34px;
}
@media all and (min-width: 720px) {
.platform-list {
      width: auto;
      margin-top: 0;
}
}
.platform-list__extended .platform-list_icon {
    max-height: 68px;
}
@media all and (min-width: 720px) {
.platform-list__extended .platform-list_icon {
        height: 68px;
}
}
.platform-list_item {
    display: inline-block;
}
.platform-list_item:not(:first-child) {
      margin-left: 10px;
}
.platform-list_link {
    display: inline-block;
    transition: opacity 0.5s;
}
.platform-list_link:hover {
      opacity: .7;
}
.platform-list_icon {
    width: auto;
    max-height: 36px;
}
@media all and (min-width: 720px) {
.platform-list_icon {
        height: 36px;
}
}

.lang-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 8px 0 8px 12px;
  border: none;
  outline: transparent;
  background-color: transparent;
  color: #fff;
  font: 12px/17px "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2%;
  position: relative;
  transition: color 0.5s;
}
.lang-button::before {
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border: 1px solid transparent;
    border-radius: 100%;
    background-color: currentColor;
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    transition: border-color 0.5s, background-color 0.5s;
}
.lang-button:hover, .lang-button:active {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.lang-button:hover::before, .lang-button:active::before {
      opacity: 1;
}
.lang-button__current {
    color: #cbac77;
    font-style: italic;
    cursor: default;
    pointer-events: none;
}
.lang-button__current::before {
      width: 7px;
      height: 7px;
      margin-top: -4px;
      border-color: currentColor;
      background-color: transparent;
      left: 0;
}
.lang-button__selector {
    width: auto;
    padding: 0;
    text-align: right;
}
.lang-button__selector::before {
      display: none;
}
.lang-button__selector .lang-button_text {
      word-break: break-all;
}
.lang-button__selector .lang-button_world {
      display: inline-block;
      width: 12px;
      min-width: 12px;
      height: 12px;
      margin-right: 4px;
      position: relative;
      transition: fill 0.5s;
      fill: currentColor;
}
.lang-button__selector .lang-button_arrow {
      display: block;
      width: 12px;
      min-width: 12px;
      height: 12px;
      margin-left: 4px;
      position: relative;
      top: -1px;
      transition: fill 0.5s, -webkit-transform 0.5s;
      transition: transform 0.5s, fill 0.5s;
      transition: transform 0.5s, fill 0.5s, -webkit-transform 0.5s;
      fill: currentColor;
}
.lang-button__active .lang-button_arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.language-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 940px;
  max-height: 100%;
  padding: 20px 30px;
  font: 400 12px/17px "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
}
.language-list_item {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0 20px 0 0;
    text-align: left;
    position: relative;
}
@media all and (min-width: 720px) {
.language-list_item {
        width: 25%;
}
}
@media all and (min-width: 1100px) {
.language-list_item {
        width: 20%;
}
}

.close-button {
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  outline: transparent;
  background-color: transparent;
  color: #b8b397;
  overflow: hidden;
  position: fixed;
  top: 8px;
  right: 18px;
  cursor: pointer;
}
.close-button:hover {
    color: #cbac77;
}
.close-button::before, .close-button::after {
    width: 20px;
    height: 3px;
    margin-top: -1px;
    border-radius: 5px;
    background-color: currentColor;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transition: color 0.5s;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.overlay {
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(22, 22, 22, 0.95);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.5s, visibility 0.5s;
}
@media all and (min-width: 720px) {
.overlay {
      height: auto;
      position: absolute;
      top: auto;
      bottom: 100%;
      -webkit-transform: translateY(35px);
              transform: translateY(35px);
      transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
      transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
      will-change: transform;
}
}
@media all and (min-width: 720px) {
.overlay__top {
      height: auto;
      position: fixed;
      top: 0;
      bottom: auto;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
}
}
.overlay__open {
    opacity: 1;
    visibility: visible;
}
@media all and (min-width: 720px) {
.overlay__open {
        -webkit-transform: translateY(0);
                transform: translateY(0);
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.overlay__open {
        -webkit-transform: none;
                transform: none;
}
}
.overlay__fullscreen {
    top: 0;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
}
@media all and (min-width: 720px) {
.overlay__fullscreen {
        position: fixed;
}
}

.logo {
  display: inline-block;
  max-width: 290px;
  max-height: 150px;
}
.logo_img {
    max-width: 100%;
    max-height: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
button {
  padding: 0;
  border: none;
  font-family: inherit;
}
button:focus {
    outline: none;
}
input {
  outline: none;
}
a {
  text-decoration: none;
}
body.modal-opened {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.cta-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.cta-wrapper__full-width {
    width: 100%;
}
.cta-wrapper__inherit-height {
    height: inherit;
}
.cta {
  z-index: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  position: relative;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cta[disabled] {
    opacity: .6;
    pointer-events: none;
}
.cta__size-small {
    min-width: 192px;
    max-width: 504px;
    height: 46px;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 1.2;
}
.cta__size-medium {
    min-width: 226px;
    max-width: 504px;
    height: 54px;
    padding: 6px 30px;
    font-size: 18px;
    line-height: 1.2;
}
.cta__size-large {
    min-width: 276px;
    max-width: 504px;
    height: 62px;
    padding: 5px 30px;
    font-size: 20px;
    line-height: 1.35;
}
.cta__variant-naked {
    background-color: #727272;
    color: #fff;
}
.cta__variant-primary {
    background-color: #fd5102;
    color: #fff;
}
.cta__variant-primary:hover {
      background-color: #fe6413;
}
.cta__variant-primary:active {
      background-color: #f35705;
}
.cta__variant-primary:disabled, .cta__variant-primary[disabled] {
      background-color: #6c5b53;
      color: rgba(255, 255, 255, 0.5);
      opacity: 1;
}
.cta__variant-primary.cta__loading {
      background-color: #8F380F;
}
.cta__variant-secondary {
    border: 1px solid #727272;
    background-color: #fff;
    color: #000;
}
.cta__variant-secondary:hover {
      background-color: #f9f5e1;
}
.cta__variant-secondary:active {
      background-color: #fff;
}
.cta__variant-secondary.cta__loading {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.2);
      color: rgba(255, 255, 255, 0.8);
}
.cta__variant-secondary.cta__loading.cta__light-mode {
        background: rgba(114, 114, 114, 0.2);
        color: rgba(0, 0, 0, 0.6);
}
.cta__variant-transparent {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.cta__variant-transparent:hover {
      border-color: #727272;
      background-color: #f9f5e1;
      color: #000;
}
.cta__variant-transparent:active {
      background-color: #ece9d7;
      color: #000;
}
.cta__variant-transparent.cta__light-mode {
      border: 1px solid #000;
      background-color: transparent;
      color: #121210;
}
.cta__variant-transparent.cta__light-mode:hover {
        border-color: #000;
        background-color: #f9f5e1;
        color: #000;
}
.cta__variant-transparent.cta__light-mode:active {
        border-color: #ece9d7;
        background-color: #ece9d7;
        color: #000;
}
.cta__variant-transparent.cta__loading {
      opacity: 1;
      color: #727272;
}
.cta__variant-transparent.cta__loading.cta__light-mode {
        border-color: #727272;
        color: #727272;
}
.cta__variant-video {
    background-color: transparent;
    color: #fff;
}
.cta__variant-video:hover {
      color: #FD5102;
}
.cta__variant-video:active {
      color: #D94400;
}
.cta__variant-video.cta__light-mode {
      color: #000;
}
.cta__variant-video.cta__light-mode:hover {
        color: #FD5102;
}
.cta__variant-video.cta__light-mode:active {
        color: #D94400;
}
.cta__blinking::before {
    width: 100%;
    height: 100%;
    border-left: 58px solid rgba(250, 250, 250, 0.2);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cta-blink 3s infinite ease;
            animation: cta-blink 3s infinite ease;
}
.cta__variant-secondary.cta__blinking::before {
      border-left-color: rgba(131, 131, 131, 0.2);
}
.cta__variant-transparent.cta__blinking::before {
      border-left-color: rgba(131, 131, 131, 0.2);
}
.cta__variant-video.cta__blinking::before {
      display: none;
}
.cta[disabled].cta__blinking::before {
      display: none;
}
.cta__is-icon-only.cta__blinking::before {
      -webkit-animation: cta-blink-icon-only 3s infinite ease;
              animation: cta-blink-icon-only 3s infinite ease;
}
.cta__variant-secondary.cta__blinking:hover::before {
    border-left-color: rgba(131, 131, 131, 0.1);
}
.cta__variant-transparent.cta__blinking:hover::before {
    border-left-color: rgba(131, 131, 131, 0.1);
}
.cta__variant-secondary.cta__blinking:active::before {
    border-left-color: rgba(131, 131, 131, 0.2);
}
.cta__blinking.cta__light-mode.cta__variant-secondary::before {
    border-left-color: rgba(131, 131, 131, 0.2);
}
.cta__blinking.cta__light-mode.cta__variant-secondary:hover::before {
    border-left-color: rgba(131, 131, 131, 0.2);
}
.cta__blinking.cta__light-mode.cta__variant-secondary:active::before {
    border-left-color: rgba(131, 131, 131, 0.1);
}
.cta__auto-height {
    height: auto;
}
.cta__inherit-height {
    height: inherit;
}
.cta__full-width {
    width: 100%;
    max-width: none;
}
.cta__is-icon-only {
    width: 54px;
    min-width: auto;
    padding: 10px;
}
.cta__is-icon-only.cta__size-small {
      width: 46px;
}
.cta__is-icon-only.cta__size-medium {
      width: 54px;
}
.cta__is-icon-only.cta__size-large {
      width: 62px;
}
.cta_content, .cta_content-img {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}
.cta_content__prepend, .cta_content-img__prepend {
      margin-right: 6px;
}
.cta__size-small .cta_content__prepend, .cta__size-small .cta_content-img__prepend {
        margin-right: 6px;
}
.cta__size-medium .cta_content__prepend, .cta__size-medium .cta_content-img__prepend {
        margin-right: 8px;
}
.cta__size-large .cta_content__prepend, .cta__size-large .cta_content-img__prepend {
        margin-right: 8px;
}
.cta_content__append, .cta_content-img__append {
      margin-left: 6px;
}
.cta__size-small .cta_content__append, .cta__size-small .cta_content-img__append {
        margin-left: 6px;
}
.cta__size-medium .cta_content__append, .cta__size-medium .cta_content-img__append {
        margin-left: 8px;
}
.cta__size-large .cta_content__append, .cta__size-large .cta_content-img__append {
        margin-left: 8px;
}
.cta_content__loader {
    display: none;
}
.cta__loading .cta_content__loader {
      display: block;
}
@supports (-webkit-line-clamp: 2) {
.cta__size-small .cta_content__main, .cta__size-medium .cta_content__main, .cta__size-large .cta_content__main {
      display: -webkit-box;
      text-overflow: ellipsis;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 2;
      /*! autoprefixer: ignore next */
      -webkit-box-orient: vertical;
      /* stylelint-disable-line property-no-vendor-prefix */
}
}
.cta__is-icon-only .cta_content__main-text {
    display: none;
}
.cta_content img,
  .cta_content svg {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.cta_content-img {
    vertical-align: middle;
}
.cta_content-img__main {
      height: 100%;
}
.cta_content-img__prepend, .cta_content-img__append {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      max-width: 18px;
      max-height: 18px;
}
.cta__size-small .cta_content-img__prepend, .cta__size-small .cta_content-img__append {
        max-width: 16px;
        max-height: 16px;
}
.cta__size-medium .cta_content-img__prepend, .cta__size-medium .cta_content-img__append {
        max-width: 18px;
        max-height: 18px;
}
.cta__size-large .cta_content-img__prepend, .cta__size-large .cta_content-img__append {
        max-width: 22px;
        max-height: 22px;
}
.cta__is-icon-only .cta_content-img__prepend, .cta__is-icon-only .cta_content-img__append {
        max-width: 20px;
        max-height: 20px;
        margin-left: 0;
        margin-right: 0;
}
.cta_content-video-icon {
    margin-right: 12px;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
}
.cta_content-video-icon-circle {
      stroke: #FD5102;
      fill: transparent;
      transition: fill 0.15s, stroke 0.15s;
}
.cta:hover .cta_content-video-icon-circle {
        fill: #FD5102;
}
.cta_content-video-icon-triangle {
      fill: #FD5102;
      transition: fill 0.15s, stroke 0.15s;
}
.cta:hover .cta_content-video-icon-triangle {
        fill: #fff;
}
.cta__size-small .cta_content-video-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: -3px;
      height: calc(100% + 3px * 2);
}
.cta__size-medium .cta_content-video-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: -6px;
      height: calc(100% + 6px * 2);
}
.cta__size-large .cta_content-video-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: -5px;
      height: calc(100% + 5px * 2);
}
.cta__is-icon-only .cta_content-video-icon {
      margin-right: 0;
}
.cta_content-loader {
    margin-right: 6px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-animation: cta-loader 1.6s infinite linear;
            animation: cta-loader 1.6s infinite linear;
    display: none;
    min-width: 18px;
    min-height: 18px;
}
.cta_content-loader-circle {
      fill: #E5E9F2;
}
.cta__variant-secondary.cta__light-mode .cta_content-loader-circle {
        fill: #727272;
}
.cta__variant-transparent.cta__light-mode .cta_content-loader-circle {
        fill: #727272;
}
.cta_content-loader-arc {
      fill: #8F380F;
}
.cta__variant-secondary .cta_content-loader-arc {
        fill: #fd5102;
}
.cta__variant-secondary.cta__light-mode .cta_content-loader-arc {
        fill: #fff;
}
.cta__variant-transparent .cta_content-loader-arc {
        fill: #fd5102;
}
.cta__variant-transparent.cta__light-mode .cta_content-loader-arc {
        fill: #fff;
}
.cta__size-small .cta_content-loader {
      margin-right: 6px;
}
.cta__size-medium .cta_content-loader {
      margin-right: 8px;
}
.cta__size-large .cta_content-loader {
      margin-right: 8px;
}
.cta__loading .cta_content-loader {
      display: block;
}
.cta-mobile-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
.cta-wrap__light-mode .cta-mobile-text {
    color: #000;
}
.cta-notice {
  max-width: 256px;
  margin-left: auto;
  margin-top: 4px;
  margin-right: auto;
  color: #727272;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.46;
  text-align: center;
}
.cta-mobile-text__visible-mobile-text,
.cta-notice__visible-mobile-text {
  display: none;
}
.cta-mobile-text a,
.cta-notice a {
  color: #feab34;
}
@-webkit-keyframes cta-blink {
0% {
    -webkit-transform: translateX(-50%) skew(35deg);
            transform: translateX(-50%) skew(35deg);
}
50% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
100% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
}
@keyframes cta-blink {
0% {
    -webkit-transform: translateX(-50%) skew(35deg);
            transform: translateX(-50%) skew(35deg);
}
50% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
100% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
}
@-webkit-keyframes cta-blink-icon-only {
0% {
    -webkit-transform: translateX(-130%) skew(35deg);
            transform: translateX(-130%) skew(35deg);
}
50% {
    -webkit-transform: translateX(130%) skew(35deg);
            transform: translateX(130%) skew(35deg);
}
100% {
    -webkit-transform: translateX(130%) skew(35deg);
            transform: translateX(130%) skew(35deg);
}
}
@keyframes cta-blink-icon-only {
0% {
    -webkit-transform: translateX(-130%) skew(35deg);
            transform: translateX(-130%) skew(35deg);
}
50% {
    -webkit-transform: translateX(130%) skew(35deg);
            transform: translateX(130%) skew(35deg);
}
100% {
    -webkit-transform: translateX(130%) skew(35deg);
            transform: translateX(130%) skew(35deg);
}
}
@-webkit-keyframes cta-loader {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes cta-loader {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}

.video {
  display: none;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@supports (not (-ms-ime-align: auto)) and (object-fit: cover) {
.video {
      width: 100%;
      min-width: 0;
      height: 100%;
      min-height: 0;
      position: static;
      -webkit-transform: none;
              transform: none;
      object-fit: cover;
}
}
@media all and (min-width: 1100px) {
.video {
      display: block;
}
}

.overlay-video {
  z-index: 1000;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
@media all and (min-width: 720px) {
.overlay-video {
      padding: 0 50px;
}
}
.overlay-video_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%;
}
.overlay-video_container {
    width: 100%;
    max-width: 1328px;
    margin: auto;
    position: relative;
}
@media all and (min-width: 1100px) {
.overlay-video_container {
        width: calc(100% - 50px * 2);
}
}
.overlay-video_container::before {
      display: block;
      padding-top: 56.25%;
      content: "";
}
.overlay-video_video {
    width: 100%;
    height: 100%;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
}
.overlay-video_button-close {
    z-index: 10;
    width: 44px;
    height: 44px;
    border: 0;
    outline: 0;
    background-color: rgba(47, 47, 47, 0.7);
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.overlay-video_button-close::before, .overlay-video_button-close::after {
      width: 2px;
      height: 18px;
      margin-left: -1px;
      margin-top: -9px;
      background-color: #fff;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
}
.overlay-video_button-close::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
}
.overlay-video_button-close::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.overlay-video_button-close:hover {
      opacity: 1;
}

.tooltip {
  z-index: 10;
  box-sizing: border-box;
  display: block;
  max-width: 280px;
  padding: 10px;
  border: 1px solid rgba(103, 108, 111, 0.4);
  border-radius: 4px;
  background: #333335;
  color: #aaaaab;
  font-size: 12px;
  line-height: 1.25;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  /* TODO WOTSP-2860: Change tooltips to always be above */
}
.tooltip::after {
    width: 15px;
    height: 15px;
    background: inherit;
    content: "";
    position: absolute;
}
.tooltip__show {
    visibility: visible;
    z-index: 500;
}
.tooltip__top-arrow::after {
    border-left: 1px solid rgba(103, 108, 111, 0.4);
    border-top: 1px solid rgba(103, 108, 111, 0.4);
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
}
.tooltip__bottom-arrow::after {
    border-right: 1px solid rgba(103, 108, 111, 0.4);
    border-bottom: 1px solid rgba(103, 108, 111, 0.4);
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
}
.tooltip__left-arrow::after {
    border-left: 1px solid rgba(103, 108, 111, 0.4);
    border-bottom: 1px solid rgba(103, 108, 111, 0.4);
    top: 50%;
    bottom: -8px;
    left: -8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.tooltip__right-arrow::after {
    border-top: 1px solid rgba(103, 108, 111, 0.4);
    border-right: 1px solid rgba(103, 108, 111, 0.4);
    top: 50%;
    right: -8px;
    bottom: -8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.tooltip__insideModal.tooltip__show {
    z-index: 1500;
}

.input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
}
@media all and (min-width: 1100px) {
.input__is-may-collapse {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
}
}
.input_field {
    z-index: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #595950;
    outline: none;
    background-color: #020406;
    color: #f7f7f7;
    line-height: 1;
    position: relative;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    /* fix some version of IE dont apply standart placeholder styles from rule above */
}
@media all and (min-width: 1100px) {
.input_field {
        padding: 0 15px;
}
}
@media all and (min-width: 1600px) {
.input_field {
        padding: 0 20px;
}
}
.input_field::-webkit-input-placeholder {
      color: #595950;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease;
}
.input_field:-ms-input-placeholder {
      color: #595950;
      -ms-transition: color 0.2s ease;
      transition: color 0.2s ease;
}
.input_field::placeholder {
      color: #595950;
      transition: color 0.2s ease;
}
.input__floatable-placeholder .input_field::-webkit-input-placeholder {
        opacity: 0;
}
.input__floatable-placeholder .input_field:-ms-input-placeholder {
        opacity: 0;
}
.input__floatable-placeholder .input_field::placeholder {
        opacity: 0;
}
.input__floatable-placeholder .input_field:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0);
      opacity: 0;
}
.input_field:-webkit-autofill {
      /* hack to hide odd yellow bg color during autofill */
      -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
      transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
.input_field::-ms-reveal, .input_field::-ms-clear {
      display: none;
}
.input_field:hover:not(.input_field__error), .input_field:focus:not(.input_field__error) {
      border-color: #8c8c7e;
}
.input_field:focus, .input_field:not(.input_field__empty), .input_field:not(.input_field__error) {
      background-color: #020406;
      color: #f7f7f7;
}
.input_field:focus::-webkit-input-placeholder {
      color: #373737;
}
.input_field:focus:-ms-input-placeholder {
      color: #373737;
}
.input_field:focus::placeholder {
      color: #373737;
}
.input_field__error {
      border-color: rgba(167, 37, 27, 0.6);
}
.input_field__collapsed {
      display: none;
}
.input__has-icon .input_field {
      padding-right: 34px;
}
.input__has-icon-secondary .input_field {
      padding-right: 58px;
}
.input__floatable-placeholder .input_field {
      height: 48px;
      padding-top: 18px;
      border: none;
      background: none;
}
.input_bg {
    display: none;
    width: 100%;
    height: 48px;
    border: 1px solid #595950;
    background-color: #020406;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: border-color 0.2s ease;
    pointer-events: none;
}
.input__floatable-placeholder .input_bg {
      display: block;
}
.input:hover .input_field:not(.input_field__error) ~ .input_bg,
    .input_field:focus:not(.input_field__error) ~ .input_bg {
      border-color: #8c8c7e;
}
.input_field__error ~ .input_bg,
    .input_field__error:focus ~ .input_bg {
      border-color: rgba(167, 37, 27, 0.6);
}
.input_pseudo-placeholder {
    display: none;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    outline: none;
    color: #595950;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    cursor: text;
    pointer-events: none;
    will-change: transform;
}
@media all and (min-width: 1100px) {
.input_pseudo-placeholder {
        padding: 0 15px;
}
}
@media all and (min-width: 1600px) {
.input_pseudo-placeholder {
        padding: 0 20px;
}
}
.input__has-icon .input_pseudo-placeholder {
      padding-right: 34px;
}
.input__floatable-placeholder .input_pseudo-placeholder {
      display: block;
}
.input_field__empty ~ .input_pseudo-placeholder {
      -webkit-transform: translateY(0);
              transform: translateY(0);
}
.input_field:focus ~ .input_pseudo-placeholder {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
}
.input_icon {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 34px;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 0.2s ease;
    cursor: pointer;
}
.input_icon:hover {
      opacity: 1;
}
.input_inner__force-text .input_icon__password {
      opacity: 1;
}
.input_icon__secondary {
      width: 24px;
      right: 34px;
}
.input_eye {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE4IDE5Ij4KICA8cGF0aCBkPSJNMSAxMC44YTEuOSAxLjkgMCAwMTAtMS44OGMxLjc2LTMuMDcgNC41OC01LjA1IDcuNzYtNS4wNSAzLjE4IDAgNiAxLjk4IDcuNzYgNS4wNS4zMy41OS4zMyAxLjMgMCAxLjg5LTEuNzYgMy4wNy00LjU4IDUuMDYtNy43NiA1LjA2LTMuMTggMC02LTItNy43Ni01LjA2eiIgc3Ryb2tlPSIjNjc2QzZGIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogIDxjaXJjbGUgY3g9IjguNzYiIGN5PSI5Ljg3IiByPSIyLjI1IiBzdHJva2U9IiM2NzZDNkYiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=) no-repeat center/18px 19px;
}
.input_label {
    z-index: 1;
    display: inline-block;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    margin-bottom: 8px;
}
.input_label:empty {
      display: none;
}
.input_label:empty {
      display: none;
}
.input_label__with-border {
      cursor: pointer;
}
.input_label__with-border:hover {
        opacity: 1;
}
.input_label__collapsed {
      margin-bottom: 0;
      text-decoration: underline;
}
.input_collapse-checkbox:focus ~ .input_label {
      opacity: 1;
}
.input__is-may-collapse .input_label {
      white-space: nowrap;
}
@media all and (min-width: 1100px) {
.input__is-may-collapse .input_label {
          margin-bottom: 0;
}
}
.input_inner {
    width: 100%;
    position: relative;
}
.input_inner__collapsed {
      display: none;
}
@media all and (min-width: 1100px) {
.input__is-may-collapse .input_inner {
        margin-left: 14px;
}
}
.input_collapse-checkbox {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
}
.input_error {
    max-width: 100%;
    color: #f00;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
}
@media all and (min-width: 1100px) {
.input_error {
        font-size: 11px;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.input_error {
        font-size: 12px;
}
}

@media all and (min-width: 720px) {
.birthdate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
}
}
.birthdate_label {
  z-index: 1;
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  margin-right: 14px;
  margin-bottom: 8px;
  color: #8c8c7e;
  opacity: 1;
  cursor: pointer;
}
.birthdate_label:empty {
    display: none;
}
@media all and (min-width: 720px) {
.birthdate_label {
      margin-bottom: 0;
}
}
.birthdate_content {
  position: relative;
}
@media all and (min-width: 720px) {
.birthdate_content {
      width: calc(50% - 7px);
}
}
.birthdate_inputs {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media all and (min-width: 720px) {
.birthdate_inputs {
      -ms-flex-pack: end;
          justify-content: flex-end;
}
}
.birthdate .input_field:not(.input_field__floatable-placeholder) {
  height: 30px;
}
.birthdate_input {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  margin-right: 15px;
}
@media all and (min-width: 1100px) {
.birthdate_input {
      margin-right: 10px;
}
}
@media all and (min-width: 1600px) {
.birthdate_input {
      margin-right: 15px;
}
}
.birthdate_input:last-of-type {
    margin-right: 0;
}
.birthdate_error {
  max-width: 100%;
  color: #f00;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
}
@media all and (min-width: 1100px) {
.birthdate_error {
      font-size: 11px;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.birthdate_error {
      font-size: 12px;
}
}

.checkbox {
  margin-bottom: 4px;
  position: relative;
}
@media all and (min-width: 720px) {
.checkbox {
      margin-bottom: 10px;
}
}
.checkbox_field {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
}
.checkbox_label {
    display: inline-block;
    padding-left: 36px;
    color: #8c8c7e;
    font-size: 12px;
    line-height: 1.5;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}
@media all and (min-width: 1100px) {
.checkbox_label {
        font-size: 11px;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.checkbox_label {
        font-size: 12px;
}
}
.checkbox_label::before {
      width: 20px;
      height: 20px;
      border: 1px solid #595950;
      background-color: #020406;
      content: "";
      position: absolute;
      top: 2px;
      left: 1px;
      transition: border-color 0.2s ease;
}
.checkbox_field:focus ~ .checkbox_label::before {
        border-color: #8c8c7e;
}
.checkbox_label:hover::before {
      border-color: #8c8c7e;
}
.checkbox_label__checked::before {
      border-color: #8c8c7e;
}
.checkbox_label__checked::after {
      width: 8px;
      height: 5px;
      border-left: 2px solid #fe5000;
      border-bottom: 2px solid #fe5000;
      content: "";
      position: absolute;
      top: 8px;
      left: 7px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.checkbox_label__error::before {
      border-color: #f00;
}
.checkbox_field:focus ~ .checkbox_label__error::before {
        border-color: #f00;
}

.password-field_icon-info-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.password-field_icon-info {
  fill: #676c6f;
}
.input_field__error ~ .input_icon .password-field_icon-info-wrap .password-field_icon-info {
    fill: #a7251b;
}
.password-field_popover.password-field_popover {
  width: auto;
  right: 31px;
}
.password-field_popover.password-field_popover::after {
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-60%) rotate(45deg);
            transform: translateY(-60%) rotate(45deg);
}
.password-field .input_field__error ~ .input_icon__secondary {
  opacity: 1;
}
.password-field_popover-title-wrap {
  color: #fff;
  font-weight: bold;
}
.password-field_popover-title mark {
  all: unset;
  background: none;
  color: inherit;
}
.password-field__server-error-invalid .password-field_popover-title mark {
    color: #ff8803;
}
.password-field_validations-list {
  list-style: disc;
  list-style-position: outside;
}
.password-field_validations-item {
  margin-top: 3px;
  transition: color 0.2s ease;
}
.password-field_validations-item__valid:not(.password-field_validations-item__server-error-invalid) {
    color: #3bf01d;
}

.regform {
  width: 100%;
  position: relative;
}
.regform_title {
    margin-bottom: 15px;
    padding-bottom: 18px;
    color: #f7f7f7;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
}
@media all and (min-width: 720px) {
.regform_title {
        margin-bottom: 23px;
        font-size: 48px;
        line-height: 1.2;
        text-align: center;
}
}
@media all and (min-width: 1100px) {
.regform_title {
        margin-bottom: 12px;
        padding-bottom: 15px;
        font-size: 20px;
        text-align: left;
}
}
@media all and (min-width: 1600px) and (min-height: 850px) {
.regform_title {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 36px;
}
}
.regform_title::after {
      width: 75px;
      height: 3px;
      background-color: #fe5000;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
}
@media all and (min-width: 720px) {
.regform_title::after {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
}
}
@media all and (min-width: 1100px) {
.regform_title::after {
          left: 0;
          -webkit-transform: none;
                  transform: none;
}
}
.regform_promo {
    margin-bottom: 23px;
    color: #f7f7f7;
    font-size: 14px;
    line-height: 18px;
}
@media all and (min-width: 720px) {
.regform_promo {
        margin-bottom: 37px;
        font-size: 16px;
        text-align: center;
}
}
@media all and (min-width: 1100px) {
.regform_promo {
        margin-bottom: 14px;
        font-size: 12px;
        text-align: left;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.regform_promo {
        margin-bottom: 23px;
        font-size: 14px;
}
}
@media all and (min-width: 1600px) and (min-height: 850px) {
.regform_promo {
        margin-bottom: 35px;
        font-size: 16px;
}
}
.regform_form-section, .regform_form-inner {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}
.regform_form-section:last-child, .regform_form-inner:last-child {
      margin-bottom: 0;
}
.regform_form-section__no-margin {
    margin-bottom: 0;
}
.regform_form-section-content {
    position: relative;
}
@media all and (min-width: 720px) {
.regform_form-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
}
.regform_form-inner-col {
    margin-bottom: 30px;
}
@media all and (min-width: 720px) {
.regform_form-inner-col {
        width: calc(50% - 6px);
        margin-bottom: 0;
}
}
@media all and (min-width: 720px) {
.regform_form-inner-col:last-child {
        margin-left: 12px;
}
}
.regform_form-link {
    color: inherit;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.regform_form-link:hover {
      color: #b8b8a2;
      text-decoration: none;
}
.regform_form-accent {
    color: #e9e2bf;
    position: relative;
    transition: color 0.2s ease;
}
.regform_form-accent:hover {
      color: #b8b8a2;
}
.regform_note {
    box-sizing: border-box;
    padding: 8px 0 7px 24px;
    color: #8c8c7c;
    font-size: 12px;
    line-height: 1.5;
    opacity: .3;
}
@media all and (min-width: 1100px) {
.regform_note {
        font-size: 11px;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.regform_note {
        font-size: 12px;
}
}
.regform_button {
    width: 100%;
}
@media all and (min-width: 1600px) and (min-height: 850px) {
.regform_button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 100%;
}
}
@media all and (min-width: 720px) {
.regform_button-text {
      font-size: 24px;
}
}
@media all and (min-width: 1100px) {
.regform_button-text {
      font-size: 18px;
}
}
@media all and (min-width: 1600px) and (min-height: 850px) {
.regform_button-text {
      font-size: 24px;
}
}
.regform_buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 25px;
}
.regform_redirect {
    display: inline-block;
    margin-top: 15px;
    color: #feab34;
    font-size: 18px;
    line-height: 1.3;
    text-decoration: underline;
    transition: color 0.2s ease;
}
@media all and (min-width: 720px) {
.regform_redirect {
        margin-top: 20px;
}
}
.regform_redirect:hover {
      color: #fd9;
}
.regform_nicknames-description {
    margin-bottom: 8px;
}
.regform_nicknames {
    display: inline-block;
}
.regform_nickname {
    margin-top: 8px;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: pointer;
    text-underline-position: under;
}
.regform_nickname:first-of-type {
      margin-top: 0;
}
.regform_parental-description {
    margin-bottom: 15px;
}
.regform_parental-icon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.regform_parental-icon {
    fill: #676c6f;
}
.input_field__error ~ .regform_parental-icon-wrap .regform_parental-icon {
      fill: #a7251b;
}
@media all and (min-width: 720px) {
.regform_parental-popover.regform-popover {
      right: 41px;
}
}
.captcha {
  text-align: center;
}
.captcha_img {
    display: block;
    margin: 0 auto 10px;
}
.captcha_link {
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
    color: #f25322;
    transition: border-bottom-color .15s;
    cursor: pointer;
}
.captcha_link:hover {
      border-bottom-color: transparent;
}
.regform-popover {
  z-index: 10;
  display: none;
  width: 100%;
  min-height: 48px;
  padding: 5px 25px;
  border: 1px solid #676c6f;
  border-radius: 2px;
  outline: none;
  background-color: #333335;
  color: #aaaaab;
  line-height: 1.33;
  position: absolute;
}
.regform-popover::after {
    width: 12px;
    height: 12px;
    background: inherit;
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.regform-popover::after__mobile {
      display: none;
}
.regform-popover::after__mobile::after {
        display: none;
}
.regform-popover.regform-popover__visible {
    -webkit-animation: 300ms forwards;
            animation: 300ms forwards;
}
.regform-popover__left-top {
    top: 0;
    left: calc(100% + 12px);
}
.regform-popover__left-top::after {
      border-left: 1px solid #676c6f;
      border-bottom: 1px solid #676c6f;
      top: 20px;
      left: -7px;
}
.regform-popover__left-top.regform-popover__visible {
      -webkit-animation-name: leftAnchor;
              animation-name: leftAnchor;
}
.regform-popover__left-bottom {
    bottom: 0;
    left: calc(100% + 12px);
}
.regform-popover__left-bottom::after {
      border-left: 1px solid #676c6f;
      border-bottom: 1px solid #676c6f;
      top: calc(100% - 20px);
      left: -7px;
}
.regform-popover__left-bottom.regform-popover__visible {
      -webkit-animation-name: leftAnchor;
              animation-name: leftAnchor;
}
.regform-popover__right-top {
    top: 0;
    right: calc(100% + 12px);
}
.regform-popover__right-top::after {
      border-top: 1px solid #676c6f;
      border-right: 1px solid #676c6f;
      top: 20px;
      right: -7px;
}
.regform-popover__right-top.regform-popover__visible {
      -webkit-animation-name: rightAnchor;
              animation-name: rightAnchor;
}
.regform-popover__right-bottom {
    right: calc(100% + 12px);
    bottom: 0;
}
.regform-popover__right-bottom::after {
      border-top: 1px solid #676c6f;
      border-right: 1px solid #676c6f;
      top: calc(100% - 20px);
      right: -7px;
}
.regform-popover__right-bottom.regform-popover__visible {
      -webkit-animation-name: rightAnchor;
              animation-name: rightAnchor;
}
.regform-popover__bottom {
    margin-top: 0;
    top: calc(100% - 1px);
    right: 0;
    left: auto;
}
.regform-popover__bottom::after {
      border-left: 1px solid #676c6f;
      border-top: 1px solid #676c6f;
      top: 0;
      right: calc(-6px - 1px + 17px);
      pointer-events: none;
}
.regform-popover__bottom.regform-popover__visible {
      -webkit-animation-name: bottomAppear;
              animation-name: bottomAppear;
}
.regform-popover__mobile {
    margin-top: 20px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
}
.regform-popover__mobile::after {
      display: none;
}
.regform-popover__mobile.regform-popover__visible {
      -webkit-animation-name: mobileAppear;
              animation-name: mobileAppear;
}
.regform-popover__visible {
    display: block;
}
@media all and (min-width: 1100px) {
.regform-popover__desktop-auto-width {
      width: auto;
}
}
.regform-popover_title {
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.regform-popover_content {
    margin: 10px 0;
    font-size: 12px;
}
.regform-popover_title a, .regform-popover_content a {
    color: #feab34;
    transition: color 0.2s ease;
}
.regform-popover_title a:hover, .regform-popover_content a:hover {
      color: #fd9;
      text-decoration: underline;
}
.regform-popover_close {
    z-index: 1;
    width: 25px;
    height: 25px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUw5IDlNOSAxTDEgOSIgc3Ryb2tlPSIjRkNGQ0ZDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center/10px;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 0.2s ease;
    cursor: pointer;
}
.regform-popover_close:hover {
      opacity: 1;
}
@-webkit-keyframes leftAnchor {
from {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes leftAnchor {
from {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@-webkit-keyframes rightAnchor {
from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes rightAnchor {
from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@-webkit-keyframes bottomAppear {
from {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes bottomAppear {
from {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@-webkit-keyframes mobileAppear {
from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes mobileAppear {
from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}

.registration {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
  max-width: 620px;
  margin: 20px auto 0;
  padding-bottom: 40px;
  color: #8c8c7e;
  font-size: 14px;
  text-align: center;
  position: relative;
}
@media all and (min-width: 1100px) {
.registration {
      font-size: 13px;
}
}
@media all and (min-width: 1100px) and (min-height: 850px) {
.registration {
      font-size: 14px;
}
}
.registration_title {
    margin-bottom: 24px;
    color: #f7f7f7;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}
@media all and (min-width: 720px) {
.registration_title {
        margin-bottom: 30px;
        font-size: 48px;
}
}
@media all and (min-width: 1100px) {
.registration_title {
        margin-bottom: 20px;
        font-size: 32px;
}
}
@media all and (min-width: 1600px) {
.registration_title {
        margin-bottom: 30px;
        font-size: 48px;
}
}
.registration_subtitle {
    margin-bottom: 30px;
    color: #f7f7f7;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
@media all and (min-width: 720px) {
.registration_subtitle {
        margin-bottom: 25px;
}
}
.registration_link {
    color: #f25322;
    transition: color 0.15s;
}
.registration_link:hover {
      color: #ff7e00;
}
.registration_form {
    width: 100%;
    text-align: left;
}
.registration_social-link {
    display: inline-block;
    margin-bottom: 26px;
    font-size: 0;
}
.registration_social-link-description {
    margin-bottom: 30px;
    color: #9f9fa0;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .01em;
}

.social-links {
  width: 100%;
  margin-bottom: 18px;
  color: #f7f7f7;
}
.social-links b, .social-links strong {
    font-weight: bold;
}
.social-links a:not(.cta) {
    transition: color 0.15s ease-in-out;
    color: #FD5102;
}
.social-links a:not(.cta):hover {
      color: #B13C06;
}
.social-links a:not(.cta):active {
      color: #853009;
}
@media all and (min-width: 720px) {
.social-links {
      margin-bottom: 24px;
}
}
.social-links_title {
    margin-bottom: 8px;
    color: #c5c5c5;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}
@media all and (min-width: 720px) {
.social-links_title {
        margin-bottom: 12px;
        font-size: 18px;
}
}
.social-links__light-mode .social-links_title {
      color: #171717;
}
.social-links_buttons {
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
}
.social-links_button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #2d2d2d;
    line-height: 0;
    position: relative;
    transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.social-links__light-mode .social-links_button {
      border-color: #ccc;
      background-color: transparent;
}
.social-links_button:hover {
      background-color: #fff;
}
.social-links_button svg path {
      transition: fill 0.5s ease-in-out;
}
.social-links_button__facebook:hover {
      background-color: #006df3;
}
.social-links__light-mode .social-links_button__facebook:hover {
        border-color: #006df3;
}
.social-links_button__facebook:hover .circle {
        fill: #fff;
}
.social-links_button__facebook:hover .f {
        fill: #006df3;
}
.social-links_button__twitch:hover {
      background-color: #a465ff;
}
.social-links__light-mode .social-links_button__twitch:hover {
        border-color: #a465ff;
}
.social-links_button__twitch:hover .glitch {
        fill: #000;
}
.social-links__light-mode .social-links_button__google:hover {
      border-color: #4285f4;
}
.social-links__light-mode .social-links_button__amazon .a {
      fill: #000;
}
.social-links__light-mode .social-links_button__amazon:hover {
      border-color: #000;
}
.social-links_button__amazon:hover .a {
      fill: #000;
}
.social-links_button__idme {
      background-size: 58px;
}
.social-links__light-mode .social-links_button__idme .id,
      .social-links__light-mode .social-links_button__idme .me {
        fill: #2e3f51;
}
.social-links_button__idme:hover, .social-links_button__idme.social-links_button__tooltip-active {
        background-color: #3a8045;
}
.social-links__light-mode .social-links_button__idme:hover, .social-links__light-mode .social-links_button__idme.social-links_button__tooltip-active {
          border-color: #3a8045;
}
.social-links_button__idme:hover .id,
        .social-links_button__idme:hover .me, .social-links_button__idme.social-links_button__tooltip-active .id,
        .social-links_button__idme.social-links_button__tooltip-active .me {
          fill: #fff;
}
.social-links_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.social-links_tooltip {
    z-index: 500;
    display: block;
    width: 228px;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #6a6b6d;
    border-radius: 3px;
    background-color: #333335;
    font-size: 12px;
    line-height: 1.1;
    text-align: left;
    text-decoration: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    transition: opacity 0.5s ease-in-out;
    cursor: auto;
    pointer-events: none;
}
.social-links_tooltip::before {
      width: 100%;
      height: 15px;
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
}
.social-links_tooltip::after {
      width: 14px;
      height: 14px;
      border-left: 1px solid #6a6b6d;
      border-top: 1px solid #6a6b6d;
      background-color: #333335;
      content: "";
      position: absolute;
      top: -8px;
      right: 12px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
}
.social-links_tooltip__active,
    .social-links_button:hover .social-links_tooltip {
      opacity: 1;
      pointer-events: all;
}
.social-links_tooltip-title {
    margin-bottom: 8px;
    color: #fefefe;
    font-weight: 700;
}
.social-links_tooltip-text {
    color: #aaaaab;
}
.social-links_tooltip-cta {
    margin-top: 8px;
}

.registration-restrictions-popup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  visibility: hidden;
  z-index: 500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.registration-restrictions-popup b, .registration-restrictions-popup strong {
    font-weight: bold;
}
.registration-restrictions-popup a:not(.cta) {
    transition: color 0.15s ease-in-out;
    color: #FD5102;
}
.registration-restrictions-popup a:not(.cta):hover {
      color: #B13C06;
}
.registration-restrictions-popup a:not(.cta):active {
      color: #853009;
}
.registration-restrictions-popup__ready {
    visibility: visible;
}
.registration-restrictions-popup_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(175, 175, 175, 0.15);
    background-color: #111212;
    color: #b8b8b8;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}
@media all and (min-width: 720px) {
.registration-restrictions-popup_inner {
        padding: 24px;
        font-size: 20px;
}
}
@media all and (min-width: 1100px) {
.registration-restrictions-popup_inner {
        -ms-flex-pack: center;
            justify-content: center;
}
}
@media all and (min-width: 1600px) {
.registration-restrictions-popup_inner {
        padding: 40px;
}
}
.registration-restrictions-popup__light-mode .registration-restrictions-popup_inner {
      background-color: #fff;
      color: #626262;
}
.registration-restrictions-popup_img {
    margin-bottom: 18px;
    max-width: 100%;
}
@media all and (min-width: 720px) {
.registration-restrictions-popup_img {
        margin-bottom: 24px;
}
}
@media all and (min-width: 1600px) {
.registration-restrictions-popup_img {
        margin-bottom: 30px;
}
}
@media all and (min-width: 1600px) {
.registration-restrictions-popup_img {
        margin-bottom: 58px;
}
}
.registration-restrictions-popup_title {
    margin-bottom: 18px;
    color: #fcfcfc;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16;
}
@media all and (min-width: 720px) {
.registration-restrictions-popup_title {
        margin-bottom: 24px;
}
}
@media all and (min-width: 1600px) {
.registration-restrictions-popup_title {
        margin-bottom: 30px;
}
}
@media all and (min-width: 720px) {
.registration-restrictions-popup_title {
        font-size: 32px;
}
}
@media all and (min-width: 1600px) {
.registration-restrictions-popup_title {
        font-size: 36px;
}
}
.registration-restrictions-popup__light-mode .registration-restrictions-popup_title {
      color: #070707;
}
.registration-restrictions-popup_description {
    margin-bottom: 18px;
}
@media all and (min-width: 720px) {
.registration-restrictions-popup_description {
        margin-bottom: 24px;
}
}
@media all and (min-width: 1600px) {
.registration-restrictions-popup_description {
        margin-bottom: 30px;
}
}
.registration-restrictions-popup_button-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
button {
  padding: 0;
  border: none;
  font-family: inherit;
}
button:focus {
    outline: none;
}
input {
  outline: none;
}
a {
  text-decoration: none;
}
body.modal-opened {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  background-color: #111;
  color: #f2f2f7;
  font-family: "Roboto Condensed", "Arial Narrow", "Arial", sans-serif;
}
b {
  font-weight: 700;
}
a {
  color: #f39918;
  text-decoration: none;
}
.button.button__primary,
.button-link.button-link__primary {
  color: #fff;
  height: auto;
  line-height: 1;
  font-size: 12px;
  padding: 12px 24px;
}
@media all and (min-width: 720px) {
.button.button__primary,
    .button-link.button-link__primary {
      font-size: 20px;
      padding: 20px 30px;
}
}
@media all and (min-width: 1100px) {
.button.button__primary,
    .button-link.button-link__primary {
      font-size: 16px;
}
}
@media all and (min-width: 1440px) {
.button.button__primary,
    .button-link.button-link__primary {
      font-size: 18px;
      padding: 22px 36px;
}
}
@media all and (min-width: 1600px) {
.button.button__primary,
    .button-link.button-link__primary {
      font-size: 20px;
      padding: 24px 36px;
}
}
.main {
  position: relative;
  overflow: hidden;
}
.header {
  padding-left: 18px;
  padding-right: 18px;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 63px;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.35s ease-in-out;
}
@media all and (min-width: 720px) {
.header {
      padding-left: 44px;
      padding-right: 44px;
}
}
@media all and (min-width: 1100px) {
.header {
      padding-left: 68px;
      padding-right: 68px;
}
}
@media all and (min-width: 1600px) {
.header {
      padding-left: 134px;
      padding-right: 134px;
}
}
@media all and (min-width: 1921px) {
.header {
      padding-left: 134px;
      padding-right: 134px;
}
}
@media all and (min-width: 420px) {
.header {
      height: 63px;
}
}
@media all and (min-width: 1100px) {
.header {
      height: 41px;
}
}
@media all and (min-width: 1440px) {
.header {
      height: 56px;
}
}
@media all and (min-width: 1600px) {
.header {
      height: 94px;
}
}
@media all and (min-width: 1921px) {
.header {
      height: 94px;
}
}
.header_logo-wrapper {
    -ms-flex: 1;
        flex: 1;
    margin: 0 18px;
}
@media all and (min-width: 720px) {
.header_logo-wrapper {
        margin: 0;
        text-align: center;
}
}
.header_logo img {
    vertical-align: middle;
    max-height: 16px;
}
@media all and (min-width: 720px) {
.header_logo img {
        max-height: 24px;
}
}
@media all and (min-width: 1100px) {
.header_logo img {
        max-height: 20px;
}
}
@media all and (min-width: 1440px) {
.header_logo img {
        max-height: 26px;
}
}
.header_back-wrapper {
    -ms-flex: 0;
        flex: 0;
}
@media all and (min-width: 720px) {
.header_back-wrapper {
        -ms-flex: 1;
            flex: 1;
}
}
.header_back-spacer {
    display: none;
}
@media all and (min-width: 720px) {
.header_back-spacer {
        display: block;
        -ms-flex: 1;
            flex: 1;
}
}
.header_menu-wrapper {
    position: absolute;
    right: 18px;
}
@media all and (min-width: 720px) {
.header_menu-wrapper {
        right: 44px;
}
}
@media all and (min-width: 1100px) {
.header_menu-wrapper {
        right: 68px;
}
}
@media all and (min-width: 1600px) {
.header_menu-wrapper {
        right: 134px;
}
}
@media all and (min-width: 1921px) {
.header_menu-wrapper {
        right: 134px;
}
}
.header_shadow {
    z-index: -1;
    display: none;
    width: 100%;
    height: 330px;
    background: linear-gradient(180deg, #0b111a, rgba(11, 17, 26, 0));
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transition: opacity 0.35s ease-in-out;
    pointer-events: none;
}
@media all and (min-width: 720px) {
.header_shadow {
        display: block;
}
}
.header_shadow__visible {
      opacity: 1;
}
.header__fixed {
    background-color: #101010;
}
.header .lang-button__selector {
    color: #fd9;
}
.header .lang-button__selector span {
      text-shadow: 0 0 4px rgba(255, 127, 0, 0.25), 0 0 8px #ff2a00, 0 0 15px #e52;
}
.header .lang-button__selector svg {
      -webkit-filter: drop-shadow(0 0 4px rgba(255, 127, 0, 0.25)) drop-shadow(0 0 8px #ff7300) drop-shadow(0 0 15px #ff4000);
              filter: drop-shadow(0 0 4px rgba(255, 127, 0, 0.25)) drop-shadow(0 0 8px #ff7300) drop-shadow(0 0 15px #ff4000);
}
.section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.section_sparks {
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}
.section__has-bg .section_sparks {
      z-index: 0;
}
.section_content {
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    height: 100%;
    padding-top: 85px;
    padding-bottom: 22px;
    position: relative;
}
@media all and (min-width: 720px) {
.section_content {
        padding-left: 44px;
        padding-right: 44px;
}
}
@media all and (min-width: 1100px) {
.section_content {
        padding-left: 68px;
        padding-right: 68px;
}
}
@media all and (min-width: 1600px) {
.section_content {
        padding-left: 134px;
        padding-right: 134px;
}
}
@media all and (min-width: 1921px) {
.section_content {
        padding-left: 134px;
        padding-right: 134px;
}
}
@media all and (min-width: 720px) {
.section_content {
        padding-top: 85px;
}
}
@media all and (min-width: 1100px) {
.section_content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        height: 100vh;
        padding: 41px 0 0 0;
}
}
@media all and (min-width: 1440px) {
.section_content {
        padding-top: 56px;
}
}
@media all and (min-width: 1600px) {
.section_content {
        padding-top: 94px;
}
}
@media all and (min-width: 1921px) {
.section_content {
        padding-top: 94px;
}
}
.section__has-bg .section_content {
      z-index: 1;
}
.gallery .section_content {
  padding-top: 63px;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
  height: auto;
}
@media all and (min-width: 720px) {
.gallery .section_content {
      padding-top: 63px;
}
}
@media all and (min-width: 1100px) {
.gallery .section_content {
      padding-top: 41px;
}
}
@media all and (min-width: 1440px) {
.gallery .section_content {
      padding-top: 56px;
}
}
@media all and (min-width: 1600px) {
.gallery .section_content {
      padding-top: 56px;
}
}
@media all and (min-width: 1921px) {
.gallery .section_content {
      padding-top: 94px;
}
}
.gallery .hooper {
  height: auto;
}
.gallery .hooper-slide {
  height: auto;
}
.gallery_background-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.gallery_background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.gallery_background__active {
    opacity: 1;
}
@media all and (min-width: 1100px) {
.gallery_content {
    text-align: center;
}
}
@media all and (min-width: 1100px) {
.gallery_slides {
    position: relative;
    width: 100%;
    height: 50vh;
}
}
.gallery_cta-wrapper {
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
@media all and (min-width: 720px) {
.gallery_cta-wrapper {
      padding-left: 44px;
      padding-right: 44px;
}
}
@media all and (min-width: 1100px) {
.gallery_cta-wrapper {
      padding-left: 68px;
      padding-right: 68px;
}
}
@media all and (min-width: 1600px) {
.gallery_cta-wrapper {
      padding-left: 134px;
      padding-right: 134px;
}
}
@media all and (min-width: 1921px) {
.gallery_cta-wrapper {
      padding-left: 134px;
      padding-right: 134px;
}
}
@media all and (min-width: 720px) {
.gallery_cta-wrapper {
      margin-bottom: 20px;
}
}
@media all and (min-width: 1100px) {
.gallery_cta-wrapper {
      display: inline-block;
      margin-bottom: 40px;
}
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.gallery_cta-wrapper {
      margin-bottom: 22px;
}
}
@media all and (min-width: 1440px) {
.gallery_cta-wrapper {
      margin-bottom: 45px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.gallery_cta-wrapper {
      margin-bottom: 18px;
}
}
@media all and (min-width: 1600px) {
.gallery_cta-wrapper {
      margin-bottom: 58px;
}
}
@media all and (min-width: 1600px) and (max-height: 950px) {
.gallery_cta-wrapper {
      margin-bottom: 40px;
}
}
.gallery_nav-wrapper {
  padding-left: 18px;
  padding-right: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
@media all and (min-width: 720px) {
.gallery_nav-wrapper {
      padding-left: 44px;
      padding-right: 44px;
}
}
@media all and (min-width: 1100px) {
.gallery_nav-wrapper {
      padding-left: 68px;
      padding-right: 68px;
}
}
@media all and (min-width: 1600px) {
.gallery_nav-wrapper {
      padding-left: 134px;
      padding-right: 134px;
}
}
@media all and (min-width: 1921px) {
.gallery_nav-wrapper {
      padding-left: 134px;
      padding-right: 134px;
}
}
@media all and (min-width: 1100px) {
.gallery_nav-wrapper {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
}
.gallery_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 38px;
}
@media all and (min-width: 720px) {
.gallery_nav {
      margin-bottom: 40px;
}
}
@media all and (min-width: 1100px) {
.gallery_nav {
      height: 10px;
      margin-bottom: 22px;
}
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.gallery_nav {
      margin-bottom: 16px;
}
}
@media all and (min-width: 1440px) {
.gallery_nav {
      margin-bottom: 38px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.gallery_nav {
      margin-bottom: 32px;
}
}
@media all and (min-width: 1600px) {
.gallery_nav {
      margin-bottom: 66px;
}
}
@media all and (min-width: 1600px) and (max-height: 950px) {
.gallery_nav {
      margin-bottom: 30px;
}
}
.gallery_nav__mobile {
    -ms-flex-pack: center;
        justify-content: center;
}
.gallery_arrow {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.35s ease-in-out;
  opacity: .9;
  cursor: pointer;
}
@media all and (min-width: 720px) {
.gallery_arrow {
      width: 80px;
      height: 80px;
}
}
@media all and (min-width: 1100px) {
.gallery_arrow {
      z-index: 2;
      width: 28px;
      height: 72px;
}
}
@media all and (min-width: 1440px) {
.gallery_arrow {
      width: 44px;
      height: 90px;
}
}
.gallery_arrow:hover {
    opacity: 1;
}
.gallery_arrow__hidden {
    pointer-events: none;
    opacity: 0;
}
@media all and (min-width: 1100px) {
.gallery_arrow__left {
      -webkit-transform: translate(10px, -330px);
              transform: translate(10px, -330px);
}
}
@media all and (min-width: 1440px) {
.gallery_arrow__left {
      -webkit-transform: translate(-6px, -430px);
              transform: translate(-6px, -430px);
}
}
@media all and (min-width: 1600px) {
.gallery_arrow__left {
      -webkit-transform: translate(-2px, -420px);
              transform: translate(-2px, -420px);
}
}
@media all and (min-width: 1100px) {
.gallery_arrow__right {
      -webkit-transform: translate(-10px, -330px);
              transform: translate(-10px, -330px);
}
}
@media all and (min-width: 1440px) {
.gallery_arrow__right {
      -webkit-transform: translate(6px, -430px);
              transform: translate(6px, -430px);
}
}
@media all and (min-width: 1600px) {
.gallery_arrow__right {
      -webkit-transform: translate(2px, -420px);
              transform: translate(2px, -420px);
}
}
.gallery_pagination {
  padding: 12px;
}
@media all and (min-width: 720px) {
.gallery_pagination {
      padding: 34px;
}
}
@media all and (min-width: 1100px) {
.gallery_pagination {
      padding: 0;
      margin-top: 18px;
}
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.gallery_pagination {
      margin-top: -4px;
}
}
@media all and (min-width: 1440px) {
.gallery_pagination {
      margin-top: 25px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.gallery_pagination {
      margin-top: 8px;
}
}
@media all and (min-width: 1600px) {
.gallery_pagination {
      margin-top: 38px;
}
}
@media all and (min-width: 1600px) and (max-height: 950px) {
.gallery_pagination {
      margin-top: 20px;
}
}
.gallery_pagination-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (min-width: 720px) {
.gallery_pagination-dot {
      width: 12px;
      height: 12px;
      margin-right: 10px;
}
}
@media all and (min-width: 1100px) {
.gallery_pagination-dot {
      width: 8px;
      height: 8px;
      margin-right: 6px;
}
}
@media all and (min-width: 1440px) {
.gallery_pagination-dot {
      width: 10px;
      height: 10px;
      margin-right: 8px;
}
}
.gallery_pagination-dot:last-child {
    margin-right: 0;
}
.gallery-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media all and (min-width: 1100px) {
.gallery-slide {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: auto;
      transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
      transition: transform 0.6s ease-out, opacity 0.6s ease-out;
      transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
      opacity: 0;
      pointer-events: none;
}
}
@media all and (min-width: 1100px) {
.gallery-slide__active {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      pointer-events: all;
}
}
.gallery-slide_inner {
    padding-left: 18px;
    padding-right: 18px;
    margin: 0 auto;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    height: 100%;
}
@media all and (min-width: 720px) {
.gallery-slide_inner {
        padding-left: 44px;
        padding-right: 44px;
}
}
@media all and (min-width: 1100px) {
.gallery-slide_inner {
        padding-left: 68px;
        padding-right: 68px;
}
}
@media all and (min-width: 1600px) {
.gallery-slide_inner {
        padding-left: 134px;
        padding-right: 134px;
}
}
@media all and (min-width: 1921px) {
.gallery-slide_inner {
        padding-left: 134px;
        padding-right: 134px;
}
}
@media all and (min-width: 1100px) {
.gallery-slide_inner {
        display: block;
        max-width: 480px;
        padding: 0;
}
}
@media all and (min-width: 1440px) {
.gallery-slide_inner {
        max-width: 640px;
}
}
@media all and (min-width: 1600px) {
.gallery-slide_inner {
        max-width: 600px;
}
}
.gallery-slide_image {
    position: relative;
    min-height: 160px;
    -ms-flex: 1;
        flex: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media all and (min-width: 720px) {
.gallery-slide_image {
        min-height: 270px;
}
}
@media all and (min-width: 1100px) {
.gallery-slide_image {
        min-height: 210px;
}
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.gallery-slide_image {
        min-height: 150px;
}
}
@media all and (min-width: 1440px) {
.gallery-slide_image {
        min-height: 240px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.gallery-slide_image {
        min-height: 200px;
}
}
@media all and (min-width: 1600px) and (max-height: 950px) {
.gallery-slide_image {
        min-height: 210px;
}
}
.gallery-slide_play-button {
    position: absolute;
    width: 48px;
    height: 32px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    bottom: 48px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: -webkit-filter 0.35s ease-in-out;
    transition: filter 0.35s ease-in-out;
    transition: filter 0.35s ease-in-out, -webkit-filter 0.35s ease-in-out;
    cursor: pointer;
}
@media all and (min-width: 720px) {
.gallery-slide_play-button {
        width: 92px;
        height: 64px;
        bottom: 58px;
}
}
@media all and (min-width: 1100px) {
.gallery-slide_play-button {
        width: 48px;
        height: 32px;
        bottom: 30px;
}
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.gallery-slide_play-button {
        bottom: 20px;
}
}
@media all and (min-width: 1440px) {
.gallery-slide_play-button {
        width: 56px;
        height: 38px;
        bottom: 26px;
}
}
@media all and (min-width: 1600px) {
.gallery-slide_play-button {
        width: 70px;
        height: 46px;
        bottom: 34px;
}
}
.gallery-slide_play-button:hover {
      -webkit-filter: brightness(1.25);
              filter: brightness(1.25);
}
.gallery-slide_play-button__centered {
      bottom: calc(100% / 2 - (32px / 2));
}
@media all and (min-width: 720px) {
.gallery-slide_play-button__centered {
          bottom: calc(100% / 2 - (64px / 2));
}
}
@media all and (min-width: 1100px) {
.gallery-slide_play-button__centered {
          bottom: calc(100% / 2 - (32px / 2));
}
}
@media all and (min-width: 1440px) {
.gallery-slide_play-button__centered {
          bottom: calc(100% / 2 - (38px / 2));
}
}
@media all and (min-width: 1600px) {
.gallery-slide_play-button__centered {
          bottom: calc(100% / 2 - (46px / 2));
}
}
.gallery-slide_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    padding: 0 38px;
    margin-bottom: 12px;
}
@media all and (min-width: 720px) {
.gallery-slide_title {
        font-size: 44px;
        margin-bottom: 30px;
}
}
@media all and (min-width: 1100px) {
.gallery-slide_title {
        font-size: 32px;
        margin-bottom: 16px;
        padding: 0;
}
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.gallery-slide_title {
        margin-bottom: 20px;
}
}
@media all and (min-width: 1440px) {
.gallery-slide_title {
        font-size: 50px;
        margin-bottom: 24px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.gallery-slide_title {
        font-size: 50px;
        margin-bottom: 22px;
}
}
@media all and (min-width: 1600px) {
.gallery-slide_title {
        font-size: 58px;
        margin-bottom: 16px;
}
}
@media all and (min-width: 1600px) and (max-height: 950px) {
.gallery-slide_title {
        margin-bottom: 22px;
}
}
.gallery-slide_description {
    font-size: 12px;
    line-height: 1.5;
    color: #E9E2BF;
    opacity: 0.8;
    padding: 0 18px;
    margin-bottom: 18px;
    min-height: 100px;
}
@media all and (min-width: 720px) {
.gallery-slide_description {
        font-size: 18px;
        margin-bottom: 40px;
        min-height: 180px;
        padding: 0 36px;
}
}
@media all and (min-width: 1100px) {
.gallery-slide_description {
        font-size: 12px;
        margin-bottom: 24px;
        min-height: 0;
        padding: 0;
}
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.gallery-slide_description {
        margin-bottom: 22px;
}
}
@media all and (min-width: 1440px) {
.gallery-slide_description {
        font-size: 14px;
        margin-bottom: 32px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.gallery-slide_description {
        margin-bottom: 20px;
}
}
@media all and (min-width: 1600px) {
.gallery-slide_description {
        margin-bottom: 32px;
}
}
@media all and (min-width: 1600px) and (max-height: 950px) {
.gallery-slide_description {
        margin-bottom: 30px;
}
}
.gallery-slide__no-image .gallery-slide_description {
      -ms-flex: 2;
          flex: 2;
}
.back-button {
  display: -ms-flexbox;
  display: flex;
  outline: none;
  -ms-flex-pack: start;
      justify-content: flex-start;
  place-items: center;
  min-width: auto;
  height: 44px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #fd9;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.back-button:hover, .back-button:focus, .back-button:active {
    border: none;
    background-color: transparent;
    color: #fd9;
}
.back-button_text {
    margin-left: -.5em;
    font-weight: 400;
    text-shadow: 0 0 4px rgba(255, 127, 0, 0.25), 0 0 8px #ff2a00, 0 0 15px #e52;
}
.back-button_arrow {
    width: auto;
    height: 3em;
}
.back-button .button_text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
}
.download .section_content {
  min-height: 100vh;
  height: auto;
}
.download_info {
  margin: 0 auto;
  text-align: center;
}
@media all and (min-width: 1100px) {
.download_info {
      max-width: 420px;
      margin-bottom: 42px;
}
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.download_info {
      margin-bottom: 28px;
}
}
@media all and (min-width: 1440px) {
.download_info {
      max-width: 640px;
      margin-bottom: 72px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.download_info {
      margin-bottom: 36px;
}
}
@media all and (min-width: 1600px) {
.download_info {
      margin-bottom: 72px;
}
}
@media all and (min-width: 1600px) and (max-height: 950px) {
.download_info {
      margin-bottom: 60px;
}
}
.download_title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (min-width: 720px) {
.download_title {
      margin-bottom: 26px;
      font-size: 44px;
}
}
@media all and (min-width: 1100px) {
.download_title {
      margin-bottom: 24px;
      font-size: 32px;
}
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.download_title {
      margin-bottom: 20px;
      font-size: 28px;
}
}
@media all and (min-width: 1440px) {
.download_title {
      margin-bottom: 32px;
      font-size: 50px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.download_title {
      margin-bottom: 30px;
      font-size: 50px;
}
}
@media all and (min-width: 1600px) {
.download_title {
      margin-bottom: 42px;
      font-size: 58px;
}
}
@media all and (min-width: 1600px) and (max-height: 950px) {
.download_title {
      margin-bottom: 44px;
}
}
.download_subtitle {
  margin-bottom: 34px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  opacity: .8;
}
@media all and (min-width: 720px) {
.download_subtitle {
      margin-bottom: 70px;
      font-size: 20px;
}
}
@media all and (min-width: 1100px) {
.download_subtitle {
      margin-bottom: 42px;
      font-size: 16px;
}
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.download_subtitle {
      margin-bottom: 40px;
}
}
@media all and (min-width: 1440px) {
.download_subtitle {
      margin-bottom: 46px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.download_subtitle {
      margin-bottom: 40px;
}
}
@media all and (min-width: 1600px) {
.download_subtitle {
      margin-bottom: 48px;
}
}
.download_cta-wrapper {
  display: inline-block;
  margin-bottom: 8px;
}
@media all and (min-width: 1440px) {
.download_cta-wrapper {
      margin-bottom: 20px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.download_cta-wrapper {
      margin-bottom: 18px;
}
}
.download_cta-description {
  max-width: 260px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  opacity: .5;
}
@media all and (min-width: 1440px) {
.download_cta-description {
      font-size: 16px;
}
}
.download_cta-description b {
    font-weight: bold;
}
.gifts-circle {
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 32px;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  position: relative;
  pointer-events: none;
}
@media all and (min-width: 720px) {
.gifts-circle {
      gap: 32px 64px;
}
}
@media all and (min-width: 1100px) {
.gifts-circle {
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
}
}
.gifts-circle_wrapper {
    display: block;
    position: relative;
}
@media all and (min-width: 1100px) {
.gifts-circle_wrapper {
        margin-top: 135px;
        white-space: nowrap;
}
}
@media all and (min-width: 1440px) {
.gifts-circle_wrapper {
        margin-top: 180px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.gifts-circle_wrapper {
        margin-top: 135px;
}
}
.gifts-circle_circle {
    z-index: -1;
    display: none;
    width: 910px;
    height: 910px;
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
}
@media all and (min-width: 1100px) {
.gifts-circle_circle {
        display: block;
}
}
@media all and (min-width: 1440px) {
.gifts-circle_circle {
        width: 1240px;
        height: 1240px;
        bottom: -90px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.gifts-circle_circle {
        width: 910px;
        height: 910px;
        bottom: -70px;
}
}
.gift {
  display: inline-block;
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  position: relative;
  pointer-events: auto;
}
.gift:hover .gift_glow {
    -webkit-filter: saturate(2);
            filter: saturate(2);
    opacity: 1;
}
.gift_title {
    display: block;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    opacity: .8;
    padding: 0 8px;
}
@media all and (min-width: 720px) {
.gift_title {
        font-size: 14px;
}
}
.gift_image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.gift_glow {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    opacity: .85;
    position: absolute;
    top: -20%;
    right: -20%;
    bottom: -35%;
    left: -20%;
    transition: opacity 0.35s ease-in-out, -webkit-filter 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, filter 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, filter 0.35s ease-in-out, -webkit-filter 0.35s ease-in-out;
    pointer-events: none;
}
.gift_inner {
    width: 74px;
    height: 74px;
    margin: auto;
    position: relative;
}
@media all and (min-width: 720px) {
.gift_inner {
        width: 151px;
        height: 151px;
}
}
@media all and (min-width: 1100px) {
.gift_inner {
        width: 135px;
        height: 135px;
}
}
@media all and (min-width: 1440px) {
.gift_inner {
        width: 180px;
        height: 180px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.gift_inner {
        width: 135px;
        height: 135px;
}
}
.gift_tooltip {
    display: block;
    width: 276px;
    padding: 16px 20px;
    border: 1px solid rgba(242, 242, 230, 0.1);
    border-radius: 2px;
    background-color: #070707;
    text-align: left;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity 0.1s ease-in-out;
    pointer-events: none;
    white-space: normal;
    z-index: 500;
}
.gift:nth-last-child(2) .gift_tooltip {
      right: 50%;
      left: auto;
}
@media all and (min-width: 1600px) {
.gift:nth-last-child(2) .gift_tooltip {
          right: auto;
          left: 50%;
}
}
.gift:nth-last-child(1) .gift_tooltip {
      right: 50%;
      left: auto;
}
@media all and (min-width: 1921px) {
.gift:nth-last-child(1) .gift_tooltip {
          right: auto;
          left: 50%;
}
}
.gift:hover .gift_tooltip {
      opacity: 1;
}
.gift_tooltip-title {
    color: #e9e2bf;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}
.gift_tooltip-content {
    color: #8c8c7e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
@media all and (min-width: 1100px) {
.gift:nth-child(2):nth-last-child(3), .gift:nth-child(4):nth-last-child(1) {
      margin-bottom: 54px;
}
.gift:nth-child(3):nth-last-child(2) {
      margin: 0 74px;
}
.gift:nth-child(2):nth-last-child(4), .gift:nth-child(5):nth-last-child(1) {
      margin-bottom: 100px;
}
.gift:nth-child(4):nth-last-child(2) {
      margin-right: 44px;
}
.gift:nth-child(3):nth-last-child(3) {
      margin-left: 44px;
      margin-right: 94px;
}
.gift:nth-child(2):nth-last-child(5), .gift:nth-child(6):nth-last-child(1) {
      margin-bottom: 160px;
}
.gift:nth-child(3):nth-last-child(4) {
      margin-left: 8px;
      margin-right: 72px;
      margin-bottom: 50px;
}
.gift:nth-child(5):nth-last-child(2) {
      margin-left: 72px;
      margin-right: 8px;
      margin-bottom: 50px;
}
.gift:nth-child(3):nth-last-child(5), .gift:nth-child(6):nth-last-child(2) {
      margin-bottom: 100px;
}
.gift:nth-child(2):nth-last-child(6) {
      margin-right: -30px;
      margin-bottom: 260px;
}
.gift:nth-child(7):nth-last-child(1) {
      margin-left: -30px;
      margin-bottom: 260px;
}
.gift:nth-child(3):nth-last-child(5), .gift:nth-child(5):nth-last-child(3) {
      margin-right: 44px;
}
.gift:nth-child(4):nth-last-child(4) {
      margin-right: 94px;
}
.gift:nth-child(2):nth-last-child(7) {
      margin-right: -90px;
      margin-bottom: 300px;
}
.gift:nth-child(8):nth-last-child(1) {
      margin-left: -90px;
      margin-bottom: 300px;
}
.gift:nth-child(3):nth-last-child(6), .gift:nth-child(7):nth-last-child(2) {
      margin-bottom: 150px;
}
.gift:nth-child(4):nth-last-child(5), .gift:nth-child(6):nth-last-child(3) {
      margin-bottom: 40px;
}
.gift:nth-child(4):nth-last-child(5) {
      margin-left: 0;
      margin-right: 73px;
}
.gift:nth-child(6):nth-last-child(3) {
      margin-left: 73px;
      margin-right: 0;
}
}
@media all and (min-width: 1440px) {
.gift:nth-child(2):nth-last-child(3), .gift:nth-child(4):nth-last-child(1) {
      margin-bottom: 60px;
}
.gift:nth-child(3):nth-last-child(2) {
      margin: 0 90px;
}
.gift:nth-child(2):nth-last-child(4), .gift:nth-child(5):nth-last-child(1) {
      margin-bottom: 80px;
}
.gift:nth-child(4):nth-last-child(2) {
      margin-right: 30px;
}
.gift:nth-child(3):nth-last-child(3) {
      margin: 0 30px;
}
.gift:nth-child(2):nth-last-child(5), .gift:nth-child(6):nth-last-child(1) {
      margin-bottom: 200px;
}
.gift:nth-child(3):nth-last-child(4) {
      margin-left: 6px;
      margin-right: 92px;
      margin-bottom: 60px;
}
.gift:nth-child(5):nth-last-child(2) {
      margin-left: 92px;
      margin-right: 6px;
      margin-bottom: 60px;
}
.gift:nth-child(3):nth-last-child(5), .gift:nth-child(6):nth-last-child(2) {
      margin-bottom: 120px;
}
.gift:nth-child(2):nth-last-child(6) {
      margin-right: -30px;
      margin-bottom: 300px;
}
.gift:nth-child(7):nth-last-child(1) {
      margin-left: -30px;
      margin-bottom: 300px;
}
.gift:nth-child(3):nth-last-child(5), .gift:nth-child(4):nth-last-child(4), .gift:nth-child(5):nth-last-child(3) {
      margin-right: 92px;
}
.gift:nth-child(2):nth-last-child(7) {
      margin-right: -70px;
      margin-bottom: 350px;
}
.gift:nth-child(8):nth-last-child(1) {
      margin-left: -70px;
      margin-bottom: 350px;
}
.gift:nth-child(3):nth-last-child(6), .gift:nth-child(7):nth-last-child(2) {
      margin-bottom: 180px;
}
.gift:nth-child(4):nth-last-child(5), .gift:nth-child(6):nth-last-child(3) {
      margin-bottom: 60px;
}
.gift:nth-child(4):nth-last-child(5) {
      margin-left: 4px;
      margin-right: 92px;
}
.gift:nth-child(6):nth-last-child(3) {
      margin-left: 92px;
      margin-right: 4px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.gift:nth-child(2):nth-last-child(3), .gift:nth-child(4):nth-last-child(1) {
      margin-bottom: 54px;
}
.gift:nth-child(3):nth-last-child(2) {
      margin: 0 74px;
}
.gift:nth-child(2):nth-last-child(4), .gift:nth-child(5):nth-last-child(1) {
      margin-bottom: 100px;
}
.gift:nth-child(4):nth-last-child(2) {
      margin-right: 44px;
}
.gift:nth-child(3):nth-last-child(3) {
      margin-left: 44px;
      margin-right: 94px;
}
.gift:nth-child(2):nth-last-child(5), .gift:nth-child(6):nth-last-child(1) {
      margin-bottom: 160px;
}
.gift:nth-child(3):nth-last-child(4) {
      margin-left: 8px;
      margin-right: 72px;
      margin-bottom: 50px;
}
.gift:nth-child(5):nth-last-child(2) {
      margin-left: 72px;
      margin-right: 8px;
      margin-bottom: 50px;
}
.gift:nth-child(3):nth-last-child(5), .gift:nth-child(6):nth-last-child(2) {
      margin-bottom: 100px;
}
.gift:nth-child(2):nth-last-child(6) {
      margin-right: -30px;
      margin-bottom: 260px;
}
.gift:nth-child(7):nth-last-child(1) {
      margin-left: -30px;
      margin-bottom: 260px;
}
.gift:nth-child(3):nth-last-child(5), .gift:nth-child(5):nth-last-child(3) {
      margin-right: 44px;
}
.gift:nth-child(4):nth-last-child(4) {
      margin-right: 94px;
}
.gift:nth-child(2):nth-last-child(7) {
      margin-right: -90px;
      margin-bottom: 300px;
}
.gift:nth-child(8):nth-last-child(1) {
      margin-left: -90px;
      margin-bottom: 300px;
}
.gift:nth-child(3):nth-last-child(6), .gift:nth-child(7):nth-last-child(2) {
      margin-bottom: 150px;
}
.gift:nth-child(4):nth-last-child(5), .gift:nth-child(6):nth-last-child(3) {
      margin-bottom: 40px;
}
.gift:nth-child(4):nth-last-child(5) {
      margin-left: 0;
      margin-right: 73px;
}
.gift:nth-child(6):nth-last-child(3) {
      margin-left: 73px;
      margin-right: 0;
}
}
.intro_background {
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (min-width: 1100px) {
.intro_background {
      display: block;
}
}
.intro_active-background {
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}
@media all and (min-width: 1100px) {
.intro_active-background {
      display: block;
}
}
.intro_active-background__clip-left {
    z-index: 12;
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 53.5% 0, 46.5% 100%, 0% 100%);
            clip-path: polygon(0 0, 53.5% 0, 46.5% 100%, 0% 100%);
    transition: -webkit-clip-path 0.35s ease-in-out;
    transition: clip-path 0.35s ease-in-out;
    transition: clip-path 0.35s ease-in-out, -webkit-clip-path 0.35s ease-in-out;
}
.intro_active-background__clip-right {
    z-index: 12;
    opacity: 1;
    -webkit-clip-path: polygon(53.5% 0, 100% 0, 100% 100%, 46.5% 100%);
            clip-path: polygon(53.5% 0, 100% 0, 100% 100%, 46.5% 100%);
    transition: 0.35s ease-in-out;
}
.intro_content {
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
  transition: 0.35s ease-in-out;
}
@media all and (min-width: 1100px) {
.intro_content {
      position: absolute;
      top: 180px;
      pointer-events: none;
}
}
@media all and (min-width: 1440px) {
.intro_content {
      top: 275px;
}
}
@media all and (min-width: 1600px) {
.intro_content {
      top: 234px;
}
}
@media all and (min-width: 720px) {
.intro_content__compact {
      top: 74px;
}
}
@media all and (min-width: 1100px) {
.intro_content__compact {
      top: 87px;
}
}
@media all and (min-width: 1440px) {
.intro_content__compact {
      top: 104px;
}
}
.intro_content__compact .intro_title {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 110%;
}
@media all and (min-width: 420px) {
.intro_content__compact .intro_title {
        max-width: 400px;
        font-size: 32px;
}
}
@media all and (min-width: 720px) {
.intro_content__compact .intro_title {
        max-width: 600px;
        font-size: 60px;
}
}
@media all and (min-width: 1100px) {
.intro_content__compact .intro_title {
        max-width: 180px;
        margin-bottom: 6px;
        font-size: 16px;
}
}
@media all and (min-width: 1440px) {
.intro_content__compact .intro_title {
        font-size: 18px;
}
}
@media all and (min-width: 1600px) {
.intro_content__compact .intro_title {
        max-width: 246px;
        font-size: 26px;
}
}
.intro_content__compact .intro_subtitle {
    max-width: 210px;
    font-size: 14px;
}
@media all and (min-width: 420px) {
.intro_content__compact .intro_subtitle {
        max-width: 400px;
        font-size: 20px;
}
}
@media all and (min-width: 720px) {
.intro_content__compact .intro_subtitle {
        font-size: 22px;
}
}
@media all and (min-width: 1100px) {
.intro_content__compact .intro_subtitle {
        font-size: 12px;
}
}
@media all and (min-width: 1600px) {
.intro_content__compact .intro_subtitle {
        font-size: 14px;
}
}
.intro_content__compact .intro_icon {
    opacity: 0;
}
.intro_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
}
@media all and (min-width: 420px) {
.intro_title {
      max-width: 400px;
      font-size: 32px;
}
}
@media all and (min-width: 720px) {
.intro_title {
      max-width: 600px;
      font-size: 44px;
}
}
@media all and (min-width: 1100px) {
.intro_title {
      max-width: 320px;
      font-size: 32px;
}
}
@media all and (min-width: 1440px) {
.intro_title {
      max-width: 440px;
      font-size: 45px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.intro_title {
      font-size: 45px;
}
}
@media all and (min-width: 1600px) {
.intro_title {
      max-width: 489px;
      font-size: 50px;
}
}
.intro_subtitle {
  margin-bottom: 38px;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
}
@media all and (min-width: 420px) {
.intro_subtitle {
      max-width: 400px;
      font-size: 20px;
}
}
@media all and (min-width: 720px) {
.intro_subtitle {
      font-size: 22px;
}
}
@media all and (min-width: 1100px) {
.intro_subtitle {
      font-size: 16px;
}
}
@media all and (min-width: 1440px) {
.intro_subtitle {
      font-size: 18px;
}
}
@media all and (min-width: 1600px) {
.intro_subtitle {
      font-size: 22px;
}
}
.intro_icon {
  display: none;
  opacity: 1;
  transition: 0.35s ease-in-out;
  object-fit: contain;
}
@media all and (min-width: 1100px) {
.intro_icon {
      display: block;
      width: 50px;
      height: 50px;
}
}
@media all and (min-width: 1440px) {
.intro_icon {
      width: 50px;
      height: 50px;
}
}
@media all and (min-width: 1600px) {
.intro_icon {
      width: 80px;
      height: 80px;
}
}
.intro_containers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 1100px) {
.intro_containers {
      -ms-flex-direction: row;
          flex-direction: row;
}
}
.intro_containers .left_container {
    z-index: 13;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: 194px;
    margin-bottom: 22px;
    padding: 15px 20px 19px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
@media all and (min-width: 720px) {
.intro_containers .left_container {
        min-height: 298px;
        padding: 32px;
}
}
@media all and (min-width: 1100px) {
.intro_containers .left_container {
        -ms-flex-align: center;
            align-items: center;
        width: 50%;
        margin: 0;
        padding: 0;
        border-radius: unset;
}
}
.intro_containers .left_container__active .left_content {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
}
.intro_containers .left_container__active .left_glow-image {
      opacity: 1;
}
.intro_containers .left_container__no-titles {
      padding: 0;
      margin-bottom: 24px;
      min-height: none;
}
@media all and (min-width: 720px) {
.intro_containers .left_container__no-titles {
          margin-bottom: 60px;
}
}
.intro_containers .left_figure {
    z-index: 14;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: rotate(7deg) scale(1.3);
            transform: rotate(7deg) scale(1.3);
    -webkit-transform-origin: right center;
            transform-origin: right center;
}
@media all and (min-width: 1100px) {
.intro_containers .left_figure {
        display: block;
}
}
.intro_containers .left_logo {
    margin-bottom: 26px;
    -ms-flex-item-align: center;
        align-self: center;
}
.intro_containers .left_glow-image {
    z-index: 15;
    display: none;
    width: calc(100vw / 2);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    position: absolute;
    transition: 0.35s ease-in-out;
}
@media all and (min-width: 1100px) {
.intro_containers .left_glow-image {
        display: block;
}
}
.intro_containers .left_disclaimer {
    width: 100%;
    margin-top: 4px;
    color: #e1e1e1;
    font-size: 10px;
    font-style: italic;
    line-height: 146%;
    text-align: center;
}
@media all and (min-width: 720px) {
.intro_containers .left_disclaimer {
        margin-top: 18px;
        font-size: 14px;
}
}
@media all and (min-width: 1100px) {
.intro_containers .left_disclaimer {
        max-width: 260px;
        font-size: 12px;
}
}
@media all and (min-width: 1440px) {
.intro_containers .left_disclaimer {
        font-size: 14px;
}
}
.intro_containers .left_button-group {
    width: 100%;
}
@media all and (min-width: 1100px) {
.intro_containers .left_button-group {
        width: auto;
}
}
.intro_containers .right_container {
    z-index: 13;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: 194px;
    padding: 15px 20px 19px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
@media all and (min-width: 720px) {
.intro_containers .right_container {
        min-height: 298px;
        padding: 32px;
}
}
@media all and (min-width: 1100px) {
.intro_containers .right_container {
        -ms-flex-align: center;
            align-items: center;
        width: 50%;
        padding: 0;
        border-radius: unset;
}
}
.intro_containers .right_container__active .right_content {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
}
.intro_containers .right_container__active .right_glow-image {
      opacity: 1;
}
.intro_containers .right_container__no-titles {
      padding: 0;
      margin-bottom: 80px;
}
.intro_containers .right_figure {
    z-index: 14;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: rotate(7deg) scale(1.3);
            transform: rotate(7deg) scale(1.3);
    -webkit-transform-origin: left center;
            transform-origin: left center;
}
@media all and (min-width: 720px) {
.intro_containers .right_figure {
        display: block;
}
}
.intro_containers .right_logo {
    margin-bottom: 26px;
    -ms-flex-item-align: center;
        align-self: center;
}
.intro_containers .right_glow-image {
    z-index: 15;
    display: none;
    width: calc(100vw / 2);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    position: absolute;
    transition: 0.35s ease-in-out;
}
@media all and (min-width: 1100px) {
.intro_containers .right_glow-image {
        display: block;
}
}
.intro_containers .right_disclaimer {
    width: 100%;
    margin-top: 4px;
    color: #e1e1e1;
    font-size: 10px;
    font-style: italic;
    line-height: 146%;
    text-align: center;
}
@media all and (min-width: 720px) {
.intro_containers .right_disclaimer {
        margin-top: 18px;
        font-size: 14px;
}
}
@media all and (min-width: 1100px) {
.intro_containers .right_disclaimer {
        max-width: 260px;
        font-size: 12px;
}
}
@media all and (min-width: 1440px) {
.intro_containers .right_disclaimer {
        font-size: 14px;
}
}
.intro_containers .right_button-group {
    width: 100%;
}
@media all and (min-width: 1100px) {
.intro_containers .right_button-group {
        width: auto;
}
}
.intro_logo-buttons {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  gap: 32px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media all and (min-width: 1440px) {
.intro_logo-buttons {
      -ms-flex-direction: row;
          flex-direction: row;
      gap: 16px 32px;
}
}
.intro_logo-buttons__odd {
    -ms-flex-direction: column;
        flex-direction: column;
}
.intro_logo-buttons .cta {
    width: 100%;
    max-width: 252px;
    height: 66px;
    padding: 16px 32px;
    background-color: #000;
    transition: -webkit-filter 0.35s ease-in-out;
    transition: filter 0.35s ease-in-out;
    transition: filter 0.35s ease-in-out, -webkit-filter 0.35s ease-in-out;
}
@media all and (min-width: 720px) {
.intro_logo-buttons .cta {
        max-width: none;
        width: 478px;
        height: 122px;
}
}
@media all and (min-width: 1100px) {
.intro_logo-buttons .cta {
        width: 228px;
        height: 72px;
}
}
@media all and (min-width: 1440px) {
.intro_logo-buttons .cta {
        width: 276px;
}
}
.intro_logo-buttons .cta:hover {
      -webkit-filter: brightness(1.3);
              filter: brightness(1.3);
}
.intro_logo-buttons .cta:active {
      -webkit-filter: brightness(0.8);
              filter: brightness(0.8);
}
.intro .intro_sparks {
  width: 54%;
}
.intro .intro_sparks__left {
    left: 0;
    right: auto;
}
.intro .intro_sparks__right {
    right: 0;
    left: auto;
}
.intro .intro_sparks__hidden {
    display: none;
}
.intro .intro_smoke {
  width: 54%;
}
.intro .intro_smoke__left {
    left: 0;
    right: auto;
}
.intro .intro_smoke__right {
    right: 0;
    left: auto;
}
.intro .intro_smoke__hidden {
    opacity: 0;
}
.intro.section {
  min-height: 0;
}
@media all and (min-width: 1100px) {
.intro.section {
      min-height: 100vh;
}
}
.intro .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: auto;
  min-height: 0;
  padding-bottom: 40px;
  position: relative;
}
@media all and (min-width: 720px) {
.intro .section_content {
      padding-bottom: 38px;
}
}
@media all and (min-width: 1100px) {
.intro .section_content {
      -ms-flex-direction: row;
          flex-direction: row;
      min-height: 100vh;
      margin-top: 0;
      padding: 0;
}
}
.intro .left_content,
.intro .right_content {
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transition: 0.35s ease-in-out;
}
@media all and (min-width: 1100px) {
.intro .left_content,
    .intro .right_content {
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      width: auto;
      opacity: 0;
      -webkit-transform: translateY(200px);
              transform: translateY(200px);
}
}
.intro .left_title,
.intro .right_title {
  z-index: 16;
  margin-bottom: 11px;
  padding-right: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  text-align: left;
}
@media all and (min-width: 720px) {
.intro .left_title,
    .intro .right_title {
      font-size: 32px;
}
}
@media all and (min-width: 1100px) {
.intro .left_title,
    .intro .right_title {
      margin-bottom: 16px;
      padding: 0 80px;
      font-size: 40px;
      text-align: center;
}
}
@media all and (min-width: 1440px) {
.intro .left_title,
    .intro .right_title {
      margin-bottom: 24px;
      font-size: 46px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.intro .left_title,
    .intro .right_title {
      font-size: 46px;
}
}
@media all and (min-width: 1600px) {
.intro .left_title,
    .intro .right_title {
      margin-bottom: 32px;
      font-size: 58px;
}
}
.intro .left_title__centered,
  .intro .right_title__centered {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
    text-align: center;
    margin-bottom: 48px;
}
.intro .left_subtitle,
.intro .right_subtitle {
  z-index: 16;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 110%;
  text-align: left;
}
@media all and (min-width: 720px) {
.intro .left_subtitle,
    .intro .right_subtitle {
      margin-bottom: 68px;
      font-size: 16px;
}
}
@media all and (min-width: 1100px) {
.intro .left_subtitle,
    .intro .right_subtitle {
      max-width: 276px;
      margin-bottom: 26px;
      font-size: 16px;
      text-align: center;
}
}
@media all and (min-width: 1440px) {
.intro .left_subtitle,
    .intro .right_subtitle {
      margin-bottom: 50px;
      font-size: 18px;
}
}
@media all and (min-width: 1600px) {
.intro .left_subtitle,
    .intro .right_subtitle {
      margin-bottom: 32px;
      font-size: 22px;
}
}
.intro .left_button,
.intro .right_button {
  z-index: 16;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}
@media all and (min-width: 1100px) {
.intro .left_button,
    .intro .right_button {
      width: auto;
}
}
.intro .left_button .button,
  .intro .right_button .button {
    width: 100%;
}
.registration-page_image-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-order: 2;
      order: 2;
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media all and (min-width: 720px) {
.registration-page_image-container {
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
}
}
@media all and (min-width: 1100px) {
.registration-page_image-container {
      -ms-flex-order: 1;
          order: 1;
      width: 444px;
      height: auto;
}
}
@media all and (min-width: 1440px) {
.registration-page_image-container {
      width: 548px;
}
}
@media all and (min-width: 1600px) {
.registration-page_image-container {
      width: 716px;
}
}
.registration-page_regform {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  padding: 83px 18px 0;
}
@media all and (min-width: 720px) {
.registration-page_regform {
      padding: 113px 94px 14px;
}
}
@media all and (min-width: 1100px) {
.registration-page_regform {
      -ms-flex-order: 2;
          order: 2;
      padding: 61px 80px 0;
}
}
@media all and (min-width: 1440px) {
.registration-page_regform {
      -ms-flex-order: 2;
          order: 2;
      padding: 76px 0 0;
}
}
@media all and (min-width: 1600px) {
.registration-page_regform {
      padding: 114px 0 0;
}
}
.registration-page_regform-container {
    margin: 0 auto;
}
.registration-page_regform-container .regform_promo {
      color: #c0c0c0;
      font-weight: 400;
}
.registration-page_regform-container .regform .input_field {
      border-radius: 0;
      color: #fff;
}
.registration-page_regform-container .regform .input_field__empty {
        color: #676c6f;
}
.registration-page_regform-container .regform .input_bg {
      border: 1px solid #282828;
      background-color: #0f0f0f;
}
.registration-page_regform-container .regform .input_field__error {
      border-color: #ea7a3b;
      background-color: rgba(234, 122, 59, 0.08);
}
.registration-page_regform-container .regform .input_field__error ~ .input_icon .password-field_icon-info {
        fill: #ea7a3b;
}
.registration-page_regform-container .regform .input_error {
      color: #ea7a3b;
}
.registration-page_regform-container .regform .input_focused .input_bg {
      border: 1px solid #282828;
      background-color: #0f0f0f;
}
.registration-page_regform-container .regform .checkbox {
      margin-bottom: 30px;
}
.registration-page_regform-container .regform .checkbox_label {
      color: #676c6f;
      font-size: 12px;
}
.registration-page_regform-container .regform .checkbox_label__error::before {
        border-color: #ea7a3b;
}
.registration-page_regform-container .regform .checkbox_label .regform_form-accent {
        color: #8c8c7c;
}
.registration-page_regform-container .regform .regform_note {
      padding: 0;
}
.registration-page_regform-container .registration_title b {
      color: #f39918;
}
.registration-page_regform-error {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 102px;
    margin-bottom: 30px;
    padding: 20px 18px;
    border: 1px solid rgba(173, 148, 136, 0.17);
    border-bottom-width: 3px;
    border-bottom-color: #d8993e;
    background-color: rgba(158, 98, 71, 0.17);
}
.registration-page_regform .registration_title {
    font-size: 24px;
}
@media all and (min-width: 720px) {
.registration-page_regform .registration_title {
        font-size: 32px;
}
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.registration-page_regform .registration_title {
        font-size: 28px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.registration-page_regform .registration_title {
        font-size: 40px;
}
}
@media all and (min-width: 1600px) {
.registration-page_regform .registration_title {
        font-size: 48px;
}
}
.registration-page_error-image {
  width: 32px;
  height: 32px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.registration-page_error-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
}
.registration-page_error-title {
  margin-bottom: 6px;
  color: #f2f2f7;
  font-size: 12px;
  line-height: 150%;
}
@media all and (min-width: 720px) {
.registration-page_error-title {
      font-size: 18px;
}
}
@media all and (min-width: 1440px) {
.registration-page_error-title {
      font-size: 14px;
}
}
.registration-page_error-description {
  color: #c1a598;
  font-size: 12px;
  line-height: 130%;
}
@media all and (min-width: 720px) {
.registration-page_error-description {
      font-size: 14px;
}
}
@media all and (min-width: 1100px) {
.registration-page_error-description {
      font-size: 12px;
}
}
@media all and (min-width: 1440px) {
.registration-page_error-description {
      font-size: 14px;
}
}
.registration-page .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  min-height: 100vh;
  padding: 0;
}
@media all and (min-width: 1100px) {
.registration-page .section_content {
      -ms-flex-direction: row;
          flex-direction: row;
}
}
.registration-page .registration-reward {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
@media all and (min-width: 720px) {
.registration-page .registration-reward {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
}
}
@media all and (min-width: 1100px) {
.registration-page .registration-reward {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center;
}
}
.registration-page .registration-reward_image {
    z-index: 14;
    width: 100%;
    max-width: 232px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media all and (min-width: 420px) {
.registration-page .registration-reward_image {
        max-width: 332px;
}
}
@media all and (min-width: 720px) {
.registration-page .registration-reward_image {
        max-width: 400px;
}
}
@media all and (min-width: 1440px) {
.registration-page .registration-reward_image {
        max-width: 449px;
}
}
@media all and (min-width: 1600px) {
.registration-page .registration-reward_image {
        max-width: 446px;
}
}
.registration-page .registration-reward_text {
    z-index: 14;
    max-width: 232px;
    margin-left: 0;
    padding-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
}
@media all and (min-width: 720px) {
.registration-page .registration-reward_text {
        max-width: 223px;
        margin-left: 40px;
        padding-bottom: 0;
        font-size: 18px;
        text-align: left;
}
}
@media all and (min-width: 1100px) {
.registration-page .registration-reward_text {
        max-width: 298px;
        margin-left: 0;
        padding-bottom: 18px;
        font-size: 22px;
        text-align: center;
}
}
@media all and (min-width: 1440px) {
.registration-page .registration-reward_text {
        padding-bottom: 39px;
        font-size: 24px;
}
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.registration-page .registration-reward_text {
        padding-bottom: 40px;
}
}
@media all and (min-width: 1600px) {
.registration-page .registration-reward_text {
        max-width: 364px;
        padding-bottom: 56px;
        font-size: 28px;
}
}
.registration-page .registration-reward_text b {
      font-weight: 700;
}
.registration-page .registration-reward_ribbon {
    z-index: 12;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 22px;
    bottom: 0;
}
@media all and (min-width: 720px) {
.registration-page .registration-reward_ribbon {
        background-size: 100% 100%;
}
}
@media all and (min-width: 1100px) {
.registration-page .registration-reward_ribbon {
        background-size: cover;
        top: 71px;
}
}
.registration-page .registration-reward_glow {
    z-index: 13;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
}
.result .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  height: auto;
  min-height: 100vh;
  padding: 228px 105px;
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.result .section_content {
      padding: 147px 105px;
}
}
@media all and (min-width: 1440px) {
.result .section_content {
      padding: 249px 143px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.result .section_content {
      padding: 167px 107px 167px 105px;
}
}
@media all and (min-width: 1600px) {
.result .section_content {
      padding: 245px 135px;
}
}
@media all and (min-width: 1600px) and (max-height: 950px) {
.result .section_content {
      padding: 215px 135px;
}
}
.result .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 200px;
  height: 161px;
  margin-bottom: 15px;
  padding: 10px 12px 20px 20px;
  border-radius: 11px;
  background-color: #1b1c1e;
}
@media all and (min-width: 1100px) and (max-height: 750px) {
.result .block {
      height: 127px;
}
}
@media all and (min-width: 1600px) {
.result .block {
      max-width: 262px;
}
}
.result .block_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.result .block_container:nth-child(4n+1) .block_separator {
      display: none;
}
@media all and (min-width: 1440px) {
.result .block_container:nth-child(4n+1) .block_separator {
        display: block;
}
}
.result .block_separator {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media all and (min-width: 1440px) {
.result .block_separator {
        width: 23px;
        height: 23px;
        margin-left: 15px;
        margin-right: 15px;
}
}
.result .block_icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
}
.result .block_icon img {
      width: 36px;
      height: 36px;
}
@media all and (min-width: 1440px) {
.result .block_icon img {
          width: 50px;
          height: 50px;
}
}
.result .block_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    padding-right: 0;
}
@media all and (min-width: 1600px) {
.result .block_content {
        padding-right: 20px;
}
}
.result .block_number {
    margin-right: 12px;
    font-size: 32px;
    font-weight: 400;
    text-shadow: 0 0 16px #ff2a00, 0 0 30px #e52;
}
.result .block_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}
@media all and (min-width: 1440px) {
.result .block_title {
        font-size: 16px;
}
}
.result_info {
  margin-bottom: 15px;
}
@media all and (min-width: 1440px) {
.result_info {
      margin-bottom: 47px;
}
}
@media all and (min-width: 1600px) {
.result_info {
      margin-bottom: 40px;
}
}
.result_blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 1100px) {
.result_blocks {
      max-width: 896px;
}
}
@media all and (min-width: 1440px) {
.result_blocks {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
}
.result_title {
  color: #fd9;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}
@media all and (min-width: 1440px) {
.result_title {
      font-size: 50px;
}
}
@media all and (min-width: 1440px) and (max-height: 850px) {
.result_title {
      font-size: 50px;
}
}
@media all and (min-width: 1600px) {
.result_title {
      font-size: 58px;
}
}
.result_subtitle {
  max-width: 769px;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}
@media all and (min-width: 1440px) {
.result_subtitle {
      font-size: 50px;
}
}
@media all and (min-width: 1600px) {
.result_subtitle {
      font-size: 58px;
}
}
.result_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media all and (min-width: 1440px) {
.result_description {
      font-size: 20px;
}
}
.result_description-link {
  color: #feab34;
  text-decoration: none;
}
.sparks {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.sparks_particle {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform-origin: center;
            transform-origin: center;
    background-position-y: 0;
    opacity: 0;
    will-change: transform, opacity;
}
.smoke {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.35s ease-in-out;
  mix-blend-mode: screen;
  opacity: 0.5;
}
.smoke__mirrored {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

