/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0 0 0 0;
  font-size: rs(16);
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection, ::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e; }
  a:active {
    /* Improve readability when focused and hovered in all browsers: h5bp.com/h */
    outline: 0; }
  a:visited {
    color: #551a8b; }
  a:hover {
    color: #0067ee;
    outline: 0; }
  a:focus {
    outline: thin dotted; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted #000; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  font-size: rs(16);
  _font-family: 'courier new', monospace; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: "";
    content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: rs(12);
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0; }
nav ol {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0 0 0 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0 0 0 0; }

fieldset {
  border: 0;
  margin: 0 0 0 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: hand;
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
select, textarea {
  font-family: sans-serif;
  color: #222;
  font-size: rs(16);
  margin: 0 0 0 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button {
  font-family: sans-serif;
  color: #222;
  font-size: rs(16);
  margin: 0 0 0 0;
  vertical-align: baseline;
  *vertical-align: middle;
  /*
   * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
   */
  line-height: normal;
  /*
   * 1. Display hand cursor for clickable form elements
   * 2. Allow styling of clickable form elements in iOS
   * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
   */
  cursor: hand;
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }
  button[disabled] {
    /*
     * Re-set default cursor for disabled elements
     */
    cursor: default; }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }

input {
  font-family: sans-serif;
  color: #222;
  font-size: rs(16);
  margin: 0 0 0 0;
  vertical-align: baseline;
  *vertical-align: middle;
  /*
   * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
   */
  line-height: normal; }
  input[type="button"], input[type="reset"], input[type="submit"] {
    /*
     * 1. Display hand cursor for clickable form elements
     * 2. Allow styling of clickable form elements in iOS
     * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
     */
    cursor: hand;
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible; }
  input[disabled] {
    /*
     * Re-set default cursor for disabled elements
     */
    cursor: default; }
  input[type="checkbox"], input[type="radio"] {
    /*
     * Consistent box sizing and appearance
     */
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  input::-moz-focus-inner {
    /*
     * Remove inner padding and border in FF3/4: h5bp.com/l
     */
    border: 0;
    padding: 0; }
  input:invalid {
    background-color: #f0dddd; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }
  textarea:valid {
    /* Colors for form validity */ }
  textarea:invalid {
    background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author: Andrei Borodko andrei.borodko@gmail.com
   ========================================================================== */
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }
  .ir br {
    display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
    clip: auto;
    height: auto;
    margin: 0 0 0 0;
    overflow: visible;
    position: static;
    width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, .ir a[href^="javascript:"]:after, .ir a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url("../fonts/pfdindisplaypro-bold_0-webfont.eot");
  src: url("../fonts/pfdindisplaypro-bold_0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro-bold_0-webfont.woff") format("woff"), url("../fonts/pfdindisplaypro-bold_0-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url("../fonts/pfdindisplaypro-reg_0-webfont.eot");
  src: url("../fonts/pfdindisplaypro-reg_0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro-reg_0-webfont.woff") format("woff"), url("../fonts/pfdindisplaypro-reg_0-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url("../fonts/pfdindisplaypro-med_0-webfont.eot");
  src: url("../fonts/pfdindisplaypro-med_0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro-med_0-webfont.woff") format("woff"), url("../fonts/pfdindisplaypro-med_0-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url("../fonts/pfdindisplaypro-xthin_0-webfont.eot");
  src: url("../fonts/pfdindisplaypro-xthin_0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro-xthin_0-webfont.woff") format("woff"), url("../fonts/pfdindisplaypro-xthin_0-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url("../fonts/pfdindisplaypro-thin_0-webfont.eot");
  src: url("../fonts/pfdindisplaypro-thin_0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro-thin_0-webfont.woff") format("woff"), url("../fonts/pfdindisplaypro-thin_0-webfont.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url("../fonts/PFDinDisplayPro-Light.eot");
  src: url("../fonts/PFDinDisplayPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro-Light.woff") format("woff"), url("../fonts/PFDinDisplayPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url("../fonts/PFDinDisplayPro-Black.eot");
  src: url("../fonts/PFDinDisplayPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro-Black.woff") format("woff"), url("../fonts/PFDinDisplayPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
::selection {
  background: rgba(187, 0, 0, 0.5);
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: rgba(187, 0, 0, 0.5);
  /* Gecko Browsers */ }

* {
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

@-webkit-keyframes typing {
  from {
    visibility: hidden; }
  to {
    width: visible; } }
@-moz-keyframes typing {
  from {
    visibility: hidden; }
  to {
    width: visible; } }
* {
  outline: none; }

html, body {
  height: 100%;
  padding: 0;
  margin: 0; }

body {
  height: 100%;
  min-height: auto;
  background-color: #333;
  font-family: 'PF DinDisplay Pro', Arial, helvetica, serif;
  font-weight: 400; }

html.no-touch .href-tel {
  display: none;
  visibility: hidden; }

html.touch .href-notel {
  display: none;
  visibility: hidden; }

p {
  transition: all 3s ease-out; }
  p:not(.enter) {
    opacity: 0; }

a, a:focus, button, button:focus {
  outline: none; }

.main {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  .main, .main .header {
    left: 0;
    will-change: left;
    transition: left .3s ease-in-out; }
  .main > .footer {
    margin-top: auto; }
  .main_sidebar-open, .main_sidebar-open .header {
    left: -440px; }
    @media (max-width: 1024px) {
      .main_sidebar-open, .main_sidebar-open .header {
        left: -240px; } }
    @media (max-width: 640px) {
      .main_sidebar-open, .main_sidebar-open .header {
        left: -220px; } }

.header-shadow {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  height: 103px;
  background: url("../img/header_shadow.png") 0 0/100% 100% repeat-x;
  pointer-events: none;
  opacity: .5; }
  @media (max-width: 1024px) {
    .header-shadow {
      height: 53px; } }

.header {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  padding: 35px 40px 0;
  display: flex;
  height: 103px; }
  @media (max-width: 1024px) {
    .header {
      padding: 18px 20px 0;
      height: 52px; } }
  .header__logo {
    width: 205px; }
    @media (max-width: 1024px) {
      .header__logo {
        width: 102px; } }
    .header__logo a {
      display: block; }
    .header__logo img {
      width: 100%; }
  .header__nav {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    margin: 2px 0 auto 20px; }
    @media (max-width: 1024px) {
      .header__nav {
        margin: 0 0 auto 5px; } }
    .header__nav a {
      color: #fff;
      text-decoration: none;
      font-size: 12px; }
      @media (max-width: 1024px) {
        .header__nav a {
          font-size: 8px; } }

body.grid-hidden .head-gallery-menu {
  top: -93px !important;
  opacity: 0 !important; }
  @media (max-width: 1024px) {
    body.grid-hidden .head-gallery-menu {
      top: -47px !important; } }

.head-project {
  position: fixed;
  z-index: 996;
  left: 0;
  right: 0;
  top: 0;
  min-height: 93px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1024px) {
    .head-project {
      padding-top: 7px;
      box-sizing: border-box;
      min-height: 58px; } }
  .head-project__back {
    line-height: 93px;
    font-size: 24px;
    font-weight: 200;
    color: #fff !important;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    text-decoration: none; }
    .head-project__back:hover {
      color: #db0600 !important; }
    @media (max-width: 1024px) {
      .head-project__back {
        line-height: 47px;
        font-size: 12px; } }
    @media (max-width: 640px) {
      .head-project__back {
        padding-right: 0px;
        margin-right: 60px; } }
    .head-project__back:before {
      content: '';
      width: 15px;
      height: 9px;
      background: url("../img/chevron_red.png") 50% 50% no-repeat;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -7px 0 0 0;
      transform: rotate(-90deg); }

.head-gallery-menu {
  position: fixed;
  z-index: 996;
  left: 0;
  right: 0;
  min-height: 93px;
  max-height: 93px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: opacity .5s ease-in-out, top .5s ease-in-out, background-color .25s ease-in-out, max-height .25s ease-in-out;
  opacity: 0;
  top: -93px; }
  @media (max-width: 1024px) {
    .head-gallery-menu {
      padding-top: 47px;
      box-sizing: border-box;
      max-height: 180px;
      background-color: rgba(0, 0, 0, 0.8); } }
  .head-gallery-menu:after {
    content: '';
    position: absolute;
    top: 93px;
    left: 40px;
    right: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: opacity .5s ease-in-out; }
    @media (max-width: 1024px) {
      .head-gallery-menu:after {
        left: 20px;
        right: 20px; } }
  .head-gallery-menu_open {
    top: 0;
    opacity: 1;
    pointer-events: auto; }
    .head-gallery-menu_open:after {
      opacity: 1; }
  .head-gallery-menu:hover {
    background-color: rgba(0, 0, 0, 0.8);
    max-height: 240px; }
    @media (max-width: 1024px) {
      .head-gallery-menu:hover {
        max-height: 240px; } }
  .head-gallery-menu__title {
    line-height: 93px;
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    margin: 0 auto;
    padding: 0 30px;
    position: relative; }
    @media (max-width: 1024px) {
      .head-gallery-menu__title {
        line-height: 47px;
        font-size: 12px; } }
    .head-gallery-menu__title:before {
      content: '';
      width: 15px;
      height: 9px;
      background: url("../img/chevron_red.png") 50% 50% no-repeat;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -7px 0 0 0;
      transition: all .25s ease-in-out; }
  .head-gallery-menu:hover .head-gallery-menu__title:before {
    transform: rotate(180deg); }
  .head-gallery-menu__nav ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; }
    .head-gallery-menu__nav ul li {
      margin: 15px; }
      @media (max-width: 1024px) {
        .head-gallery-menu__nav ul li {
          margin: 7px; } }
    .head-gallery-menu__nav ul a {
      font-weight: 300;
      font-size: 30px;
      line-height: 44px;
      color: #fff;
      text-decoration: none; }
      @media (max-width: 1024px) {
        .head-gallery-menu__nav ul a {
          font-size: 15px;
          line-height: 22px; } }
      .head-gallery-menu__nav ul a:hover {
        opacity: .6; }
      .head-gallery-menu__nav ul a.active {
        color: #ff0000; }
  .head-gallery-menu__subnav ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    padding-bottom: 25px; }
    @media (max-width: 1024px) {
      .head-gallery-menu__subnav ul {
        padding-bottom: 12px; } }
    .head-gallery-menu__subnav ul li {
      margin: 0 15px; }
      @media (max-width: 1024px) {
        .head-gallery-menu__subnav ul li {
          margin: 0 7px; } }
    .head-gallery-menu__subnav ul a {
      text-decoration: none;
      font-weight: 300;
      font-size: 20px;
      line-height: 26px;
      display: inline-block;
      color: #878787;
      border-bottom: 1px solid transparent; }
      @media (max-width: 1024px) {
        .head-gallery-menu__subnav ul a {
          font-size: 12px;
          line-height: 14px; } }
      .head-gallery-menu__subnav ul a:hover {
        opacity: .6; }
      .head-gallery-menu__subnav ul a.active {
        color: #ff0000; }

.cover {
  height: calc(100vh - 20px);
  width: 100vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000; }
  .cover__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 50% 50% / cover no-repeat; }
  .cover__video {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100vw;
    min-height: calc(100vh - 20px);
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    background: #000; }
  .cover__title {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translateX(-50%) translateY(-50%);
    width: 80vw;
    margin: -40px 0 0 0;
    line-height: 80px;
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    z-index: 1000;
    letter-spacing: 26px;
    padding: 0 0 0 24px;
    transition: opacity 5s ease-out; }
    .cover__title:not(.enter) {
      opacity: 0; }
    @media (max-width: 1024px) {
      .cover__title {
        font-size: 62px;
        line-height: 86px;
        letter-spacing: 24px; } }
    @media (max-width: 640px) {
      .cover__title {
        font-size: 39px;
        line-height: 51px;
        letter-spacing: 24px; } }
  .cover .social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    justify-content: center; }
    .cover .social ul {
      justify-content: center; }
    .cover .social__icon_facebook {
      background-image: url("../img/facebook_white.svg"); }
    .cover .social__icon_twitter {
      background-image: url("../img/twitter_white.svg"); }
    .cover .social__icon_linkedin {
      background-image: url("../img/linkedin_white.svg"); }
    .cover .social__icon_gmail {
      background-image: url("../img/gmail_white.svg"); }
    .cover .social__icon_vimeo {
      background-image: url("../img/vimeo_white.svg"); }
    .cover .social__icon_instagram {
      background-image: url("../img/instagram_white.svg"); }

.sidebar {
  position: fixed;
  z-index: 999;
  right: -440px;
  top: 0;
  height: 100vh;
  width: 440px;
  box-sizing: border-box;
  box-shadow: 1px 0 57px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  transition: right .3s ease-in-out;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1024px) {
    .sidebar {
      right: -240px;
      width: 240px; } }
  @media (max-width: 640px) {
    .sidebar {
      right: -220px;
      width: 220px; } }
  .sidebar li:nth-child(1) {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.5s ease-out 0s; }
  .sidebar li:nth-child(2) {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.5s ease-out 0.05s; }
  .sidebar li:nth-child(3) {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.5s ease-out 0.1s; }
  .sidebar li:nth-child(4) {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.5s ease-out 0.15s; }
  .sidebar li:nth-child(5) {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.5s ease-out 0.2s; }
  .sidebar_open {
    right: 0;
    transition: right .2s ease-in-out; }
    .sidebar_open li {
      opacity: 1 !important;
      transform: translateX(0px) !important; }
  .sidebar__open {
    position: fixed;
    z-index: 999;
    display: block;
    right: 0px;
    top: 0;
    width: 93px;
    height: 93px;
    border: none;
    background: transparent;
    padding: 0; }
    @media (max-width: 1024px) {
      .sidebar__open {
        width: 50px;
        height: 50px; } }
    .sidebar__open span {
      display: block;
      background: #fff;
      width: 33px;
      height: 2px;
      position: absolute;
      right: 40px;
      top: 44px; }
      @media (max-width: 1024px) {
        .sidebar__open span {
          right: 20px;
          top: 20px;
          width: 17px; } }
    .sidebar__open:after, .sidebar__open:before {
      content: '';
      position: absolute;
      right: 40px;
      display: block;
      width: 33px;
      height: 2px;
      background: #fff; }
      @media (max-width: 1024px) {
        .sidebar__open:after, .sidebar__open:before {
          right: 20px;
          width: 17px; } }
    .sidebar__open:before {
      top: 33px; }
      @media (max-width: 1024px) {
        .sidebar__open:before {
          top: 26px; } }
    .sidebar__open:after {
      top: 55px; }
      @media (max-width: 1024px) {
        .sidebar__open:after {
          top: 33px; } }
  .sidebar__close {
    position: absolute;
    display: block;
    right: 40px;
    top: 33px;
    width: 33px;
    height: 33px;
    border: none;
    background: #fff url("../img/close.svg") 50% 50%/cover no-repeat;
    opacity: .8; }
    .sidebar__close:hover {
      opacity: 1; }
    @media (max-width: 1024px) {
      .sidebar__close {
        right: 20px;
        top: 20px;
        width: 17px;
        height: 17px; } }
  .sidebar .main-navigation {
    padding: 160px 0 0 130px;
    font-size: 30px;
    line-height: 41px;
    font-weight: 200; }
    @media (max-width: 1024px) {
      .sidebar .main-navigation {
        padding: 100px 0 0 70px;
        font-size: 24px;
        line-height: 30px; } }
    @media (max-width: 640px) {
      .sidebar .main-navigation {
        padding: 80px 0 0 60px; } }
    .sidebar .main-navigation li {
      list-style-type: none;
      list-style-image: none;
      padding: 0;
      margin: 0; }
    .sidebar .main-navigation a {
      color: #aaaaaa;
      text-decoration: none; }
      .sidebar .main-navigation a:hover, .sidebar .main-navigation a:active, .sidebar .main-navigation a.active {
        color: #000; }
  .sidebar .social {
    margin: auto auto 60px auto; }

.slogan {
  padding: 60px 0;
  max-width: 780px;
  text-align: center;
  margin: 0 auto;
  transition: all 1.5s ease-out; }
  @media (max-width: 1024px) {
    .slogan {
      max-width: 80%;
      padding: 40px 0; } }
  .slogan:not(.enter) {
    opacity: 0;
    transform: translateY(100px); }
  .slogan h2 {
    color: #08191b;
    font-size: 72px;
    line-height: 76px;
    margin: 0;
    padding: 0;
    font-weight: 200; }
    @media (max-width: 1024px) {
      .slogan h2 {
        font-size: 36px;
        line-height: 38px;
        max-width: 210px;
        display: inline-block; } }
  .slogan p {
    color: #08191b;
    font-size: 30px;
    line-height: 42px;
    font-weight: 100; }
    @media (max-width: 1024px) {
      .slogan p {
        font-size: 15px;
        line-height: 21px;
        font-weight: 200; } }

* {
  box-sizing: border-box; }

.gallery {
  position: relative;
  width: 100%;
  min-height: 1400px; }
  .gallery__filter {
    padding-bottom: 60px; }
    @media (max-width: 1024px) {
      .gallery__filter {
        padding-bottom: 30px; } }
    body.body_projects .gallery__filter {
      padding: 100px 0 50px; }
      @media (max-width: 1024px) {
        body.body_projects .gallery__filter {
          padding: 50px 0 25px; } }
  .gallery__nav {
    display: flex;
    justify-content: center;
    margin: 0 0 40px; }
    @media (max-width: 1024px) {
      .gallery__nav {
        margin: 0 0 25px; } }
    @media (max-width: 640px) {
      .gallery__nav {
        flex-direction: column;
        margin: 0 0 5px; } }
    body.body_projects .gallery__nav {
      margin: 0 0 15px; }
      @media (max-width: 1024px) {
        body.body_projects .gallery__nav {
          margin: 0 0 7px; } }
    .gallery__nav__title {
      font-size: 152px;
      color: #d8d8d8;
      font-weight: 600;
      text-transform: uppercase;
      padding: 0;
      margin: 0;
      line-height: 1;
      transition: all 1.5s ease-out; }
      @media (max-width: 1024px) {
        .gallery__nav__title {
          font-size: 76px; } }
      @media (max-width: 640px) {
        .gallery__nav__title {
          font-size: 44px;
          text-align: center; } }
      .gallery__nav__title:not(.enter) {
        opacity: 0;
        transform: translateX(-50px); }
    .gallery__nav__li {
      transition: all 0.75s ease-out; }
      @media (max-width: 640px) {
        .gallery__nav__li {
          padding: 0 10px; } }
      .gallery__nav__li:not(.enter) {
        opacity: 0;
        transform: translateY(30px); }
    .gallery__nav ul {
      list-style-type: none;
      list-style-image: none;
      padding: 0;
      margin: 0;
      margin: 0 0 0 100px; }
      @media (max-width: 1024px) {
        .gallery__nav ul {
          margin: 0 0 0 50px; } }
      @media (max-width: 640px) {
        .gallery__nav ul {
          margin: 15px 0 0 0;
          display: flex;
          justify-content: center; } }
      .gallery__nav ul a {
        font-weight: 300;
        font-size: 30px;
        line-height: 44px;
        color: #878787;
        text-decoration: none; }
        @media (max-width: 1024px) {
          .gallery__nav ul a {
            font-size: 15px;
            line-height: 22px; } }
        .gallery__nav ul a:hover {
          color: #000; }
        .gallery__nav ul a.active {
          color: #bb0000; }
  .gallery__subnav ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    margin: 0 0 0 100px;
    display: flex;
    justify-content: center; }
    @media (max-width: 1024px) {
      .gallery__subnav ul {
        margin: 0 0 0 50px; } }
    @media (max-width: 640px) {
      .gallery__subnav ul {
        margin: 0; } }
    .gallery__subnav ul li {
      margin: 0 15px; }
      @media (max-width: 640px) {
        .gallery__subnav ul li {
          margin: 0 5px; } }
    .gallery__subnav ul a {
      text-decoration: none;
      font-weight: 300;
      font-size: 18px;
      line-height: 26px;
      display: inline-block;
      color: #878787;
      border-bottom: 1px solid transparent; }
      @media (max-width: 1024px) {
        .gallery__subnav ul a {
          font-size: 12px;
          line-height: 16px; } }
      .gallery__subnav ul a:hover {
        color: #000;
        border-color: #000; }
      .gallery__subnav ul a.active {
        color: #bb0000; }

.grid__item, .grid__sizer {
  width: 25%; }
  @media (max-width: 640px) {
    .grid__item, .grid__sizer {
      width: 100% !important; } }
.grid__item {
  float: left;
  background: #0D8;
  position: relative;
  background: 50% 50% / cover no-repeat;
  height: calc( 25vw* 0.769); }
  @media (max-width: 640px) {
    .grid__item {
      height: calc( 100vw* 0.769) !important; } }
  .grid__item_width2 {
    width: 50%; }
  .grid__item_height2 {
    height: calc( 25vw* 0.769 * 2); }
  .touchevents .grid__item a {
    pointer-events: none; }
  .touchevents .grid__item.hover a {
    pointer-events: all;
    opacity: 1; }
    .touchevents .grid__item.hover a span, .touchevents .grid__item.hover a small {
      transform: translateY(0); }
  .grid__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(159, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
    font-weight: 300;
    color: #fff;
    font-size: 42px;
    line-height: 52px;
    text-decoration: none;
    opacity: 0;
    transition: opacity .125s ease-out; }
    @media (max-width: 1024px) {
      .grid__item a {
        font-size: 24px;
        line-height: 32px; } }
    .grid__item a:hover {
      opacity: 1; }
      .grid__item a:hover span, .grid__item a:hover small {
        transform: translateY(0); }
    .grid__item a span, .grid__item a small {
      transform: translateY(5px);
      transition: transform .05s ease; }
    .grid__item a small {
      display: block;
      padding: 10px 0 0 0;
      font-size: 16px;
      line-height: 24px; }
      @media (max-width: 1024px) {
        .grid__item a small {
          padding: 10px 0 0 0;
          font-size: 12px; } }
.grid:after {
  content: '';
  display: block;
  clear: both; }

.footer {
  display: flex;
  justify-content: space-between;
  background: #e6e6e6;
  height: 80px;
  padding: 0 80px; }
  @media (max-width: 1024px) {
    .footer {
      height: 50px;
      padding: 0 20px; } }
  .footer .social {
    margin: auto -15px; }
    @media (max-width: 1024px) {
      .footer .social {
        margin: auto -5px; } }
  .footer .copyright {
    margin: auto 0;
    color: #858585;
    font-size: 16px;
    font-weight: 300; }
    @media (max-width: 1024px) {
      .footer .copyright {
        font-size: 8px; } }
    .footer .copyright small {
      display: inline-block;
      padding: 0 0 0 40px;
      font-size: 16px; }
      @media (max-width: 1024px) {
        .footer .copyright small {
          display: block;
          padding: 0;
          font-size: 8px; } }

.social ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  display: flex; }
  .social ul li {
    margin: 0 15px; }
    @media (max-width: 1024px) {
      .social ul li {
        margin: 0 10px; } }
.social__icon {
  display: block;
  height: 26px;
  width: 26px;
  background: 50% 50% / contain no-repeat;
  opacity: .43; }
  @media (max-width: 1024px) {
    .social__icon {
      height: 18px;
      width: 18px; } }
  .social__icon:hover, .social__icon:active, .social__icon:focus {
    opacity: 1; }
  .social__icon_facebook {
    background-image: url("../img/facebook.svg"); }
  .social__icon_twitter {
    background-image: url("../img/twitter.svg"); }
  .social__icon_linkedin {
    background-image: url("../img/linkedin.svg"); }
  .social__icon_gmail {
    background-image: url("../img/gmail.svg"); }
  .social__icon_vimeo {
    background-image: url("../img/vimeo.svg"); }
  .social__icon_instagram {
    background-image: url("../img/instagram.svg"); }

body.body_about .about {
  display: flex;
  height: 100vh; }
  @media (max-width: 1024px) {
    body.body_about .about {
      height: auto;
      flex-direction: column-reverse; } }
  body.body_about .about__visual, body.body_about .about__text {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 50%; }
  body.body_about .about__visual {
    background: url("../img/about.jpg") 50% 50%/cover no-repeat; }
    @media (max-width: 1024px) {
      body.body_about .about__visual {
        height: 50vh;
        min-height: 50vh; } }
  body.body_about .about__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 120px 0 120px; }
    @media (max-width: 1024px) {
      body.body_about .about__text {
        padding: 60px 90px 60px 90px; } }
    @media (max-width: 640px) {
      body.body_about .about__text {
        padding: 60px 45px 30px 45px; } }
    body.body_about .about__text__title {
      transition: all 1.5s ease-out; }
      body.body_about .about__text__title:not(.enter) {
        opacity: 0;
        transform: translateX(100px); }
    body.body_about .about__text h1 {
      font-size: 82px;
      line-height: 104px;
      font-weight: 900;
      color: #d8d8d8;
      padding: 0;
      margin: 0 0 0 -5px; }
      @media (max-width: 1024px) {
        body.body_about .about__text h1 {
          font-size: 82px;
          line-height: 1; } }
      @media (max-width: 640px) {
        body.body_about .about__text h1 {
          font-size: 52px; } }
    body.body_about .about__text p {
      font-size: 18px;
      line-height: 28px;
      color: #08191b;
      font-weight: 300; }
      @media (max-width: 1024px) {
        body.body_about .about__text p {
          font-size: 12px;
          line-height: 20px; } }

body.body_contacts .contacts {
  display: flex;
  height: 100vh; }
  @media (max-width: 1024px) {
    body.body_contacts .contacts {
      height: auto;
      flex-direction: column-reverse; } }
  body.body_contacts .contacts__map, body.body_contacts .contacts__text {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 50%; }
  body.body_contacts .contacts__map {
    position: relative; }
    @media (max-width: 1024px) {
      body.body_contacts .contacts__map {
        height: 50vh;
        min-height: 50vh; } }
    body.body_contacts .contacts__map__inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      body.body_contacts .contacts__map__inner_usa {
        background: url("../img/map_usa.jpg") 50% 50%/cover no-repeat; }
      body.body_contacts .contacts__map__inner_germany {
        background: url("../img/map_germany.jpg") 50% 50%/cover no-repeat; }
  body.body_contacts .contacts__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 120px 0 120px; }
    @media (max-width: 1024px) {
      body.body_contacts .contacts__text {
        padding: 60px 90px 60px 90px; } }
    @media (max-width: 640px) {
      body.body_contacts .contacts__text {
        padding: 60px 45px 30px 45px; } }
    body.body_contacts .contacts__text__title {
      transition: all 1.5s ease-out; }
      body.body_contacts .contacts__text__title:not(.enter) {
        opacity: 0;
        transform: translateX(100px); }
    body.body_contacts .contacts__text h1 {
      font-size: 82px;
      line-height: 104px;
      font-weight: 900;
      color: #d8d8d8;
      padding: 0;
      margin: 0 0 0 -5px; }
      @media (max-width: 1024px) {
        body.body_contacts .contacts__text h1 {
          font-size: 82px;
          line-height: 1; } }
      @media (max-width: 640px) {
        body.body_contacts .contacts__text h1 {
          font-size: 52px; } }
    body.body_contacts .contacts__text .address {
      display: flex;
      padding: 35px 0 0 0; }
      body.body_contacts .contacts__text .address__item {
        flex-basis: 50%;
        flex-shrink: 0;
        padding: 50px 10px 0 0;
        box-sizing: border-box;
        position: relative; }
        body.body_contacts .contacts__text .address__item:nth-child(1) {
          transition: all 1.5s ease-out 0s; }
        body.body_contacts .contacts__text .address__item:nth-child(2) {
          transition: all 1.5s ease-out 0.5s; }
        body.body_contacts .contacts__text .address__item:not(.enter) {
          opacity: 0 !important;
          transform: translateX(50px) !important; }
        body.body_contacts .contacts__text .address__item svg {
          position: absolute;
          top: 0;
          left: -5px;
          width: 34px;
          height: 34px;
          fill: #b2b2b2; }
        body.body_contacts .contacts__text .address__item h2 {
          font-size: 30px;
          line-height: 30px;
          margin: 0;
          padding: 0 0 15px 0;
          color: #000;
          font-weight: 300;
          cursor: pointer; }
          body.body_contacts .contacts__text .address__item h2:hover {
            color: #ff0000; }
        body.body_contacts .contacts__text .address__item p {
          font-size: 16px;
          line-height: 24px;
          font-family: 'Open Sans', Arial, helvetica, serif;
          color: #646464; }
          @media (max-width: 640px) {
            body.body_contacts .contacts__text .address__item p {
              font-size: 14px;
              line-height: 20px; } }
          body.body_contacts .contacts__text .address__item p a {
            color: #646464;
            text-decoration: none; }
            body.body_contacts .contacts__text .address__item p a:hover {
              color: #000;
              text-decoration: underline; }
        body.body_contacts .contacts__text .address__item_active svg {
          fill: #ff0000; }
        body.body_contacts .contacts__text .address__item_active h2 {
          color: #ff0000; }

body.body_project_item .carousel {
  background: #474747;
  height: calc(100vh - 20px); }
body.body_project_item .project {
  padding: 40px 80px 80px 80px; }
  @media (max-width: 1024px) {
    body.body_project_item .project {
      padding: 30px 50px 50px 50px; } }
  @media (max-width: 640px) {
    body.body_project_item .project {
      padding: 20px 40px 40px 40px; } }
  body.body_project_item .project__type {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    transition: all 1.5s ease-out; }
    @media (max-width: 1024px) {
      body.body_project_item .project__type {
        font-size: 12px; } }
    @media (max-width: 640px) {
      body.body_project_item .project__type {
        font-size: 10px; } }
    body.body_project_item .project__type:not(.enter) {
      opacity: 0;
      transform: translateX(100px); }
  body.body_project_item .project__title {
    font-size: 60px;
    line-height: 72px;
    color: #000;
    font-weight: 300;
    padding: 0 0 10px 0;
    transition: all 1.5s ease-out .5s; }
    @media (max-width: 1024px) {
      body.body_project_item .project__title {
        font-size: 42px;
        line-height: 50px; } }
    @media (max-width: 640px) {
      body.body_project_item .project__title {
        font-size: 30px;
        line-height: 46px; } }
    body.body_project_item .project__title:not(.enter) {
      opacity: 0;
      transform: translateX(100px); }
  body.body_project_item .project__info {
    display: flex;
    display: none !important; }
    body.body_project_item .project__info__item {
      padding: 5px 30px;
      border-left: 1px solid #d3d3d3;
      font-size: 18px;
      font-weight: 300;
      color: #db0600;
      transition: all 1.5s ease-out; }
      @media (max-width: 1024px) {
        body.body_project_item .project__info__item {
          padding: 3px 20px;
          font-size: 14px; } }
      @media (max-width: 640px) {
        body.body_project_item .project__info__item {
          padding: 2px 15px;
          font-size: 18px; } }
      body.body_project_item .project__info__item:not(.enter) {
        opacity: 0;
        transform: translateY(100px); }
      body.body_project_item .project__info__item small {
        display: block;
        font-size: 16px;
        color: #858585; }
        @media (max-width: 1024px) {
          body.body_project_item .project__info__item small {
            font-size: 14px; } }
        @media (max-width: 640px) {
          body.body_project_item .project__info__item small {
            font-size: 10px; } }
  body.body_project_item .project__text {
    padding: 20px 0 15px;
    color: #5d5d5d;
    font-size: 20px;
    line-height: 36px;
    font-weight: 200;
    border-bottom: 1px solid #d3d3d3;
    transition: all 1.5s ease-out .5s;
    display: none !important; }
    @media (max-width: 1024px) {
      body.body_project_item .project__text {
        font-size: 14px;
        line-height: 24px;
        padding: 35px 0 25px; } }
    @media (max-width: 640px) {
      body.body_project_item .project__text {
        font-size: 12px;
        line-height: 18px;
        padding: 25px 0 17px; } }
    body.body_project_item .project__text:not(.enter) {
      opacity: 0;
      transform: translateY(75px); }
    body.body_project_item .project__text p {
      padding: 0 0 15px 0; }
body.body_project_item .gallery {
  min-height: 0px; }
  body.body_project_item .gallery__title {
    font-size: 30px;
    font-weight: 300;
    padding: 60px 0 20px 0;
    transition: all 1.5s ease-out; }
    @media (max-width: 1024px) {
      body.body_project_item .gallery__title {
        font-size: 18px;
        padding: 40px 0 15px 0; } }
    @media (max-width: 640px) {
      body.body_project_item .gallery__title {
        font-size: 15px;
        padding: 30px 0 10px 0; } }
    body.body_project_item .gallery__title:not(.enter) {
      opacity: 0;
      transform: translateX(100px); }

.caroufredsel_wrapper {
  height: calc(100vh - 20px) !important; }

.carousel {
  z-index: 8;
  position: relative;
  width: 100%;
  height: calc(100vh - 20px);
  overflow: hidden; }
  @media (max-width: 1300px) {
    .carousel {
      height: calc(100vh - 20px); } }
  @media (max-width: 640px) {
    .carousel {
      height: 100vh; } }
  .carousel__pager {
    position: absolute;
    bottom: 4vh;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    transition: all 2s ease-out .5s; }
    .carousel__pager:not(.enter) {
      opacity: 0;
      transform: translateY(30px); }
    .carousel__pager a {
      display: inline-block;
      overflow: hidden;
      color: transparent;
      height: 3px;
      width: 48px;
      margin: 0 4px;
      background: #fff; }
      @media (max-width: 640px) {
        .carousel__pager a {
          width: 24px; } }
      .carousel__pager a.selected {
        background: #f00; }
  .carousel__control__prev, .carousel__control__next {
    position: absolute;
    top: 50%;
    margin: -25px 0 0 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 9999;
    cursor: pointer; }
    .carousel__control__prev:hover, .carousel__control__next:hover {
      background-color: #000 !important; }
  .carousel__control__prev {
    left: 5vw;
    background: rgba(0, 0, 0, 0.5) url("../img/chevron_left.svg") 15px 12px/15px no-repeat;
    transition: all 1.5s ease-out; }
    .carousel__control__prev:not(.enter) {
      opacity: 0;
      transform: translateX(-100px); }
    @media (max-width: 640px) {
      .carousel__control__prev {
        opacity: 1 !important;
        transform: none !important; } }
    @media (max-width: 1024px) {
      .carousel__control__prev {
        opacity: 1 !important;
        transform: none !important; } }
  .carousel__control__next {
    right: 5vw;
    background: rgba(0, 0, 0, 0.5) url("../img/chevron_right.svg") 20px 12px/15px no-repeat;
    transition: all 1.5s ease-out; }
    .carousel__control__next:not(.enter) {
      opacity: 0;
      transform: translateX(100px); }
    @media (max-width: 640px) {
      .carousel__control__next {
        opacity: 1 !important;
        transform: none !important; } }
    @media (max-width: 1024px) {
      .carousel__control__next {
        opacity: 1 !important;
        transform: none !important; } }
  .carousel .item {
    float: left;
    width: 100%;
    height: calc(100vh - 20px);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
    .carousel .item.vimeo {
      padding: 100px 140px; }
      @media (max-width: 1024px) {
        .carousel .item.vimeo {
          padding: 80px 100px; } }
      @media (max-width: 640px) {
        .carousel .item.vimeo {
          padding: 40px 40px; } }
    .carousel .item.cover {
      background-size: cover; }
    .carousel .item.contain {
      background-size: contain; }
    @media (max-width: 1300px) {
      .carousel .item {
        height: calc(100vh - 20px); } }
    @media (max-width: 640px) {
      .carousel .item {
        height: 100vh; } }

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