@charset "UTF-8";
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
a:hover {
  text-decoration: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none !important; }

body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased; }

button,
input[type=cancel],
input[type=reset],
input[type=submit]:hover {
  cursor: pointer; }

input[type=file],
input[type=password],
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: auto; }

select::ms-expand {
  display: none; }

input::-ms-clear {
  display: none; }

/**************
END RESETT CSS
****************/
@font-face {
  font-family: "DinPro";
  src: url("../font/DINPro-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900; }
@font-face {
  font-family: "DinPro";
  src: url("../font/DINPro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "DinPro";
  src: url("../font/DINPro-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "DinPro";
  src: url("../font/DINPro.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "DinPro";
  src: url("../font/DINPro-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "DinProCn";
  src: url("../font/DINPro-CondensedBlack.woff") format("woff");
  font-style: normal;
  font-weight: 900; }
@font-face {
  font-family: "DinProCn";
  src: url("../font/DINPro-CondensedBold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "DinProCn";
  src: url("../font/DINPro-CondensedMedium.woff2") format("woff");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "DinProCn";
  src: url("../font/DINPro-CondensedRegular.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "DinProCn";
  src: url("../font/DINPro-CondensedLight.woff") format("woff");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "Helvetica";
  src: url("../font/HelveticaNeueCyr-Roman.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
:root {
  --white-light: rgba(255, 255, 255, .3); }

html {
  font-size: 16px; }

body {
  font-family: "DinPro", sans-serif;
  background-color: #000;
  color: #fff;
  height: 100vh;
  overflow: hidden; }

a {
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s; }

img {
  max-width: 100%; }

.container {
  width: 100%;
  max-width: 1130px;
  padding: 0 20px;
  margin: 0 auto; }

.main {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex--wrap {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.page {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.light {
  color: var(--white-light); }

.btn-container {
  text-align: center; }

.btn {
  display: inline-block;
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.3);
  padding: .625em 2.3em;
  white-space: nowrap;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn:hover {
    background-color: #000; }
  .btn span {
    text-transform: lowercase; }
  .btn--full {
    width: 100%;
    padding: .625em; }

/* Firefox 19+ */
/* Firefox 18- */
/* хром, сафари */
.element::-webkit-scrollbar {
  width: 0; }

/* ie 10+ */
.element {
  -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
.element {
  overflow: -moz-scrollbars-none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("../img/icons/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
 * fullPage 3.0.5
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 3.75em; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

.fp-viewing-section1 #fp-nav {
  opacity: 0;
  visibility: hidden; }

#fp-nav {
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

#fp-nav ul li {
  margin-bottom: .75em; }
  #fp-nav ul li:first-child span {
    display: none; }

#fp-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.5em;
  color: var(--white-light); }

#fp-nav ul li a:hover {
  color: #fff; }

#fp-nav ul li a.active {
  color: #fff; }
  #fp-nav ul li a.active .fp-circle {
    width: 1em;
    height: 1em;
    border-color: #fff;
    -webkit-transform: translate(0.15em, 0.1em);
            transform: translate(0.15em, 0.1em); }

#fp-nav ul li a .fp-sr-only {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: .4em; }

#fp-nav ul li a .fp-circle {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: .75em;
  height: .75em;
  border-radius: 50%;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
/*Header*/
/*first-screen*/
.first-screen {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000;
  overflow: hidden; }
  .first-screen.hidden .video-bg,
  .first-screen.hidden .main-logo {
    opacity: 0; }
  .first-screen .video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }

.main-logo {
  width: 100%;
  height: 85vh;
  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;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
  .main-logo img {
    width: 100%;
    height: 80%;
    -o-object-fit: contain;
       object-fit: contain; }

.scroll-down-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 15vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5; }

.scroll-down {
  display: block;
  width: 40px;
  height: 59px;
  color: #fff; }
  .scroll-down:hover {
    color: var(--white-light); }
  .scroll-down svg {
    width: 100%;
    height: 100%; }

/*menu*/
.menu {
  position: fixed;
  right: 3.125em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Helvetica", sans-serif;
  font-size: 1.5em;
  z-index: 8; }
  .menu li {
    margin-bottom: .8333em; }
    .menu li:last-child {
      margin-bottom: 0; }
    .menu li a {
      display: block;
      position: relative;
      padding-right: 1.875em;
      color: var(--white-light);
      text-align: right; }
      .menu li a::after {
        content: '';
        width: .75em;
        height: .75em;
        border-radius: 50%;
        border: 2px solid var(--white-light);
        position: absolute;
        right: .12em;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all .3s;
        transition: all .3s; }
      .menu li a:hover {
        color: rgba(255, 255, 255, 0.7); }
        .menu li a:hover::after {
          border-color: rgba(255, 255, 255, 0.7); }
      .menu li a.active {
        color: #fff; }
        .menu li a.active::after {
          width: 1em;
          height: 1em;
          border-color: #fff;
          right: 0; }

/*page*/
.pages,
.page {
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative; }
  .pages.active,
  .page.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    z-index: 5; }

.page.active {
  z-index: 7; }
.page.bg {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 6; }

.page[data-anchor="section2"] {
  background: #000 url("../img/page-bg.jpg") 0 0 no-repeat;
  background-size: cover; }

.page[data-anchor="section3"] {
  background: #000 url("../img/news.jpg") 0 0 no-repeat;
  background-size: cover; }

.page[data-anchor="section4"] {
  background: #000 url("../img/photo-bg.jpg") 0 0 no-repeat;
  background-size: cover; }

.page[data-anchor="section5"] {
  background: #000 url("../img/video.jpg") 0 0 no-repeat;
  background-size: cover; }

.page[data-anchor="section6"] {
  background: #000 url("../img/contact.jpg") 0 0 no-repeat;
  background-size: cover; }
  .page[data-anchor="section6"]::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0; }

.logo {
  position: absolute;
  top: 2.5em;
  left: 10em;
  z-index: 8; }

.content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.about p {
  font-size: 1.5em;
  line-height: 1.3; }
  .about p:not(:last-child) {
    margin-bottom: 1em; }

.page-title-container {
  position: absolute;
  left: 10em;
  bottom: 0;
  width: 5em;
  height: 8em;
  z-index: 8; }

.page-title {
  font-family: "DinProCn", sans-serif;
  font-size: 9.375rem;
  font-weight: 900;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg) translateY(-20%);
          transform: rotate(-90deg) translateY(-20%); }
  .page-title a {
    font-weight: 300;
    color: #595959;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-title a:hover {
      color: #fff; }

.back-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: .5em;
  height: .5em;
  -webkit-transform: rotate(90deg) translateX(0.1em);
          transform: rotate(90deg) translateX(0.1em);
  margin-left: .1em; }
  .back-arrow svg {
    width: 100%;
    height: 100%; }

/*photos*/
.photos .container {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.photo-group {
  width: calc(100% - 4.5em);
  position: relative;
  left: 2.25em;
  margin: 0 -.5em; }
  .photo-group img {
    width: 100%;
    height: 13.75em;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: grayscale(200%);
            filter: grayscale(200%);
    -webkit-transition: all .3s;
    transition: all .3s; }
  .photo-group .slick-arrow {
    width: 2.25em;
    height: 4.375em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .photo-group .slick-arrow svg {
      width: 100%;
      height: 100%; }
    .photo-group .slick-arrow:hover {
      color: var(--white-light); }
  .photo-group .prev-arrow {
    left: -2.5em; }
  .photo-group .next-arrow {
    right: -2.5em; }

.photo-group__item {
  padding: 0 .5em;
  margin-bottom: 1em; }
  .photo-group__item a {
    display: block; }
  .photo-group__item:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

/*videos*/
.videos .container {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.video-slider {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: 75vh; }
  .video-slider .slick-list {
    padding: 0 !important; }
  .video-slider .slick-arrow {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 2; }
    .video-slider .slick-arrow svg {
      width: 100%;
      height: 100%; }
    .video-slider .slick-arrow:hover {
      color: var(--white-light); }
  .video-slider .prev-arrow {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: 0; }
  .video-slider .next-arrow {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    bottom: 0; }

.slick-slide.video-slider__item {
  width: 800px !important;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  height: 25vh;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .slick-slide.video-slider__item .video-slider__content {
    position: relative;
    height: 100%; }
  .slick-slide.video-slider__item iframe {
    width: 100% !important;
    height: 100% !important; }
  .slick-slide.video-slider__item.slick-center {
    width: 100% !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 2; }
    .slick-slide.video-slider__item.slick-center .video-slider__content {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      -webkit-transform: translateY(-25%);
              transform: translateY(-25%);
      height: 50vh;
      z-index: 3; }

/*contacts*/
.contacts .container {
  max-width: 800px;
  height: 50vh;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }

.contact-data__list {
  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; }
  .contact-data__list li {
    padding: 0 1.25em; }
    .contact-data__list li a {
      display: block;
      width: 6em;
      height: 6em;
      border-radius: 50%; }
      .contact-data__list li a:hover {
        color: rgba(255, 255, 255, 0.5); }
  .contact-data__list svg {
    width: 100%;
    height: 100%; }

.contact-data__title {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: .75em; }

.contact-data__item:not(:last-child) {
  padding-right: 4.375em;
  margin-right: 4.375em; }
  .contact-data__item:not(:last-child) .contact-data__list {
    position: relative; }
    .contact-data__item:not(:last-child) .contact-data__list::after {
      content: '';
      width: 1px;
      height: 90%;
      background-color: #fff;
      position: absolute;
      top: 5%;
      right: -3.5em; }

/*popup*/
#overlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000 url("../img/overlay_bg.jpg") left top no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 120; }
  #overlay.active {
    opacity: 1;
    visibility: visible; }

.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  color: #fff;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 125; }
  .popup.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible; }
  .popup .container {
    overflow-y: auto;
    max-height: 100vh;
    padding-bottom: 2em; }

.about-club__title {
  font-size: 6.25em;
  color: var(--white-light);
  margin-bottom: .4em;
  padding-left: 1.4em;
  font-weight: 700; }

.about-club__list li {
  font-size: 1.4em;
  line-height: 1.2;
  margin-bottom: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .about-club__list li::before {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1em;
    height: 1.3em;
    background: transparent url("../img/lion_head.svg") left top no-repeat;
    background-size: contain;
    margin-right: .75em;
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }

.one-news .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.news-body {
  height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 20px; }

.news-photo {
  display: block;
  max-width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 1em; }

.news-content {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 1em;
          column-gap: 1em;
  webkit-column-break-inside: avoid;
  /* Makes effect only in Firefox */
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  padding-bottom: 1em;
  padding-right: 1em; }
  .news-content h3 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: .4em;
    -webkit-column-span: all;
    column-span: all; }
  .news-content h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
    -webkit-column-span: all;
    column-span: all; }
  .news-content p {
    line-height: 1.2; }

.slick-slide {
  outline: none; }

.photo-popup-slider .slick-list {
  padding: 100px 0 !important; }
.photo-popup-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 2; }
  .photo-popup-slider .slick-arrow:hover {
    opacity: .5; }
  .photo-popup-slider .slick-arrow.slick-disabled {
    opacity: 0; }
.photo-popup-slider .prev-arrow {
  left: 3em; }
.photo-popup-slider .next-arrow {
  right: 3em; }

.photo-popup-slide__item {
  height: 500px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .photo-popup-slide__item.slick-center {
    -webkit-transform: scale(2);
            transform: scale(2);
    z-index: 2; }
  .photo-popup-slide__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/*grid*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.5em; }
  .row--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

[class^=col-] {
  padding: 0 .5em; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333%;
          flex: 0 0 8.333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666%;
          flex: 0 0 16.666%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.999%;
          flex: 0 0 24.999%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.665%;
          flex: 0 0 41.665%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.998%;
          flex: 0 0 49.998%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.331%;
          flex: 0 0 58.331%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.664%;
          flex: 0 0 66.664%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74.997%;
          flex: 0 0 74.997%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333%;
          flex: 0 0 83.333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.663%;
          flex: 0 0 91.663%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

/*form*/
.form-content {
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s; }
  .form-content.blur {
    -webkit-filter: blur(20px);
            filter: blur(20px); }

.form__title {
  width: 90%;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto .3em;
  font-size: 5em;
  font-weight: 700;
  color: var(--white-light); }

.form-notice {
  position: absolute;
  right: .5em;
  bottom: .5em;
  font-size: 1.5rem;
  z-index: 3; }

.input-wrapper {
  margin-bottom: 1.25em; }
  .input-wrapper > span {
    display: block;
    font-size: 1.5rem;
    margin-bottom: .3em; }

.input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 1.5rem;
  padding-left: .5em;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  resize: none;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .input:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5); }

textarea.input {
  height: 80px;
  padding-top: 10px; }

.submit-container {
  margin-top: 2em; }

.file input {
  display: none; }
.file label {
  display: block;
  width: 100%;
  height: 40px;
  padding: 3px;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 1.5rem; }

.file-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 8em); }

.file-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5em;
  height: 100%;
  font-size: 1.5rem;
  color: #000;
  background-color: #fff;
  cursor: pointer; }

.thanks {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  z-index: 30;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .thanks.active {
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible; }

/*news*/
.news-list {
  height: 80vh;
  overflow-y: auto;
  overflow-x: hidden; }

.news-row__left {
  width: 50%;
  margin-bottom: 1em; }
  .news-row__left .news__item {
    height: 33.5em;
    margin-bottom: 0; }
  .news-row__left .news__img {
    width: 100%;
    height: 100%; }
  .news-row__left .news__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 1em; }
    .news-row__left .news__text p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 1em;
      line-height: 1.2;
      max-height: 3.6em; }

.news-row__right {
  width: 50%;
  margin-bottom: 1em; }
  .news-row__right .news__item:last-child {
    margin-bottom: 0; }
    .news-row__right .news__item:last-child .news__img {
      width: 100%;
      height: 100%; }
    .news-row__right .news__item:last-child .news__text {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      padding: 1em; }
      .news-row__right .news__item:last-child .news__text p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 1em;
        line-height: 1.2;
        max-height: 3.6em; }

.news__item {
  width: 100%;
  height: 16.25em;
  padding: 0 .5em;
  margin-bottom: 1em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative; }
  .news__item:hover {
    color: rgba(255, 255, 255, 0.7); }
    .news__item:hover .news__img img {
      -webkit-filter: grayscale(200%);
              filter: grayscale(200%); }
    .news__item:hover .news__text {
      z-index: 2; }

.news__img {
  width: 16.25em;
  height: 100%;
  line-height: 0; }
  .news__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.news__text {
  width: calc(100% - 16.25em);
  overflow: hidden;
  text-align: right;
  padding-right: 1em;
  position: relative; }
  .news__text h3 {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .3em; }
  .news__text p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.2;
    max-height: 7.2em; }

.news-common {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .news-common .news__item {
    width: 49%; }

/*nicescroll*/
.nicescroll-rails {
  opacity: 0 !important;
  width: 1px !important;
  background-color: #fff;
  -webkit-transform: translateX(10px);
          transform: translateX(10px); }

.nicescroll-cursors {
  width: 14px !important;
  background-color: #000 !important;
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }

/*Footer*/
/*media*/
@media (max-width: 1500px) {
  html {
    font-size: .8vw; }

  .logo {
    top: 3em;
    left: 3em; }

  .page-title-container {
    left: 3.5em; }

  .container {
    width: 85%; }

  .news-row__left .news__item {
    height: 400px; }

  .news-row__right .news__item {
    height: 195px; }

  .menu {
    right: 1em; } }
/*1500*/
@media (max-width: 1360px) {
  html {
    font-size: .9vw; }

  .first-screen {
    height: 96vh; }

  .container {
    width: 100%; }

  .menu,
  .scroll-down-container,
  .news .logo,
  .photos .logo,
  .videos .logo,
  .contacts .logo {
    display: none; }

  .pages {
    background: #000 url("../img/page-bg.jpg") left top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px; }

  .pages, .page {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    height: auto;
    -webkit-transition: all 0s;
    transition: all 0s; }

  .page {
    padding: 50px 0;
    background: none; }

  body,
  .main {
    height: auto;
    overflow: visible; }

  .first-screen.hidden .video-bg, .first-screen.hidden .main-logo {
    opacity: 1; }

  .news-list {
    height: auto; }

  .photo-group img {
    height: 17em; }

  .contacts .container,
  .photos .container,
  .videos .container {
    height: auto; }

  .contacts .container {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  .contact-btn {
    margin-top: 100px; }

  .contact-data {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .about .content {
    text-align: center; }
    .about .content p {
      font-size: 2em; }

  .page-title-container {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    left: 0; }

  .page-title {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .logo {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
    padding-top: 30px; }

  .news__text p {
    font-size: 1.2em; }

  .video-slider {
    height: 400px;
    max-width: 800px !important; }
    .video-slider .slick-list {
      width: 100% !important;
      max-width: 800px !important; }

  .slick-slide.video-slider__item {
    height: 400px;
    width: 100% !important;
    max-width: 800px !important;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

  .popup {
    text-align: center; }
    .popup .page-title-container {
      padding-right: 3em; }
    .popup .page-title a {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

  .about-club__title {
    padding-left: 0; }

  .about-club__list li {
    font-size: 1.8em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .input-wrapper > span {
    font-size: 1.8em; }

  .form__title {
    font-size: 4em; }

  .input,
  .form-notice {
    font-size: 2em; }

  .thanks {
    font-size: 2.4em; }

  .news-content {
    -webkit-column-count: 3;
            column-count: 3; }
    .news-content h3 {
      font-size: 4em; }
    .news-content h4 {
      font-size: 2em; }
    .news-content p {
      font-size: 2em; }

  .news-list {
    overflow-y: auto !important; }

  .photo-popup-slide__item {
    height: 100%; }

  .photo-popup-slider .slick-list {
    padding: 0 !important; } }
/*1360*/
@media (max-width: 1023px) {
  .news-row__left .news__item {
    height: 318px; }

  .news-row__right .news__item {
    height: 155px; }

  .news__text p {
    font-size: 1.5em; }

  .news__text h3 {
    font-size: 3em; }

  .page {
    padding: 30px 0; }

  .contact-data__title {
    font-size: 2em; }

  .contact-data__list li a {
    width: 7em;
    height: 7em; }

  .input-wrapper > span {
    font-size: 2em; }

  .news-content {
    -webkit-column-count: 1;
            column-count: 1; }
    .news-content h3 {
      font-size: 5em; }
    .news-content h4 {
      font-size: 3em;
      line-height: 1.2; }
    .news-content p {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 15px; } }
/*1023*/
@media (max-width: 767px) {
  html {
    font-size: 1.5vw; }

  .news-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .news-row__left,
  .news-row__right,
  .news__text,
  .news-common .news__item {
    width: 100%; }

  .news-row__left,
  .news-row__right {
    margin-bottom: 15px; }

  .news__text h3 {
    font-size: 4em; }

  .news__text p,
  .news-row__left .news__text p,
  .news-row__right .news__item:last-child .news__text p {
    font-size: 2em; }

  .news-row__left .news__item {
    height: 200px; }

  .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 15px;
    height: auto; }

  .news__text {
    text-align: center; }

  .news__img {
    width: 100%;
    height: 150px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .news__img img {
      -o-object-fit: contain;
         object-fit: contain; }

  .news-row__left .news__img img,
  .news-row__right .news__item:last-child .news__img img {
    -o-object-fit: cover;
       object-fit: cover; }

  .news-row__right .news__item {
    height: auto; }

  .btn {
    padding: .625em;
    width: 100%;
    text-align: center;
    white-space: normal; }

  .about-club__list li {
    font-size: 2.4em; }

  .popup .container {
    padding-top: 3rem;
    max-height: inherit;
    overflow: auto; }

  .form-content {
    padding-top: 30px;
    height: 75vh;
    overflow-y: auto; }
    .form-content .container {
      padding-top: 0; }

  .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  [class^="col-"] {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

  .file-name {
    font-size: 1.5em;
    width: calc(100% - 80px); }

  .file-btn {
    width: 70px;
    font-size: 14px; }

  .input-wrapper > span,
  .input {
    font-size: 15px; }

  .contact-form {
    padding: 40px 0; }

  .form-notice {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 5px 0;
    background-color: #000; }

  .video-slider,
  .slick-slide.video-slider__item {
    height: 300px; }

  .video-slider .slick-arrow {
    width: 35px;
    height: 25px; }

  .video-slider .prev-arrow {
    top: -15px; }

  .video-slider .next-arrow {
    bottom: -15px; } }
/*767*/
@media (max-width: 400px) {
  html {
    font-size: 2vw; }

  .contact-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .contact-data__item:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px; } }

/*# sourceMappingURL=style.css.map */