@font-face {
  font-family: 'WarnockPro BoldDisp';
  src: url("../_fonts/WarnockPro-BoldDisp.otf");
  src: url("../_fonts/WarnockPro-BoldDisp.eot?#iefix") format("embedded-opentype"), url("../_fonts/WarnockPro-BoldDisp.woff") format("woff"), url("../_fonts/WarnockPro-BoldDisp.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circle Reg';
  src: url("../_fonts/CRC35.otf");
  src: url("../_fonts/CRC35.eot?#iefix") format("embedded-opentype"), url("../_fonts/CRC35.woff") format("woff"), url("../_fonts/CRC35.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circle Light';
  src: url("../_fonts/CRC25.otf");
  src: url("../_fonts/CRC25.eot?#iefix") format("embedded-opentype"), url("../_fonts/CRC25.woff") format("woff"), url("../_fonts/CRC25.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

p {
  margin: 0; }

.flv {
  width: 100%;
  background: #303137 url("../_i/flv/bg.png") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  font: 14px/16px "Circle Reg",serif;
  color: #bababa; }
  .flv--map {
    background: #303137;
    position: relative;
    min-width: 1000px; }
  .flv a {
    color: #bababa; }
  .flv a.just_like_that {
    color: #6dfc46;
    text-decoration: underline; }
  .flv__row--map {
    background: #303137;
    position: relative;
    z-index: 9999; }
  .flv__black {
    background: rgba(0, 0, 0, 0.32); }
  .flv__wrap {
    max-width: 976px;
    margin: 0 auto;
    padding-bottom: 175px;
    background: url("../_i/flv/bg_up.jpg") no-repeat center top 130px;
    background-attachment: fixed; }
    .flv__wrap--map {
      background: none;
      width: 489px;
      position: absolute;
      z-index: 50;
      left: 50%;
      margin-left: -489px; }
  .flv__map-box {
    position: relative; }
  .flv-head {
    max-width: 976px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: 1.6px; }
    .flv-head__item {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      padding: 22px 0; }
      @media (max-width: 976px) {
        .flv-head__item--empt {
          display: none; } }
    .flv-head__title {
      text-align: center; }
      .flv-head__title--left {
        text-align: left; }
    .flv-head__soc {
      text-align: right; }
      .flv-head__soc a:nth-child(n+2) {
        margin-left: 42px; }
    .flv-head__flv-logo img {
      max-width: 300px; }
  .flv-article {
    text-align: center;
    padding: 25px; }
    .flv-article__item {
      margin-bottom: 22px; }
      .flv-article__item--i {
        font: 40px/40px "WarnockPro BoldDisp",serif;
        color: #666669; }
      .flv-article__item--a {
        font: 16px/30px "Circle Reg",serif;
        padding: 0 50px; }
    .flv-article__vid-anons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 50px; }
      @media (max-width: 976px) {
        .flv-article__vid-anons {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .flv-article__vid-anons .vid-anons--fgif {
        background: url("../_i/flv/anons_1.gif") no-repeat center;
        background-size: cover; }
        .flv-article__vid-anons .vid-anons--fgif:hover > img {
          opacity: 0; }
      .flv-article__vid-anons .vid-anons--fgif2 {
        background: url("../_i/flv/anons_2.gif") no-repeat center;
        background-size: cover; }
        .flv-article__vid-anons .vid-anons--fgif2:hover > img {
          opacity: 0; }
      .flv-article__vid-anons .vid-anons {
        display: block;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        width: 50%; }
        @media (max-width: 976px) {
          .flv-article__vid-anons .vid-anons {
            width: 100%;
            margin-bottom: 25px; } }
        .flv-article__vid-anons .vid-anons .hidden {
          display: none; }
        .flv-article__vid-anons .vid-anons__prev {
          position: relative; }
          .flv-article__vid-anons .vid-anons__prev img {
            width: 100%; }
        .flv-article__vid-anons .vid-anons__play {
          position: absolute;
          right: 6px;
          bottom: 9px;
          width: 20px;
          height: 20px;
          border: 1px solid rgba(255, 255, 255, 0.2);
          border-radius: 50%;
          background: url("../_i/flv/flv_play.png") no-repeat center; }
        .flv-article__vid-anons .vid-anons__title {
          font: 24px/28px "WarnockPro BoldDisp",serif;
          color: #ccc3c0;
          padding-top: 35px; }
  .flv-anons {
    padding-bottom: 60px; }
    .flv-anons img {
      width: 100%;
      display: block; }
    .flv-anons__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      background: #18181b;
      min-height: 296px; }
      @media (max-width: 976px) {
        .flv-anons__item {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .flv-anons__item:nth-child(even) .flv-anons__descr-box {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
      .flv-anons__item a {
        cursor: default;
        display: block; }
      .flv-anons__item.active a {
        cursor: pointer; }
      .flv-anons__item.active .anons__img-box-soon {
        display: none; }
      .flv-anons__item--half {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        width: 50%;
        position: relative; }
        @media (max-width: 976px) {
          .flv-anons__item--half {
            width: 100%; } }
    .flv-anons__img-box {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: 564px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 976px) {
        .flv-anons__img-box {
          width: 100%; } }
    .flv-anons__descr-box {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: 412px;
      padding: 70px 40px 40px 90px; }
      @media (max-width: 976px) {
        .flv-anons__descr-box {
          width: 100%; } }
    .flv-anons .anons__img-box-soon {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      color: #6dfc46;
      text-align: center;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding: 25px 0; }
    .flv-anons .anons__img-box-after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .flv-anons .flv-anons__item:nth-child(odd) .anons__img-box-after--horiz {
      background: -webkit-linear-gradient(left, rgba(33, 33, 37, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, rgba(33, 33, 37, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc212125', endColorstr='#00ffffff',GradientType=1 ); }
    .flv-anons .flv-anons__item.active:nth-child(odd) .anons__img-box-after--horiz {
      background: -webkit-linear-gradient(left, rgba(33, 33, 37, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, rgba(33, 33, 37, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66212125', endColorstr='#00ffffff',GradientType=1 ); }
      .flv-anons .flv-anons__item.active:nth-child(odd) .anons__img-box-after--horiz:hover {
        background: -webkit-linear-gradient(left, rgba(33, 33, 37, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(33, 33, 37, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66212125', endColorstr='#00ffffff',GradientType=1 ); }
    .flv-anons .flv-anons__item:nth-child(even) .anons__img-box-after--horiz {
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(33, 33, 37, 0.8) 30%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(33, 33, 37, 0.8) 30%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc212125',GradientType=1 ); }
    .flv-anons .flv-anons__item.active:nth-child(even) .anons__img-box-after--horiz {
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(33, 33, 37, 0.5) 30%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(33, 33, 37, 0.5) 30%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99212125',GradientType=1 ); }
      .flv-anons .flv-anons__item.active:nth-child(even) .anons__img-box-after--horiz:hover {
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(33, 33, 37, 0.3) 30%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(33, 33, 37, 0.3) 30%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99212125',GradientType=1 ); }
    .flv-anons .flv-anons__item--half {
      display: block; }
      .flv-anons .flv-anons__item--half .anons__img-box-after--half {
        background: rgba(0, 0, 0, 0.5); }
    .flv-anons .flv-anons__item--half.active {
      cursor: pointer; }
      .flv-anons .flv-anons__item--half.active .anons__img-box-after--half {
        background: rgba(0, 0, 0, 0.2); }
      .flv-anons .flv-anons__item--half.active:hover > .anons__img-box-after--half {
        background: rgba(0, 0, 0, 0.1); }
      .flv-anons .flv-anons__item--half.active .anons__img-box-soon {
        display: none; }
    .flv-anons .anons__descr-sub {
      font-size: 12px;
      letter-spacing: 1.6px;
      color: #939393;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .flv-anons .anons__descr-title {
      font: 24px/28px "WarnockPro BoldDisp",serif; }
  .flv .flv-itm-half__descr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 65px 35px 0; }
  .flv-thmb {
    padding: 60px 0;
    background: url("../_i/flv/where-more.jpg") no-repeat center; }
    .flv-thmb__title {
      font: 36px/40px "WarnockPro BoldDisp",serif;
      color: #FFF;
      text-align: center;
      opacity: 0.6;
      margin: 0 0 15px; }
    .flv-thmb__wrap {
      position: relative;
      width: 100%; }
    .flv-thmb__item {
      width: 317px;
      text-align: center; }
      .flv-thmb__item-prev {
        margin-bottom: 30px;
        padding: 0 5px; }
        .flv-thmb__item-prev a {
          display: block; }
        .flv-thmb__item-prev img {
          width: 100%; }
      .flv-thmb__item-desc {
        padding: 0 30px; }
      .flv-thmb__item .item-desc__sub {
        font-size: 12px;
        letter-spacing: 1.6px;
        color: #939393;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .flv-thmb__item .item-desc__title {
        font: 18px/20px "WarnockPro BoldDisp",serif; }
    .flv-thmb__arrow {
      position: absolute;
      top: 75px;
      width: 38px;
      height: 38px;
      background-color: #202024;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer; }
      .flv-thmb__arrow--left {
        left: 0;
        background-image: url("../_i/flv/flv_arr_left.svg"); }
      .flv-thmb__arrow--right {
        right: 0;
        background-image: url("../_i/flv/flv_arr_right.svg"); }

.flv-sticky {
  position: absolute;
  top: -100px;
  -webkit-transition: all .4s;
  transition: all .4s; }

body {
  overflow-x: auto; }

body.down .flv-sticky {
  display: block;
  width: 100%;
  background: #303137;
  position: fixed;
  top: 61px;
  z-index: 101;
  -webkit-transition: all .4s;
  transition: all .4s; }
  @media (max-width: 1000px) {
    body.down .flv-sticky .flv-head__flv-logo img {
      width: 150px; } }

.header_inner {
  min-width: 1000px; }

.map-wrap {
  position: relative; }

.map-unit {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0; }
  .map-unit__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b8b9b8; }

.map-side {
  background: #26272c;
  box-sizing: border-box; }
  .map-side__head {
    padding: 50px 25px 25px 35px;
    font: 16px/30px "Circle Reg",serif; }
    .map-side__head-title {
      font: 48px/52px "WarnockPro BoldDisp",serif;
      opacity: 0.3;
      margin: 0 0 5px; }
    .map-side__head-tag {
      margin-bottom: 10px; }
  .map-side__desc {
    margin-bottom: 25px; }
  .map-side__down-btt {
    text-align: right; }
    .map-side__down-btt .side-down-btt {
      display: inline-block;
      padding-left: 15px;
      background: url("../_i/flv/flv_arr-down.png") no-repeat left center; }
  .map-side .side-box {
    border-bottom: 1px solid #26272c;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    position: relative; }
    .map-side .side-box__left {
      display: table-cell;
      box-sizing: border-box;
      padding: 25px 12px;
      width: 20%; }
    .map-side .side-box__body {
      display: table-cell;
      width: 80%;
      box-sizing: border-box;
      background: #303137;
      padding: 40px 15px;
      color: #bababa; }
    .map-side .side-box__anchor {
      margin-bottom: 40px;
      text-align: center; }
    .map-side .side-box__anc-text {
      font: 13px/15px "Circle Light",serif;
      min-height: 200px;
      width: 100%;
      position: relative;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .map-side .side-box__title {
      margin: 0 0 25px;
      padding-right: 50px;
      font: 24px/28px "WarnockPro BoldDisp",serif; }
    .map-side .side-box__text {
      font: 20px/28px "Times New Roman",serif; }
    .map-side .side-box__foto-btt {
      display: inline-block;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      background: #4e4e51 url("../_i/flv/flv_foto-btt.png") no-repeat center;
      width: 50px;
      height: 50px; }
      .map-side .side-box__foto-btt:after {
        position: absolute;
        right: 0;
        bottom: 0;
        content: '';
        width: 0;
        height: 0;
        border-bottom: 7px solid #6dfc46;
        border-left: 7px solid transparent; }

.map-pop-up {
  position: fixed;
  left: 50%;
  top: 30vh;
  z-index: 50;
  width: 50%;
  height: 70vh;
  background: #222227; }
  .map-pop-up.absolute {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 50%; }
  .map-pop-up__inner {
    max-width: 488px;
    padding: 0 0 0 10px;
    height: calc(100% - 100px);
    overflow: auto;
    box-sizing: border-box; }
    .map-pop-up__inner img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .map-pop-up__top {
    max-width: 488px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .map-pop-up__close {
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url("../_i/flv/flv_popup_close.png") center no-repeat; }

a.anons__descr-title {
  display: block; }

.header_inner .logo {
  height: 75px; }

header, footer {
  position: relative;
  z-index: 10000; }

.vertical_upp {
  display: inline-block;
  position: absolute;
  left: calc(50% - 8px);
  width: 200px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 16px 0;
          transform-origin: 16px 0;
  text-align: right; }
