@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/montserat/hinted-Montserrat-Bold.woff2") format("woff2"), url("../assets/fonts/montserat/hinted-Montserrat-Bold.woff") format("woff"), url("../assets/fonts/montserat/hinted-Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/montserat/hinted-Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/montserat/hinted-Montserrat-Regular.woff") format("woff"), url("../assets/fonts/montserat/hinted-Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/montserat/hinted-Montserrat-SemiBold.woff2") format("woff2"), url("../assets/fonts/montserat/hinted-Montserrat-SemiBold.woff") format("woff"), url("../assets/fonts/montserat/hinted-Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/montserat/hinted-Montserrat-Medium.woff2") format("woff2"), url("../assets/fonts/montserat/hinted-Montserrat-Medium.woff") format("woff"), url("../assets/fonts/montserat/hinted-Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../assets/fonts/cormorant/hinted-CormorantGaramond-Regular.woff2") format("woff2"), url("../assets/fonts/cormorant/hinted-CormorantGaramond-Regular.woff") format("woff"), url("../assets/fonts/cormorant/hinted-CormorantGaramond-Regular.svg#CormorantGaramond-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../assets/fonts/cormorant/hinted-CormorantGaramond-SemiBold.woff2") format("woff2"), url("../assets/fonts/cormorant/hinted-CormorantGaramond-SemiBold.woff") format("woff"), url("../assets/fonts/cormorant/hinted-CormorantGaramond-SemiBold.svg#CormorantGaramond-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../assets/fonts/cormorant/hinted-CormorantGaramond-Bold.woff2") format("woff2"), url("../assets/fonts/cormorant/hinted-CormorantGaramond-Bold.woff") format("woff"), url("../assets/fonts/cormorant/hinted-CormorantGaramond-Bold.svg#CormorantGaramond-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../assets/fonts/cormorant/hinted-CormorantGaramond-Medium.woff2") format("woff2"), url("../assets/fonts/cormorant/hinted-CormorantGaramond-Medium.woff") format("woff"), url("../assets/fonts/cormorant/hinted-CormorantGaramond-Medium.svg#CormorantGaramond-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../assets/fonts/icomoon/icomoon.ttf?xvzu7") format("truetype"), url("../assets/fonts/icomoon/icomoon.woff?xvzu7") format("woff"), url("../assets/fonts/icomoon/icomoon.svg?xvzu7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%; }

body {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
  height: 100%;
  background: #202020;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  body.blocked {
    overflow: hidden;
    height: 100%; }
  body > * {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  body.bg--white {
    background: white; }

.body-inner {
  min-height: 100%; }
  .body-inner:after {
    content: '';
    display: block;
    padding-bottom: 280px; }

[class^="icon_"]:before, [class*=" icon_"]:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1; }

.icon_arrow-button:after {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1; }

.icon_arrow-language:before {
  content: "\e901"; }

.icon_behance:before {
  content: "\e902"; }

.icon_close:before {
  content: "\e903"; }

.icon_facebook:before {
  content: "\e904"; }

.icon_hamb:before {
  content: "\e905"; }

.icon_instagram:before {
  content: "\e906"; }

.icon_mouse:before {
  content: "\e907"; }

.icon_mouse-wheel:before {
  content: "\e908"; }

.icon_quotes:before {
  content: "\e909"; }

.icon_spinner6:before {
  content: "\e97f"; }

.icon_spinner8:before {
  content: "\e981"; }

.icon_spinner9:before {
  content: "\e982"; }

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes mouseScrolling {
  0% {
    opacity: 0; }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; } }

@keyframes mouseScrolling {
  0% {
    opacity: 0; }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; } }

.overlay {
  background-blend-mode: multiply;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .overlay.active {
    opacity: 1;
    visibility: visible; }

.content {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.link {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase; }
  .link:hover {
    text-decoration: none; }
  .link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.animated {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    visibility: visible; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideInDown {
  from {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    visibility: visible; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes appears {
  from {
    opacity: 0; }
  to {
    opacity: 0.61; } }

@keyframes appears {
  from {
    opacity: 0; }
  to {
    opacity: 0.61; } }

.appears {
  -webkit-animation-name: appears;
          animation-name: appears; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */

.fancybox-close-small {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  will-change: opacity;
  color: white;
  opacity: 1;
  cursor: pointer; }
  .fancybox-close-small:before {
    content: "\e903";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1; }
  .fancybox-close-small:hover {
    opacity: .3; }

.fancybox-slide {
  padding: 0; }
  .fancybox-slide--inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.fancybox-active {
  height: 100%; }

.header {
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: 60px;
  max-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  .header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    max-height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    margin: 0 auto;
    left: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    will-change: left; }
  .header__logo {
    display: block; }
    .header__logo img {
      max-width: 120px;
      vertical-align: top; }
  .header__action {
    display: none; }

.lang {
  font-family: "Montserrat", sans-serif;
  width: 34px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  color: white; }
  .lang__separator {
    display: block;
    height: 14px;
    width: 1px;
    opacity: 0.13;
    background: white; }
  .lang--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 38px 20px; }
    .lang--mobile a {
      display: block;
      margin-right: 12px;
      opacity: 0.79;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.36;
      letter-spacing: 2.9px;
      color: #7a7a7a;
      text-decoration: none; }
      .lang--mobile a:last-of-type {
        margin-left: 12px; }
      .lang--mobile a.active {
        color: white; }
  .lang:hover:after {
    opacity: 1; }
  .lang:after {
    content: '\e901';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    position: absolute;
    opacity: 0.7;
    top: 0;
    right: 0;
    font-size: 11px;
    line-height: 22px;
    bottom: 0; }
    .active ~ .lang:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .lang__current {
    font-size: 11px;
    line-height: 20px;
    opacity: 0.7;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-transform: uppercase; }
  .lang__list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: white;
    padding: 10px 13px;
    top: 100%;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .lang__list.active {
      visibility: visible;
      opacity: 1; }
  .lang__item {
    line-height: 16px;
    padding-top: 3px; }
  .lang__link {
    font-size: 14px;
    line-height: 18px;
    color: #7a7a7a;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    .lang__link.active {
      color: #0f0e0e; }
    .lang__link:hover {
      color: #0f0e0e; }

.nav {
  position: fixed;
  top: 0;
  left: -360px;
  max-width: 360px;
  max-height: 100%;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #202020;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: left .3s;
  transition: left .3s;
  will-change: left; }
  .nav.active {
    left: 0; }
  .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    width: 100%;
    padding-top: 103px;
    margin-bottom: 15px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    will-change: transform; }
  .nav__item {
    max-width: 100%;
    margin: 0 20px; }
    .nav__item a {
      font-size: 20px;
      line-height: 2.3;
      letter-spacing: 5.5px;
      opacity: 0.79;
      -webkit-transition: color .3s;
      transition: color .3s;
      text-transform: uppercase;
      text-decoration: none;
      color: #7a7a7a; }
    .nav__item.menu-current-item a {
      color: white; }

.hamb:before, .hamb:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  background: white;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all .3s;
  transition: all .3s; }

.hamb {
  width: 22px;
  min-width: 22px;
  height: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 4;
  cursor: pointer; }
  .hamb:before {
    top: 0; }
  .hamb:after {
    bottom: 0; }
  .hamb.active {
    height: 20px; }
    .hamb.active:before {
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      top: 8px; }
    .hamb.active:after {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      bottom: 8px; }

.footer {
  background: #1a1a1a;
  padding: 39px 0 33px; }
  .footer__wrap {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
  .footer__nav {
    display: none; }
    .footer__nav-wrapper {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .footer__nav-item {
      margin-right: 54px; }
      .footer__nav-item a {
        opacity: 0.47;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.79;
        letter-spacing: 0.4px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0 0 8px;
        text-decoration: none;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        will-change: opacity; }
  .footer__copyrights {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.22;
    line-height: 1.25;
    text-align: center;
    color: #ffffff; }
  .footer__contacts {
    text-align: center;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer__contacts a {
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.42;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      text-decoration: none; }
  .footer__caption {
    opacity: 0.47;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.79;
    letter-spacing: 0.4px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 8px; }
  .footer__social {
    text-align: center;
    margin-bottom: 30px; }
    .footer__social-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 38px; }
    .footer__social a {
      margin-right: 23px;
      color: white;
      text-decoration: none;
      font-size: 22px; }
      .footer__social a:last-of-type {
        margin-right: 0; }
  .footer__order {
    max-width: 176px;
    margin-bottom: 40px; }
    .footer__order p {
      opacity: 0.22;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.25;
      letter-spacing: normal;
      color: #ffffff;
      margin: 0 0 17px; }
  .footer__button {
    font-family: "Montserrat", sans-serif;
    display: block;
    text-decoration: none;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border: solid 1px #ffffff;
    width: 100%;
    font-size: 8px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s; }

.form {
  padding: 25px 20px 47px;
  text-align: left;
  max-width: 830px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #202020;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .form.showed {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .form.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .form__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
    color: white;
    opacity: 1;
    cursor: pointer; }
    .form__close:hover {
      opacity: .3; }
  .form__content {
    margin-bottom: 35px; }
  .form__headline {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 10.8px;
    margin: 0 0 17px;
    color: white;
    text-transform: uppercase; }
    .form__headline--color-black {
      color: #202020; }
  .form__desc {
    opacity: 0.61;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.63;
    color: #ffffff; }
  .form__field {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.86;
    color: #ffffff;
    opacity: 0.81;
    width: 100%;
    padding-bottom: 4px;
    border: none;
    background: none;
    outline: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.13); }
    .form__field.error {
      border-bottom-color: red; }
    .form__field--color-black {
      color: #202020;
      border-bottom-color: rgba(25, 25, 25, 0.3); }
    .form__field::-webkit-input-placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form__field:-ms-input-placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form__field::-ms-input-placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form__field::placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form__fields {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 300px;
      width: 100%; }
    .form__fieldset {
      margin-bottom: 46px; }
  .form__label {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
    letter-spacing: 4.1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.79);
    margin: 0 0 3px; }
    .form__label--color-black {
      color: #202020; }
  .form__textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.86;
    color: #ffffff;
    opacity: 0.81;
    width: 100%;
    padding-bottom: 4px;
    border: none;
    background: none;
    outline: none;
    resize: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.13); }
    .form__textarea.error {
      border-bottom-color: red; }
    .form__textarea--color-black {
      color: #202020;
      border-bottom-color: rgba(25, 25, 25, 0.3); }
    .form__textarea::-webkit-input-placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form__textarea:-ms-input-placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form__textarea::-ms-input-placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form__textarea::placeholder {
      color: #6c6c6c;
      opacity: 1; }
  .form__button {
    padding: 10px 23px; }
    .form__button:after {
      font-size: 12px; }

#order {
  position: relative; }

.thx-message {
  padding: 25px 20px 47px;
  background: #202020;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  will-change: opacity, translate3d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 420px;
  width: 100%; }
  .thx-message.showed {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .thx-message.active {
    display: block; }
  .thx-message__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
    color: white;
    opacity: 1;
    cursor: pointer; }
    .thx-message__close:hover {
      opacity: .3; }
  .thx-message__headline {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 10.8px;
    margin: 0 0 17px;
    color: white;
    text-transform: uppercase; }
  .thx-message__desc {
    opacity: 0.61;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.63;
    color: #ffffff; }

.button {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  border: solid 1px #ffffff;
  color: white;
  padding: 10px 23px;
  outline: none;
  letter-spacing: 2.9px;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .button--revert {
    border-color: #202020;
    color: #202020; }
  .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.entrance {
  background: #202020;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%; }
  .entrance__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .entrance__bg-video {
      position: absolute;
      top: -100%;
      bottom: -100%;
      left: -100%;
      right: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .entrance__bg-video.showed {
        opacity: 1; }
    .entrance__bg-image {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 0;
      -webkit-transition: opacity .5s;
      transition: opacity .5s;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .entrance__bg-image.showed {
        opacity: 1; }
  .entrance__content {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    left: 0;
    bottom: -118px;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s; }
    .entrance__content.showed {
      bottom: 0;
      opacity: 1; }
  .entrance .typed-cursor {
    font-size: 28px;
    color: white; }
  .entrance__headline {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: 1.43;
    letter-spacing: 10.8px;
    color: #ffffff;
    display: none; }
    .entrance__headline--dummy {
      font-size: 28px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      text-transform: uppercase;
      line-height: 1.43;
      letter-spacing: 10.8px;
      color: #ffffff;
      margin: 0; }
    .entrance__headline-wrapper {
      padding: 27px 19px 25px 17px;
      width: calc(100% - 65px);
      background: rgba(32, 32, 32, 0.8);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .entrance__mouse {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    color: white;
    position: relative; }
    .entrance__mouse:before {
      content: '\e907';
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1;
      display: block;
      height: 66px;
      margin: 0 auto;
      font-size: 70px; }
    .entrance__mouse:after {
      content: "\e908";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1;
      position: absolute;
      bottom: 46px;
      left: 0;
      right: 0;
      margin: auto; }
    .entrance__mouse.showed:after {
      -webkit-animation-name: mouseScrolling;
              animation-name: mouseScrolling;
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s;
      -webkit-animation-delay: .5s;
              animation-delay: .5s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }

.about {
  background: #202020;
  padding: 100px 0 115px; }

  .about__header {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    margin: 0 0 60px; }
  .about__headline {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 10.8px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 20px;
    max-width: 600px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .about__desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 2.9px;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 505px; }
  .about__founder {
    padding-left: 70px;
    max-width: 406px; }
  .about__label {
    display: block;
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
            transform: rotate(-90deg) translate(-100%, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    position: absolute;
    left: 20px;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0.61;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #ffffff; }
  .about__area {
    position: relative;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto; }
  .about__content {
    font-family: "Cormorant Garamond", sans-serif;
    padding-left: 70px;
    opacity: 0.61;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    color: #ffffff;
    margin-bottom: 90px;
    max-width: 406px; }
    .about__content p {
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      margin: 0 0 25px; }
      .about__content p:last-of-type {
        margin-bottom: 0; }
  .about__digits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-family: "Montserrat", sans-serif;
    max-width: 420px;
    margin: 0 auto; }
    .about__digits-item {
      margin-right: 30px; }
      .about__digits-item:last-of-type {
        margin-right: 0; }
    .about__digits-caption {
      opacity: 0.61;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.2px;
      color: #ffffff;
      margin-bottom: 13px; }
  .about__digit {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff; }

.founder__label {
  font-family: "Montserrat", sans-serif;
  opacity: 0.61;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-bottom: 2px; }

.founder__name {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.7;
  color: #ffffff;
  margin: 0 0 27px; }

.founder__desc {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.7;
  color: #ffffff; }
  .founder__desc:before {
    content: '‘’';
    font-family: "Cormorant Garamond", sans-serif;
    letter-spacing: -5px;
    font-weight: bold;
    line-height: 1;
    font-size: 64px;
    color: white;
    display: block;
    height: 64px; }

.about-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .about-info__left {
    width: calc(100% - 63px);
    background: #eaeaea;
    padding: 57px 26px 130px 20px;
    font-family: "Montserrat", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .about-info__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    background: white; }
  .about-info__content {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.57;
    letter-spacing: 2.9px;
    color: #0f0e0e;
    max-width: 235px; }
  .about-info__headline {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    color: #0f0e0e; }
    .about-info__headline:after {
      content: '';
      display: block;
      margin-top: 4px;
      height: 1px;
      background: #0f0e0e; }
  .about-info__media {
    position: absolute;
    top: 70%;
    left: 60px;
    right: 0;
    margin: auto; }
  .about-info__figure {
    height: 135px;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
    position: relative; }
  .about-info__desc {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 360px; }

.cases {
  background: #202020;
  padding-top: 250px; }
  .cases--page {
    padding-top: 0; }
  .cases__header {
    padding-left: 20px;
    margin-bottom: 50px; }
  .cases__label {
    opacity: 0.56;
    font-family: "Cormorant Garamond", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 2.9px;
    color: #ffffff;
    margin-bottom: 8px; }
  .cases__headline {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 10.8px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase; }
    .cases__headline:after {
      content: '';
      display: block;
      margin-left: 25px;
      height: 2px;
      opacity: 0.13;
      background: white;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
  .cases-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .cases__item {
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 2px; }
    .cases__item:hover .cases__name {
      bottom: 200px; }
    .cases__item:hover .cases__info {
      top: 0; }
    .cases__item:hover .cases__info-item {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: all .3s;
      transition: all .3s; }
      .cases__item:hover .cases__info-item:nth-of-type(1) {
        -webkit-transition-delay: .05s;
                transition-delay: .05s; }
      .cases__item:hover .cases__info-item:nth-of-type(2) {
        -webkit-transition-delay: .15s;
                transition-delay: .15s; }
      .cases__item:hover .cases__info-item:nth-of-type(3) {
        -webkit-transition-delay: .25s;
                transition-delay: .25s; }
  .cases__figure {
    margin: 0;
    position: relative;
    width: 100%; }
    .cases__figure img {
      width: 100%;
      max-width: 100%;
      height: auto;
      vertical-align: top; }
  .cases__name {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 27px;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px 13px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 5.9px;
    color: #ffffff;
    will-change: bottom;
    -webkit-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out; }
  .cases__info {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: calc(100% - 27px);
    left: 0;
    background: rgba(34, 34, 34, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    will-change: top;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .cases__info-item {
      margin-bottom: 14px;
      font-family: "Montserrat", sans-serif;
      -webkit-transition: all .3s ease-in;
      transition: all .3s ease-in;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition-delay: .35s;
              transition-delay: .35s; }
      .cases__info-item h4 {
        opacity: 0.61;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        margin: 0;
        color: #ffffff; }
      .cases__info-item p {
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.33;
        letter-spacing: normal;
        color: #ffffff;
        margin: 0; }
  .cases__link {
    padding: 50px 0; }

.team {
  background: #202020;
  padding-top: 250px; }
  .team__header {
    padding-left: 20px;
    margin-bottom: 50px; }
  .team__label {
    opacity: 0.56;
    font-family: "Cormorant Garamond", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 2.9px;
    color: #ffffff;
    margin-bottom: 8px; }
  .team__headline {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 10.8px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    margin: 0; }
    .team__headline:after {
      content: '';
      display: block;
      margin-left: 25px;
      height: 2px;
      opacity: 0.13;
      background: white;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
  .team-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .team__item {
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 2px; }
    .team__item:hover .team__info-item {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: all .3s;
      transition: all .3s; }
      .team__item:hover .team__info-item:nth-of-type(1) {
        -webkit-transition-delay: .05s;
                transition-delay: .05s; }
      .team__item:hover .team__info-item:nth-of-type(2) {
        -webkit-transition-delay: .15s;
                transition-delay: .15s; }
      .team__item:hover .team__info-item:nth-of-type(3) {
        -webkit-transition-delay: .25s;
                transition-delay: .25s; }
  .team__figure {
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden; }
    .team__figure img {
      max-width: 100%;
      width: 100%;
      height: auto;
      vertical-align: top; }
  .team__name {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 27px;
    bottom: 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px 13px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 5.9px;
    color: #ffffff;
    will-change: bottom;
    -webkit-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out; }
  .team__position {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 20px;
    bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px 13px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.83;
    opacity: .5;
    color: #ffffff;
    will-change: bottom;
    -webkit-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out; }
  .team__info {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: calc(100% - 50px);
    left: 0;
    background: rgba(34, 34, 34, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    will-change: top;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .team__info-item {
      font-family: "Montserrat", sans-serif;
      -webkit-transition: all .3s ease-in;
      transition: all .3s ease-in;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition-delay: .35s;
              transition-delay: .35s; }
      .team__info-item p {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.53;
        opacity: 0.7;
        color: #ffffff;
        margin: 0 0 14px; }

.contacts__header {
  background: #202020;
  padding: 125px 20px 53px; }

.contacts__headline {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 10.8px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  max-width: 600px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.contacts-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contacts-info__left {
    background: #eaeaea;
    padding: 57px 20px 61px;
    font-family: "Montserrat", sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .contacts-info__item {
    margin-bottom: 46px; }
    .contacts-info__item p {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      margin: 0; }
  .contacts-info__label {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: 1.57;
    letter-spacing: 2.9px;
    color: #0f0e0e;
    margin-bottom: 13px; }
  .contacts-info__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .contacts-info__social a {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.57;
      letter-spacing: 2.9px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #868686;
      margin-bottom: 10px;
      -webkit-transition: color .3s;
      transition: color .3s;
      will-change: color; }
      .contacts-info__social a:before {
        margin-right: 18px;
        color: #0f0e0e;
        font-size: 24px; }
      .contacts-info__social a:hover {
        color: black; }
  .contacts-info__form {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background: white;
    max-width: 100%;
    width: 100%; }
  .contacts-info__button-wrapper {
    margin-top: 30px; }

.contacts__right {
  padding: 57px 20px 61px;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.case__info {
  position: relative; }

.case__figure {
  margin: 0;
  position: relative;
  overflow: hidden; }
  .case__figure img {
    max-width: 100%;
    width: 100%;
    vertical-align: top; }

.case__headline {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 10.8px;
  text-transform: uppercase;
  margin: 0;
  word-break: break-word;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  padding: 28px 57px 28px 17px;
  background: rgba(28, 28, 28, 0.8);
  cursor: pointer; }
  .case__headline-opener {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid white;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto; }
    .active > .case__headline-opener:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .active > .case__headline-opener:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .case__headline-opener:after {
      content: '';
      display: block;
      width: 2px;
      height: 12px;
      background: white;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      will-change: transform; }
    .case__headline-opener:before {
      content: '';
      display: block;
      width: 12px;
      height: 2px;
      background: white;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      will-change: transform; }

.case__about {
  width: 100%;
  display: none;
  padding-top: 56px;
  padding-bottom: 60px; }
  .case__about-content {
    opacity: 1;
    margin-bottom: 50px; }
    .case__about-content p {
      opacity: 0.61; }

.case__button-wrapper {
  margin-top: 43px; }

.case__data {
  padding-left: 70px; }
  .case__data-item {
    margin-bottom: 14px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .case__data-item h4 {
      opacity: 0.61;
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.2px;
      margin: 0;
      color: #ffffff; }
    .case__data-item p {
      font-size: 12px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      text-transform: uppercase;
      line-height: 2.33;
      letter-spacing: normal;
      color: #ffffff;
      margin: 0; }

.case__content p {
  margin: 0; }

.case__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-bottom: 2px solid #202020; }

.leads {
  display: none; }

@media screen and (min-width: 768px) {
    body.body--content-flex .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .fancybox-slide {
      padding: 44px; }
    .form {
      padding: 40px 50px 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .form--direct {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .form__content {
        margin-bottom: 0;
        margin-right: 45px;
        max-width: 286px; }
      .form__headline {
        font-size: 22px;
        letter-spacing: 7.2px;
        margin-bottom: 16px; }
      .form__desc {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.71; }
      .form__field {
        font-size: 12px;
        border-bottom-width: 1px; }
        .form__fieldset {
          margin-bottom: 22px; }
      .form__label {
        font-size: 12px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.17;
        margin-bottom: 7px; }
      .form__textarea {
        font-size: 12px;
        border-bottom-width: 1px; }
      .thx-message__headline {
        font-size: 22px;
        letter-spacing: 7.2px;
        margin-bottom: 16px; }
      .thx-message__desc {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.71; }
        .entrance__headline-wrapper {
          width: 50%; }
      .entrance__mouse {
        position: absolute;
        right: 54px;
        bottom: 0; }
      .about-info__left {
        width: 50%; }
      .about-info__figure {
        height: 250px; }
      .about-info__desc {
        margin: 0 auto; }
      .cases-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        margin: 0 -2px; }
      .cases__item {
        width: calc(50% - 2px);
        margin: 0 1px 2px; }
      .team-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        margin: 0 -2px; }
      .team__item {
        width: calc(50% - 2px);
        margin: 0 1px 2px; }
      .team__item:hover .team__name {
        bottom: 190px; }
      .team__item:hover .team__position {
        bottom: 180px; }
      .team__item:hover .team__info {
        top: 0; }
      .team__figure {
        height: auto; }
  .contacts {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contacts__header {
      margin: 0; }
    .contacts-info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .contacts-info__left {
        width: 50%;
        min-width: 50%;
        max-width: 50%; }
    .contacts-info__right {
      width: 50%;
      min-width: 50%;
      max-width: 50%; }
      .contacts-info__form {
        height: 100%; }
    .contacts__right {
      width: 50%;
      min-width: 50%;
      max-width: 50%; }
    .case__headline {
      min-width: 50%;
      width: auto;
      font-size: 28px;
      position: absolute;
      bottom: 0;
      left: 0; } }

@media screen and (min-width: 992px) {
    body {
      -webkit-transition: padding-top .3s;
      transition: padding-top .3s; }
      body.showed {
        padding-top: 50px; }
      .body-inner:after {
        padding-bottom: 160px; }
    .overlay {
      z-index: 3; }
    .header {
      height: 50px;
      max-height: 50px;
      background: #202020;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      .header.showed {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .header-wrapper {
        max-height: 50px;
        background: #202020; }
      .header__action {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .header__action-link {
          opacity: 0.79;
          -webkit-transition: color .3s;
          transition: color .3s;
          text-transform: uppercase;
          will-change: color;
          text-decoration: none;
          color: white;
          font-size: 12px;
          line-height: 1.58;
          letter-spacing: 2.5px;
          margin-right: 30px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .header__action-link:after {
            content: '';
            display: block;
            height: 14px;
            opacity: 0.13;
            width: 1px;
            background: white;
            margin-left: 30px; }
          .header__action-link:hover {
            color: #7a7a7a; }
      .lang--mobile {
        display: none; }
    .lang {
      margin-right: 0; }
    .nav {
      display: block;
      overflow: visible;
      position: static;
      max-width: 100%;
      height: auto;
      width: auto;
      background: none; }
      .nav__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        position: relative;
        max-width: 100%;
        padding-top: 0;
        margin-bottom: 0; }
      .nav__item--mobile {
        display: none; }
        .nav__item a {
          font-size: 12px;
          line-height: 1.58;
          letter-spacing: 2.5px; }
          .nav__item a:hover {
            color: white; }
    .hamb {
      margin-right: 20px; }
    .hamb {
      display: none; }
      .footer__wrap {
        padding: 0 53px; }
      .footer__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        .footer__nav-wrapper {
          -webkit-box-ordinal-group: 1;
          -webkit-order: 0;
              -ms-flex-order: 0;
                  order: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; }
      .footer__copyrights {
        line-height: 34px; }
      .footer__contacts {
        margin-bottom: 0; }
      .footer__caption {
        margin-bottom: 16px; }
      .footer__social {
        margin-bottom: 0; }
      .footer__order {
        margin-bottom: 0; }
      .footer__button:hover {
        background: white;
        color: #0f0e0e; }
    .form {
      padding: 80px 108px 65px;
      min-width: 830px; }
    .button {
      -webkit-transition: all .3s;
      transition: all .3s; }
      .button:hover {
        background: white;
        color: #202020; }
      .button--revert:hover {
        background: #202020;
        color: white; }
    .entrance {
      -webkit-transition: height .3s;
      transition: height .3s; }
      .entrance.showed {
        height: calc(100% - 50px); }
        .entrance__headline-wrapper {
          padding: 19px 25px 19px 53px; }
      .entrance__mouse {
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
        .entrance__mouse.showed {
          opacity: 1; }
      .about__header {
        padding: 0 53px; }
      .about__founder {
        margin: 0 100px 0 110px;
        padding-left: 0; }
      .about__label {
        left: 53px;
        top: 50%;
        -webkit-transform: rotate(-90deg) translate(-50%, 0);
                transform: rotate(-90deg) translate(-50%, 0); }
      .about__area {
        padding: 0 53px; }
      .about__area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .about__content {
        margin: 0 100px 0 110px;
        padding-left: 0; }
        .about__content p {
          line-height: 1.75;
          margin-bottom: 35px; }
      .about__digits {
        max-width: 250px;
        width: 100%; }
        .about__digits-caption {
          font-size: 10px;
          margin-bottom: 4px; }
    .founder__label {
      font-size: 10px;
      margin-bottom: 11px; }
    .founder__name {
      font-size: 18px;
      line-height: 1.56;
      letter-spacing: 0.3px;
      margin-bottom: 21px; }
    .founder__desc {
      font-size: 18px;
      line-height: 1.78; }
      .founder__desc:before {
        height: 34px; }
      .about-info__left {
        padding: 247px 26px 30px 53px;
        min-height: 436px; }
      .about-info__media {
        top: 88px;
        right: 54px;
        left: 36%; }
      .about-info__figure {
        height: 394px;
        margin-bottom: 50px; }
      .about-info__figure img {
        position: absolute;
        top: -100%;
        bottom: -100%;
        left: -100%;
        right: -100%;
        margin: auto;
        min-width: 100%;
        min-height: 100%; }
      .cases__header {
        padding: 0 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
        margin-bottom: 50px; }
      .team__header {
        padding: 0 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
        margin-bottom: 50px; }
      .team__item:hover .team__name {
        bottom: 200px; }
      .team__item:hover .team__position {
        bottom: 190px; }
    .contacts__header {
      padding: 125px 56px 53px; }
      .contacts-info__left {
        padding: 34px 60px 52px 56px; }
    .contacts__right {
      padding: 34px 60px 45px 81px; }
    .case__headline {
      font-size: 32px;
      font-weight: 600;
      line-height: 1.19;
      word-break: normal;
      letter-spacing: 12.3px;
      padding: 15px 57px 15px 54px;
      min-width: 50%; }
    .case__about {
      padding-bottom: 105px; }
      .case__data-item {
        margin-bottom: 21px; }
        .case__data-item p {
          font-size: 16px;
          line-height: 1.75; }
    .case__content img {
      border-bottom-width: 4px; } }

@media screen and (min-width: 992px) and (min-width: 992px) {
    .cases__header {
      padding: 0 53px; }
    .team__header {
      padding: 0 53px; } }

@media screen and (min-width: 1280px) {
      .footer__nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .footer__nav-wrapper {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .footer__nav-item a {
            margin-bottom: 16px; }
            .footer__nav-item a:hover {
              opacity: 0.77; }
      .about__digits {
        position: absolute;
        right: 54px;
        left: 36%; } }

@media screen and (min-width: 1366px) {
      .header-wrapper {
        padding: 0 90px; }
      .footer__wrap {
        padding: 0 140px; }
        .entrance__headline-wrapper {
          padding-left: 140px; }
      .about__header {
        padding: 0 140px; }
      .about__headline {
        font-size: 32px;
        line-height: 1.69;
        letter-spacing: 13.3px;
        margin-bottom: 30px; }
      .about__desc {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.58;
        letter-spacing: 2.5px; }
      .about__label {
        left: 140px; }
      .about__area {
        padding: 0 140px; }
      .about-info__left {
        padding-left: 140px; }
      .cases__item {
        width: calc(33.3% - 2px); }
        .cases__item:nth-of-type(3n + 2) {
          width: calc(33.4% - 2px); }
          .team__info-item p {
            max-width: 50%; }
    .contacts__header {
      padding: 125px 140px 53px; }
    .contacts__headline {
      font-size: 32px;
      line-height: 1.69;
      letter-spacing: 13.3px; }
      .contacts-info__left {
        padding: 80px 108px 65px 140px; } }

@media screen and (min-width: 992px) and (min-width: 1366px) {
    .cases__header {
      padding: 0 140px; }
    .team__header {
      padding: 0 140px; } }

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

@media screen and (max-width: 991px) {
      .about-info__figure img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 0 0 auto;
        display: block; } }
.footer-law {
    background-color: #1a1a1a;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    height: 14px;
    padding: 0 5px;
}
.policy__headline {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 10.4px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.page-with-text {
  font-family: "Montserrat", sans-serif;
  padding: 27px 140px 61px;
  background: #f7f7f7;
}
.page-with-text a {
  color: #343a3a;
  text-decoration: underline;
}
.page-with-text a:hover {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1366px) {
  .page-with-text {
    padding: 27px 56px 61px;
    background: #f7f7f7;
  }
}
@media all and (max-width: 800px) {
  .policy__headline {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .page-with-text a {
    color: #343a3a;
    text-decoration: underline;
    font-size: 1em;
  }
  .page-with-text a:hover {
    color: #000;
    text-decoration: none;
  }
}
@media all and (max-width: 1090px) {
  .policy__headline {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media all and (max-width: 440px) {
  .policy__headline {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .page-with-text a {
    color: #343a3a;
    text-decoration: underline;
    font-size: 1em;
  }
  .page-with-text a:hover {
    color: #000;
    text-decoration: none;
  }
}
@media all and (max-width: 991px) {
  .page-with-text {
    padding: 27px 20px 61px;
    background: #f7f7f7;
  }
}
@media all and (max-width: 428px) {
  .page-with-text h1 {
    font-size: 1.5em;
    margin: 0.67em;
  }
  .page-with-text h2 {
    font-size: 1.3em;
  }
}
@media all and (max-width: 320px) {
  .page-with-text h1 {
    font-size: 1.15em;
    margin: 0.67em;
  }
  .page-with-text h2 {
    font-size: 1em;
  }
}