.col {
  width: 100%;
  padding: 15px; }
  .col_1 {
    width: 8.33333%; }
  .col_2 {
    width: 16.66667%; }
  .col_3 {
    width: 25%; }
  .col_4 {
    width: 33.33333%; }
  .col_5 {
    width: 41.66667%; }
  .col_6 {
    width: 50%; }
  .col_7 {
    width: 58.33333%; }
  .col_8 {
    width: 66.66667%; }
  .col_9 {
    width: 75%; }
  .col_10 {
    width: 83.33333%; }
  .col_11 {
    width: 91.66667%; }
  .col_12 {
    width: 100%; }
  @media (min-width: 520px) {
    .col_xs_1 {
      width: 8.33333%; }
    .col_xs_2 {
      width: 16.66667%; }
    .col_xs_3 {
      width: 25%; }
    .col_xs_4 {
      width: 33.33333%; }
    .col_xs_5 {
      width: 41.66667%; }
    .col_xs_6 {
      width: 50%; }
    .col_xs_7 {
      width: 58.33333%; }
    .col_xs_8 {
      width: 66.66667%; }
    .col_xs_9 {
      width: 75%; }
    .col_xs_10 {
      width: 83.33333%; }
    .col_xs_11 {
      width: 91.66667%; }
    .col_xs_12 {
      width: 100%; } }
  @media (min-width: 768px) {
    .col_sm_1 {
      width: 8.33333%; }
    .col_sm_2 {
      width: 16.66667%; }
    .col_sm_3 {
      width: 25%; }
    .col_sm_4 {
      width: 33.33333%; }
    .col_sm_5 {
      width: 41.66667%; }
    .col_sm_6 {
      width: 50%; }
    .col_sm_7 {
      width: 58.33333%; }
    .col_sm_8 {
      width: 66.66667%; }
    .col_sm_9 {
      width: 75%; }
    .col_sm_10 {
      width: 83.33333%; }
    .col_sm_11 {
      width: 91.66667%; }
    .col_sm_12 {
      width: 100%; } }
  @media (min-width: 992px) {
    .col_md_1 {
      width: 8.33333%; }
    .col_md_2 {
      width: 16.66667%; }
    .col_md_3 {
      width: 25%; }
    .col_md_4 {
      width: 33.33333%; }
    .col_md_5 {
      width: 41.66667%; }
    .col_md_6 {
      width: 50%; }
    .col_md_7 {
      width: 58.33333%; }
    .col_md_8 {
      width: 66.66667%; }
    .col_md_9 {
      width: 75%; }
    .col_md_10 {
      width: 83.33333%; }
    .col_md_11 {
      width: 91.66667%; }
    .col_md_12 {
      width: 100%; } }
  @media (min-width: 1280px) {
    .col_lg_1 {
      width: 8.33333%; }
    .col_lg_2 {
      width: 16.66667%; }
    .col_lg_3 {
      width: 25%; }
    .col_lg_4 {
      width: 33.33333%; }
    .col_lg_5 {
      width: 41.66667%; }
    .col_lg_6 {
      width: 50%; }
    .col_lg_7 {
      width: 58.33333%; }
    .col_lg_8 {
      width: 66.66667%; }
    .col_lg_9 {
      width: 75%; }
    .col_lg_10 {
      width: 83.33333%; }
    .col_lg_11 {
      width: 91.66667%; }
    .col_lg_12 {
      width: 100%; } }
  @media (min-width: 1366px) {
    .col_xl_1 {
      width: 8.33333%; }
    .col_xl_2 {
      width: 16.66667%; }
    .col_xl_3 {
      width: 25%; }
    .col_xl_4 {
      width: 33.33333%; }
    .col_xl_5 {
      width: 41.66667%; }
    .col_xl_6 {
      width: 50%; }
    .col_xl_7 {
      width: 58.33333%; }
    .col_xl_8 {
      width: 66.66667%; }
    .col_xl_9 {
      width: 75%; }
    .col_xl_10 {
      width: 83.33333%; }
    .col_xl_11 {
      width: 91.66667%; }
    .col_xl_12 {
      width: 100%; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.logo {
  display: block;
  text-decoration: none; }
  .logo__image {
    display: block;
    width: 100%; }

.soc {
  text-align: center;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0; }
  .soc__title {
    margin-bottom: 5px; }
  .soc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .soc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: white;
    font-size: 20px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 10px;
  border: 3px solid white;
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (min-width: 768px) {
    .btn {
      padding: 10px 15px;
      border-width: 7px;
      font-size: 30px; } }
  @media (min-width: 768px) {
    .btn:hover {
      color: #fff963;
      border-color: #fff963;
      -webkit-animation: none;
              animation: none; } }

.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  cursor: pointer; }
  .arrow__image {
    display: block; }
  .arrow__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    height: 10px;
    line-height: 10px;
    position: absolute;
    margin: auto;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase; }
  .arrow_hidden {
    visibility: hidden;
    pointer-events: none; }
  .arrow_up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .arrow_down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .arrow_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .arrow_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .arrow_left, .arrow_right {
    height: 20px; }
  .arrow_left .arrow__image,
  .arrow_right .arrow__image {
    width: auto;
    height: 100%; }
  .arrow_up, .arrow_down {
    width: 12px; }
    @media (min-width: 768px) {
      .arrow_up, .arrow_down {
        width: 20px; } }
  .arrow_up .arrow__image,
  .arrow_down .arrow__image {
    width: 100%; }
  .arrow_up .arrow__text,
  .arrow_down .arrow__text {
    left: 0;
    right: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .arrow_up .arrow__text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 120%; }
  .arrow_down .arrow__text {
    bottom: 120%; }

.photo__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.photo__image {
  display: block;
  width: 100%;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .photo__image_abs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .photo__image_full {
    width: 100%; }
  .photo__image:not(.visible) {
    opacity: 0; }

.photo__name {
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (min-width: 768px) {
    .photo__name {
      top: 0px;
      opacity: 0; } }

@media (min-width: 768px) {
  .photo:hover .photo__name {
    top: 40px;
    opacity: 1; } }

.photo.photo_product .photo__image {
  width: 35%; }

.photo.photo_product:before {
  content: '';
  display: block;
  width: 40%;
  height: 50%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 200px white, 0px 0px 200px white, 0px 0px 200px white, 0px 0px 200px white, 0px 0px 200px white, 0px 0px 200px white;
          box-shadow: 0px 0px 200px white, 0px 0px 200px white, 0px 0px 200px white, 0px 0px 200px white, 0px 0px 200px white, 0px 0px 200px white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  -webkit-animation: shine 4s infinite;
          animation: shine 4s infinite; }
  @media (min-width: 768px) {
    .photo.photo_product:before {
      width: 10%;
      height: 80%; } }

@-webkit-keyframes shine {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.9; }
  98% {
    opacity: 0.3; }
  100% {
    opacity: 0.3; } }

@keyframes shine {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.9; }
  98% {
    opacity: 0.3; }
  100% {
    opacity: 0.3; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination__item {
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    border-radius: 100%;
    margin: 0 1px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 768px) {
      .pagination__item {
        margin: 0 5px;
        border-width: 2px; } }
    .pagination__item:hover {
      color: #fff963; }
    .pagination__item_active {
      border-color: white;
      color: white;
      cursor: default; }
      .pagination__item_active:hover {
        color: white; }
  .pagination__caption {
    position: absolute;
    top: 15px;
    left: -100px;
    right: -100px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  @media (min-width: 768px) {
    .pagination__item:not(.pagination__item_active):hover .pagination__caption {
      top: 30px;
      opacity: 1; } }

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navbar__item {
    list-style: none;
    margin: 0 10px; }
  .navbar__item .navbar__pagination {
    position: absolute;
    top: 35px;
    left: -100px;
    right: -100px; }
    @media (min-width: 768px) {
      .navbar__item .navbar__pagination {
        top: 50px; } }
  .navbar__link {
    display: block;
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .navbar__link:hover {
      color: #fff963; }
    .navbar__link_important {
      color: #fff963;
      -webkit-animation: secondaryBlink 1.5s infinite;
              animation: secondaryBlink 1.5s infinite; }

@-webkit-keyframes secondaryBlink {
  0% {
    color: white; }
  35% {
    color: #fff963; }
  100% {
    color: white; } }

@keyframes secondaryBlink {
  0% {
    color: white; }
  35% {
    color: #fff963; }
  100% {
    color: white; } }
    .navbar__link_active {
      color: white;
      cursor: default;
      -webkit-animation: none;
              animation: none; }
      .navbar__link_active:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-bottom: 8px solid white;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        margin: auto; }
  .navbar__border {
    margin: 12px auto 20px; }
    @media (min-width: 768px) {
      .navbar__border.border:not(.border_ver) {
        width: 140%;
        left: -20%; } }

.header {
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  .header__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__logo {
    z-index: 1000; }
    .header__logo_buro {
      width: 50px;
      margin-top: 15px;
      margin-left: 10px; }
      @media (min-width: 768px) {
        .header__logo_buro {
          width: 60px;
          margin-top: 35px;
          margin-left: 30px; } }
    .header__logo_vip {
      width: 60px;
      margin-top: 10px;
      margin-right: 10px;
      margin-left: auto; }
      @media (min-width: 768px) {
        .header__logo_vip {
          width: 100px;
          margin-top: 23px;
          margin-right: 30px; } }
  .header__arrow {
    position: absolute;
    top: 130px;
    left: 12px; }
    @media (min-width: 768px) {
      .header__arrow {
        top: 140px;
        left: 25px; } }
  .header__navbar {
    max-width: 300px;
    margin: 0px auto 0; }
    @media (min-width: 768px) {
      .header__navbar {
        max-width: 350px;
        margin: -60px auto 0; } }

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justyfy-content: center;
  text-align: center; }
  .owl-stage-outer {
    overflow: hidden; }

.owl-dots {
  display: none; }

.owl-nav {
  display: none; }

.carousel {
  width: 230px;
  margin: -25px auto 0;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }
  @media (min-width: 768px) {
    .carousel {
      width: 320px;
      margin: -45px auto 0; } }
  .carousel__list:before, .carousel__list:after {
    content: '';
    display: block;
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    pointer-events: none; }
  .carousel__list:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); }
  .carousel__list:after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); }
  .carousel__item {
    cursor: move;
    cursor: -webkit-grab; }
    .owl-item:not(.center) .carousel__item {
      opacity: 0.5; }
  .carousel__title {
    white-space: nowrap;
    font-weight: bold;
    font-style: italic; }
  .carousel__arrow {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 768px) {
      .carousel__arrow {
        display: block; } }
    .carousel__arrow_left {
      right: 70%;
      padding-right: 30%; }
    .carousel__arrow_right {
      left: 70%;
      padding-left: 30%; }
  .carousel__link {
    display: inline-block;
    margin: 0 10px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 100;
    font-style: italic;
    text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
    -webkit-animation: link-shine 3s infinite;
            animation: link-shine 3s infinite; }
    @media (min-width: 768px) {
      .carousel__link {
        font-size: 16px; } }

@-webkit-keyframes link-shine {
  0% {
    text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white; }
  40% {
    text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white; } }

@keyframes link-shine {
  0% {
    text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white; }
  40% {
    text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white; } }
  .carousel__border {
    margin: 12px auto; }
    @media (min-width: 768px) {
      .carousel__border {
        margin: 20px auto; } }
  .carousel.invisible {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }

.main {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .main__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 330px;
    right: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .main__photo {
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s; }
    @media (min-width: 768px) {
      .main__photo {
        height: 100%; } }
  .main__back .main__photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7; }
  .main__body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .main__join {
    line-height: 90px;
    font-size: 80px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    cursor: pointer;
    color: black;
    text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white; }
    .main__join span {
      display: block;
      -webkit-transition: all 1.2s ease 1.2s;
      transition: all 1.2s ease 1.2s; }
  .main__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .main__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 240px;
        height: auto;
        padding-bottom: 0;
        padding-left: 0px;
        padding-right: 0px;
        position: absolute;
        left: 110px;
        bottom: 50px;
        margin-top: 90px;
        margin-left: -55px; } }
  .main__title {
    display: block;
    z-index: 1; }
    @media (min-width: 768px) {
      .main__title {
        width: 130px;
        margin-bottom: -65px;
        margin-left: 65px;
        padding-left: 0px;
        padding-right: 0px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s; } }
  .main__text {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    padding-top: 10px; }
    .main__text br {
      display: none; }
    @media (min-width: 520px) {
      .main__text br {
        display: block; } }
    @media (min-width: 768px) {
      .main__text {
        padding-left: 0px;
        padding-right: 0px; } }
  .main__btn {
    max-width: 200px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-animation: nextBlink 2s infinite;
            animation: nextBlink 2s infinite; }
    @media (min-width: 768px) {
      .main__btn {
        max-width: none;
        margin-top: 0px;
        margin-bottom: 25px;
        margin-left: 0px;
        margin-right: 0px; } }
  .main.back {
    pointer-events: none; }
  .main.back .main__photo {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .main.back .main__title,
  .main.back .main__text,
  .main.back .main__btn,
  .main__header.invisible .main__title,
  .main__header.invisible .main__text,
  .main__header.invisible .main__btn {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0); }
  .main.back .main__title,
  .main__header.invisible .main__title {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-90deg);
            transform: translate3d(-5%, 0, 0) rotate(-90deg);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .main.back .main__text,
  .main__header.invisible .main__text {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .main_blur .main__photo {
    opacity: 0.7; }
  .main_blur .main__btn,
  .main.back .main__btn {
    opacity: 0; }

.topic {
  -webkit-transition: all 8s ease;
  transition: all 8s ease;
  -webkit-transition-delay: 4s;
          transition-delay: 4s; }
  .topic__title {
    margin-bottom: 30px;
    z-index: 1; }
    .topic__title span {
      display: block; }
    .topic__title span + span {
      margin-top: 6px; }
      @media (min-width: 768px) {
        .topic__title span + span {
          margin-top: 0px; } }
  .topic__char {
    width: 100%;
    margin-bottom: 20px; }
  .topic__name {
    font-weight: bold;
    cursor: pointer; }
  .topic__col {
    width: 40%;
    max-width: 400px;
    margin: 0% auto;
    margin-right: 5%; }
    .topic__col:nth-child(even) {
      margin-left: 5%;
      margin-right: auto; }
  .topic__lead {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 0px auto 30px; }
  .topic__photos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .topic__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 90px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .topic__photo:not(.visible) {
      opacity: 0; }
  @media (min-width: 768px) {
    .topic__text:before {
      height: 550px;
      width: 250px;
      position: absolute;
      top: 0;
      left: -70px;
      opacity: 0.5;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&1+0,0+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, white 0%, white 0%, rgba(255, 255, 255, 0) 60%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    @-webkit-keyframes titleBlink {
      0% {
        opacity: 0.2; }
      40% {
        opacity: 0.5; }
      100% {
        opacity: 0.2; } }
    @keyframes titleBlink {
      0% {
        opacity: 0.2; }
      40% {
        opacity: 0.5; }
      100% {
        opacity: 0.2; } } }
  .topic__text .topic__photos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px -5px 10px; }
  .topic__text .topic__title + .topic__photos {
    margin-top: -32px; }
  .topic__text .topic__photos .topic__photo {
    width: 50%;
    min-height: 50vw;
    margin: 0;
    padding: 0 5px; }
    .topic__text .topic__photos .topic__photo.photo_product {
      width: 30%;
      margin-left: auto;
      margin-right: auto; }
  .topic__text .topic__photos .topic__photo .photo__image {
    width: 100%; }
  .topic__col .topic__photo:first-child {
    margin-top: 20%; }
  .topic__col:nth-child(even) .topic__photo:first-child {
    margin-top: 60%; }
  .topic__game {
    width: 100%;
    margin: 0px auto 80px; }
    .topic__game-back {
      position: absolute;
      top: -30px;
      bottom: -40px;
      left: 0;
      right: 0;
      padding: 30px 0 40px; }
      .topic__game-back .game__arrow {
        display: none; }
      @media (min-width: 768px) {
        .topic__game-back .topic__frame {
          -webkit-box-shadow: 0px 0px 50px white;
                  box-shadow: 0px 0px 50px white;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-animation: frameBlink 1.5s infinite;
                  animation: frameBlink 1.5s infinite;
          opacity: 0; }
        @-webkit-keyframes frameBlink {
          0% {
            -webkit-box-shadow: 0px 0px 30px white;
                    box-shadow: 0px 0px 30px white; }
          35% {
            -webkit-box-shadow: 0px 0px 70px white;
                    box-shadow: 0px 0px 70px white; }
          100% {
            -webkit-box-shadow: 0px 0px 30px white;
                    box-shadow: 0px 0px 30px white; } }
        @keyframes frameBlink {
          0% {
            -webkit-box-shadow: 0px 0px 30px white;
                    box-shadow: 0px 0px 30px white; }
          35% {
            -webkit-box-shadow: 0px 0px 70px white;
                    box-shadow: 0px 0px 70px white; }
          100% {
            -webkit-box-shadow: 0px 0px 30px white;
                    box-shadow: 0px 0px 30px white; } }
          .topic__game-back .topic__frame .game__arrow {
            display: block;
            height: 50px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto; }
            .topic__game-back .topic__frame .game__arrow.arrow_left {
              right: -100px;
              -webkit-animation: frameArrowRight 1.5s infinite;
                      animation: frameArrowRight 1.5s infinite; }
        @-webkit-keyframes frameArrowRight {
          0% {
            right: -100px; }
          35% {
            right: -60px; }
          100% {
            right: -100px; } }
        @keyframes frameArrowRight {
          0% {
            right: -100px; }
          35% {
            right: -60px; }
          100% {
            right: -100px; } }
            .topic__game-back .topic__frame .game__arrow.arrow_right {
              left: -100px;
              -webkit-animation: frameArrowLeft 1.5s infinite;
                      animation: frameArrowLeft 1.5s infinite; }
        @-webkit-keyframes frameArrowLeft {
          0% {
            left: -100px; }
          35% {
            left: -60px; }
          100% {
            left: -100px; } }
        @keyframes frameArrowLeft {
          0% {
            left: -100px; }
          35% {
            left: -60px; }
          100% {
            left: -100px; } }
        .topic__game-back:hover .topic__frame {
          opacity: 1; } }
    .topic__game .game__preview {
      display: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: -1px;
      right: -1px;
      background: rgba(0, 0, 0, 0.9);
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease; }
      @media (min-width: 768px) {
        .topic__game .game__preview {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .topic__game .game__title {
      font-size: 60px;
      line-height: 55px;
      text-align: center; }
      @media (min-width: 768px) {
        .topic__game .game__title {
          font-size: 120px;
          line-height: 100px; } }
      .topic__game .game__title span {
        display: block;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease; }
        .topic__game .game__title span:first-child {
          color: #fff963; }
    .topic__game:not(.game_hidden) .topic__frame {
      z-index: 1; }
    .topic__game:not(.game_hidden) .game__preview {
      opacity: 0;
      pointer-events: none; }
    .topic__game:not(.game_hidden) .game__title span:first-child {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); }
    .topic__game:not(.game_hidden) .game__title span:last-child {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); }
  .topic__frame {
    display: block;
    width: 100%;
    height: 115vw;
    margin: 0px auto;
    z-index: 0;
    border: none;
    max-width: 450px;
    -webkit-transition: all 0.8s ease, z-index 0.8s step-end;
    transition: all 0.8s ease, z-index 0.8s step-end; }
    @media (min-height: 800px) {
      .topic__frame {
        max-width: 660px; } }
    @media (min-width: 768px) {
      .topic__frame {
        height: 480px; } }
  @media (min-width: 768px) and (min-height: 800px) {
    .topic__frame {
      height: 650px; } }
  .topic__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: -40px auto 50px;
    z-index: 60;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .topic__next:after {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      border-right: 3px solid white;
      border-bottom: 3px solid white;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-animation: nextBlink 2s infinite;
              animation: nextBlink 2s infinite; }
    .topic__next-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      margin: 0 auto 5px;
      top: 0;
      white-space: nowrap;
      font-weight: 600;
      font-size: 18px;
      text-decoration: none;
      color: white;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-animation: nextBlink 2s infinite;
              animation: nextBlink 2s infinite; }
  .topic.invisible {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .topic.invisible .photo__holder {
    opacity: 0;
    -webkit-transition-delay: 2s;
            transition-delay: 2s; }
  .topic__prod {
    width: 11%;
    position: absolute;
    bottom: 12%;
    right: 15%;
    z-index: 200;
    pointer-events: auto; }
    .topic__prod-img {
      display: block;
      width: 100%; }
    .topic__prod:before {
      content: '';
      display: block;
      width: 200px;
      height: 200px;
      border-radius: 100%;
      position: absolute;
      top: -200px;
      bottom: -200px;
      left: -200px;
      right: -200px;
      margin: auto;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0) 60%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      -webkit-animation: shine 4s infinite;
              animation: shine 4s infinite; }

@keyframes shine {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.9; }
  98% {
    opacity: 0.3; }
  100% {
    opacity: 0.3; } }
  .topic.no-scroll .scroller__track {
    overflow: hidden; }
  .topic__image-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    max-height: 100%; }
    .topic__image-holder_sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      left: 0;
      padding-top: 25px; }
  .topic__images_2 .topic__prod {
    bottom: 7%;
    right: 19%; }
  .topic__images_3 .topic__prod {
    bottom: 12%;
    right: 18%; }
  .topic__photo-char {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 200;
    cursor: pointer;
    pointer-events: auto; }
  .topic__images_1 .topic__photo-char_0 {
    bottom: 5%;
    right: 80%;
    width: 13%;
    height: 90%; }
  .topic__images_1 .topic__photo-char_1 {
    bottom: 35%;
    right: 31%;
    width: 27%;
    height: 30%; }
  .topic__images_1 .topic__photo-char_2 {
    bottom: 31%;
    right: 53%;
    width: 15%;
    height: 55%; }
  .topic__images_1 .topic__photo-char_3 {
    bottom: 13%;
    right: 68%;
    width: 13%;
    height: 77%; }
  .topic__images_1 .topic__photo-char_4 {
    bottom: 33%;
    right: 22%;
    width: 13%;
    height: 40%; }
  .topic__images_1 .topic__photo-char_5 {
    bottom: 63%;
    right: 36%;
    width: 13%;
    height: 27%; }
  .topic__images_1 .topic__photo-char_6 {
    bottom: 29%;
    right: 6%;
    width: 13%;
    height: 63%; }
  .topic__images_2 .topic__photo-char_0 {
    bottom: 5%;
    right: 84%;
    width: 13%;
    height: 90%; }
  .topic__images_2 .topic__photo-char_1 {
    bottom: 35%;
    right: 49%;
    width: 12%;
    height: 30%; }
  .topic__images_2 .topic__photo-char_2 {
    bottom: 37%;
    right: 60%;
    width: 8%;
    height: 43%; }
  .topic__images_2 .topic__photo-char_3 {
    bottom: 13%;
    right: 68%;
    width: 13%;
    height: 77%; }
  .topic__images_2 .topic__photo-char_4 {
    bottom: 33%;
    right: 22%;
    width: 13%;
    height: 40%; }
  .topic__images_2 .topic__photo-char_5 {
    bottom: 37%;
    right: 35%;
    width: 13%;
    height: 49%; }
  .topic__images_2 .topic__photo-char_6 {
    bottom: 29%;
    right: 4%;
    width: 13%;
    height: 63%; }
  .topic__images_3 .topic__photo-char_0 {
    bottom: 5%;
    right: 84%;
    width: 13%;
    height: 90%; }
  .topic__images_3 .topic__photo-char_1 {
    bottom: 35%;
    right: 49%;
    width: 12%;
    height: 30%; }
  .topic__images_3 .topic__photo-char_2 {
    bottom: 37%;
    right: 62%;
    width: 9%;
    height: 43%; }
  .topic__images_3 .topic__photo-char_3 {
    bottom: 13%;
    right: 71%;
    width: 13%;
    height: 77%; }
  .topic__images_3 .topic__photo-char_4 {
    bottom: 33%;
    right: 22%;
    width: 13%;
    height: 40%; }
  .topic__images_3 .topic__photo-char_5 {
    bottom: 37%;
    right: 35%;
    width: 13%;
    height: 49%; }
  .topic__images_3 .topic__photo-char_6 {
    bottom: 29%;
    right: 6%;
    width: 13%;
    height: 63%; }
  .topic *.shine:before {
    content: '';
    display: block;
    width: 40px;
    height: 80%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 50px white;
    box-shadow: 0px 0px 200px white, 0px 0px 200px white, 0px 0px 200px white, 0px 0px 200px white, 0px 0px 200px white, 0px 0px 200px white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: white;
    -webkit-animation: shine 4s infinite;
            animation: shine 4s infinite; }

@keyframes shine {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.9; }
  98% {
    opacity: 0.3; }
  100% {
    opacity: 0.3; } }

.profile {
  overflow: hidden;
  height: auto;
  bottom: 0; }
  .profile__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden; }
    .profile__content.inner-page__content:before, .profile__content.inner-page__content:after {
      display: none; }
  @media (min-width: 768px) {
    .profile__char-inner {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%; } }
  .profile__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
    margin: auto;
    z-index: 10; }
    @media (min-width: 768px) {
      .profile__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: stretch;
            -ms-flex-pack: stretch;
                justify-content: stretch;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        width: auto;
        max-width: 600px;
        height: 100%;
        padding: 30px 0px; } }
  .profile__char {
    position: absolute;
    left: -10px;
    top: 0;
    margin-top: -48px; }
    @media (min-width: 768px) {
      .profile__char {
        position: absolute;
        left: -50px;
        top: auto;
        bottom: 10%;
        margin-top: 0; } }
  .profile__photo {
    height: 100%; }
    .profile__photo .photo__holder {
      width: auto;
      height: 100%; }
    .profile__photo .photo__image {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .profile__quote {
    position: absolute;
    bottom: 0;
    left: -10px;
    margin-bottom: -48px; }
    @media (min-width: 768px) {
      .profile__quote {
        width: 65vh;
        width: calc(100vh - 320px);
        bottom: 10%;
        left: 100%;
        margin-left: -65px;
        margin-bottom: 0px; } }
    .profile__quote-text {
      display: block; }
      @media (min-width: 768px) {
        .profile__quote-text {
          -webkit-transform-origin: 0% 0%;
                  transform-origin: 0% 0%;
          -webkit-transform: translate3d(0%, 100%, 0) rotate(-90deg);
                  transform: translate3d(0%, 100%, 0) rotate(-90deg); } }
      .profile__quote-text:before, .profile__quote-text:after {
        content: '';
        display: block; }
        @media (min-width: 768px) {
          .profile__quote-text:before, .profile__quote-text:after {
            font-size: 60px;
            line-height: 40px; } }
      .profile__quote-text:before {
        content: '\00ab'; }
      .profile__quote-text:after {
        content: '\00bb'; }
        @media (min-width: 768px) {
          .profile__quote-text:after {
            text-align: right;
            display: inline-block;
            -webkit-transform: translate3d(0, 30px, 0);
                    transform: translate3d(0, 30px, 0); } }

.product__title {
  margin-bottom: 30px; }
  .product__title-text {
    margin-bottom: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 768px) {
      .product__title-text {
        height: 495px; } }
    .product__title-text span {
      display: block;
      white-space: nowrap; }
      @media (min-width: 768px) {
        .product__title-text span {
          -webkit-transform: rotate(-90deg) translate3d(0, 130px, 0);
                  transform: rotate(-90deg) translate3d(0, 130px, 0);
          -webkit-transform-origin: 0 100%;
                  transform-origin: 0 100%; } }

.product__image {
  height: auto; }

.product__par {
  width: 100%; }

* {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  color: white;
  overflow: hidden;
  font-family: 'ProximaNova';
  background: black;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 30px;
  line-height: 25px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -2px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 60px;
      line-height: 50px;
      letter-spacing: -5px; } }

h3 {
  font-size: 24px;
  font-weight: 800;
  font-style: italic; }

h5 {
  font-size: 16px;
  font-weight: 800;
  font-style: italic; }

h6 {
  font-size: 14px;
  font-weight: bold;
  font-style: italic; }
  @media (min-width: 768px) {
    h6 {
      font-size: 18px; } }

p {
  font-size: 12px;
  font-weight: 400; }
  @media (min-width: 768px) {
    p {
      font-size: 14px; } }

.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit:cover;object-position:center;'; }
  .ofi_top {
    -o-object-position: top;
       object-position: top;
    font-family: 'object-fit:cover;object-position:center top;'; }

.d-none {
  display: none !important; }
  @media (max-width: 767px) {
    .d-none_0_sm {
      display: none !important; } }
  @media (min-width: 768px) {
    .d-none_sm {
      display: none !important; } }

.scroller {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .scroller__track {
    width: 125vw;
    height: 100%;
    overflow: auto;
    overflow-x: hidden; }
  .scroller__viewport {
    width: 100vw;
    padding: 0 45px; }
    @media (min-width: 768px) {
      .scroller__viewport {
        padding: 0 90px; } }

.container {
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 0 15px; }

.page {
  width: 100%;
  height: 100%; }
  .page_abs {
    position: absolute;
    top: 0;
    left: 0; }
  .page__container {
    min-height: 100%; }

.fp {
  width: 100%;
  height: 100%; }
  .fp__page {
    width: 100%;
    height: 100%; }

.inner-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0px;
  right: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (min-width: 768px) {
    .inner-page {
      top: 100px;
      left: 0px;
      right: 0px; } }
  .inner-page_full {
    max-width: none; }
  .inner-page__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
    .inner-page__content-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 1200px;
      margin: auto; }
    @media (min-width: 768px) {
      .inner-page__content:not(.inner-page__content_no-dark):before, .inner-page__content:not(.inner-page__content_no-dark):after {
        content: '';
        display: block;
        width: 100%;
        height: 100px;
        position: absolute;
        left: 0;
        z-index: 50;
        pointer-events: none; }
      .inner-page__content:not(.inner-page__content_no-dark):before {
        top: 0px;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
        /* IE6-9 */ }
      .inner-page__content:not(.inner-page__content_no-dark):after {
        bottom: 0;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */ } }
  .inner-page__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 768px) {
      .inner-page__text {
        width: 25%;
        padding-right: 10px;
        padding-top: 60px;
        padding-bottom: 70px; } }
  .inner-page__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 75%; }
    .inner-page__images_fixed {
      width: auto;
      height: auto;
      position: fixed;
      top: 115px;
      bottom: 0;
      left: 350px;
      right: 0;
      pointer-events: none; }
    .inner-page__images_ai-end {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
  .inner-page__image {
    display: block;
    width: 100%;
    margin: -30px auto 30px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
    @media (min-width: 768px) {
      .inner-page__image {
        margin: auto;
        height: 100%; } }
    .inner-page__image_contain {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .inner-page.invisible {
    opacity: 0;
    -webkit-transition-delay: 0;
            transition-delay: 0; }

.game {
  width: 100%;
  height: 100%; }
  .game__frame {
    display: block;
    width: 100%;
    height: 100%;
    border: none; }

.credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  text-align: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .credits__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
  .credits__body {
    width: 100%;
    padding: 30px 40px;
    -webkit-box-shadow: 0 0 30px black;
            box-shadow: 0 0 30px black;
    top: 0%;
    text-align: center;
    background: black;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
  .credits__list {
    margin: 15px auto; }
    .credits__list a {
      color: inherit;
      text-decoration: none;
      font-weight: bold; }
  .credits.invisible .credits__overlay {
    opacity: 0; }
  .credits.invisible .credits__body {
    top: 100%; }

.toggle-credits {
  font-size: 10px;
  font-style: italic;
  text-transform: uppercase;
  position: fixed;
  bottom: 35px;
  left: 15px;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 8001; }

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .intro__title {
    width: 100%;
    font-size: 150px;
    line-height: 120px;
    font-size: 9vw;
    line-height: 8vw;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease; }
    .intro__title-string {
      display: block;
      -webkit-transition: all 1.2s ease;
      transition: all 1.2s ease; }

@-webkit-keyframes introStringTop {
  0% {
    margin-left: -15px; }
  50% {
    margin-left: 15px; }
  100% {
    margin-left: -15px; } }

@keyframes introStringTop {
  0% {
    margin-left: -15px; }
  50% {
    margin-left: 15px; }
  100% {
    margin-left: -15px; } }

@-webkit-keyframes introStringBottom {
  0% {
    margin-left: 15px; }
  50% {
    margin-left: -15px; }
  100% {
    margin-left: 15px; } }

@keyframes introStringBottom {
  0% {
    margin-left: 15px; }
  50% {
    margin-left: -15px; }
  100% {
    margin-left: 15px; } }
  .intro__prod {
    display: block;
    position: absolute;
    margin: auto;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease; }
    .intro__prod_1 {
      width: 5%;
      bottom: 85%;
      left: 0%;
      right: 40%;
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg); }
    .intro__prod_2 {
      width: 5%;
      top: 90%;
      left: 50%;
      right: 0%;
      -webkit-transform: rotate(70deg);
              transform: rotate(70deg); }
    .intro__prod_3 {
      width: 4.5%;
      bottom: 71%;
      left: 40%;
      right: 0%;
      -webkit-transform: rotate(130deg);
              transform: rotate(130deg); }
    .intro__prod_4 {
      width: 5%;
      top: 78%;
      left: 0%;
      right: 50%;
      -webkit-transform: rotate(110deg);
              transform: rotate(110deg); }
  .intro.invisible .intro__title-string:nth-child(odd),
  .intro.pre-invisible .intro__title-string:nth-child(odd) {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0); }
  .intro.invisible .intro__title-string:nth-child(even),
  .intro.pre-invisible .intro__title-string:nth-child(even) {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0); }
  .intro.invisible .intro__prod,
  .intro.pre-invisible .intro__prod {
    display: block;
    position: absolute;
    opacity: 0; }
    .intro.invisible .intro__prod_1,
    .intro.pre-invisible .intro__prod_1 {
      bottom: 180%;
      left: -20%;
      -webkit-transform: rotate(100deg);
              transform: rotate(100deg); }
    .intro.invisible .intro__prod_2,
    .intro.pre-invisible .intro__prod_2 {
      top: 150%;
      right: -20%;
      -webkit-transform: rotate(-100deg);
              transform: rotate(-100deg); }
    .intro.invisible .intro__prod_3,
    .intro.pre-invisible .intro__prod_3 {
      bottom: 180%;
      right: 10%;
      -webkit-transform: rotate(60deg);
              transform: rotate(60deg); }
    .intro.invisible .intro__prod_4,
    .intro.pre-invisible .intro__prod_4 {
      top: 170%;
      left: 10%;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }

.border {
  overflow: hidden;
  background: white; }
  .border:not(.border_vert) {
    width: 100%;
    height: 1px; }
    @media (min-width: 768px) {
      .border:not(.border_vert) {
        height: 2px; } }
    .border:not(.border_vert):before, .border:not(.border_vert):after {
      content: '';
      display: block;
      width: 10%;
      max-width: 150px;
      height: 100%;
      position: absolute;
      top: 0; }
    .border:not(.border_vert):before {
      left: 0;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */ }
    .border:not(.border_vert):after {
      right: 0;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
      /* IE6-9 */ }
  .border_vert {
    width: 1px;
    height: 100%; }
    @media (min-width: 768px) {
      .border_vert {
        width: 2px; } }
    .border_vert:before, .border_vert:after {
      content: '';
      display: block;
      height: 10%;
      max-height: 150px;
      width: 100%;
      position: absolute;
      left: 0; }
    .border_vert:before {
      top: 0;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ }
    .border_vert:after {
      bottom: 0;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }

.text-tag {
  color: black;
  text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white; }

.preloading {
  position: fixed;
  width: 1px;
  height: 1px;
  top: 1px;
  left: 1px;
  opacity: 0.1;
  overflow: hidden; }
  .preloading img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

@-webkit-keyframes nextBlink {
  0% {
    border-color: white;
    color: white; }
  40% {
    border-color: #fff963;
    color: #fff963; }
  100% {
    border-color: white;
    color: white; } }

@keyframes nextBlink {
  0% {
    border-color: white;
    color: white; }
  40% {
    border-color: #fff963;
    color: #fff963; }
  100% {
    border-color: white;
    color: white; } }

.clearfix {
  display: block;
  width: 100%;
  clear: both; }

.slider-arrow {
  height: 30px;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media (min-width: 768px) {
    .slider-arrow {
      height: 50px; } }
  .slider-arrow.arrow_left {
    left: 20px; }
    @media (min-width: 768px) {
      .slider-arrow.arrow_left {
        left: 50px; } }
  .slider-arrow.arrow_right {
    right: 20px; }
    @media (min-width: 768px) {
      .slider-arrow.arrow_right {
        right: 50px; } }
