

.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;
}
}

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

.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;
}
}

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;
}
.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);
}
}

.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;
}

.result-page-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px;
  color: #fff;
}
.result-page-block b, .result-page-block strong {
    font-weight: bold;
}
.result-page-block a:not(.cta) {
    transition: color 0.15s ease-in-out;
    color: #FD5102;
}
.result-page-block a:not(.cta):hover {
      color: #B13C06;
}
.result-page-block a:not(.cta):active {
      color: #853009;
}
.result-page-block__light-mode {
    color: #121210;
}
.result-page-block_main {
    max-width: 444px;
}
.result-page-block_image {
    min-width: 200px;
    height: 100px;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.result-page-block_image__ok.result-page-block_image__default-image {
      background-image: url(ok.6d54b596.png);
}
.result-page-block_image__error.result-page-block_image__default-image {
      background-image: url(error.dc765ca9.png);
}
.result-page-block_title {
    margin-bottom: 22px;
    font-size: 46px;
    font-weight: 700;
}
.result-page-block_text {
    margin-bottom: 30px;
    color: #cbcbcb;
    font-size: 16px;
    line-height: 1.2;
}
@media all and (min-width: 720px) {
.result-page-block_text {
        line-height: 1.3;
}
}
.result-page-block__light-mode .result-page-block_text {
      color: #1c1c1e;
}
.result-page-block_button {
    display: inline-block;
    min-width: 240px;
    margin: 0 auto;
}
@media all and (min-width: 720px) {
.result-page-block_button {
        min-width: 302px;
}
}
.result-page-block_caption {
    max-width: 302px;
    margin: 6px auto 20px;
    font-size: 14px;
    line-height: 1.17;
    text-align: center;
    opacity: .5;
}
.result-page-block_platforms {
    display: none;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
@media all and (min-width: 1100px) {
.result-page-block_platforms {
        display: -ms-flexbox;
        display: flex;
}
}
.result-page-block_platform {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 40px;
    padding: 0 10px;
    border: 1px solid transparent;
    background: transparent;
    line-height: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: border-color 300ms, background-color 300ms;
    cursor: pointer;
}
.result-page-block_platform:hover {
      border-color: rgba(241, 241, 241, 0.04);
      background-color: rgba(0, 0, 0, 0.04);
}
.result-page-block__light-mode .result-page-block_platform:hover {
        border-color: rgba(0, 0, 0, 0.04);
        background-color: rgba(0, 0, 0, 0.04);
}
.result-page-block_platform:active {
      background-color: rgba(0, 0, 0, 0.2);
}
.result-page-block__light-mode .result-page-block_platform:active {
        background-color: rgba(0, 0, 0, 0.04);
}
.result-page-block_platforms-title {
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14;
    opacity: .6;
    transition: opacity 300ms;
}
.result-page-block__light-mode .result-page-block_platforms-title {
      color: #000;
}
.result-page-block_platform:hover .result-page-block_platforms-title {
      opacity: 1;
}
.result-page-block_platform:active .result-page-block_platforms-title {
      opacity: .8;
}
.result-page-block_platforms-icon {
    opacity: .4;
    transition: opacity 300ms;
}
.result-page-block__light-mode:not(.result-page-block__invert-disabled) .result-page-block_platforms-icon {
      -webkit-filter: invert(1);
              filter: invert(1);
}
.result-page-block_platform:hover .result-page-block_platforms-icon {
      opacity: 1;
}
.result-page-block_platform:active .result-page-block_platforms-icon {
      opacity: .8;
}

.hooper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hooper-progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #efefef;
}
.hooper-progress-inner {
  height: 100%;
  background-color: #4285f4;
  transition: 300ms;
}
.hooper-pagination {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
}
.hooper-indicators {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hooper-indicator:hover,
.hooper-indicator.is-active {
  background-color: #4285f4;
}
.hooper-indicator {
  margin: 0 2px;
  width: 12px;
  height: 4px;
  border-radius: 4px;
  border: none;
  padding: 0;
  background-color: #fff;
  cursor: pointer;
}
.hooper-pagination.is-vertical {
  bottom: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hooper-pagination.is-vertical .hooper-indicators {
  -ms-flex-direction: column;
      flex-direction: column;
}
.hooper-pagination.is-vertical .hooper-indicator {
  width: 6px;
}
.hooper-next,
.hooper-prev {
  background-color: transparent;
  border: none;
  padding: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.hooper-next.is-disabled,
.hooper-prev.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.hooper-next {
  right: 0;
}
.hooper-prev {
  left: 0;
}
.hooper-navigation.is-vertical .hooper-next {
  top: auto;
  bottom: 0;
  -webkit-transform: initial;
          transform: initial;
}
.hooper-navigation.is-vertical .hooper-prev {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  -webkit-transform: initial;
          transform: initial;
}
.hooper-navigation.is-rtl .hooper-prev {
  left: auto;
  right: 0;
}
.hooper-navigation.is-rtl .hooper-next {
  right: auto;
  left: 0;
}
.hooper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
}
.hooper * {
  box-sizing: border-box;
}
.hooper-list {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hooper-track {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.hooper.is-vertical .hooper-track {
  -ms-flex-direction: column;
      flex-direction: column;
  height: 200px;
}
.hooper.is-rtl {
  direction: rtl;
}
.hooper-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
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;
}
@media all and (min-width: 320px) {
.appear-right-enter-active, .appear-right-leave-active {
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
}
.appear-right-enter {
  opacity: 0;
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
}
.appear-right-enter-to, .appear-right-leave {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.appear-right-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 320px) {
.appear-left-enter-active, .appear-left-leave-active {
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
}
.appear-left-enter {
  opacity: 0;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
}
.appear-left-enter-to, .appear-left-leave {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.appear-left-leave-to {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 320px) {
.appear-show-enter-active, .appear-show-leave-active {
    transition: opacity 0.5s;
}
}
.appear-show-enter, .appear-show-leave-to {
  opacity: 0;
}
.appear-show-enter-to, .appear-show-leave {
  opacity: 1;
}
@media all and (min-width: 320px) {
[class*="-enter-active"].appear-delay-1 {
    transition-delay: 0.1s;
}
[class*="-enter-active"].appear-delay-2 {
    transition-delay: 0.2s;
}
[class*="-enter-active"].appear-delay-3 {
    transition-delay: 0.3s;
}
[class*="-enter-active"].appear-delay-4 {
    transition-delay: 0.4s;
}
[class*="-enter-active"].appear-delay-5 {
    transition-delay: 0.5s;
}
[class*="-enter-active"].appear-delay-6 {
    transition-delay: 0.6s;
}
[class*="-enter-active"].appear-delay-7 {
    transition-delay: 0.7s;
}
[class*="-enter-active"].appear-delay-8 {
    transition-delay: 0.8s;
}
[class*="-enter-active"].appear-delay-9 {
    transition-delay: 0.9s;
}
[class*="-enter-active"].appear-delay-10 {
    transition-delay: 1s;
}
[class*="-enter-active"].appear-delay-11 {
    transition-delay: 1.1s;
}
[class*="-enter-active"].appear-delay-12 {
    transition-delay: 1.2s;
}
[class*="-enter-active"].appear-delay-13 {
    transition-delay: 1.3s;
}
[class*="-enter-active"].appear-delay-14 {
    transition-delay: 1.4s;
}
[class*="-enter-active"].appear-delay-15 {
    transition-delay: 1.5s;
}
[class*="-enter-active"].appear-delay-16 {
    transition-delay: 1.6s;
}
[class*="-enter-active"].appear-delay-17 {
    transition-delay: 1.7s;
}
[class*="-enter-active"].appear-delay-18 {
    transition-delay: 1.8s;
}
[class*="-enter-active"].appear-delay-19 {
    transition-delay: 1.9s;
}
[class*="-enter-active"].appear-delay-20 {
    transition-delay: 2s;
}
}
.appear-next-enter-active {
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.appear-next-enter {
  opacity: 0;
  -webkit-transform: translate(100px);
          transform: translate(100px);
}
.appear-next-enter-to {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.appear-previous-enter-active {
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.appear-previous-enter {
  opacity: 0;
  -webkit-transform: translate(-100px);
          transform: translate(-100px);
}
.appear-previous-enter-to {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.appear-rotate-right-leave-to {
  -webkit-transform: perspective(800px) rotateY(-180deg);
          transform: perspective(800px) rotateY(-180deg);
}
.appear-rotate-right-enter-active, .appear-rotate-right-leave-active {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.appear-rotate-right-enter {
  -webkit-transform: perspective(800px) rotateY(180deg);
          transform: perspective(800px) rotateY(180deg);
}
.appear-rotate-right-enter-to {
  -webkit-transform: perspective(800px) rotateY(0);
          transform: perspective(800px) rotateY(0);
}
.appear-rotate-left-leave-to {
  -webkit-transform: perspective(800px) rotateY(180deg);
          transform: perspective(800px) rotateY(180deg);
}
.appear-rotate-left-enter-active, .appear-rotate-left-leave-active {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.appear-rotate-left-enter {
  -webkit-transform: perspective(800px) rotateY(-180deg);
          transform: perspective(800px) rotateY(-180deg);
}
.appear-rotate-left-enter-to {
  -webkit-transform: perspective(800px) rotateY(0);
          transform: perspective(800px) rotateY(0);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  background-color: #191716;
  font-family: "Roboto", sans-serif;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.cta-wrap {
  display: inline-block;
  height: 54px;
  font-size: 18px;
}
@media all and (min-width: 720px) {
.cta-wrap {
      font-size: 20px;
}
}
.cta-wrap__mobile-block {
    width: 100%;
}
@media all and (min-width: 720px) {
.cta-wrap__mobile-block {
        width: auto;
}
}
.hooper {
  height: auto;
  outline: none;
}
.social-links {
  margin-top: auto;
  margin-bottom: 24px;
}
@media all and (min-width: 1100px) {
.social-links {
      margin-bottom: 20px;
}
}
@media all and (min-width: 1440px) {
.social-links {
      margin-bottom: 24px;
}
}
@media (min-width: 1100px) and (max-height: 750px) {
.social-links {
      margin-bottom: 15px;
}
}
@media all and (min-width: 720px) {
.social-links_holder {
      display: -ms-flexbox;
      display: flex;
}
}
.social-links_cell {
    display: block;
}
@media all and (min-width: 720px) {
.social-links_cell {
        margin-bottom: 0;
}
}
.social-links_cell:last-of-type {
      margin-bottom: 0;
}
.social-links_cell__idme::before {
      display: none;
}
.social-links_tooltip-item {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTUuNUMxMS44NjYgMTUuNSAxNSAxMi4zNjYgMTUgOC41QzE1IDQuNjM0MDEgMTEuODY2IDEuNSA4IDEuNUM0LjEzNDAxIDEuNSAxIDQuNjM0MDEgMSA4LjVDMSAxMi4zNjYgNC4xMzQwMSAxNS41IDggMTUuNVoiIHN0cm9rZT0iI0FBQUFBQiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNi4zODQ3NyA2Ljg4NDY3QzYuMzg0NzcgNi41NjUxOCA2LjQ3OTUxIDYuMjUyODYgNi42NTcwMSA1Ljk4NzIxQzYuODM0NTEgNS43MjE1NiA3LjA4NjggNS41MTQ1MiA3LjM4MTk3IDUuMzkyMjVDNy42NzcxNCA1LjI2OTk5IDguMDAxOTQgNS4yMzggOC4zMTUzIDUuMzAwMzNDOC42Mjg2NSA1LjM2MjY2IDguOTE2NDggNS41MTY1MSA5LjE0MjQgNS43NDI0MkM5LjM2ODMyIDUuOTY4MzQgOS41MjIxNyA2LjI1NjE3IDkuNTg0NSA2LjU2OTUzQzkuNjQ2ODMgNi44ODI4OCA5LjYxNDg0IDcuMjA3NjggOS40OTI1NyA3LjUwMjg1QzkuMzcwMzEgNy43OTgwMyA5LjE2MzI2IDguMDUwMzEgOC44OTc2MSA4LjIyNzgyQzguNjMxOTYgOC40MDUzMiA4LjMxOTY0IDguNTAwMDYgOC4wMDAxNSA4LjUwMDA2VjkuNTc2OTgiIHN0cm9rZT0iI0FBQUFBQiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOC4wMDAwOCAxMS4xOTI0QzcuODQwMzMgMTEuMTkyNCA3LjY4NDE3IDExLjIzOTggNy41NTEzNSAxMS4zMjg1QzcuNDE4NTIgMTEuNDE3MyA3LjMxNSAxMS41NDM0IDcuMjUzODcgMTEuNjkxQzcuMTkyNzMgMTEuODM4NiA3LjE3Njc0IDEyLjAwMSA3LjIwNzkgMTIuMTU3NkM3LjIzOTA3IDEyLjMxNDMgNy4zMTU5OSAxMi40NTgyIDcuNDI4OTUgMTIuNTcxMkM3LjU0MTkxIDEyLjY4NDIgNy42ODU4MyAxMi43NjExIDcuODQyNSAxMi43OTIyQzcuOTk5MTggMTIuODIzNCA4LjE2MTU4IDEyLjgwNzQgOC4zMDkxNyAxMi43NDYzQzguNDU2NzUgMTIuNjg1MiA4LjU4MjkgMTIuNTgxNiA4LjY3MTY1IDEyLjQ0ODhDOC43NjA0IDEyLjMxNiA4LjgwNzc3IDEyLjE1OTggOC44MDc3NyAxMi4wMDAxQzguODA0OTggMTEuNzg2NyA4LjcxODk5IDExLjU4MjkgOC41NjgxMiAxMS40MzJDOC40MTcyNCAxMS4yODEyIDguMjEzNDIgMTEuMTk1MiA4LjAwMDA4IDExLjE5MjRWMTEuMTkyNFoiIGZpbGw9IiNBQUFBQUIiLz4KPC9zdmc+Cg==) no-repeat center/contain;
    font-size: 0;
    vertical-align: middle;
    position: relative;
    cursor: help;
}
.social-links_tooltip {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}
.social-links_subtitle {
    display: block;
    margin-bottom: 5px;
    padding-left: 0;
    color: #aaaaab;
    font-size: 12px;
    text-align: center;
}
@media all and (min-width: 1440px) {
.social-links_subtitle {
        margin-bottom: 10px;
        font-size: 14px;
}
}
.social-links_description {
    color: #aaaaab;
}
.social-links_list {
    height: 30px;
}
@media (min-width: 1100px) and (max-height: 750px) {
.social-links_list {
        margin-top: 5px;
}
}
.social-links_list__idme::before {
      display: none;
}
.main {
  background-color: #191716;
  color: #fcfcfc;
}
.main_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
@media all and (min-width: 1100px) {
.main_footer .footer_inner {
      border-top: none;
}
}
.main_footer .footer_nav {
    border-top: none;
}
.slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  position: relative;
}
@media all and (min-width: 1100px) {
.slide {
      -ms-flex-positive: 1;
          flex-grow: 1;
      min-height: 100vh;
}
}
.slide_content {
    width: 100%;
    padding: 32px 0;
    position: relative;
}
@media all and (min-width: 720px) {
.slide_content {
        padding: 48px 0;
}
}
@media all and (min-width: 1100px) {
.slide_content {
        -ms-flex-positive: 1;
            flex-grow: 1;
        min-height: 600px;
}
}
.sticky-menu {
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 104px;
  padding: 32px 24px;
  border-bottom: 1px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transition: border-color 250ms, background-color 250ms;
}
@media all and (min-width: 720px) {
.sticky-menu {
      padding-left: 48px;
      padding-right: 48px;
}
}
@media all and (min-width: 1100px) {
.sticky-menu {
      height: 80px;
      padding: 0;
      position: fixed;
      pointer-events: none;
}
}
@media all and (min-width: 1920px) {
.sticky-menu {
      height: 96px;
}
}
@media all and (min-width: 1100px) {
.sticky-menu__non-first-section {
      border-color: rgba(103, 108, 111, 0.5);
      background-color: rgba(0, 0, 0, 0.5);
      pointer-events: auto;
}
}
@media all and (min-width: 1100px) {
.sticky-menu__non-first-section.sticky-menu__white-theme {
      background-color: rgba(252, 252, 252, 0.5);
}
}
.sticky-menu_logo {
    display: none;
    border-right: 1px solid transparent;
    overflow: hidden;
    transition: border-color 250ms;
}
@media all and (min-width: 1100px) {
.sticky-menu_logo {
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        width: 80px;
        height: 80px;
        pointer-events: auto;
}
}
@media all and (min-width: 1920px) {
.sticky-menu_logo {
        width: 96px;
        height: 96px;
}
}
.sticky-menu__non-first-section .sticky-menu_logo {
      display: -ms-flexbox;
      display: flex;
}
@media all and (min-width: 1100px) {
.sticky-menu__non-first-section .sticky-menu_logo {
          border-color: rgba(103, 108, 111, 0.5);
}
}
.sticky-menu_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 100%;
    position: relative;
}
.sticky-menu_content-inner {
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center;
}
.sticky-menu_progress {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 300ms, visibility 300ms;
}
@media all and (min-width: 1100px) {
.sticky-menu_progress {
        display: block;
}
}
.sticky-menu_progress__visible {
      opacity: 1;
      visibility: visible;
}
.sticky-menu_progress-value {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANsAAADICAMAAABWH2RHAAAAS1BMVEUAAAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UAD+UADYbKxOAAAAGXRSTlMAOHksgEODfCFPcxZsdAVZhWQOQFYJYGkoi7Dd6gAAAkRJREFUeNrt3MGuqjAUheFtkWJLiyCIvv+T3jo9JbnNNSfeLH+H/4jPPVsJ2I/fJcWxpXVHLaaD9ri1tNNRy8u9am5var3bp5+MPId7Q+ucb23r1NBOw/mo9VU7D6eW1letMHxv9vfWuXNrOzW0whja2tl1La1/NWjQoEGDBg0aNGjQ3qRFWZo9ZlmauaBKW21VpYVsqrTeJ1laadCgQYMGTYTWQ4MGDZoMrTwytN+nRVmaPWZZmrmgSlttVaUFZ6q0fn7I0ny8yNIyNGjQoEGDBg0aNGjQvpFmycvSLAdR2hRsFaXZ5kyVFuZFllb2EmjQoEGDBg0aNGjQoEFTolnysjTLQZT22ktEabY5U6WVvUSWVho0aNCgCdN8furSLtB+m1YYwrQOGjRo0HRplrwszfIqSpuCyV5tc6ZKK3uJLi2N0KBBgwYNGjRo0KBBg6ZEs+RlaZZXUdoUTPZqmzNVWtlLdGlphAYNGjRo0KBBgwYNGjQlmiWvSpssr6K0+2ayV1uyqdKu8y5L82mEBu0TtGnzsrSr7tWuwleDBg0aNGjQPkgLyrT4CZrFc/V4qwZtsnj6T97BfptW7yVPUdprL1Gllb1EllYaNGjQoEGDBg0aNGjQvpCmMiAc7iWDKu21l4jSXnuJKG1anKnSrvNVl7bcoEGDBg0aNGjQoEGD9oW0VZdmcVCl3S2eRGnjXu0l9+BdV7W5ot22Of57q2nj/laradGZVS11B6365y/xUbfc2NxSbYnPg9a1tmG/1R8r2f4AdqXXlnhI2akAAAAASUVORK5CYII=) center top/contain repeat-x;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}
.sticky-menu_content-section {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 48px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}
@media all and (min-width: 1100px) {
.sticky-menu_content-section {
        padding-right: 48px;
}
}
.sticky-menu__white-theme .sticky-menu_content-section {
      color: #000;
}
.intro {
  padding: 0 24px;
  background: center top/cover no-repeat;
  text-align: center;
}
@media all and (min-width: 720px) {
.intro {
      padding-left: 48px;
      padding-right: 48px;
}
}
@media all and (min-width: 1100px) {
.intro {
      padding: 0;
      text-align: left;
}
}
.intro .slide_content {
    padding-top: 0;
    padding-bottom: 0;
}
@media all and (min-width: 720px) {
.intro .slide_content {
        padding-bottom: 48px;
}
}
@media all and (min-width: 1100px) {
.intro .slide_content {
        display: -ms-flexbox;
        display: flex;
        padding-top: 80px;
        padding-bottom: 0;
}
}
@media all and (min-width: 1440px) {
.intro .slide_content {
        min-height: 730px;
}
}
.intro_header {
    position: relative;
    z-index: 21;
}
@media all and (min-width: 1100px) {
.intro_header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        position: absolute;
        top: -80px;
        left: 25px;
}
}
.intro_logo {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: 212px;
    height: 80px;
    padding: 16px 0;
    text-align: center;
}
@media all and (min-width: 1440px) {
.intro_logo {
        max-width: 252px;
}
}
@media all and (min-width: 1920px) {
.intro_logo {
        height: 96px;
}
}
@media all and (-ms-high-contrast: none) {
.intro_logo {
        width: 100%;
}
}
.intro_logo img {
      max-width: 100%;
      max-height: 100%;
}
.intro_aside {
    margin-left: -24px;
    margin-right: -24px;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media all and (min-width: 720px) {
.intro_aside {
        margin-left: -48px;
        margin-right: -48px;
}
}
@media all and (min-width: 1100px) {
.intro_aside {
        width: 52%;
        margin-left: 0;
        margin-right: 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 80%);
                clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 80%);
        bottom: 92px;
        left: auto;
}
}
.intro__modal-theme .intro_aside {
      display: block;
}
.intro_content {
    padding-top: 16px;
    position: relative;
}
@media all and (min-width: 1100px) {
.intro_content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex: 1;
            flex: 1;
        padding: 90px 24px 128px;
}
}
@media all and (min-width: 1440px) {
.intro_content {
        padding-left: 80px;
        padding-right: 80px;
}
}
@media all and (min-width: 1920px) {
.intro_content {
        padding-left: 96px;
        padding-top: 190px;
        padding-bottom: 190px;
}
}
@media all and (min-width: 2560px) {
.intro_content {
        margin-right: 336px;
}
}
.intro_content__top-indent {
      padding-top: 104px;
}
@media all and (min-width: 1100px) {
.intro_content__top-indent {
          padding-top: 0;
}
}
@media all and (min-width: 1100px) {
.intro__modal-theme .intro_content {
        -ms-flex-pack: center;
            justify-content: center;
        max-width: 48%;
        padding-top: 0;
        padding-bottom: 20px;
}
}
@media all and (min-width: 1440px) {
.intro__modal-theme .intro_content {
        max-width: 65%;
        padding-top: 48px;
        padding-bottom: 30px;
}
}
@media all and (min-width: 1920px) {
.intro__modal-theme .intro_content {
        padding-top: 100px;
        padding-bottom: 50px;
}
}
.intro__white-theme .intro_content {
      color: #000;
}
.intro_modal-theme-block {
    margin-top: 32px;
}
@media all and (min-width: 1100px) {
.intro_modal-theme-block {
        margin-top: 0;
}
}
.intro_cta-block {
    text-align: center;
}
@media all and (min-width: 720px) {
.intro_cta-block {
        display: inline-block;
}
}
@media all and (min-width: 1100px) {
.intro_cta-block {
        text-align: left;
}
}
.intro_reg-button-wrap {
    height: 54px;
    font-size: 18px;
}
@media all and (min-width: 720px) {
.intro_reg-button-wrap {
        font-size: 20px;
}
}
@media all and (min-width: 1920px) {
.intro_reg-button-wrap {
        height: 62px;
}
}
.intro_prizes-text {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.28;
    text-align: center;
    cursor: pointer;
}
@media all and (min-width: 1100px) {
.intro_prizes-text {
        width: auto;
}
}
.intro_prizes-text mark {
      background-color: transparent;
      color: #fe5000;
      transition: color 250ms;
}
.intro_prizes-text:hover mark {
        color: #f80;
        text-decoration: underline;
}
.intro_featured {
    margin-top: 12px;
}
@media all and (min-width: 720px) {
.intro_featured {
        margin-top: 36px;
}
}
@media all and (min-width: 1440px) {
.intro_featured {
        margin-top: 20px;
}
}
@media all and (min-width: 1920px) {
.intro_featured {
        margin-top: 44px;
}
}
@media all and (min-width: 1100px) {
.intro__modal-theme .intro_featured {
        width: 60vw;
        margin-top: 0;
        margin-bottom: 0;
}
}
@media all and (min-width: 1440px) {
.intro__modal-theme .intro_featured {
        margin-top: 16px;
        margin-bottom: 0;
}
}
@media all and (min-width: 1440px) {
.intro__modal-theme .intro_featured {
        margin-top: 24px;
        margin-bottom: 0;
}
}
.intro_featured-wrap {
    position: relative;
}
.intro_featured-bg {
    display: none;
}
@media all and (min-width: 1100px) {
.intro_featured-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        left: -24px;
        right: -24px;
        background: linear-gradient(90deg, rgba(16, 16, 16, 0.8) 44.27%, rgba(16, 16, 16, 0) 100%) left center/100% auto no-repeat;
}
.main__white-theme .intro_featured-bg {
          background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 44.27%, rgba(255, 255, 255, 0) 100%);
}
}
@media all and (min-width: 1440px) {
.intro_featured-bg {
        left: -80px;
        right: -80px;
}
}
.intro_featured-regform {
    display: none;
}
@media all and (min-width: 1100px) {
.intro_featured-regform {
        display: block;
}
}
@media all and (min-width: 1920px) {
.intro_featured-regform {
        display: none;
}
}
.intro_form {
    margin: 0 -24px;
    padding: 32px 24px 0;
    box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.6);
    background-color: rgba(16, 16, 16, 0.8);
}
@media all and (min-width: 720px) {
.intro_form {
        margin: 0;
        padding: 48px 90px 0;
}
}
@media all and (min-width: 1100px) {
.intro_form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 672px;
        margin-top: -80px;
        padding: 32px 45px 0;
}
}
@media all and (min-width: 1440px) {
.intro_form {
        margin-top: auto;
        margin-right: 80px;
        margin-bottom: auto;
}
}
@media all and (min-width: 1920px) {
.intro_form {
        padding-bottom: 32px;
}
}
@media (min-width: 2560px) and (min-height: 1250px) {
.intro_form {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        -webkit-transform-origin: right center;
                transform-origin: right center;
}
}
@media all and (min-width: 1440px) and (-ms-high-contrast: none) {
.intro_form {
        -ms-flex-item-align: center;
            align-self: center;
}
}
.intro__modal-theme .intro_form {
      display: none;
}
@media all and (min-width: 1100px) {
.intro_form .featured-items {
        display: none;
}
}
@media all and (min-width: 1920px) {
.intro_form .featured-items {
        display: block;
}
}
.intro_title {
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.33;
}
@media all and (min-width: 720px) {
.intro_title {
        margin-bottom: 24px;
        font-size: 40px;
        line-height: 1.25;
}
}
@media all and (min-width: 1024px) {
.intro_title {
        font-size: 28px;
}
}
@media all and (min-width: 1280px) {
.intro_title {
        font-size: 40px;
}
}
@media all and (min-width: 1440px) {
.intro_title {
        font-size: 56px;
        line-height: 1.07;
}
}
@media all and (min-width: 1920px) {
.intro_title {
        font-size: 73px;
        line-height: 1.17;
}
}
.intro_title b,
    .intro_title strong {
      font-weight: 900;
}
@media all and (min-width: 1440px) {
.intro__modal-theme .intro_title {
        font-size: 64px;
        line-height: 1.15;
}
}
@media all and (min-width: 1920px) {
.intro__modal-theme .intro_title {
        font-size: 86px;
        line-height: 1.17;
}
}
.intro_text {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.5;
}
@media all and (min-width: 720px) {
.intro_text {
        margin-bottom: 64px;
        font-size: 16px;
}
}
@media all and (min-width: 1100px) {
.intro_text {
        margin-bottom: 15px;
}
}
@media all and (min-width: 1440px) {
.intro_text {
        font-size: 20px;
}
}
@media all and (min-width: 1920px) {
.intro_text {
        max-width: 720px;
        font-size: 24px;
}
}
.intro__modal-theme .intro_text {
      margin-bottom: 32px;
}
@media all and (min-width: 720px) {
.intro__modal-theme .intro_text {
          margin-bottom: 48px;
}
}
@media all and (min-width: 1100px) {
.intro__modal-theme .intro_text {
          margin-bottom: 24px;
}
}
@media all and (min-width: 1440px) {
.intro__modal-theme .intro_text {
          margin-bottom: 32px;
}
}
@media all and (min-width: 1100px) {
.intro_arrow {
      position: absolute;
      bottom: 25px;
      left: 0;
}
.intro__modal-theme .intro_arrow {
        right: 0;
        left: auto;
}
}
.intro_lang-selector {
    z-index: 21;
    position: absolute;
    top: 47px;
    right: 0;
}
@media all and (min-width: 720px) {
.intro_lang-selector {
        top: 45px;
}
}
@media all and (min-width: 1100px) {
.intro_lang-selector {
        top: 33px;
        right: 696px;
}
}
@media all and (min-width: 1440px) {
.intro_lang-selector {
        right: 24px;
}
}
@media all and (min-width: 1920px) {
.intro_lang-selector {
        top: 41px;
}
}
@media all and (min-width: 1100px) {
.intro__modal-theme .intro_lang-selector {
        right: 24px;
}
}
.intro__modal-theme .intro_lang-selector .lang-button__selector {
      color: #fcfcfc;
}
.intro__white-theme .intro_lang-selector .lang-button__selector {
      color: #000;
}
@media all and (min-width: 1100px) {
.intro__modal-theme.intro__white-theme .intro_lang-selector .lang-button__selector {
        color: #fcfcfc;
}
}
@media all and (min-width: 1100px) {
.registration-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
}
}
@media all and (min-width: 1440px) {
.registration-form {
    display: block;
}
}
@media all and (min-width: 1440px) {
.registration-overlay__floating-featured .registration-form {
    display: -ms-flexbox;
    display: flex;
}
}
.registration-form_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}
@media all and (min-width: 720px) {
.registration-form_title {
      margin-bottom: 24px;
      font-size: 26px;
}
}
@media all and (min-width: 1100px) {
.registration-form_title {
      margin-bottom: 15px;
      font-size: 18px;
}
}
@media all and (min-width: 1440px) {
.registration-form_title {
      margin-bottom: 20px;
      font-size: 22px;
}
}
.registration-form__is-country-not-allowed .registration-form_title {
    display: none;
}
.registration-form__is-country-not-allowed .registration-form_timeline {
  display: none;
}
.registration-form_result-block {
  text-align: center;
}
.registration-form_result-block .result-page-block_main {
    max-width: none;
}
.registration-form .registration_title,
.registration-form .registration_subtitle,
.registration-form .regform_title,
.registration-form .regform_promo,
.registration-form .regform_redirect {
  display: none;
}
.registration-form .registration {
  max-width: none;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 1100px) {
.registration-form .registration {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex: 1;
          flex: 1;
}
}
@media all and (min-width: 1440px) {
.registration-form .registration {
      display: block;
}
}
@media all and (min-width: 1440px) {
.registration-overlay__floating-featured .registration-form .registration {
      display: -ms-flexbox;
      display: flex;
}
}
@media all and (min-width: 1100px) {
.registration-form .registration_form,
  .registration-form .regform,
  .registration-form .regform_form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
}
}
@media all and (min-width: 1440px) {
.registration-form .registration_form,
  .registration-form .regform,
  .registration-form .regform_form {
    display: block;
}
}
@media all and (min-width: 1440px) {
.registration-overlay__floating-featured .registration-form .registration_form, .registration-overlay__floating-featured
  .registration-form .regform, .registration-overlay__floating-featured
  .registration-form .regform_form {
    display: -ms-flexbox;
    display: flex;
}
}
.registration-form .regform_form-link {
  color: inherit;
}
.registration-form .regform_form-accent {
  color: #aaaaab;
  font-weight: 400;
}
.registration-form .input_label__with-border {
  color: #aaaaab;
}
@media all and (min-width: 720px) {
.registration-form .regform_buttons {
    margin-left: -90px;
    margin-right: -90px;
}
}
@media all and (min-width: 1100px) {
.registration-form .regform_buttons {
    margin-left: -45px;
    margin-top: auto;
    margin-right: -45px;
}
}
@media all and (min-width: 1920px) {
.registration-form .regform_buttons {
    margin-left: 0;
    margin-right: 0;
}
}
.registration-overlay .registration-form .regform_buttons {
  margin-left: -24px;
  margin-right: -24px;
}
@media all and (min-width: 1100px) {
.registration-overlay .registration-form .regform_buttons {
      margin-left: -45px;
      margin-right: -45px;
}
}
@media all and (min-width: 1920px) {
.registration-overlay .registration-form .regform_buttons {
      margin-left: -45px;
      margin-right: -45px;
}
}
@media all and (min-width: 1100px) {
.registration-overlay__floating-featured .registration-form .regform_buttons {
    margin-left: -90px;
    margin-right: -90px;
}
}
@media all and (min-width: 1440px) {
.registration-overlay__floating-featured .registration-form .regform_buttons {
    margin-left: -45px;
    margin-right: -45px;
}
}
.registration-form .regform_button {
  height: 54px;
  font-size: 18px;
  font-weight: 900;
}
@media all and (min-width: 720px) {
.registration-form .regform_button {
      font-size: 20px;
}
}
@media (min-width: 1100px) and (max-height: 750px) {
.registration-form .regform_button {
      margin-top: 10px;
}
}
.registration-form__is-featured-hidden .regform_button {
    margin-top: 48px;
}
@media (min-width: 1100px) and (max-height: 750px) {
.registration-form__is-featured-hidden .regform_button {
        margin-top: 10px;
}
}
.registration-form .regform_button-text {
  font-size: inherit;
}
.registration-form .captcha {
  margin-bottom: 24px;
}
.registration-form .captcha_img {
    max-width: 100%;
}
.registration-form .featured-items__has-image {
  margin-left: -24px;
  margin-right: -24px;
}
@media all and (min-width: 720px) {
.registration-form .featured-items__has-image {
      margin-left: -90px;
      margin-right: -90px;
}
}
@media all and (min-width: 1100px) {
.registration-form .featured-items__has-image {
      margin-left: -45px;
      margin-right: -45px;
}
}
.registration-form .regform_note {
  margin-bottom: 5px;
}
@media all and (min-width: 1440px) {
.registration-form .regform_note {
      margin-bottom: 10px;
}
}
.registration-form .registration-restrictions-popup {
  margin: -32px -24px 0;
}
@media all and (min-width: 720px) {
.registration-form .registration-restrictions-popup {
      margin: -48px -90px 0;
}
}
@media all and (min-width: 1100px) {
.registration-form .registration-restrictions-popup {
      margin: -32px -45px 0;
}
}
@media all and (min-width: 1920px) {
.registration-form .registration-restrictions-popup {
      margin-bottom: -32px;
}
}
.reg-timeline {
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 24px;
}
@media all and (min-width: 720px) {
.reg-timeline {
      display: -ms-flexbox;
      display: flex;
}
}
@media all and (min-width: 1100px) {
.reg-timeline {
      display: none;
      margin-bottom: 20px;
}
}
@media all and (min-width: 1440px) {
.reg-timeline {
      margin-bottom: 24px;
}
}
@media (min-width: 1100px) and (max-height: 750px) {
.reg-timeline {
      margin-bottom: 10px;
}
}
@media (min-width: 2560px) and (min-height: 1250px) {
.reg-timeline {
      display: -ms-flexbox;
      display: flex;
}
}
.reg-timeline_step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #333335;
    transition: background-color 250ms;
}
@media all and (min-width: 1440px) {
.reg-timeline_step {
        width: 32px;
        height: 32px;
        background-color: #333335;
}
}
.reg-timeline_step__active {
      background-color: #aaaaab;
}
.reg-timeline_step svg {
      width: 18px;
      height: 18px;
      vertical-align: middle;
}
.reg-timeline_step-icon {
    transition: stroke 250ms;
    stroke: #676c6f;
}
.reg-timeline_step__active .reg-timeline_step-icon {
      stroke: #000;
}
.reg-timeline_line {
    -ms-flex: 1;
        flex: 1;
    height: 2px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: rgba(103, 108, 111, 0.4);
    overflow: hidden;
    position: relative;
}
.reg-timeline_line-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #aaaaab;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
}
.featured-items {
  margin: 13px 0;
}
@media all and (min-width: 1100px) {
.featured-items {
      margin: 8px 0;
}
}
@media all and (min-width: 1440px) {
.featured-items {
      margin: 13px 0;
}
}
.featured-items__has-image {
    background: no-repeat bottom center / cover;
}
.featured-items__left-align {
    margin-left: -24px;
    margin-right: -24px;
}
@media all and (min-width: 720px) {
.featured-items__left-align {
        margin-left: -48px;
        margin-right: -48px;
}
}
@media all and (min-width: 1100px) {
.featured-items__left-align {
        margin-left: 0;
        margin-right: 0;
}
}
.featured-items__vertical {
    margin-top: 0;
    margin-bottom: 0;
}
.featured-items_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
}
@media all and (min-width: 720px) {
.featured-items_inner {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: start;
            justify-content: flex-start;
        overflow-x: auto;
}
}
.featured-items__alternate-design .featured-items_inner {
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.featured-items__left-align .featured-items_inner {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-left: 24px;
      padding-right: 24px;
      overflow-x: auto;
}
@media all and (min-width: 720px) {
.featured-items__left-align .featured-items_inner {
          padding-left: 0;
          padding-right: 0;
}
}
.featured-items__vertical .featured-items_inner {
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
      -ms-flex-align: start;
          align-items: flex-start;
      overflow-x: visible;
}
.featured-items__force-wrap .featured-items_inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center;
      overflow: visible;
}
.featured-items_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 50%;
    padding: 20px;
    position: relative;
}
@media all and (min-width: 720px) {
.featured-items_item {
        width: auto;
        max-width: 25%;
}
}
.featured-items_item::before {
      width: 17px;
      height: 17px;
      background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxNiI+CiAgPHBhdGggZD0iTTguNS4yNXYxNS41TTE2LjI1IDhILjc1IiBzdHJva2U9IiM2NzZDNkYiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=) no-repeat center/contain;
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      pointer-events: none;
}
.featured-items_item:nth-child(2n)::before {
      display: none;
}
@media all and (min-width: 720px) {
.featured-items_item:nth-child(2n)::before {
          display: block;
}
}
@media all and (min-width: 720px) {
.featured-items_item:first-child {
        margin-left: auto;
}
}
@media all and (min-width: 720px) {
.featured-items_item:last-child {
        margin-right: auto;
}
}
.featured-items_item:last-of-type::before {
      display: none;
}
@media all and (min-width: 1100px) {
.featured-items__left-align .featured-items_item:first-child {
        margin-left: 0;
}
}
.featured-items__bigger-size .featured-items_item {
      padding: 25px;
}
.featured-items__vertical .featured-items_item {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      padding-top: 4px;
      padding-bottom: 4px;
}
.featured-items__vertical .featured-items_item::before {
        display: none;
}
@media all and (min-width: 720px) {
.featured-items__pack-main .featured-items_item {
        width: 33.33%;
        max-width: none;
}
}
@media all and (min-width: 1100px) {
.featured-items__pack-main .featured-items_item {
        width: 25%;
}
}
@media all and (min-width: 720px) {
.featured-items__pack-main .featured-items_item:nth-child(3n)::before {
        display: none;
}
}
@media all and (min-width: 1100px) {
.featured-items__pack-main .featured-items_item:nth-child(3n)::before {
        display: block;
}
}
@media all and (min-width: 1100px) {
.featured-items__pack-main .featured-items_item:nth-child(4n)::before {
        display: none;
}
}
@media all and (min-width: 720px) {
.featured-items__pack-additional .featured-items_item {
        width: 33.33%;
        max-width: none;
}
}
@media all and (min-width: 1100px) {
.featured-items__pack-additional .featured-items_item {
        width: 20%;
        max-width: none;
}
}
@media all and (min-width: 720px) {
.featured-items__pack-additional .featured-items_item:nth-child(3n)::before {
        display: none;
}
}
@media all and (min-width: 1100px) {
.featured-items__pack-additional .featured-items_item:nth-child(3n)::before {
        display: block;
}
}
@media all and (min-width: 1100px) {
.featured-items__pack-additional .featured-items_item:nth-child(5n)::before {
        display: none;
}
}
@media all and (min-width: 720px) {
.featured-items__force-wrap .featured-items_item:first-child {
        margin-left: 0;
}
}
@media all and (min-width: 720px) {
.featured-items__force-wrap .featured-items_item:last-child {
        margin-right: 0;
}
}
.featured-items__force-wrap .featured-items_item:last-of-type::before {
      display: none;
}
.featured-items__alternate-design .featured-items_item::before {
      display: block;
      width: 1px;
      height: auto;
      background: rgba(255, 255, 255, 0.1);
      top: 25px;
      bottom: 25px;
      -webkit-transform: none;
              transform: none;
}
.featured-items__alternate-design .featured-items_item:last-of-type::before {
      display: none;
}
.featured-items_item-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 80px;
    height: 48px;
    background: center/contain no-repeat;
}
@media all and (min-width: 1100px) {
.featured-items_item-img {
        height: 40px;
}
}
@media all and (min-width: 1440px) {
.featured-items_item-img {
        height: 48px;
}
}
.featured-items__bigger-size .featured-items_item-img {
      width: 80px;
      height: 56px;
}
@media all and (min-width: 1920px) {
.featured-items__bigger-size .featured-items_item-img {
          width: 100px;
          height: 64px;
}
}
@media all and (min-width: 1100px) {
.featured-items__pack-main .featured-items_item-img {
        width: 120px;
        height: 74px;
}
}
.featured-items__vertical .featured-items_item-img {
      width: 64px;
      height: 56px;
      margin-right: 16px;
}
.featured-items_item-text {
    max-width: 100%;
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}
@media all and (min-width: 1100px) {
.featured-items_item-text {
        font-size: 12px;
}
}
@media all and (min-width: 1440px) {
.featured-items_item-text {
        font-size: 14px;
}
}
.featured-items__vertical .featured-items_item-text {
      margin-top: 0;
      font-size: 14px;
}
.featured-items_item__vip .featured-items_item-text {
      color: #fab81b;
}
.featured-items__white-theme .featured-items_item-text {
      color: #000;
}
.registration-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background: no-repeat center / cover;
  z-index: 1000;
  padding: 0 24px;
  background-color: #101010;
  overflow: auto;
}
@media all and (min-width: 720px) {
.registration-overlay {
      padding-left: 48px;
      padding-right: 48px;
}
}
@media all and (-ms-high-contrast: none) {
.registration-overlay {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
}
}
.registration-overlay::before {
    background-color: rgba(16, 16, 16, 0.8);
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media all and (min-width: 720px) {
.registration-overlay::before {
        display: none;
}
}
@media all and (min-width: 1100px) {
.registration-overlay__floating-featured {
      padding-left: 0;
      padding-right: 0;
}
}
.registration-overlay_body {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
}
.registration-overlay_inner {
    min-height: 100vh;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
}
.registration-overlay_hide {
    z-index: 10;
    width: 44px;
    height: 44px;
    background-color: #000;
    color: #fcfcfc;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: transparent;
}
.registration-overlay_hide::before, .registration-overlay_hide::after {
      width: 1px;
      height: 18px;
      margin-left: -0.5px;
      margin-top: -9px;
      background-color: currentColor;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
}
.registration-overlay_hide::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
}
.registration-overlay_hide::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.registration-overlay_hide:hover {
      opacity: 1;
}
@media all and (min-width: 720px) {
.registration-overlay__white-theme .registration-overlay_hide {
        color: #000;
}
}
.registration-overlay_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 104px;
    padding: 0 24px;
    position: relative;
}
@media all and (min-width: 720px) {
.registration-overlay_header {
        padding-left: 48px;
        padding-right: 48px;
}
}
@media all and (min-width: 1100px) {
.registration-overlay_header {
        height: 80px;
}
.registration-overlay__floating-featured .registration-overlay_header {
          display: none;
}
}
.registration-overlay_header::after {
      border-top: 1px solid rgba(103, 108, 111, 0.4);
      content: "";
      position: absolute;
      right: 24px;
      bottom: 0;
      left: 24px;
}
@media all and (min-width: 720px) {
.registration-overlay_header::after {
          display: none;
          right: 48px;
          left: 48px;
}
}
.registration-overlay_logo-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.registration-overlay__white-theme .registration-overlay_logo-wrap {
      -webkit-filter: invert(100%);
              filter: invert(100%);
}
@media all and (min-width: 720px) {
.registration-overlay__white-theme .registration-overlay_logo-wrap {
          -webkit-filter: none;
                  filter: none;
}
}
.registration-overlay_logo-extended {
    margin-left: 11px;
}
.registration-overlay_featured-label {
    margin-left: 24px;
    margin-bottom: 16px;
    padding: 7px 8px;
    float: right;
    background-color: rgba(90, 148, 69, 0.6);
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.registration-overlay_featured {
    display: none;
    padding: 32px 90px;
    border-right: 1px solid rgba(103, 108, 111, 0.4);
    background-color: rgba(103, 108, 111, 0.5);
}
@media all and (min-width: 1100px) {
.registration-overlay__floating-featured .registration-overlay_featured {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex: 1;
            flex: 1;
        width: calc(100% - 52%);
        overflow-y: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
}
}
@media all and (min-width: 1440px) {
.registration-overlay__floating-featured .registration-overlay_featured {
        width: calc( 100% - 672px - 120px * 2);
        padding: 32px 45px;
        top: 50px;
        bottom: 50px;
        left: 120px;
}
}
.registration-overlay_featured-logo {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
@media all and (min-width: 1100px) {
.registration-overlay__floating-featured .registration-overlay_featured-logo {
        display: -ms-flexbox;
        display: flex;
}
}
.registration-overlay_featured-items {
    -ms-flex: 1;
        flex: 1;
}
.registration-overlay_featured-header {
    padding-bottom: 16px;
    clear: right;
    position: relative;
}
.registration-overlay_featured-header::after {
      width: 100%;
      border-top: 1px solid rgba(103, 108, 111, 0.4);
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
}
.registration-overlay_featured-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.17;
}
.registration-overlay_content {
    padding-top: 32px;
    position: relative;
}
@media all and (min-width: 720px) {
.registration-overlay_content {
        width: 100%;
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 0;
}
}
@media all and (min-width: 1100px) {
.registration-overlay_content {
        max-width: 672px;
}
}
@media all and (min-width: 1100px) {
.registration-overlay__floating-featured .registration-overlay_content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-positive: 1;
            flex-grow: 1;
        width: 100%;
        max-width: none;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
}
}
@media all and (min-width: 1440px) {
.registration-overlay__floating-featured .registration-overlay_content {
        max-width: 1440px;
        max-height: 1050px;
        margin: auto;
        padding: 50px 120px;
}
}
@media all and (min-width: 1100px) and (-ms-high-contrast: none) {
.registration-overlay__floating-featured .registration-overlay_content {
        -ms-flex-positive: 0;
            flex-grow: 0;
        width: 100vw;
        height: 100%;
        min-height: 850px;
}
}
@media all and (min-width: 1440px) and (-ms-high-contrast: none) {
.registration-overlay__floating-featured .registration-overlay_content {
        width: 1440px;
        min-height: 950px;
}
}
.registration-overlay_form {
    position: relative;
}
@media all and (min-width: 720px) {
.registration-overlay_form {
        padding: 32px 90px 0;
        box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.6);
        background-color: rgba(16, 16, 16, 0.8);
}
}
@media all and (min-width: 1100px) {
.registration-overlay_form {
        padding-left: 45px;
        padding-right: 45px;
}
.registration-overlay__floating-featured .registration-overlay_form {
          display: -ms-flexbox;
          display: flex;
          max-width: 52%;
          padding-left: 90px;
          padding-right: 90px;
}
}
@media all and (min-width: 1440px) {
.registration-overlay__floating-featured .registration-overlay_form {
        max-width: 672px;
        padding-left: 45px;
        padding-right: 45px;
}
}
@media all and (-ms-high-contrast: none) {
.registration-overlay_form {
        width: 100%;
}
}
.registration-overlay_footer {
    margin-top: 20px;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
}
@media all and (min-width: 720px) {
.registration-overlay_footer {
        width: calc(100% + 96px);
        margin-left: -48px;
        margin-right: -48px;
}
}
.item-showcase {
  padding: 0 24px;
  background: center/cover no-repeat;
}
@media all and (min-width: 720px) {
.item-showcase {
      padding-left: 48px;
      padding-right: 48px;
}
}
@media all and (min-width: 1100px) {
.item-showcase {
      padding-left: 80px;
}
}
@media all and (min-width: 1440px) {
.item-showcase {
      padding-left: 80px;
}
}
@media all and (min-width: 1920px) {
.item-showcase {
      padding-left: 96px;
}
}
@media all and (min-width: 1100px) {
.item-showcase .slide_content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding-bottom: 0;
}
}
.item-showcase_img-block {
    padding-top: 48px;
    position: relative;
}
@media all and (min-width: 1100px) {
.item-showcase_img-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex: 1;
            flex: 1;
}
}
.item-showcase_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: left top/contain no-repeat;
    right: -24px;
    left: -24px;
}
@media all and (min-width: 720px) {
.item-showcase_bg {
        right: -48px;
        left: -48px;
}
}
@media all and (min-width: 1100px) {
.item-showcase_bg {
        left: -80px;
}
}
@media all and (min-width: 1440px) {
.item-showcase_bg {
        left: -80px;
}
}
@media all and (min-width: 1920px) {
.item-showcase_bg {
        left: -96px;
}
}
.item-showcase_item {
    max-width: 100%;
    position: relative;
}
@media all and (min-width: 1100px) {
.item-showcase_item {
        max-height: 420px;
}
}
@media all and (min-width: 1440px) {
.item-showcase_item {
        max-height: 475px;
}
}
@media all and (min-width: 1920px) {
.item-showcase_item {
        max-height: 630px;
}
}
.item-showcase_content-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    position: relative;
}
@media all and (min-width: 1100px) {
.item-showcase_content-block {
        -ms-flex-align: start;
            align-items: flex-start;
        width: 41vw;
        text-align: left;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
}
}
@media all and (min-width: 1100px) {
.item-showcase_content-block {
        right: -48px;
}
}
@media all and (min-width: 1100px) {
.item-showcase_content-block-inner {
      max-width: 428px;
}
}
@media all and (min-width: 1440px) {
.item-showcase_content-block-inner {
      max-width: 450px;
}
}
@media all and (min-width: 1920px) {
.item-showcase_content-block-inner {
      max-width: 610px;
}
}
.item-showcase_title {
    margin-top: -50px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.17;
}
@media all and (min-width: 720px) {
.item-showcase_title {
        margin-top: -100px;
        font-size: 40px;
        line-height: 1.25;
}
}
@media all and (min-width: 1100px) {
.item-showcase_title {
        margin-top: 0;
}
}
@media all and (min-width: 1440px) {
.item-showcase_title {
        margin-bottom: 32px;
        font-size: 56px;
        line-height: 1.17;
}
}
.item-showcase__white-theme .item-showcase_title {
      margin-top: 0;
      color: #000;
      text-shadow: 1px 1px 0 #fcfcfc;
}
@media all and (min-width: 1100px) {
.item-showcase__white-theme .item-showcase_title {
          text-shadow: none;
}
}
@media all and (min-width: 1100px) {
.item-showcase_arrow {
      position: absolute;
      right: -48px;
      bottom: 25px;
}
}
.next-screen-button {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  overflow: hidden;
  cursor: pointer;
}
@media all and (min-width: 1100px) {
.next-screen-button {
      display: -ms-flexbox;
      display: flex;
}
}
.next-screen-button__arrow-only {
    pointer-events: none;
}
.next-screen-button__white-theme {
    color: #000;
}
.next-screen-button_group {
    stroke: #fcfcfc;
    overflow: visible;
}
.next-screen-button__white-theme .next-screen-button_group {
      stroke: #000;
}
.next-screen-button_section {
    -webkit-animation: fade 2s infinite;
            animation: fade 2s infinite;
}
.next-screen-button_section:nth-child(2) {
      -webkit-animation-delay: .2s;
              animation-delay: .2s;
}
.next-screen-button_section:nth-child(3) {
      -webkit-animation-delay: .4s;
              animation-delay: .4s;
}
.next-screen-button_icon-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 80px;
    transition: 250ms;
}
@media all and (min-width: 1440px) {
.next-screen-button_icon-wrap {
        width: 80px;
}
}
@media all and (min-width: 1920px) {
.next-screen-button_icon-wrap {
        width: 96px;
}
}
.next-screen-button__right-align .next-screen-button_icon-wrap {
      -ms-flex-order: 1;
          order: 1;
}
.next-screen-button__up .next-screen-button_icon-wrap {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
}
.next-screen-button__right .next-screen-button_icon-wrap {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
}
.next-screen-button__left .next-screen-button_icon-wrap {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
}
.next-screen-button__arrow-only .next-screen-button_icon-wrap {
      pointer-events: auto;
}
.next-screen-button_icon {
    visibility: visible;
}
.next-screen-button_text {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: opacity 250ms;
}
.next-screen-button__arrow-only .next-screen-button_text {
      opacity: 0;
}
@-webkit-keyframes fade {
0%,
  60%,
  100% {
    opacity: .25;
}
30% {
    opacity: 1;
}
}
@keyframes fade {
0%,
  60%,
  100% {
    opacity: .25;
}
30% {
    opacity: 1;
}
}
.gallery {
  background: center top/cover no-repeat;
}
@media all and (min-width: 1100px) {
.gallery .slide_content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 104px 0;
}
}
@media all and (min-width: 1440px) {
.gallery .slide_content {
      padding: 160px 0;
}
}
.gallery_header {
    padding: 26px 24px;
}
@media all and (min-width: 720px) {
.gallery_header {
        padding-left: 48px;
        padding-right: 48px;
}
}
@media all and (min-width: 1100px) {
.gallery_header {
        display: none;
}
}
.gallery__white-theme .gallery_header {
      color: #000;
}
.gallery_slider {
    width: 100%;
}
.gallery_mobile-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.17;
    text-align: center;
}
.gallery_title-wrap {
    padding: 16px 24px 0;
    text-align: center;
    pointer-events: none;
}
@media all and (min-width: 1100px) {
.gallery_title-wrap {
        -ms-flex-align: start;
            align-items: flex-start;
        width: 41vw;
        text-align: left;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
}
}
@media all and (min-width: 720px) {
.gallery_title-wrap {
        padding: 24px 48px 0;
}
}
@media all and (min-width: 1100px) {
.gallery_title-wrap {
        padding: 0;
}
}
.gallery_title-wrap-inner {
    position: relative;
    pointer-events: auto;
}
@media all and (min-width: 1100px) {
.gallery_title-wrap-inner {
        max-width: 428px;
}
}
@media all and (min-width: 1440px) {
.gallery_title-wrap-inner {
        max-width: 450px;
}
}
@media all and (min-width: 1920px) {
.gallery_title-wrap-inner {
        max-width: 610px;
}
}
@media all and (min-width: 720px) {
.gallery_title-wrap-inner {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-150px);
                transform: translateX(-150px);
        transition: opacity 300ms, visibility 300ms, -webkit-transform 300ms;
        transition: opacity 300ms, visibility 300ms, transform 300ms;
        transition: opacity 300ms, visibility 300ms, transform 300ms, -webkit-transform 300ms;
}
.gallery__first-slide .gallery_title-wrap-inner {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateX(0);
                  transform: translateX(0);
}
}
@media all and (min-width: 1100px) {
.gallery__white-theme .gallery_title-wrap-inner::before {
        width: 4px;
        height: 100%;
        background-color: #fe5000;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
}
}
@media all and (min-width: 1100px) {
.gallery__white-theme .gallery_title-wrap-inner {
        padding: 24px;
        box-shadow: 5px 10px 80px rgba(0, 0, 0, 0.07);
        background-color: #fff;
        color: #000;
}
}
@media all and (min-width: 1920px) {
.gallery__white-theme .gallery_title-wrap-inner {
        padding: 48px;
}
}
.gallery_title {
    margin-bottom: 48px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.19;
}
@media all and (min-width: 720px) {
.gallery_title {
        z-index: 3;
        width: 70vw;
        margin-bottom: 0;
        padding: 0 48px 48px;
        font-size: 20px;
        line-height: 1.5;
        position: absolute;
        right: 0;
        left: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        pointer-events: none;
}
}
@media all and (min-width: 1100px) {
.gallery_title {
        width: auto;
        margin-bottom: 24px;
        padding: 0;
        font-size: 40px;
        line-height: 1.25;
        position: static;
        -webkit-transform: none;
                transform: none;
}
}
@media all and (min-width: 1920px) {
.gallery_title {
        margin-bottom: 32px;
        font-size: 56px;
        line-height: 1.17;
}
}
.gallery__white-theme .gallery_title {
      color: #000;
}
@media all and (min-width: 720px) {
.gallery__white-theme .gallery_title {
          color: #fcfcfc;
          text-shadow: 1px 1px 0 #000;
}
}
@media all and (min-width: 1100px) {
.gallery__white-theme .gallery_title {
          color: #000;
          font-size: 35px;
          text-shadow: none;
}
}
.gallery_cta {
    pointer-events: auto;
}
.gallery_arrow {
    position: absolute;
    right: 0;
    bottom: 55px;
    transition: opacity 250ms;
}
@media all and (min-width: 720px) {
.gallery_arrow {
        display: -ms-flexbox;
        display: flex;
}
}
@media all and (min-width: 1100px) {
.gallery_arrow {
        bottom: 25px;
}
}
.gallery-slider .hooper-slide {
  padding: 0 24px;
}
@media all and (min-width: 720px) {
.gallery-slider .hooper-slide {
      padding: 0 48px;
}
}
@media all and (min-width: 1100px) {
.gallery-slider .hooper-slide {
      padding: 0 80px;
}
}
@media all and (min-width: 1920px) {
.gallery-slider .hooper-slide {
      padding: 0 96px;
}
}
.gallery-slider_content {
  font-size: 0;
  position: relative;
}
.gallery-slider_holder {
  position: relative;
}
.gallery-slider_list {
  width: auto;
  white-space: nowrap;
}
.gallery-slider_slide {
  display: inline-block;
  width: 100%;
  padding-top: 56.25%;
  background: no-repeat center / cover;
  position: relative;
  cursor: pointer;
}
.gallery-slider_slide::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    transition: opacity 300ms;
    pointer-events: none;
}
.is-active .gallery-slider_slide::before {
      opacity: 0;
}
.gallery-slider_slide__video::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxODcgMTg3Ij4KICA8cGF0aCBkPSJNMTg1LjUgOTMuMzNhOTEuODMgOTEuODMgMCAxMS0xODMuNjcgMCA5MS44MyA5MS44MyAwIDAxMTgzLjY3IDB6IiBzdHJva2U9IiNGQ0ZDRkMiIHN0cm9rZS13aWR0aD0iMyIvPgogIDxwYXRoIGQ9Ik04MC4zMyAxMTcuNTlWNjkuMzNsNDIuMTMgMjQuNDctNDIuMTMgMjMuNzl6IiBmaWxsPSIjRkNGQ0ZDIi8+Cjwvc3ZnPg==) no-repeat center/contain;
    content: "";
}
@media all and (min-width: 720px) {
.gallery-slider_slide__video::after {
        width: 96px;
        height: 96px;
}
}
@media all and (min-width: 1100px) {
.gallery-slider_slide__video::after {
        width: 124px;
        height: 124px;
}
}
@media all and (min-width: 1440px) {
.gallery-slider_slide__video::after {
        width: 140px;
        height: 140px;
}
}
@media all and (min-width: 1920px) {
.gallery-slider_slide__video::after {
        width: 186px;
        height: 186px;
}
}
.gallery-slider_slide-title {
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media all and (min-width: 720px) {
.gallery-slider_slide-title {
      margin-top: 20px;
      font-size: 40px;
      text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
}
}
@media all and (min-width: 1100px) {
.gallery-slider_slide-title {
      margin-top: 185px;
}
}
.gallery-slider_arrow {
  z-index: 2;
  display: none;
  position: absolute;
  top: 50%;
  transition: 250ms;
}
@media all and (min-width: 1100px) {
.gallery-slider_arrow {
      display: block;
}
}
.gallery-slider_arrow__prev {
    left: 8px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}
.gallery__first-slide .gallery-slider_arrow__prev {
      opacity: 0;
      visibility: hidden;
}
.gallery-slider_arrow__next {
    right: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.gallery__last-slide .gallery-slider_arrow__next {
      opacity: 0;
      visibility: hidden;
}
.gallery-slider_bullets {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 720px) {
.gallery-slider_bullets {
      display: none;
}
}
.gallery-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #101010;
  overflow: hidden;
}
.gallery-overlay_close {
    z-index: 10;
    width: 44px;
    height: 44px;
    background-color: #000;
    color: #fcfcfc;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.gallery-overlay_close::before, .gallery-overlay_close::after {
      width: 1px;
      height: 18px;
      margin-left: -0.5px;
      margin-top: -9px;
      background-color: currentColor;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
}
.gallery-overlay_close::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
}
.gallery-overlay_close::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.gallery-overlay_close:hover {
      opacity: 1;
}
.gallery-overlay_content {
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: none;
}
.gallery-overlay_slide {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}
@media all and (-ms-high-contrast: none) {
.gallery-overlay_slide {
        -ms-flex-align: center;
            align-items: center;
}
}
.gallery-overlay_arrow {
    position: absolute;
    top: 50%;
}
.gallery-overlay_arrow__previous {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
}
.gallery-overlay_arrow__next {
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
}
.gallery-overlay_video {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    outline: none;
}
@media all and (-ms-high-contrast: none) {
.gallery-overlay_video {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
}
.gallery-overlay_img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
@media all and (-ms-high-contrast: none) {
.gallery-overlay_img {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
}
.nav-arrow {
  width: 44px;
  height: 44px;
  background: none;
  color: #fcfcfc;
  position: relative;
  cursor: pointer;
}
@media all and (min-width: 720px) {
.nav-arrow {
      width: 64px;
      height: 64px;
}
}
@media all and (min-width: 1920px) {
.nav-arrow {
      width: 80px;
      height: 80px;
}
}
.nav-arrow_background {
    width: 100%;
    height: 100%;
    border: 1px solid currentColor;
    border-radius: 50%;
    background-color: #000;
    opacity: .5;
    transition: opacity 0.15s;
    will-change: opacity;
}
.nav-arrow_background:hover {
      opacity: .8;
}
.nav-arrow__square .nav-arrow_background {
      border: none;
      border-radius: 0;
}
.nav-arrow_svg {
    width: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    fill: currentColor;
}
.prizes-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background: no-repeat center / cover;
  z-index: 1000;
  padding: 0 24px;
  background-color: #101010;
  overflow: auto;
}
@media all and (min-width: 720px) {
.prizes-overlay {
      padding: 0 48px 48px;
}
}
@media all and (min-width: 1100px) {
.prizes-overlay {
      padding: 0;
}
}
@media all and (-ms-high-contrast: none) {
.prizes-overlay {
      overflow-x: hidden;
      overflow-y: auto;
}
}
.prizes-overlay::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(51, 51, 53, 0.6);
    content: "";
}
@media all and (min-width: 720px) {
.prizes-overlay::before {
        display: none;
}
}
.prizes-overlay_hide {
    z-index: 10;
    width: 44px;
    height: 44px;
    background-color: #000;
    color: #fcfcfc;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: transparent;
}
.prizes-overlay_hide::before, .prizes-overlay_hide::after {
      width: 1px;
      height: 18px;
      margin-left: -0.5px;
      margin-top: -9px;
      background-color: currentColor;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
}
.prizes-overlay_hide::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
}
.prizes-overlay_hide::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.prizes-overlay_hide:hover {
      opacity: 1;
}
@media all and (min-width: 720px) {
.prizes-overlay__white-theme .prizes-overlay_hide {
        color: #000;
}
}
.prizes-overlay_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 104px;
    padding: 0 24px;
    position: relative;
}
@media all and (min-width: 720px) {
.prizes-overlay_header {
        padding-left: 48px;
        padding-right: 48px;
}
}
@media all and (min-width: 1100px) {
.prizes-overlay_header {
        display: none;
}
}
.prizes-overlay_logo-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}
@media all and (min-width: 720px) {
.prizes-overlay_logo-wrap {
        -webkit-filter: none;
                filter: none;
}
}
.prizes-overlay_logo-extended {
    margin-left: 11px;
}
.prizes-overlay_featured-logo {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
@media all and (min-width: 1100px) {
.prizes-overlay_featured-logo {
        display: -ms-flexbox;
        display: flex;
}
}
.prizes-overlay_content {
    position: relative;
}
@media all and (min-width: 720px) {
.prizes-overlay_content {
        margin-top: auto;
        margin-bottom: auto;
}
}
@media all and (min-width: 1100px) {
.prizes-overlay_content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-positive: 1;
            flex-grow: 1;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
}
}
@media all and (min-width: 1440px) {
.prizes-overlay_content {
        -ms-flex-positive: 0;
            flex-grow: 0;
        max-width: 1440px;
        margin: auto;
        padding: 50px 120px;
}
}
@media all and (min-width: 1100px) and (-ms-high-contrast: none) {
.prizes-overlay_content {
        width: 100vw;
}
}
@media all and (min-width: 1440px) and (-ms-high-contrast: none) {
.prizes-overlay_content {
        width: 1440px;
}
}
@media all and (min-width: 720px) {
.prizes-overlay_content-inner {
      padding: 32px 90px;
      border: 1px solid rgba(103, 108, 111, 0.4);
      background-color: rgba(51, 51, 53, 0.6);
}
}
@media all and (min-width: 1100px) {
.prizes-overlay_content-inner {
      -ms-flex-positive: 1;
          flex-grow: 1;
      padding: 24px;
}
}
@media all and (min-width: 1440px) {
.prizes-overlay_content-inner {
      -ms-flex-positive: 0;
          flex-grow: 0;
}
}
.prizes-overlay_info {
    text-align: center;
}
.prizes-overlay_label-wrap {
    margin-bottom: 16px;
}
@media all and (min-width: 1440px) {
.prizes-overlay_label-wrap {
        margin-bottom: 24px;
        text-align: right;
}
}
.prizes-overlay_label {
    display: inline-block;
    padding: 7px 8px;
    background-color: rgba(90, 148, 69, 0.6);
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.prizes-overlay_title {
    margin-bottom: 16px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.17;
}
@media all and (min-width: 720px) {
.prizes-overlay_title {
        font-size: 40px;
}
}
@media all and (min-width: 1100px) {
.prizes-overlay_title {
        font-size: 48px;
}
}
@media all and (min-width: 1440px) {
.prizes-overlay_title {
        margin-bottom: 24px;
}
}
.prizes-overlay_text {
    color: #aaaaab;
    font-size: 14px;
    line-height: 1.5;
}
.prizes-overlay_footer {
    text-align: center;
}
@media all and (min-width: 720px) {
.prizes-overlay_footer {
        padding: 32px 68px;
        background-color: rgba(41, 42, 45, 0.7);
}
}
.prizes-overlay_cta-wrap {
    margin-left: -24px;
    margin-right: -24px;
    display: -ms-flexbox;
    display: flex;
    min-height: 62px;
}
@media all and (min-width: 720px) {
.prizes-overlay_cta-wrap {
        margin-left: -48px;
        margin-right: -48px;
}
}
@media all and (min-width: 720px) {
.prizes-overlay_cta-wrap {
        margin-left: 0;
        margin-right: 0;
}
}
@media all and (min-width: 1100px) {
.prizes-overlay_cta-wrap {
        -ms-flex-pack: center;
            justify-content: center;
}
}
@media all and (-ms-high-contrast: none) {
.prizes-overlay_cta-wrap {
        height: 1px;
}
}
.prizes-overlay_cta {
    width: 100%;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
}
@media all and (min-width: 1100px) {
.prizes-overlay_cta {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
}
}
.game-awards {
  width: 100%;
  margin: 10px auto 24px;
}
@media all and (min-width: 1024px) {
.game-awards {
      margin-left: 0;
}
}
@media all and (min-width: 1280px) {
.game-awards {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      width: auto;
      min-height: 80px;
      margin: 0;
      padding: 16px 0 16px 24px;
}
}
.game-awards::before {
    display: block;
    width: 100%;
    max-width: 210px;
    margin: auto auto 34px;
    border-top: 1px solid #aaaaab;
    content: "";
}
@media all and (min-width: 1100px) {
.game-awards::before {
        max-width: 100%;
        margin: 0 0 24px;
}
}
@media all and (min-width: 1280px) {
.game-awards::before {
        width: 0;
        height: 36px;
        margin: auto 24px auto 0;
        border-left: 1px solid #aaaaab;
        border-top: none;
}
}
@media all and (min-width: 1440px) {
.game-awards::before {
        height: 40px;
}
}
@media all and (min-width: 1100px) {
.intro__modal-theme .game-awards::before {
        width: 0;
        height: 36px;
        margin: auto 24px auto 0;
        border-left: 1px solid #aaaaab;
        border-top: none;
}
}
.game-awards__no-top-indent {
    margin-top: 0;
}
@media all and (min-width: 1100px) {
.game-awards__no-top-indent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: auto;
        padding-left: 0;
}
}
.game-awards__no-top-indent::before {
      display: none;
}
@media all and (min-width: 1100px) {
.intro__modal-theme .game-awards {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      width: auto;
      min-height: 80px;
      margin: 0;
      padding: 16px 0 16px 24px;
}
}
.game-awards_item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 20px;
}
.game-awards_item:first-child {
      margin-left: 0;
}
.game-awards_img {
    max-width: 100%;
    max-height: 36px;
}
@media all and (min-width: 1440px) {
.game-awards_img {
        max-height: 40px;
}
}

