

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'WG Normalidad';
  src: url(WGNormalidad-CompactRegular.470f2373.woff2) format("woff2"), url(WGNormalidad-CompactRegular.2052d78c.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'WG Normalidad';
  src: url(WGNormalidad-CompactMedium.c97101b3.woff2) format("woff2"), url(WGNormalidad-CompactMedium.d4f0acf5.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'WG Normalidad';
  src: url(WGNormalidad-CompactBold.05321a37.woff2) format("woff2"), url(WGNormalidad-CompactBold.2b023dfd.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'WG Normalidad Extended';
  src: url(WGNormalidad-ExtendedMedium.830b5ca0.woff2) format("woff2"), url(WGNormalidad-ExtendedMedium.f7b04c77.woff) format("woff");
  font-style: normal;
}
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;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 100%;
  border-radius: 3px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
  cursor: pointer;
  -webkit-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 {
    border: 1px solid #FFD85C;
    background-color: #FFD85C;
    color: #12191D;
}
.cta__variant-primary:hover {
      background-color: #FFE07D;
      border-color: #FFE07D;
}
.cta__variant-primary:active {
      background-color: #F2BF51;
      border-color: #F2BF51;
}
.cta__variant-primary:disabled, .cta__variant-primary[disabled] {
      background-color: #FFEDB4;
      border-color: #FFEDB4;
      color: rgba(18, 25, 29, 0.7);
      opacity: 1;
}
.cta__variant-primary.cta__loading {
      background-color: #B28337;
}
.cta__variant-secondary {
    border: 1px solid #FF6D46;
    background-color: #FF6D46;
    color: #F8F7F6;
}
.cta__variant-secondary:hover {
      background-color: #FF8464;
      border-color: #FF8464;
}
.cta__variant-secondary:active {
      background-color: #FF5E33;
      border-color: #FF5E33;
}
.cta__variant-secondary:disabled, .cta__variant-secondary[disabled] {
      background-color: #FFBCAA;
      border-color: #FFBCAA;
      color: rgba(248, 247, 246, 0.7);
      opacity: 1;
}
.cta__variant-secondary.cta__loading {
      background-color: rgba(248, 247, 246, 0.2);
      color: rgba(248, 247, 246, 0.8);
      opacity: 1;
}
.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 #F8F7F6;
    background-color: transparent;
    color: #F8F7F6;
    opacity: .6;
}
.cta__variant-transparent:hover {
      border-color: #F8F7F6;
      background-color: #F8F7F6;
      color: #12191D;
      opacity: 1;
}
.cta__variant-transparent:active {
      border-color: #C5C5C3;
      background-color: #C5C5C3;
      color: #12191D;
      opacity: 1;
}
.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: #B28337;
}
.cta__variant-secondary .cta_content-loader-arc {
        fill: #FFD85C;
}
.cta__variant-secondary.cta__light-mode .cta_content-loader-arc {
        fill: #fff;
}
.cta__variant-transparent .cta_content-loader-arc {
        fill: #FFD85C;
}
.cta__variant-transparent.cta__light-mode .cta_content-loader-arc {
        fill: #fff;
}
.cta__size-small .cta_content-loader {
      margin-right: 6px;
}
.cta__size-medium .cta_content-loader {
      margin-right: 8px;
}
.cta__size-large .cta_content-loader {
      margin-right: 8px;
}
.cta__loading .cta_content-loader {
      display: block;
}
.cta-mobile-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
.cta-wrap__light-mode .cta-mobile-text {
    color: #000;
}
.cta-notice {
  max-width: 256px;
  margin-left: auto;
  margin-top: 4px;
  margin-right: auto;
  color: #727272;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.46;
  text-align: center;
}
.cta-mobile-text__visible-mobile-text,
.cta-notice__visible-mobile-text {
  display: none;
}
.cta-mobile-text a,
.cta-notice a {
  color: #feab34;
}
@-webkit-keyframes cta-blink {
0% {
    -webkit-transform: translateX(-50%) skew(35deg);
            transform: translateX(-50%) skew(35deg);
}
50% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
100% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
}
@keyframes cta-blink {
0% {
    -webkit-transform: translateX(-50%) skew(35deg);
            transform: translateX(-50%) skew(35deg);
}
50% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
100% {
    -webkit-transform: translateX(110%) skew(35deg);
            transform: translateX(110%) skew(35deg);
}
}
@-webkit-keyframes cta-blink-icon-only {
0% {
    -webkit-transform: translateX(-130%) skew(35deg);
            transform: translateX(-130%) skew(35deg);
}
50% {
    -webkit-transform: translateX(130%) skew(35deg);
            transform: translateX(130%) skew(35deg);
}
100% {
    -webkit-transform: translateX(130%) skew(35deg);
            transform: translateX(130%) skew(35deg);
}
}
@keyframes cta-blink-icon-only {
0% {
    -webkit-transform: translateX(-130%) skew(35deg);
            transform: translateX(-130%) skew(35deg);
}
50% {
    -webkit-transform: translateX(130%) skew(35deg);
            transform: translateX(130%) skew(35deg);
}
100% {
    -webkit-transform: translateX(130%) skew(35deg);
            transform: translateX(130%) skew(35deg);
}
}
@-webkit-keyframes cta-loader {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes cta-loader {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}

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

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

.video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.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;
}
@font-face {
  font-family: 'WG Normalidad';
  src: url(WGNormalidad-CompactRegular.470f2373.woff2) format("woff2"), url(WGNormalidad-CompactRegular.2052d78c.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'WG Normalidad';
  src: url(WGNormalidad-CompactMedium.c97101b3.woff2) format("woff2"), url(WGNormalidad-CompactMedium.d4f0acf5.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'WG Normalidad';
  src: url(WGNormalidad-CompactBold.05321a37.woff2) format("woff2"), url(WGNormalidad-CompactBold.2b023dfd.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'WG Normalidad Extended';
  src: url(WGNormalidad-ExtendedMedium.830b5ca0.woff2) format("woff2"), url(WGNormalidad-ExtendedMedium.f7b04c77.woff) format("woff");
  font-style: normal;
}
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);
}
html {
  box-sizing: border-box;
}
body {
  font-family: "WG Normalidad", "Roboto Condensed", sans-serif;
}
button {
  background: none;
  cursor: pointer;
}
img {
  max-width: 100%;
  max-height: 100%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.footer {
  padding-bottom: 52px;
  font-family: "WG Normalidad", "Roboto Condensed", sans-serif;
  background-color: #12191D;
}
@media all and (min-width: 720px) {
.footer {
      padding-bottom: 0;
}
}
.hooper {
  height: auto;
  outline: none;
}
.logo .logo-about {
  display: inline-block;
}
.logo .logo-about[href=""] {
    cursor: default;
    pointer-events: none;
}
.bullet-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.bullet-pagination__hidden {
    display: none;
}
.bullet-pagination_item {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border: none;
    outline: none;
    padding: 0;
    background-color: #f9f5e1;
    opacity: .5;
    transition: opacity 0.5s;
}
.bullet-pagination_item::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: "";
      width: 28px;
      height: 28px;
}
.bullet-pagination_item:hover {
      opacity: .8;
      cursor: pointer;
}
.bullet-pagination_item:not(:last-child) {
      margin-right: 20px;
}
.bullet-pagination_item__active, .bullet-pagination_item__active:hover {
      opacity: 1;
}
.main {
  position: relative;
  text-align: center;
  background-color: #1c1b16;
  color: #fff;
}
.main__with-padding {
    padding-bottom: 30px;
}
@media all and (min-width: 1100px) {
.main__with-padding {
        padding-bottom: 0;
}
}
.notice {
  position: relative;
  margin: 5px 0 30px;
}
@media all and (min-width: 720px) {
.notice {
      margin: 15px 0;
}
}
@media all and (min-width: 1100px) {
.notice {
      margin: 10px 0 -15px;
}
}
@media all and (min-width: 1600px) {
.notice {
      margin-bottom: 10px;
}
}
.notice_text {
    display: inline-block;
    text-align: center;
    color: #fe6600;
}
.notice_text__with-icon {
      padding-left: 20px;
}
.notice_icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 16px;
    height: auto;
}
.page-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-bg_shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5) linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5));
}
@media all and (min-width: 1100px) {
.simple-bg__with-video {
    display: none;
}
}
.simple-bg_item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: center top / cover no-repeat;
  transition: opacity 1s ease-in;
}
.simple-bg_item__active {
    opacity: 1;
}
.simple-bg_item__visible {
    opacity: 1;
    transition: none;
}
.preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #1c1b16;
  overflow: hidden;
}
.preloader_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center / cover;
    color: #1c1b16;
}
.preloader_bg::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: radial-gradient(circle, transparent 0%, currentColor 38%, currentColor 100%);
      content: "";
}
.preloader_icon {
    background-image: url(data:image/png;base64,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);
    width: 227px;
    height: 201px;
}
.preloader_core {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation: rotation 3s ease-in-out .5s infinite;
            animation: rotation 3s ease-in-out .5s infinite;
}
@-webkit-keyframes rotation {
0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
}
50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}
}
@keyframes rotation {
0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
}
50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}
}
.social-links-block {
  width: 100%;
  background-color: #12191D;
}
.social-links-block_items {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 940px;
    margin: 0 auto;
}
.social-links-block_item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1;
    min-height: 40px;
    padding: 5px;
    position: relative;
}
@media all and (min-width: 720px) {
.social-links-block_item {
        min-height: 50px;
}
}
@media all and (min-width: 1100px) {
.social-links-block_item {
        min-height: 60px;
}
}
@media all and (min-width: 1600px) {
.social-links-block_item {
        min-height: 80px;
}
}
.social-links-block_item::before {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.25);
      opacity: 0;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity 250ms;
}
.social-links-block_item:hover::before {
      opacity: 1;
}
.social-links-block_img {
    max-width: 30px;
    max-height: 30px;
    position: relative;
}
@media all and (min-width: 720px) {
.social-links-block_img {
        max-width: 40px;
        max-height: 40px;
}
}
@media all and (min-width: 1100px) {
.social-links-block_img {
        max-width: 50px;
        max-height: 50px;
}
}
@media all and (min-width: 1600px) {
.social-links-block_img {
        max-width: 60px;
        max-height: 60px;
}
}
.steam-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  overflow: auto;
}
.steam-popup_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 100%;
    text-align: center;
}
.steam-popup_inner {
    position: relative;
    top: 24%;
    max-width: 290px;
    padding: 18px;
    box-shadow: inset 0 0 11px #2f2d2d;
    background-color: #242420;
}
@media all and (min-width: 720px) {
.steam-popup_inner {
        max-width: 360px;
}
}
.steam-popup_title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.steam-popup_description {
    margin-bottom: 16px;
    line-height: 1.3;
    color: #8c8c7e;
}
.steam-popup_buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
}
.steam-popup_install-steam {
    display: inline-block;
    margin-top: 16px;
    text-decoration: underline;
    color: #feab34;
    transition: color 0.15s;
}
.steam-popup_install-steam:hover {
      color: #ffb955;
}
.steam-popup_install-steam:active {
      color: #ffa017;
}
.steam-popup_close {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 24px;
    height: 24px;
    padding: 4px;
    background: none;
    color: #d2d2d2;
    transition: color 0.15s;
    cursor: pointer;
}
.steam-popup_close:hover {
      color: #f1f1f1;
}
.steam-popup_close:active {
      color: #bebebe;
}
.steam-popup_close-icon {
    vertical-align: middle;
    fill: currentColor;
}
.text-slider {
  width: 87.5vw;
}
@media all and (min-width: 720px) {
.text-slider {
      width: 550px;
}
}
@media all and (min-width: 1600px) {
.text-slider {
      width: 640px;
}
}
.text-slider_list {
    position: relative;
    width: 10px;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition: width 0.5s ease-in-out;
}
.text-slider_list__active {
      width: 100%;
      transition-duration: 1.1s;
}
.text-slider_list__visible {
      opacity: 1;
}
.text-slider_list__animation-enter-active, .text-slider_list__animation-leave-active {
      transition: opacity 1s;
}
.text-slider_list__animation-enter-to {
      opacity: 1;
}
.text-slider_list__animation-leave-to {
      opacity: 0;
}
.text-slider_item {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 87.5vw;
    padding: 25px 20px;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media all and (min-width: 720px) {
.text-slider_item {
        width: 550px;
        padding-left: 40px;
        padding-right: 40px;
}
}
@media all and (min-width: 1600px) {
.text-slider_item {
        width: 640px;
        padding: 30px 50px;
}
}
.text-slider_item__invisible {
      visibility: hidden;
}
.text-slider_item__static {
      position: static;
}
.text-slider_item__with-anim-delay {
      transition-delay: 0.5s;
}
.text-slider_list__visible .text-slider_item {
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      transition-property: opacity;
}
.text-slider_list__visible .text-slider_item__active {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
}
.text-slider_heading {
    font-family: "WG Normalidad Extended", "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
@media all and (min-width: 720px) {
.text-slider_heading {
        font-size: 28px;
}
}
@media all and (min-width: 1600px) {
.text-slider_heading {
        font-size: 36px;
}
}
.text-slider_heading:not(:last-child) {
      margin-bottom: 8px;
}
@media all and (min-width: 720px) {
.text-slider_heading:not(:last-child) {
          margin-bottom: 12px;
}
}
@media all and (min-width: 1600px) {
.text-slider_heading:not(:last-child) {
          margin-bottom: 17px;
}
}
.text-slider_heading__uppercase {
      text-transform: uppercase;
}
.text-slider_heading__quote {
      font-size: 24px;
}
.text-slider_text {
    max-width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    opacity: .7;
    overflow: hidden;
}
@media all and (min-width: 1600px) {
.text-slider_text {
        font-size: 18px;
}
}
.text-slider_corner-wrapper {
    color: #F8F7F6;
}
.text-slider_corner {
    position: absolute;
    width: 10px;
    height: 100%;
    border: solid currentColor;
}
.text-slider_corner__l-t {
      top: 0;
      left: 0;
      border-width: 2px 0 0 2px;
}
.text-slider_corner__r-t {
      top: 0;
      right: 0;
      border-width: 2px 2px 0 0;
}
.text-slider_corner__l-b {
      bottom: 0;
      left: 0;
      border-width: 0 0 2px 2px;
}
.text-slider_corner__r-b {
      right: 0;
      bottom: 0;
      border-width: 0 2px 2px 0;
}
.text-slider_nested-list-item {
    font-size: 18px;
    line-height: 1.5;
}
.text-slider_pagination {
    margin-top: 10px;
}
@media all and (min-width: 1600px) {
.text-slider_pagination {
        margin-top: 20px;
}
}
@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;
}
.videoback {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100svh;
  min-height: 100svh;
}
.videoback_inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    min-height: 100svh;
}
@media all and (min-width: 1100px) {
.videoback_inner {
        min-height: 480px;
}
}
.videoback_contentWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: auto;
}
.videoback_content {
    z-index: 10;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    padding: 30px 20px 40px;
    color: #F8F7F6;
}
@media all and (min-width: 720px) {
.videoback_content {
        padding-top: 60px;
        padding-bottom: 70px;
}
}
@media all and (min-width: 1100px) {
.videoback_content {
        padding-top: 50px;
}
}
@media all and (min-width: 1600px) {
.videoback_content {
        padding-top: 80px;
}
}
@media all and (min-width: 1921px) {
.videoback_content {
        padding-bottom: 120px;
}
}
.videoback_bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: no-repeat center / cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 3s, visibility 3s;
}
.videoback_bg-img__active {
      opacity: 1;
      visibility: visible;
}
.videoback_logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
}
.videoback_logo-item:not(:first-child) {
    margin-left: 20px;
}
@media all and (min-width: 1100px) {
.videoback_logo-item:not(:first-child) {
        margin-left: 40px;
}
}
.videoback_slider {
    margin-bottom: 15px;
}
@media all and (min-width: 720px) {
.videoback_slider {
        margin-bottom: 20px;
}
}
@media all and (min-width: 1100px) {
.videoback_slider {
        margin-bottom: 30px;
}
}
@media all and (min-width: 1600px) {
.videoback_slider {
        margin-bottom: 60px;
}
}
.videoback_title {
    margin-bottom: 32px;
    font-size: 60px;
    line-height: .8;
    text-align: center;
}
@media all and (min-width: 720px) {
.videoback_title {
        margin-bottom: 73px;
        font-size: 132px;
}
}
.videoback_image {
    display: block;
    max-width: 100%;
    max-height: 50vh;
    margin: 0 auto 10px;
}
@media all and (min-width: 720px) {
.videoback_image {
        max-height: 55vh;
}
}
.videoback_indicators {
    margin-top: 10px;
}
@media all and (min-width: 1600px) {
.videoback_indicators {
        margin-top: 20px;
}
}
.videoback_buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
}
.videoback_button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    min-width: 260px;
    margin: 10px;
}
@media all and (min-width: 1600px) {
.videoback_button {
        min-width: 340px;
}
}
.videoback_button-icon {
      max-height: 40px;
}
.videoback_button-icon__with-gap {
        margin-right: 10px;
}
.videoback_footer {
    z-index: 10;
    position: relative;
}
@media all and (min-width: 1100px) {
.videoback_footer {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
}
}
.videoback_language-selector {
    position: absolute;
    top: 18px;
    right: 33px;
}
@media all and (min-width: 720px) {
.videoback_language-selector {
        right: 43px;
}
}
@media all and (min-width: 1100px) {
.videoback_language-selector {
        top: 27px;
}
}
@media all and (min-width: 1600px) {
.videoback_language-selector {
        top: 55px;
        right: 63px;
}
}

