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

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

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

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

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

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

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

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

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

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

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

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



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

.bullet-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.bullet-pagination__vertical {
    -ms-flex-direction: column;
        flex-direction: column;
}
.bullet-pagination__hidden {
    display: none;
}
.bullet-pagination_item {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    background-color: #f9f5e1;
    opacity: .5;
    position: relative;
    transition: opacity 0.5s;
    cursor: pointer;
}
.bullet-pagination_item:hover {
      opacity: .8;
}
.bullet-pagination_item:not(:last-child) {
      margin-right: 20px;
}
.bullet-pagination__vertical .bullet-pagination_item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
}
.bullet-pagination_item__active, .bullet-pagination_item__active:hover {
      opacity: 1;
}

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;
}
br.__onmob {
  display: block;
}
@media all and (min-width: 720px) {
br.__onmob {
      display: none;
}
}
.admin-content {
  color: #b6b0a4;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  transition: height 0.6s ease;
}
.admin-content p {
    margin: 14px 0;
}
.admin-content h4 {
    margin: 40px 0 14px;
    color: #cd4800;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.ct-header, .content-accordion_item__active .content-accordion_item-header {
  margin-bottom: 24px;
  color: #cd4800;
  font-size: 24px;
  font-weight: 700;
}
@media all and (min-width: 1100px) {
.ct-header, .content-accordion_item__active .content-accordion_item-header {
      margin-bottom: 20px;
      font-size: 30px;
}
}
@media all and (min-width: 1600px) {
.ct-header, .content-accordion_item__active .content-accordion_item-header {
      margin-bottom: 24px;
      font-size: 36px;
}
}
.sect-header, .aces_descriptions-header {
  color: #dfd8ca;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (min-width: 720px) {
.sect-header, .aces_descriptions-header {
      font-size: 30px;
      line-height: 1.2;
}
}
@media all and (min-width: 1100px) {
.sect-header, .aces_descriptions-header {
      font-size: 40px;
      line-height: 48px;
}
}
@media all and (min-width: 1100px) {
.sect-header, .aces_descriptions-header {
      font-size: 40px;
      line-height: 48px;
}
}
@media all and (min-width: 1600px) {
.sect-header, .aces_descriptions-header {
      font-size: 60px;
      line-height: 66px;
}
}
.sect-header span, .aces_descriptions-header span {
    color: #cd4800;
}
.out-left-enter-active {
  position: relative;
  transition: 0.6s all 0.6s ease;
}
.out-left-leave-active {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
}
.out-left-enter, .out-left-leave-to {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-140vw);
          transform: translateX(-140vw);
}
@media all and (min-width: 720px) {
.out-left-enter, .out-left-leave-to {
      -webkit-transform: translateX(-120vw);
              transform: translateX(-120vw);
}
}
@media all and (min-width: 1100px) {
.out-left-enter, .out-left-leave-to {
      -webkit-transform: translateX(-100vw);
              transform: translateX(-100vw);
}
}
.fade-enter-active {
  transition: opacity 0.6s ease;
}
.fade-leave-active {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.6s ease;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.bullet-preview {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #dfd8ca;
  font-size: 16px;
  text-align: center;
  transition: color 0.3s;
  cursor: pointer;
}
.bullet-preview__vehicles {
    max-width: 75px;
    margin-right: 5.5vw;
}
@media all and (min-width: 720px) {
.bullet-preview__vehicles {
        -ms-flex-preferred-size: 9.5vw;
            flex-basis: 9.5vw;
        max-width: none;
}
}
@media all and (min-width: 1100px) {
.bullet-preview__vehicles {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
}
}
@media all and (min-width: 1600px) {
.bullet-preview__vehicles {
        margin: 0 1.82vw;
}
}
.bullet-preview__vehicles:last-child {
      margin-right: 0;
}
.bullet-preview__maps {
    width: 19vw;
    max-width: 62px;
    margin-right: 2.33vw;
}
@media all and (min-width: 720px) {
.bullet-preview__maps {
        width: 10vw;
        max-width: none;
        margin-right: 4vw;
}
}
@media all and (min-width: 1100px) {
.bullet-preview__maps {
        width: 5.4vw;
        margin-right: 3.33vw;
}
}
.bullet-preview__aces {
    -ms-flex-align: start;
        align-items: flex-start;
    width: 19vw;
    max-width: 62px;
    margin-right: 9vw;
}
@media all and (min-width: 720px) {
.bullet-preview__aces {
        width: 10vw;
        margin-right: 11vw;
}
}
@media all and (min-width: 1100px) {
.bullet-preview__aces {
        width: 3.6vw;
        margin-right: 3.8vw;
}
}
@media all and (min-width: 1600px) {
.bullet-preview__aces {
        width: 2.6vw;
        margin-right: 4.8vw;
}
}
@media all and (min-width: 720px) {
.bullet-preview__aces:last-child {
        margin-right: 0;
}
}
.bullet-preview__active {
    color: #cd4800;
}
.bullet-preview_icon {
    margin-bottom: 4px;
    position: relative;
}
@media all and (min-width: 720px) {
.bullet-preview_icon {
        margin-bottom: 12px;
}
}
.bullet-preview_icon::after {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
}
.bullet-preview__active .bullet-preview_icon::after {
        content: none;
}
.bullet-preview_icon__vehicles {
      max-width: 96px;
}
.bullet-preview__active .bullet-preview_icon__maps::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 6px solid #ab410d;
      content: "";
}
@media all and (min-width: 1100px) {
.bullet-preview__active .bullet-preview_icon__maps::before {
          content: none;
}
}
.bullet-preview__aces .bullet-preview_text-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
}
.bullet-preview_text {
    border-bottom: 1px dashed #dfd8ca;
}
.bullet-preview__aces .bullet-preview_text {
      border-bottom: none;
      text-align: left;
}
.bullet-preview__active .bullet-preview_text {
      border-bottom: none;
}
.bullet-preview__aces .bullet-preview_text-inline {
    border-bottom: 1px dashed #dfd8ca;
}
.bullet-preview__active .bullet-preview_text-inline {
    border-bottom: none;
}
.bullet-preview_image {
    width: 100%;
    max-width: 105px;
}
.bullet-list {
  display: -ms-flexbox;
  display: flex;
}
.bullet-list__normal-content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
@media all and (min-width: 720px) {
.bullet-list__normal-content {
        -ms-flex-pack: justify;
            justify-content: space-between;
}
}
.bullet-list__vehicles {
    width: 100%;
    margin-bottom: 20px;
}
@media all and (min-width: 720px) {
.bullet-list__vehicles {
        width: 40vw;
        margin-left: -3vw;
        margin-bottom: 0;
}
}
@media all and (min-width: 1100px) {
.bullet-list__vehicles {
        width: 85%;
        margin-left: -4.3vw;
}
}
@media all and (min-width: 1600px) {
.bullet-list__vehicles {
        width: 100%;
        margin-left: -3vw;
}
}
.bullet-list__maps {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}
@media all and (min-width: 720px) {
.bullet-list__maps {
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex: 1;
            flex: 1;
        width: auto;
        margin-top: 0;
}
}
@media all and (min-width: 1100px) {
.bullet-list__maps {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-bottom: 2.7vw;
}
}
.bullet-list__aces {
    margin: 36px auto 20px -1.3vw;
    position: relative;
}
@media all and (min-width: 720px) {
.bullet-list__aces {
        margin-top: 0;
}
}
@media all and (min-width: 1100px) {
.bullet-list__aces {
        margin: -2.5vw auto .5vw 0;
}
}
@media all and (min-width: 1600px) {
.bullet-list__aces {
        max-width: 440px;
        margin-top: 0;
        margin-bottom: 2.5vw;
}
}
.crop-up-gallery_placeholder {
  z-index: 1;
  width: 120%;
  opacity: 0;
  position: relative;
  pointer-events: none;
}
@media all and (min-width: 720px) {
.crop-up-gallery_placeholder {
      width: 100%;
}
}
.crop-up-gallery_item {
  z-index: 2;
  width: 120%;
  margin-left: -10%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0) rotate(-2deg);
          transform: translate(0) rotate(-2deg);
  -webkit-animation: none;
          animation: none;
  will-change: transform;
}
@media all and (min-width: 720px) {
.crop-up-gallery_item {
      width: 100%;
      margin-left: 0;
      -webkit-transform: translate(0, -10px) rotate(-2deg);
              transform: translate(0, -10px) rotate(-2deg);
}
}
@media all and (min-width: 720px) {
.crop-up-gallery_item:nth-child(1) {
      -webkit-transform: translate(0, -10px) rotate(-2deg);
              transform: translate(0, -10px) rotate(-2deg);
}
}
@media all and (min-width: 720px) {
.crop-up-gallery_item:nth-child(2) {
      -webkit-transform: translate(0, -10px) rotate(-4deg);
              transform: translate(0, -10px) rotate(-4deg);
}
}
@media all and (min-width: 720px) {
.crop-up-gallery_item:nth-child(3) {
      -webkit-transform: translate(0, -10px) rotate(-6deg);
              transform: translate(0, -10px) rotate(-6deg);
}
}
.crop-up-gallery_item__current {
    z-index: 4;
    -webkit-animation: crop-up-gallery-current .75s ease 0s 1 forwards;
            animation: crop-up-gallery-current .75s ease 0s 1 forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.crop-up-gallery_item__next {
    z-index: 3;
    -webkit-transform: translate(0) rotate(-2deg);
            transform: translate(0) rotate(-2deg);
}
@media all and (min-width: 720px) {
.crop-up-gallery_item__next {
        -webkit-transform: translate(0) rotate(-1deg);
                transform: translate(0) rotate(-1deg);
}
}
.crop-up-gallery_item__active {
    -webkit-animation-play-state: running;
            animation-play-state: running;
}
.crop-up-gallery_item-image {
  width: 100%;
}
.crop-up-gallery_item-video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@-webkit-keyframes crop-up-gallery-current {
0% {
    z-index: 4;
    clip: rect(auto, auto, 100vh, auto);
    -webkit-transform: translate(0) rotate(-1deg);
            transform: translate(0) rotate(-1deg);
}
20% {
    z-index: 4;
    clip: rect(auto, auto, 100vh, auto);
    -webkit-transform: translate(1vw, 0) rotate(-2deg);
            transform: translate(1vw, 0) rotate(-2deg);
}
70% {
    z-index: 4;
    clip: rect(auto, auto, 60px, auto);
    -webkit-transform: translate(-8vw, -80px) rotate(-2deg);
            transform: translate(-8vw, -80px) rotate(-2deg);
}
99.99% {
    z-index: 1;
    clip: rect(auto, auto, 60px, auto);
    -webkit-transform: translate(0, -10px) rotate(-2deg);
            transform: translate(0, -10px) rotate(-2deg);
}
100% {
    z-index: 1;
    clip: rect(auto, auto, 40px, auto);
    -webkit-transform: translate(0, -10px) rotate(-2deg);
            transform: translate(0, -10px) rotate(-2deg);
}
}
@keyframes crop-up-gallery-current {
0% {
    z-index: 4;
    clip: rect(auto, auto, 100vh, auto);
    -webkit-transform: translate(0) rotate(-1deg);
            transform: translate(0) rotate(-1deg);
}
20% {
    z-index: 4;
    clip: rect(auto, auto, 100vh, auto);
    -webkit-transform: translate(1vw, 0) rotate(-2deg);
            transform: translate(1vw, 0) rotate(-2deg);
}
70% {
    z-index: 4;
    clip: rect(auto, auto, 60px, auto);
    -webkit-transform: translate(-8vw, -80px) rotate(-2deg);
            transform: translate(-8vw, -80px) rotate(-2deg);
}
99.99% {
    z-index: 1;
    clip: rect(auto, auto, 60px, auto);
    -webkit-transform: translate(0, -10px) rotate(-2deg);
            transform: translate(0, -10px) rotate(-2deg);
}
100% {
    z-index: 1;
    clip: rect(auto, auto, 40px, auto);
    -webkit-transform: translate(0, -10px) rotate(-2deg);
            transform: translate(0, -10px) rotate(-2deg);
}
}
.sticky-header {
  z-index: 10;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 60px;
  background-color: rgba(26, 25, 21, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: stickydown 0.3s ease forwards;
          animation: stickydown 0.3s ease forwards;
}
.sticky-header_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
}
.sticky-header_lang {
    margin-left: 2.3vw;
}
@-webkit-keyframes stickydown {
to {
    -webkit-transform: none;
            transform: none;
}
}
@keyframes stickydown {
to {
    -webkit-transform: none;
            transform: none;
}
}
html {
  box-sizing: border-box;
  font-family: "Roboto Condensed";
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
button {
  background: none;
}
.navigation {
  display: none;
}
@media all and (min-width: 1100px) {
.navigation {
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 18px;
      text-transform: uppercase;
}
}
@media all and (min-width: 1100px) {
.navigation__full-height {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100%;
}
}
.navigation_link {
    margin-left: 2.3vw;
    color: #dfd8ca;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease;
}
.navigation_link__active, .navigation_link:hover {
      color: #cd4800;
}
.navigation_link__button {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100%;
      padding: 0 17px;
      background-color: #a14111;
      transition: color 0.3s ease, background-color 0.3s ease;
}
.navigation_link__button:hover {
        background-color: #f80;
        color: #fff;
}
.main {
  width: 100%;
  background-color: #201f1b;
  overflow: hidden;
}
.main_sections__blur {
    -webkit-filter: blur(5px);
            filter: blur(5px);
}
.intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media all and (min-width: 720px) {
.intro {
      min-height: 100vh;
}
}
.intro_pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.intro_header {
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding-top: 28px;
    position: relative;
}
@media all and (min-width: 720px) {
.intro_header {
        padding-top: 70px;
}
}
@media all and (min-width: 1100px) {
.intro_header {
        padding-top: 4vh;
        position: absolute;
        top: 0;
        left: 0;
}
}
@media all and (min-width: 1600px) {
.intro_header {
        padding-top: 60px;
}
}
.intro_logo-wrapper {
    height: 98px;
}
@media all and (min-width: 1600px) {
.intro_logo-wrapper {
        height: 130px;
}
}
.intro_logo {
    height: 85%;
}
@media all and (min-width: 720px) {
.intro_logo {
        height: 100%;
}
}
.intro_heading {
    margin-top: 88px;
    margin-bottom: 76px;
    color: #dfd8ca;
    font-size: 6vw;
    font-weight: 700;
    line-height: .91;
}
@media (orientation: landscape) {
.intro_heading {
        font-size: 6vw;
}
}
@media all and (orientation: landscape) and (min-width: 720px) {
.intro_heading {
      font-size: 7vw;
}
}
@media (orientation: portrait) {
.intro_heading {
        font-size: 6vh;
}
}
@media all and (orientation: portrait) and (min-width: 720px) {
.intro_heading {
      font-size: 7vh;
}
}
@media all and (min-width: 720px) {
.intro_heading {
        width: 70vw;
        margin-top: 156px;
        margin-bottom: 128px;
}
}
@media all and (min-width: 1100px) {
.intro_heading {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
}
}
.intro_heading span {
      color: #858178;
}
.intro_body {
    width: calc(100% - 12.5vw);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-preferred-size: 620px;
        flex-basis: 620px;
    margin: 0 auto;
    position: relative;
}
@media all and (min-width: 720px) {
.intro_body {
        width: calc(100% - 7.02vw);
}
}
@media all and (min-width: 1100px) {
.intro_body {
        width: calc(100% - 5.628vw);
}
}
@media all and (min-width: 1600px) {
.intro_body {
        width: calc(100% - 9.38vw);
}
}
@media all and (min-width: 720px) {
.intro_body {
        -ms-flex-preferred-size: 100vh;
            flex-basis: 100vh;
}
}
.intro_content {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
}
@media all and (min-width: 1100px) {
.intro_content {
        z-index: 2;
        -ms-flex: 1;
            flex: 1;
        width: 55vw;
}
}
.intro_content-rel {
    width: 100%;
    position: relative;
}
.intro_content-abs {
    position: absolute;
    top: 100%;
    left: 0;
}
@media all and (min-width: 1100px) {
.intro_content-abs {
        padding-top: 6.48vh;
}
}
.intro_main-art {
    width: 100%;
    height: calc(100% - 30vh);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    right: -6.25vw;
    bottom: -30px;
    pointer-events: none;
}
@media all and (min-width: 1100px) {
.intro_main-art {
        width: 70vw;
        height: calc(110% - (4vh + 98px));
        right: -4.69vw;
}
}
@media all and (min-width: 1600px) {
.intro_main-art {
        height: calc(110% - 200px);
}
}
.intro_menu {
    display: -ms-flexbox;
    display: flex;
}
.intro_lang {
    margin-left: 2.3vw;
}
.key-performance-indicator {
  width: 100%;
  margin-top: -6vw;
  padding-bottom: 6vw;
  overflow: visible;
}
@media all and (min-width: 720px) {
.key-performance-indicator {
      height: 15.375vw;
      padding-bottom: 0;
      overflow: hidden;
}
}
.key-performance-indicator_body {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 120vw;
    padding-left: 15vw;
    padding-right: 12vw;
    position: relative;
    -webkit-transform: rotate(3deg) translateY(3.75vw) translateX(-10%);
            transform: rotate(3deg) translateY(3.75vw) translateX(-10%);
}
@media (orientation: landscape) {
.key-performance-indicator_body {
        overflow: hidden;
}
}
@media all and (min-width: 720px) {
.key-performance-indicator_body {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow: hidden;
}
}
.key-performance-indicator_body::before {
      width: 300%;
      height: 100%;
      background-color: #762700;
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
}
.key-performance-indicator_item:nth-child(odd) {
    width: 50%;
    color: #893a12;
    font-size: 100px;
    font-weight: 700;
    text-align: right;
    position: relative;
}
@media all and (min-width: 720px) {
.key-performance-indicator_item:nth-child(odd) {
        width: auto;
        font-size: 15vw;
        line-height: 9vw;
        text-align: left;
}
}
.key-performance-indicator_item:nth-child(even) {
    width: 50%;
    margin-left: -1vw;
    color: #a77356;
    font-size: 18px;
    position: relative;
}
@media all and (min-width: 720px) {
.key-performance-indicator_item:nth-child(even) {
        width: auto;
        font-size: 1.4vw;
}
}
.vehicles {
  margin-top: -30px;
  padding: 60px 0 70px;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media all and (min-width: 720px) {
.vehicles {
      margin-top: auto;
      padding-top: 50px;
}
}
@media all and (min-width: 1100px) {
.vehicles {
      padding-top: 0;
}
}
.vehicles::before {
    width: 300vw;
    height: 100%;
    background-color: #1a1915;
    content: "";
    position: absolute;
    top: -30px;
    left: -50vw;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
}
@media all and (min-width: 720px) {
.vehicles::before {
        width: 200vw;
        height: calc(100% - 30vw);
        top: 25vw;
}
}
@media all and (min-width: 1100px) {
.vehicles::before {
        width: 53vw;
        height: calc(100% - 80px);
        top: 22px;
        right: -4vw;
        left: auto;
}
}
@media all and (min-width: 1600px) {
.vehicles::before {
        width: 44vw;
        top: 60px;
        right: -2vw;
}
}
.vehicles_accordion {
    margin-top: 45px;
    position: relative;
}
@media all and (min-width: 1100px) {
.vehicles_accordion {
        margin-top: 20px;
}
}
@media all and (min-width: 1600px) {
.vehicles_accordion {
        margin-top: 45px;
}
}
.vehicles_content {
    width: calc(100% - 12.5vw);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 auto;
    position: relative;
}
@media all and (min-width: 720px) {
.vehicles_content {
        width: calc(100% - 7.02vw);
}
}
@media all and (min-width: 1100px) {
.vehicles_content {
        width: calc(100% - 5.628vw);
}
}
@media all and (min-width: 1600px) {
.vehicles_content {
        width: calc(100% - 9.38vw);
}
}
.vehicles_header {
    width: 100%;
    margin-bottom: 22px;
}
@media all and (min-width: 720px) {
.vehicles_header {
        width: 50vw;
        margin-bottom: 60px;
}
}
@media all and (min-width: 1100px) {
.vehicles_header {
        width: 43vw;
}
}
.vehicles_images {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
@media all and (min-width: 1100px) {
.vehicles_images {
        margin-left: calc(-.2vw - 20px);
}
}
.vehicles_images-wrap {
    margin-left: -6.25vw;
    width: 100vw;
    min-width: 100vw;
    padding: 1.2vw 0;
}
@media all and (min-width: 1100px) {
.vehicles_images-wrap {
        margin-left: -4.69vw;
}
}
@media all and (min-width: 720px) {
.vehicles_images-wrap {
        min-width: 0;
        margin: 40px auto 0;
}
}
@media all and (min-width: 1100px) {
.vehicles_images-wrap {
        margin-left: -6.25vw;
        width: 58vw;
}
}
@media all and (min-width: 1100px) and (min-width: 1100px) {
.vehicles_images-wrap {
      margin-left: -4.69vw;
}
}
@media all and (min-width: 1600px) {
.vehicles_images-wrap {
        width: 66vw;
}
}
.vehicles_controls {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
}
@media all and (min-width: 720px) {
.vehicles_controls {
        max-width: calc(100% - 7.02vw);
        margin: 0 auto;
        padding-bottom: 60px;
}
}
@media all and (min-width: 1100px) {
.vehicles_controls {
        max-width: 36vw;
        margin-top: -7vw;
        margin-right: -.75vw;
        padding-bottom: 0;
}
}
@media all and (min-width: 1600px) {
.vehicles_controls {
        max-width: 25vw;
        margin-top: 0;
        margin-right: -3vw;
}
}
.content-accordion {
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (min-width: 720px) {
.content-accordion {
      padding-left: 20px;
}
}
.content-accordion__active {
    position: relative;
}
.content-accordion_item {
    position: relative;
}
@media all and (min-width: 720px) {
.content-accordion_item {
        padding-left: 17px;
}
}
.content-accordion_item::before, .content-accordion_item::after {
      content: "";
      position: absolute;
}
@media all and (min-width: 720px) {
.content-accordion_item::before {
        width: 2px;
        height: calc(100% - 17px);
        background-color: #413f39;
        top: 32px;
        left: 0;
}
}
@media all and (min-width: 720px) {
.content-accordion_item::after {
        width: 8px;
        height: 8px;
        background-color: #dfd8ca;
        top: 18px;
        left: 1px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
}
}
.content-accordion_item:last-child::before {
      content: none;
}
.content-accordion_item__active::after {
      background-color: #a14111;
}
.content-accordion_item-bullet {
    display: none;
}
@media all and (min-width: 720px) {
.content-accordion_item-bullet {
        display: inline-block;
        color: #dfd8ca;
        text-align: right;
        position: absolute;
        top: 16px;
        left: -15px;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
}
}
.content-accordion_item__active .content-accordion_item-bullet {
      color: #cd4800;
}
.content-accordion_item-header {
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dashed #8d8c8a;
    color: #dfd8ca;
    font-size: 18px;
    line-height: 22px;
    will-change: font-size, color, margin;
    transition: font-size 0.6s ease, color 0.6s ease, margin 0.6s ease;
    cursor: pointer;
}
@media all and (min-width: 720px) {
.content-accordion_item-header {
        margin-bottom: 14px;
}
}
@media all and (min-width: 1100px) {
.content-accordion_item-header {
        margin-bottom: 43px;
}
}
.content-accordion_item__active .content-accordion_item-header {
      margin-top: -14px;
      margin-bottom: 0;
      border-bottom: none;
      line-height: 36px;
}
@media all and (min-width: 1600px) {
.content-accordion_item__active .content-accordion_item-header {
          font-size: 30px;
}
}
.maps {
  width: 100%;
  padding-bottom: 2.4vw;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 720px) {
.maps {
      padding-top: 2vw;
}
}
@media all and (min-width: 1100px) {
.maps {
      padding-top: 12.5vw;
}
}
.maps::before {
    width: 300vw;
    height: calc(60% - 80px);
    background-color: #1a1915;
    content: "";
    position: absolute;
    top: 50%;
    left: -50vw;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
}
@media all and (min-width: 720px) {
.maps::before {
        height: calc(100% - 50vw);
        top: 50vw;
}
}
@media all and (min-width: 1100px) {
.maps::before {
        width: 44vw;
        height: calc(100% - 16vw);
        top: 13vw;
        left: -2vw;
        -webkit-transform: rotate(-3deg);
                transform: rotate(-3deg);
}
}
@media all and (min-width: 1600px) {
.maps::before {
        height: calc(100% - 12vw);
        top: 9vw;
        -webkit-transform: rotate(3deg);
                transform: rotate(3deg);
}
}
.maps_content {
    width: calc(100% - 12.5vw);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 auto;
    position: relative;
}
@media all and (min-width: 720px) {
.maps_content {
        width: calc(100% - 7.02vw);
}
}
@media all and (min-width: 1100px) {
.maps_content {
        width: calc(100% - 5.628vw);
}
}
@media all and (min-width: 1600px) {
.maps_content {
        width: calc(100% - 9.38vw);
}
}
@media all and (min-width: 720px) {
.maps_content {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
}
.maps_images {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
@media all and (min-width: 720px) {
.maps_images {
        min-width: 110vw;
        margin: auto auto 0 -10vw;
}
}
@media all and (min-width: 1100px) {
.maps_images {
        margin-right: -6.25vw;
        width: 68vw;
        min-width: 0;
        margin-left: auto;
}
}
@media all and (min-width: 1100px) and (min-width: 1100px) {
.maps_images {
      margin-right: -4.69vw;
}
}
.maps_images-item {
    width: 130%;
    -webkit-transform: rotate(3deg) translateX(-15%);
            transform: rotate(3deg) translateX(-15%);
}
@media all and (min-width: 720px) {
.maps_images-item {
        -webkit-transform: rotate(3deg) translateX(0);
                transform: rotate(3deg) translateX(0);
}
}
@media all and (min-width: 1100px) {
.maps_images-item {
        -webkit-transform: rotate(3deg) translateX(-3vw);
                transform: rotate(3deg) translateX(-3vw);
}
}
@media all and (min-width: 1600px) {
.maps_images-item {
        -webkit-transform: rotate(3deg) translateX(3vw);
                transform: rotate(3deg) translateX(3vw);
}
}
.maps_descriptions {
    position: relative;
}
@media all and (min-width: 1100px) {
.maps_descriptions {
        width: 90%;
}
}
.maps_headers {
    position: relative;
}
.maps_body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-bottom: 60px;
}
@media all and (min-width: 720px) {
.maps_body {
        padding-bottom: 12vw;
}
}
@media all and (min-width: 1100px) {
.maps_body {
        display: block;
        width: 24vw;
        padding-bottom: 5vw;
}
}
.maps_header {
    width: 100%;
    padding: 6vw 0 4.6vw;
}
@media all and (min-width: 720px) {
.maps_header {
        box-sizing: border-box;
        width: 47vw;
        padding: 0 10px 4.6vw 0;
}
}
@media all and (min-width: 1100px) {
.maps_header {
        width: 100%;
        padding: 6vw 10px 2.6vw 0;
}
}
@media all and (min-width: 1600px) {
.maps_header {
        padding-bottom: 4.6vw;
}
}
.maps_button-overlay {
    width: 62.5%;
    max-width: 246px;
    margin-top: 4.5vw;
}
.aces {
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 2.4vw;
  overflow: hidden;
}
.aces_payload {
    padding-bottom: 100px;
    position: relative;
}
@media all and (min-width: 720px) {
.aces_payload {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        padding-top: 6vw;
}
}
@media all and (min-width: 1100px) {
.aces_payload {
        padding-top: 4vw;
}
}
@media all and (min-width: 1600px) {
.aces_payload {
        padding-top: 6vw;
}
}
.aces_payload::before {
      width: 200vw;
      height: calc(100% - 120px);
      background-color: #1a1915;
      content: "";
      position: absolute;
      top: 120px;
      left: -50vw;
      -webkit-transform: rotate(3deg);
              transform: rotate(3deg);
}
@media all and (min-width: 720px) {
.aces_payload::before {
          width: 110vw;
          height: calc(100% + 3vw);
          top: 4vw;
          left: -10vw;
}
}
@media all and (min-width: 1100px) {
.aces_payload::before {
          width: 58vw;
          padding-top: 4vw;
          top: 0;
          left: 41vw;
}
}
@media all and (min-width: 1600px) {
.aces_payload::before {
          height: calc(100% + 1vw);
          padding-top: 6vw;
          top: 2vw;
}
}
.aces_content {
    width: calc(100% - 12.5vw);
    margin: 0 auto;
    position: relative;
}
@media all and (min-width: 720px) {
.aces_content {
        width: calc(100% - 7.02vw);
}
}
@media all and (min-width: 1100px) {
.aces_content {
        width: calc(100% - 5.628vw);
}
}
@media all and (min-width: 1600px) {
.aces_content {
        width: calc(100% - 9.38vw);
}
}
.aces_images {
    width: calc(100% + 10%);
    margin: 0 auto 0 -5%;
    position: relative;
}
@media all and (min-width: 720px) {
.aces_images {
        width: 58vw;
        margin-left: 0;
        margin-right: 3.6vw;
}
}
@media all and (min-width: 1100px) {
.aces_images {
        width: 50vw;
        margin-left: -8vw;
        margin-right: 6.6vw;
}
}
.aces_images-item, .aces_images-placeholder {
    width: 100%;
}
@media all and (min-width: 720px) {
.aces_images-item, .aces_images-placeholder {
        z-index: 2;
        width: 40vw;
}
}
@media all and (min-width: 1100px) {
.aces_images-item, .aces_images-placeholder {
        width: 30vw;
        -webkit-transform: translateX(55%);
                transform: translateX(55%);
}
}
.aces_images-placeholder {
    display: none;
}
@media all and (min-width: 720px) {
.aces_images-placeholder {
        display: block;
        opacity: 0;
}
}
@media all and (min-width: 720px) {
.aces_images-item-wrapper {
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
}
}
.aces_images-item-second {
    z-index: 1;
    width: 22vw;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 2vw;
}
@media all and (min-width: 720px) {
.aces_images-item-second {
        width: 50vw;
        right: auto;
        left: 50vw;
}
}
@media all and (min-width: 1100px) {
.aces_images-item-second {
        width: 22vw;
        right: 26vw;
        left: auto;
}
}
.aces_descriptions-wrapper {
    position: relative;
}
@media all and (min-width: 1100px) {
.aces_descriptions-wrapper {
        margin-top: 2vw;
}
}
.aces_descriptions-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 40px;
    margin-bottom: 25px;
}
@media all and (min-width: 720px) {
.aces_descriptions-header {
        margin-top: auto;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 1.2;
}
}
@media all and (min-width: 1100px) {
.aces_descriptions-header {
        font-size: 40px;
        line-height: 48px;
}
}
@media all and (min-width: 1600px) {
.aces_descriptions-header {
        font-size: 42px;
        line-height: 44px;
}
}
.aces_descriptions-header-item {
    display: none;
}
@media all and (min-width: 720px) {
.aces_descriptions-header-item {
        display: inline-block;
        width: 100px;
        margin-left: -3vw;
        margin-right: 20px;
}
}
@media all and (min-width: 1100px) {
.aces_descriptions-header-item {
        width: 8.1vw;
}
}
@media all and (min-width: 1600px) {
.aces_descriptions-header-item {
        width: auto;
}
}
.aces_body {
    width: 100%;
}
@media all and (min-width: 720px) {
.aces_body {
        z-index: 3;
        width: 75%;
        position: relative;
}
}
@media all and (min-width: 1100px) {
.aces_body {
        width: 35vw;
        padding-top: 30px;
}
}
@media all and (min-width: 1600px) {
.aces_body {
        width: 31vw;
}
}
.aces_header {
    z-index: 1;
    width: 100%;
    position: relative;
}
@media all and (min-width: 720px) {
.aces_header {
        width: 40vw;
        margin-right: 6.5vw;
}
}
@media all and (min-width: 1100px) {
.aces_header {
        width: 50vw;
}
}
.aces_header-wrap {
    -ms-flex: 1;
        flex: 1;
}
@media all and (min-width: 720px) {
.aces_header-wrap {
        display: -ms-flexbox;
        display: flex;
}
}
@media all and (min-width: 1100px) {
.aces_header-wrap {
        display: block;
}
}
.aces_feat {
    display: -ms-flexbox;
    display: flex;
    padding: 1.8vw 0;
}
@media all and (min-width: 1100px) {
.aces_feat {
        padding: 1vw 0;
}
}
@media all and (min-width: 1600px) {
.aces_feat {
        padding: 1.8vw 0;
}
}
.aces_feat-item {
    margin-right: 9vw;
}
@media all and (min-width: 720px) {
.aces_feat-item {
        margin-right: 2.9vw;
}
}
.aces_feat-item-count {
    margin-bottom: 3px;
    color: #dfd8ca;
    font-size: 36px;
    font-weight: 700;
}
@media all and (min-width: 1100px) {
.aces_feat-item-count {
        font-size: 26px;
}
}
@media all and (min-width: 1600px) {
.aces_feat-item-count {
        font-size: 36px;
}
}
.aces_feat-item-description {
    color: #b6b0a4;
    font-size: 16px;
}
.gameplay {
  min-height: 100vh;
  padding: 5vh 0;
  position: relative;
}
@media all and (min-width: 720px) {
.gameplay {
      min-height: 690px;
}
}
@media all and (min-width: 1100px) {
.gameplay {
      height: 100vh;
      min-height: auto;
}
}
.gameplay_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center / cover;
    opacity: .4;
    pointer-events: none;
}
@media all and (min-width: 720px) {
.gameplay_bg {
        -webkit-clip-path: polygon(0% 0%, 100% calc(0% + 50px), 100% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% calc(0% + 50px), 100% 100%, 0% 100%);
}
}
.gameplay_vehicle {
    width: 100%;
    height: 40%;
    background: no-repeat center right / contain;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media all and (min-width: 720px) {
.gameplay_vehicle {
        width: 80%;
        height: 65%;
}
}
@media all and (min-width: 1100px) {
.gameplay_vehicle {
        width: 50%;
        height: 80%;
        margin-top: 50px;
        top: 0;
        bottom: auto;
}
}
.gameplay_wrapper {
    z-index: 1;
    width: calc(100% - 12.5vw);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
@media all and (min-width: 720px) {
.gameplay_wrapper {
        width: calc(100% - 7.02vw);
}
}
@media all and (min-width: 1100px) {
.gameplay_wrapper {
        width: calc(100% - 5.628vw);
}
}
@media all and (min-width: 1600px) {
.gameplay_wrapper {
        width: calc(100% - 9.38vw);
}
}
.gameplay_title {
    margin-bottom: 35px;
    color: #dfd8ca;
    font-size: 10vw;
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
}
@media all and (min-width: 720px) {
.gameplay_title {
        max-width: 90%;
        margin-bottom: 40px;
        font-size: 8vw;
}
}
@media all and (min-width: 1100px) {
.gameplay_title {
        max-width: 65%;
}
}
@media all and (min-width: 1600px) {
.gameplay_title {
        margin-bottom: 55px;
        font-size: 6vw;
}
}
.gameplay_title span {
      color: #858178;
}
.gameplay_btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
@media all and (min-width: 720px) {
.gameplay_btn-wrapper {
        -ms-flex-direction: row;
            flex-direction: row;
}
}
.gameplay_btn-holder {
    min-width: 256px;
    max-width: 70%;
}
.gameplay_btn-holder:first-child {
      margin-bottom: 35px;
}
@media all and (min-width: 720px) {
.gameplay_btn-holder:first-child {
          margin-right: 30px;
          margin-bottom: 0;
}
}
.gameplay_btn {
    -ms-flex-align: start;
        align-items: flex-start;
}
.video {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video:focus {
    outline: none;
}
.overlay-video {
  z-index: 1000;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
@media all and (min-width: 720px) {
.overlay-video {
      padding: 0 50px;
}
}
.overlay-video_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%;
}
.overlay-video_container {
    width: 100%;
    max-width: 1328px;
    height: 100%;
    margin: auto;
    position: relative;
}
@media all and (min-width: 1100px) {
.overlay-video_container {
        width: calc(100% - 50px * 2);
        height: auto;
}
}
.overlay-video_container::before {
      display: block;
      padding-top: 56.25%;
      content: "";
}
.overlay-video_button-close {
    z-index: 11;
    width: 44px;
    height: 44px;
    border: 0;
    outline: 0;
    background-color: rgba(47, 47, 47, 0.7);
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.overlay-video_button-close::before, .overlay-video_button-close::after {
      width: 2px;
      height: 18px;
      margin-left: -1px;
      margin-top: -9px;
      background-color: #fff;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
}
.overlay-video_button-close::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
}
.overlay-video_button-close::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.overlay-video_button-close:hover {
      opacity: 1;
}
.preloader-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  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;
  background-color: #201f1b;
}
.preloader-screen_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center / cover;
    opacity: .2;
}
.preloader-screen_progress {
    z-index: 1;
    width: 100%;
    color: #dfd8ca;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.preloader-screen_progress-text {
    margin-right: 5px;
}
.preloader-screen_logo {
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.map-overlay {
  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;
  padding-top: 5vh;
  background-color: rgba(0, 0, 0, 0.6);
}
@media all and (-ms-high-contrast: none) {
.map-overlay {
      background-color: rgba(0, 0, 0, 0.9);
}
}
@media all and (min-width: 720px) {
.map-overlay {
      padding-bottom: 5vh;
}
}
@media all and (min-width: 414px) and (max-height: 440px) and (orientation: landscape) {
.map-overlay {
      padding: 0;
}
}
.map-overlay_close {
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 32px;
    height: 32px;
    padding-right: 18px;
    color: #fd9;
    font-size: 0;
    text-shadow: 0 0 10px #ff2a00, 0 0 10px rgba(255, 42, 0, 0.4), 0 0 10px rgba(255, 42, 0, 0.4), 0 0 2px rgba(255, 42, 0, 0.4), 0 0 1px rgba(255, 42, 0, 0.4), 0 0 2px rgba(255, 42, 0, 0.4), 0 0 1px rgba(255, 42, 0, 0.4);
    text-transform: uppercase;
    overflow: visible;
    position: absolute;
    top: 5%;
    right: 5%;
    transition: color .3s;
    cursor: pointer;
}
@media all and (min-width: 1100px) {
.map-overlay_close {
        font-size: 12px;
}
}
.map-overlay_close::before {
      width: 100%;
      height: 100%;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdFNjg1QThFNDc0NDExRTU4NTI4OTlBMDJGODI5NDhFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdFNjg1QThGNDc0NDExRTU4NTI4OTlBMDJGODI5NDhFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0U2ODVBOEM0NzQ0MTFFNTg1Mjg5OUEwMkY4Mjk0OEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0U2ODVBOEQ0NzQ0MTFFNTg1Mjg5OUEwMkY4Mjk0OEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7pUTJ8AAAEkklEQVR42qxXW28bRRT+Zne9qZs4sesYXKeGor6gkotA4gEBEi0P/Rc8wQuiCKm4LUVIqEEUkhQBQgIE/wDBGxGoUnlANIgQcVErnqAhoSFFqC1xro53hnNm1+5mPGubkl2dHc/N35kz3zlzRqjDiD8CrY+t7b8+KqnNswCJBAXELgE32vn/lJcAYivvVAEVmxuv69JrA2aKaQXRYcXKAFXdWiAuTpfKtANtiLRtg8kBE9gxlHC62I44oAluKqI8C+GEAW6KaKOEuWJpAEqDD7BZwAR0IzHbzW1QMZC4BBZFZZwDwkKu2+AevXvQo8uA+mrUXiewwKKAq5ck4BOAS/U6vZvYom8SUYVjAY5bwtXgvUjj4ftLyNKboVqK6g71gPoawnVu534ex+N53h7d7yZwaYcphXUrHJp8X2kAx1+4iLPj51DoKRBIP62SleA/93Xpa/B+3T9O43j8oXJWW66VP00cJ4GEt/dakfyxVMf1P6cxeNcxVM6cwT5/H60uo1fsknDJdW7n/jyN+2t5GguL23rb7CTWj/tqoYX5bkzCHXUJYu7ryxgZHURx6BhGxg5g7tLPCKSgflYhjVxqAJWXTuDu0hNYWpzGxGvvYFWtYYMYEGjGSJuL2hRwWhQJqB4oF99/cxnDw3kM3fMkRkeH8MPMFXgyhf5UBidPH0fpwONYnP8CE2+8h39kFWtEwTq2I8qa3mFVwG0R5raMPEAqgdlLV/DA4TzK9x7ByHAJv8xexfOVpzFUfhS//3YBExMfYEWuEPg6Qddpbt0G3Pgt6DiOr9qLSUoTLJQeTTR2yF4i2oCTw4kXn8HBQ0exsf430nsHMf/rRZyf+ohWfpPAV7QDSnJBaKlFsk1Sj4l0uj7XZGTIGk2syW18+PYnWF9b1uBccp3ba3rPw/FdPN0r4NAWMCXZDumUj+cqT2FvbxGr1Wu65Dq3hyFL6PG7oEC4X07k7X30zaV6iXDPEhEfIbN/hbOnxrX5uc7t3M/jfB1DYDmKdzwmCVvPAg7GPglHuLwfuhqzfeHqBUxNfox1uYrvZn4kYg5oYo6N7cdPM7OQQY22YksHZKX3O4hEdnJDsePw8YmMGSLfYE8Wp14+qf18cf5LYvv7xHZ2tTXUVQ1zpMTIcE676IMP7ScX/Rb1IHTDQJMviB1OzVPT6Xim88HC8e70KxUUikdxbeFzTL75LqoR2zfJ3bjkOrdzECoUj+jxPM9vcT8rB5QlmQhFkMblsodc/jFcX/oUU+feIrAbBFqNXG1Tl1zn9snXz9O4z/R4nidaglBckWYcENYIyPEgTbzuo28xm8HNW0pDrrIrGqmGE0WMPh0tHOSyAsu3qjR2g96tyO8DkwtxBYQlAQnzgZRmQhgVu80HhN55lprOC3ZyoHk2eDFzCGveFsYsRavolJaxUqFstWREJvutOWFS9tro+z85oUzigdcmrZZGu0xIYGwKwHLwSNsdwUvI1czstQEo21zXVIe7gbS0NRWIX5fM7BUJF5JOFxPTIspigSYJhUUJtYt3wyTlrBawKaHu4Ias2tySm///rwADAEeCFynBVsGeAAAAAElFTkSuQmCC) no-repeat center/cover;
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-52%);
              transform: translateY(-52%);
}
@media all and (min-width: 1100px) {
.map-overlay_close::before {
          -webkit-transform: translate(-100%, -52%);
                  transform: translate(-100%, -52%);
}
}
.map-overlay_close:hover {
      color: #fffa9f;
}
.map-overlay_title {
    width: 75vw;
    margin: 0 auto 40px;
    color: #dfd8ca;
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
@media all and (min-width: 720px) {
.map-overlay_title {
        font-size: 6vw;
}
}
@media all and (min-width: 1100px) {
.map-overlay_title {
        margin-bottom: 30px;
        font-size: 3vw;
}
}
.map-overlay_content-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 6.25vw;
}
@media all and (min-width: 1100px) {
.map-overlay_content-list {
        padding: 0 4.69vw;
}
}
.slider {
  overflow: auto;
  position: relative;
}
@media all and (min-width: 1100px) {
.slider {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      height: 100%;
      overflow: hidden;
}
}
.slider_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 100%;
    position: relative;
}
@media all and (min-width: 1100px) {
.slider_container {
        -ms-flex: 1;
            flex: 1;
        height: auto;
}
}
.slider_image-bg {
    height: 100%;
    background: no-repeat center / contain;
}
.slider_image-bg-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.slider_item-image-wrapper {
    height: 300px;
    background: center / cover;
    text-align: center;
    position: relative;
}
@media all and (min-width: 720px) {
.slider_item-image-wrapper {
        height: 792px;
        margin-top: -110px;
}
}
@media all and (min-width: 1100px) {
.slider_item-image-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: auto;
        margin-top: 0;
}
}
.slider_navigation {
    display: none;
}
@media all and (min-width: 1100px) {
.slider_navigation {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        padding-top: 4vh;
        position: relative;
}
}
.slider_item-pagination {
    padding: 5vh 0;
}
.slider_item-image {
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}
@media all and (min-width: 420px) {
.slider_item-image {
        min-height: auto;
}
}
.slider_content-item {
    width: calc(100% - 12.5vw);
    margin: 0 auto;
}
.slider_item-number {
    display: none;
}
@media all and (min-width: 1100px) {
.slider_item-number {
        display: block;
        color: rgba(215, 215, 215, 0.1);
        font-size: 300px;
        font-weight: 700;
        line-height: .5;
        position: absolute;
        top: 0;
        left: 0;
}
}
.map-overlay_content-item__active .slider_item-number {
      color: rgba(255, 103, 27, 0.1);
}
.slider_item-title {
    margin-bottom: 18px;
    color: #dfd8ca;
    font-size: 36px;
    font-weight: 700;
}
.map-overlay_content-item__active .slider_item-title {
      color: #aa542b;
}
.slider_item-text {
    color: #b6b0a4;
    font-size: 14px;
    line-height: 1.5;
}
@media all and (min-width: 720px) {
.slider_item-text {
        font-size: 16px;
}
}
.bullet-content {
  width: calc(100% - 12.5vw);
  margin: 0 auto;
  padding-bottom: 5vh;
  color: #fff;
  cursor: pointer;
}
@media all and (min-width: 1100px) {
.bullet-content {
      max-width: 520px;
      margin: 0;
      padding-left: 120px;
      position: relative;
}
}
@media all and (min-width: 1100px) {
.bullet-content:not(:last-child) {
      margin-right: 5%;
}
}
.bullet-content_item-number {
    display: none;
}
@media all and (min-width: 1100px) {
.bullet-content_item-number {
        display: block;
        color: rgba(215, 215, 215, 0.1);
        font-size: 300px;
        font-weight: 700;
        line-height: .5;
        position: absolute;
        top: 0;
        left: 0;
        transition: color 0.15s;
        pointer-events: none;
}
}
.bullet-content__active .bullet-content_item-number {
      color: rgba(255, 103, 27, 0.1);
}
.bullet-content_item-title {
    display: inline-block;
    margin-bottom: 17px;
    color: #dfd8ca;
    font-size: 18px;
    font-weight: 700;
}
@media all and (min-width: 1100px) {
.bullet-content_item-title {
        border-bottom: 1px dashed #fff;
        font-size: 36px;
        transition: color 0.15s, border-bottom-color 0.15s;
}
}
.bullet-content:hover .bullet-content_item-title {
      border-bottom-color: #aa542b;
      color: #aa542b;
}
.bullet-content__active .bullet-content_item-title {
      border-bottom-color: transparent;
      color: #aa542b;
}
.bullet-content__active:hover .bullet-content_item-title {
      border-bottom-color: transparent;
}
.bullet-content_item-text {
    color: #b6b0a4;
    font-size: 14px;
    line-height: 1.5;
}
@media all and (min-width: 720px) {
.bullet-content_item-text {
        font-size: 16px;
}
}
.bullets {
  width: 100%;
}
.bullets_dots {
    z-index: 10;
}
@media all and (min-width: 1100px) {
.bullets_dots {
        margin-bottom: 5vh;
}
}
.bullets_path {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.slider_arrow {
  background: transparent;
  position: absolute;
  top: -16.66vh;
  cursor: pointer;
}
@media all and (min-width: 720px) {
.slider_arrow {
      margin-top: 100px;
}
}
@media all and (min-width: 1100px) {
.slider_arrow {
      margin-top: 0;
}
}
.slider_arrow__previous {
    left: 45px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slider_arrow__next {
    right: 45px;
}
.slider_arrow-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}
.slider_arrow:hover .slider_arrow-hover {
    opacity: 1;
}
.slider_arrow-unhover {
  transition: opacity 0.3s;
}
.slider_arrow:hover .slider_arrow-unhover {
    opacity: 0;
}
.main {
  width: 100%;
  background-color: #201f1b;
  overflow: hidden;
}
.main_sections__blur {
    -webkit-filter: blur(5px);
            filter: blur(5px);
}

