@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  color: inherit;
  text-decoration: none; }

html {
  overflow-y: scroll; }

html, body {
  width: 100%;
  overflow-x: hidden; }

main {
  display: flex;
  flex-direction: column;
  padding: 10px;
  max-width: 100vw; }
  main a {
    padding: 25px; }
  main * {
    max-width: 100%; }

@font-face {
  font-family: "Aeroport-mono";
  font-display: fallback;
  src: url("/static/fonts/Aeroport-monospaced.otf"); }

@font-face {
  font-family: "Aeroport-regular";
  font-display: fallback;
  src: url("/static/fonts/Aeroport-regular.otf"); }

@font-face {
  font-family: "Zoloto-display";
  font-display: fallback;
  src: url("/static/fonts/Zoloto_45.otf"); }

.title-m {
  font: 55px "Zoloto-display";
  text-transform: uppercase; }

/* Peppermint minimal required styles */
.peppermint.peppermint-active {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0; }

.peppermint.peppermint-active .peppermint-slides {
  position: relative;
  overflow: hidden;
  /* clearfix */
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.peppermint.peppermint-active .peppermint-slides > * {
  float: left;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.peppermint.peppermint-active .peppermint-slides a:active,
.peppermint.peppermint-active .peppermint-slides a:active img {
  outline: none; }

.peppermint.peppermint-active,
.peppermint.peppermint-active .peppermint-dots,
.peppermint.peppermint-active .peppermint-slides,
.peppermint.peppermint-active .peppermint-slides > * {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.peppermint.peppermint-mouse .peppermint-slides {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.peppermint.peppermint-mouse.peppermint-drag .peppermint-slides * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

#fixed-shadow {
  transition: transform .3s ease,visibility 0s .3s linear;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate3d(0, -100%, 0);
  border-bottom: 1px solid black;
  visibility: hidden;
  z-index: 90; }
  #fixed-shadow.scrolled {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .3s ease; }

.header {
  display: flex;
  justify-content: space-between;
  background-color: white;
  z-index: 30;
  overflow: hidden; }
  .header.main-page {
    border-bottom: 1px solid black;
    height: calc(634px/1.1); }
    @media screen and (max-width: 1366px) {
      .header.main-page {
        height: 480px; } }
    @media screen and (max-width: 1023px) {
      .header.main-page {
        height: calc(calc(100vw - 160px) / 1.1); } }
    @media screen and (max-width: 767px) {
      .header.main-page {
        height: calc(calc(100vw - 109px) / 1.1); } }
    .header.main-page.scrollable {
      visibility: visible;
      transform: translate3d(0, 0, 0); }
      .header.main-page.scrollable.scroll-hidden {
        visibility: hidden;
        transition: transform .3s ease,visibility 0s .3s linear;
        transform: translate3d(0, -100%, 0); }
  .header .header-logo {
    width: 634px;
    height: calc(634px/1.1); }
    @media screen and (max-width: 1366px) {
      .header .header-logo {
        height: 480px;
        width: 565px; } }
    @media screen and (max-width: 1023px) {
      .header .header-logo {
        height: calc(calc(100vw - 160px) / 1.1);
        width: calc(100vw - 160px); } }
    @media screen and (max-width: 767px) {
      .header .header-logo {
        width: calc(100vw - 109px);
        height: calc(calc(100vw - 109px) / 1.1); } }

.header-logo, .main-page .header_half_right-side .header__about {
  --min-scrolled-height: 35px; }
  @media screen and (max-width: 1366px) {
    .header-logo, .main-page .header_half_right-side .header__about {
      --min-scrolled-height: 35px; } }
  @media screen and (max-width: 1023px) {
    .header-logo, .main-page .header_half_right-side .header__about {
      --min-scrolled-height: 25px; } }
  @media screen and (max-width: 767px) {
    .header-logo, .main-page .header_half_right-side .header__about {
      --min-scrolled-height: 19px; } }

.header-logo {
  margin-top: calc(calc(19px - var(--min-scrolled-height)) / 2); }

.main-page .header_half_right-side .header__about {
  margin-bottom: calc(calc(19px - var(--min-scrolled-height)) / -2); }

.header_half_right-side {
  height: 100%; }

.scrollable {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  .scrollable .header-logo {
    height: 100%;
    min-height: var(--min-scrolled-height); }

.sticky .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  border-bottom: 1px solid black; }
  .sticky .header .header-logo {
    height: 35px;
    margin-top: -8px; }
    @media screen and (max-width: 767px) {
      .sticky .header .header-logo {
        height: 25px;
        margin-top: -5px; } }
  @media screen and (max-width: 767px) {
    .sticky .header {
      height: 30px; } }
  .sticky .header .header__about {
    opacity: 0; }

.sticky .header__about__mobile {
  display: none; }

.top-header {
  /*
    height: calc(634px/1.1 + 31px);
    
    
    @include for-max-width( $width-large) {
        height: calc(565px / 1.1 + 31px);
      }
    @include for-max-width( $width-medium) {
      height: auto; //calc(calc(100vw - 160px) / 1.1 + 32px);
    }
    @include for-max-width( $width-small ) {
      height: auto; //calc(calc(100vw - 109px) / 1.1 + 32px);
    }

  */ }

.sticky .start-page {
  padding-top: 61px; }
  @media screen and (max-width: 767px) {
    .sticky .start-page {
      padding-top: 51px; } }

.header_half_right-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .header_half_right-side {
      width: 56px; } }
  @media screen and (min-width: 1367px) {
    .header_half_right-side .header__menu {
      padding-left: 10px; } }
  .header_half_right-side .header__about {
    padding-left: 10px; }
    @media screen and (max-width: 1023px) {
      .header_half_right-side .header__about {
        display: none; } }

.header__about__mobile {
  font: 20px/25px Aeroport-regular;
  padding: 15px 33px 15px 33px; }
  @media screen and (max-width: 767px) {
    .header__about__mobile {
      padding: 15px 17px 15px 19px; } }
  @media screen and (min-width: 1024px) {
    .header__about__mobile {
      display: none; } }

.header__about {
  font: 20px/25px Aeroport-regular; }
  @media screen and (max-width: 1023px) {
    .header__about {
      min-height: 397px;
      justify-content: flex-end;
      display: flex;
      flex-direction: column;
      padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .header__about {
      padding-top: 45px;
      padding-left: 19px;
      padding-right: 19px;
      display: block;
      min-height: 0px; } }

/*
.nav-phone {
  position: absolute;
  top: 23px;
  right: 28px;

  @include for-max-width( $width-medium) {
      top: 26px;
      right: 33px;
  }

  @include for-max-width( $width-small) {
    top: 21px;
    right: 9px;
  }
}

*/
.menu-container-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.menu-container {
  background-color: white;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  height: 100vh;
  width: 100vw;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 100; }
  @media screen and (min-width: 1367px) {
    .menu-container {
      display: none; } }
  .menu-container .menu-content {
    display: flex;
    flex-direction: row;
    padding: 17px 33px 33px;
    align-items: flex-start;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .menu-container .menu-content {
        padding: 3px 17px 90px 19px;
        justify-content: flex-start; } }
    .menu-container .menu-content .img-logo {
      height: calc(100vh - 300px); }
      @media screen and (min-width: 1024px) {
        .menu-container .menu-content .img-logo {
          width: 70%;
          height: calc(100vh - 265px); } }
      @media screen and (max-width: 1023px) {
        .menu-container .menu-content .img-logo {
          width: 100%; } }

.menu-container-header {
  display: flex;
  border-bottom: 1px solid black; }

.header, .menu-container-header {
  padding: 19px 33px 11px 33px; }
  @media screen and (max-width: 1366px) {
    .header, .menu-container-header {
      padding: 19px 33px 11px 33px; } }
  @media screen and (max-width: 1023px) {
    .header, .menu-container-header {
      padding: 19px 33px 11px 33px;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .header, .menu-container-header {
      padding: 17px 17px 13px 19px; } }

.top-header {
  border-bottom: 1px solid black; }

.nav--links {
  font: 55px "Zoloto-display";
  text-transform: uppercase; }
  @media screen and (max-width: 1366px) {
    .nav--links {
      font-size: 45px; } }
  @media screen and (max-width: 1023px) {
    .nav--links {
      font-size: 35px;
      margin-top: 6px; } }
  @media screen and (max-width: 767px) {
    .nav--links {
      font-size: 29px; } }
  @media screen and (min-width: 1024px) {
    .nav--links {
      text-align: right; } }
  .nav--links a.active {
    color: #C89F6E; }

.links--container {
  display: flex;
  text-transform: uppercase;
  flex-direction: column;
  height: calc(100vh - 265px);
  width: 25%;
  justify-content: space-between;
  align-items: flex-end;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .links--container {
      margin-top: 4px;
      height: calc(100vh - 300px);
      width: 100%;
      text-align: left;
      align-items: flex-start; } }

.long-social-links, .short-social-links {
  text-transform: uppercase;
  display: flex;
  font: 15px 'Aeroport-mono'; }

.long-social-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: fixed;
  bottom: 33px;
  right: 33px; }
  .long-social-links a {
    margin-right: 9px;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .long-social-links a {
        margin-right: 0; } }
    .long-social-links a.lang:last-child {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .long-social-links a.lang:last-child {
          display: none; } }
  @media screen and (max-width: 767px) {
    .long-social-links {
      justify-content: space-between;
      left: 19px;
      right: 17px; } }

.short-social-links {
  margin-top: 17px;
  width: calc(100% - 36px);
  display: none;
  justify-content: space-between;
  position: fixed;
  bottom: 30px;
  left: 19px;
  right: 17px; }
  .short-social-links a {
    margin-right: 9px; }

.menu-button {
  cursor: pointer;
  user-select: none; }

.menu-open {
  padding: 33px; }

.menu-closed {
  padding: 10px 33px; }

.header-logo {
  will-change: auto; }

.header__about {
  transition: opacity .7s linear; }

/* animation */
.fade-enter {
  opacity: 0; }

.fade-enter-active {
  transition: opacity 1s linear; }

.fade-leave-active {
  transition: opacity .5s;
  opacity: 0; }

/* logo */
.logo--text {
  font: 20px/15px Zoloto-display;
  text-transform: uppercase;
  /* word-spacing: 100vw; */ }

/* container  */
.zoloto-header {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 33px;
  border-bottom: 1px solid black; }

.header-logo, .img-logo {
  background: url("/static/images/logo.svg") top/contain no-repeat;
  background-position-x: left; }

.nav {
  font: 15px Aeroport-mono;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1366px) {
    .nav {
      display: none; } }

.nav-phone {
  display: none;
  font: 15px 'Aeroport-mono';
  text-transform: uppercase;
  cursor: pointer; }
  @media screen and (max-width: 1366px) {
    .nav-phone {
      display: flex;
      justify-content: flex-end; } }

.nav-phone:before {
  content: '';
  width: 10px;
  height: 10px;
  background: black;
  position: relative;
  top: 11px;
  left: -4px;
  transform: translateY(-50%); }

.nav a.active {
  color: #C89F6E; }

@media screen and (min-width: 768px) {
  .slider-mobile {
    display: none; } }

.slider-mobile .next-slide-button {
  position: absolute;
  top: calc(110vw - 40px);
  width: 26px;
  height: 26px;
  right: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIyOXB4IiB2aWV3Qm94PSIwIDAgMzIgMjkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR3JvdXAiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIxMCIgd2lkdGg9IjE3IiBoZWlnaHQ9IjgiPjwvcmVjdD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlJlY3RhbmdsZS0zIiBwb2ludHM9IjE3IDAgMzIgNS40MTUwMzkwNiAzMiAyMi40MjM4MjgxIDE3IDI4LjA2MzQ3NjYgMTcgMTkuNTA4Nzg5MSAyOS40MjA0MTAyIDE0LjAzMTczODMgMTcgOC43MjExOTE0MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==); }

.slider-mobile .project-mobile-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 140px;
  display: block; }

.slider-mobile .mobile-slider-item img {
  width: calc(100vw - 36px); }

@media screen and (max-width: 767px) {
  .slider-desktop {
    display: none; } }

.project-mobile-image-container {
  width: calc(100vw - 19px);
  height: 110vw;
  margin-bottom: 20px;
  margin-right: 10px;
  background-size: auto 100%;
  background-position-x: 50%;
  background-repeat: no-repeat; }

.project-slide {
  margin-right: 20px;
  align-self: baseline;
  width: 62.9vw;
  position: relative; }
  @media screen and (max-width: 1366px) {
    .project-slide {
      width: 78.5vw; } }
  @media screen and (max-width: 1023px) {
    .project-slide {
      width: 83.3vw; } }
  @media screen and (max-width: 767px) {
    .project-slide {
      width: calc(200vw - 20px); } }
  .project-slide h2 {
    max-width: calc(100vw - 20px); }

.project-slide img {
  pointer-events: none;
  user-select: none;
  width: 62.9vw; }
  @media screen and (max-width: 1366px) {
    .project-slide img {
      width: 78.5vw; } }
  @media screen and (max-width: 1023px) {
    .project-slide img {
      width: 83.3vw; } }
  @media screen and (max-width: 767px) {
    .project-slide img {
      width: calc(200vw - 20px); } }

.project-slide-title {
  font: 20px/25px "Aeroport-regular";
  margin-top: 25px;
  /*
    @include for-max-width( $width-medium) {
        margin-left: 30px;
        max-width: 100%;
    }
*/ }
  @media screen and (max-width: 767px) {
    .project-slide-title {
      margin-left: 0;
      margin-top: -11px; } }

.slider--outer {
  position: relative;
  overflow: hidden;
  /*cursor: none;*/
  margin-top: 10px; }
  @media screen and (max-width: 1366px) {
    .slider--outer {
      margin-top: 26px; } }

.project-slide-container {
  position: relative;
  --width-base: 62.9vw; }
  @media screen and (max-width: 1366px) {
    .project-slide-container {
      --width-base: 78.5vw; } }
  @media screen and (max-width: 1023px) {
    .project-slide-container {
      --width-base: 83.3vw; } }
  @media screen and (max-width: 767px) {
    .project-slide-container {
      --width-base: calc(200vw - 20px); } }
  .project-slide-container.animated {
    transition: left 800ms; }

.slider--outer-inner-wrapper-left {
  position: absolute;
  width: calc(0.25 * 62.9vw);
  height: 43.9vw;
  top: 0;
  left: 0;
  z-index: 50; }
  @media screen and (max-width: 1366px) {
    .slider--outer-inner-wrapper-left {
      width: calc(0.25 * 78.5vw);
      height: 54.7vw; } }
  @media screen and (max-width: 1023px) {
    .slider--outer-inner-wrapper-left {
      width: calc(0.25 * 83.3vw);
      height: 58.6vw; } }
  @media screen and (max-width: 767px) {
    .slider--outer-inner-wrapper-left {
      display: none; } }

.slider--outer-inner-wrapper-center {
  position: absolute;
  left: calc(0.25 * 62.9vw);
  width: calc(0.5 * 62.9vw);
  height: 43.9vw;
  top: 0;
  z-index: 50;
  cursor: pointer; }
  @media screen and (max-width: 1366px) {
    .slider--outer-inner-wrapper-center {
      left: calc(0.25 * 78.5vw);
      width: calc(0.5 * 78.5vw);
      height: 54.7vw; } }
  @media screen and (max-width: 1023px) {
    .slider--outer-inner-wrapper-center {
      left: calc(0.25 * 83.3vw);
      width: calc(0.5 * 83.3vw);
      height: 58.6vw; } }
  @media screen and (max-width: 767px) {
    .slider--outer-inner-wrapper-center {
      left: 0;
      width: calc(87.5vw - 50px);
      height: calc(62.5vw + 80px); } }

.slider--outer-inner-wrapper-left {
  cursor: url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjMycHgiIGhlaWdodD0iMjlweCIgdmlld0JveD0iMCAwIDMyIDI5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNi4wMDAwMDAsIDE0LjUwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTYuMDAwMDAwLCAtMTQuNTAwMDAwKSAiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIxMCIgd2lkdGg9IjE3IiBoZWlnaHQ9IjgiPjwvcmVjdD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlJlY3RhbmdsZS0zIiBwb2ludHM9IjE3IDAgMzIgNS40MTUwMzkwNiAzMiAyMi40MjM4MjgxIDE3IDI4LjA2MzQ3NjYgMTcgMTkuNTA4Nzg5MSAyOS40MjA0MTAyIDE0LjAzMTczODMgMTcgOC43MjExOTE0MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+), e-resize; }

.slider--outer-inner-wrapper-right {
  position: absolute;
  width: calc(100vw - 0.75 * 62.9vw);
  height: 43.9vw;
  top: 0;
  right: 0;
  z-index: 50; }
  @media screen and (max-width: 1366px) {
    .slider--outer-inner-wrapper-right {
      width: calc(100vw - 0.75 * 78.5vw);
      height: 54.7vw; } }
  @media screen and (max-width: 1023px) {
    .slider--outer-inner-wrapper-right {
      width: calc(100vw - 0.75 * 83.3vw);
      height: 58.6vw; } }
  @media screen and (max-width: 767px) {
    .slider--outer-inner-wrapper-right {
      display: none; } }

.slider--outer-inner-wrapper-right {
  cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIyOXB4IiB2aWV3Qm94PSIwIDAgMzIgMjkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR3JvdXAiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIxMCIgd2lkdGg9IjE3IiBoZWlnaHQ9IjgiPjwvcmVjdD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlJlY3RhbmdsZS0zIiBwb2ludHM9IjE3IDAgMzIgNS40MTUwMzkwNiAzMiAyMi40MjM4MjgxIDE3IDI4LjA2MzQ3NjYgMTcgMTkuNTA4Nzg5MSAyOS40MjA0MTAyIDE0LjAzMTczODMgMTcgOC43MjExOTE0MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==), e-resize; }

.zoloto-projects-images-nav {
  font: 15px 'Aeroport-mono';
  text-transform: uppercase;
  color: #CBCBCB;
  margin-top: 11px;
  align-self: baseline; }
  @media screen and (max-width: 1366px) {
    .zoloto-projects-images-nav {
      margin-top: 16px; } }
  @media screen and (max-width: 767px) {
    .zoloto-projects-images-nav {
      display: none; } }
  .zoloto-projects-images-nav a {
    cursor: pointer;
    margin-left: 0.17em; }
    .zoloto-projects-images-nav a:first-child {
      margin-left: 0; }
    .zoloto-projects-images-nav a.active {
      color: #000; }
    .zoloto-projects-images-nav a.all {
      letter-spacing: 0; }

.zoloto-projects {
  padding: 23px 0 0 33px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .zoloto-projects {
      padding: 18px 0 21px 19px; } }
  @media screen and (min-width: 768px) {
    .zoloto-projects .slider--outer {
      margin: 10px -33px 0px 0px; } }

.zoloto-projects-header {
  display: flex;
  justify-content: space-between;
  margin-right: 33px;
  padding: 15px 0; }
  @media screen and (max-width: 1366px) {
    .zoloto-projects-header {
      margin-right: 33px; } }
  @media screen and (max-width: 1023px) {
    .zoloto-projects-header {
      margin-right: 35px; } }
  @media screen and (max-width: 767px) {
    .zoloto-projects-header {
      padding: 0; } }
  .zoloto-projects-header .projects-header-title {
    font: 55px "Zoloto-display";
    text-transform: uppercase; }
    @media screen and (max-width: 1366px) {
      .zoloto-projects-header .projects-header-title {
        font-size: 45px; } }
    @media screen and (max-width: 1023px) {
      .zoloto-projects-header .projects-header-title {
        font-size: 35px;
        margin-top: 10px; } }
    @media screen and (max-width: 767px) {
      .zoloto-projects-header .projects-header-title {
        font-size: 29px; } }

.slider--outer-phone-button {
  position: relative;
  display: none;
  background-image: url("/static/images/next.svg");
  width: 25px;
  height: 22px;
  left: calc(100vw - 65px);
  bottom: 50px;
  cursor: pointer;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .slider--outer-phone-button {
      display: block; } }

.project-slide-container {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  touch-action: none; }
  @media screen and (max-width: 767px) {
    .project-slide-container {
      margin-bottom: 51px; } }

.project-slide-container::-webkit-scrollbar {
  display: none; }

.zoloto-projects-phone {
  font: 15px 'Aeroport-mono';
  text-transform: uppercase;
  color: #CBCBCB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  padding-right: 17px; }
  @media screen and (min-width: 768px) {
    .zoloto-projects-phone {
      display: none; } }
  .zoloto-projects-phone .all {
    letter-spacing: 0; }

.zoloto-projects-phone-nav {
  align-self: baseline; }
  .zoloto-projects-phone-nav a {
    cursor: pointer;
    margin-left: 0.17em; }
    .zoloto-projects-phone-nav a:first-child {
      margin-left: 0; }
    .zoloto-projects-phone-nav a.active {
      color: #000; }

.news-container-item {
  border-top: 1px solid black; }
  .news-container-item:first-child {
    border-top: none; }

.zoloto-news {
  background: black;
  color: white; }

.zoloto-news-single {
  font: 20px 'Aeroport-regular';
  border-bottom: 1px solid #303030;
  padding: 32px 35px 30px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1366px) {
    .zoloto-news-single {
      padding: 28px 33px  34px 35px; } }
  @media screen and (max-width: 1023px) {
    .zoloto-news-single {
      padding: 31px 30px  31px 32px; } }
  @media screen and (max-width: 767px) {
    .zoloto-news-single {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      align-items: stretch;
      padding: 17px 17px 17px 19px; } }

.news-single-title {
  max-width: 75%; }
  @media screen and (max-width: 767px) {
    .news-single-title {
      margin-top: 5px;
      max-width: 100%;
      line-height: 25px; } }

.zoloto-news-single-header {
  padding: 24px 33px 14px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #303030; }
  @media screen and (max-width: 767px) {
    .zoloto-news-single-header {
      padding: 17px 17px 17px 19px; } }

.zoloto-news-header {
  font: 55px "Zoloto-display";
  text-transform: uppercase; }
  @media screen and (max-width: 1366px) {
    .zoloto-news-header {
      font-size: 45px; } }
  @media screen and (max-width: 1023px) {
    .zoloto-news-header {
      font-size: 35px; } }
  @media screen and (max-width: 767px) {
    .zoloto-news-header {
      font-size: 29px; } }

@media screen and (max-width: 1023px) {
  .news-index .news-single-title {
    width: 75%; } }

.news-single-date {
  font: 15px 'Aeroport-mono';
  display: flex;
  justify-content: center;
  flex-direction: column; }

.zoloto-news-link-all {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font: 15px 'Aeroport-mono';
  cursor: pointer;
  margin-top: 4px; }
  @media screen and (min-width: 1024px) {
    .zoloto-news-link-all {
      margin-top: 0px; } }

.zoloto-news-hovered-img {
  position: absolute;
  width: 208px;
  height: 156px;
  z-index: 25;
  /*top: -35px;*/ }
  .zoloto-news-hovered-img img {
    margin: 0 auto;
    display: block;
    max-height: 100%;
    position: relative; }
  .zoloto-news-hovered-img.active {
    display: block; }

.footer-address-container {
  margin-top: -10px; }

.zoloto-footer {
  padding: 30px 33px;
  border-top: 1px solid black;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1366px) {
    .zoloto-footer {
      padding: 30px 33px 30px; } }
  @media screen and (max-width: 1023px) {
    .zoloto-footer {
      padding: 30px 34px 30px; } }
  @media screen and (max-width: 767px) {
    .zoloto-footer {
      padding: 30px 17px 30px 19px;
      flex-direction: column; } }
  .zoloto-footer ul {
    display: flex; }
  .zoloto-footer ul li {
    margin-right: 35px; }
    @media screen and (max-width: 767px) {
      .zoloto-footer ul li {
        margin-right: 29px; } }
  .zoloto-footer li:last-child {
    margin-right: 0; }

.zoloto-footer-address {
  font: 20px/25px 'Aeroport-regular';
  display: inline-block;
  margin-right: 50px;
  margin-top: 10px; }
  @media screen and (max-width: 1023px) {
    .zoloto-footer-address {
      margin-bottom: 8px; } }

.zoloto-footer-social {
  font: 15px 'Aeroport-mono';
  text-transform: uppercase;
  align-self: flex-end; }
  @media screen and (max-width: 1023px) {
    .zoloto-footer-social {
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .zoloto-footer-social {
      margin-top: 70px;
      width: 100%; }
      .zoloto-footer-social ul {
        justify-content: space-between; } }

.scrollable-with-filter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: white; }
  .scrollable-with-filter .header {
    border-bottom: 1px solid black; }

.filter-panel-no-open {
  transition: height .3s linear, transform .3s linear; }

.filter-panel-open {
  transform: translate(0, 0) !important; }

.projects-filter {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  padding: 0 33px 10px;
  justify-content: space-between;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  border-top: 10px solid white; }
  @media screen and (max-width: 1366px) {
    .projects-filter {
      padding: 0 33px 10px;
      border-top: 10px solid white; } }
  @media screen and (max-width: 1023px) {
    .projects-filter {
      border-top: 10px solid white;
      padding: 0px 33px 12px; } }
  @media screen and (max-width: 767px) {
    .projects-filter {
      padding: 0px 0px 15px 0px; } }
  .projects-filter.projects-filter-desktop {
    margin-top: calc(-1 * var(--top-menu-shift)); }
    @media screen and (max-width: 767px) {
      .projects-filter.projects-filter-desktop {
        display: none; } }
  @media screen and (min-width: 768px) {
    .projects-filter.projects-filter-mobile {
      display: none; } }
  .projects-filter.projects-filter-mobile .projects-phone-header {
    position: fixed;
    top: calc(61px - var(--top-menu-shift));
    left: 0;
    right: 0; }
  .projects-filter.projects-filter-mobile.mobile-filter-open .projects-filter-content {
    margin-top: 110px;
    height: var(--shadow-height);
    transform: translate(0, 0);
    transition: transform .3s ease, height .3s ease; }
  .projects-filter.projects-filter-mobile.mobile-filter-closed {
    height: 0;
    padding: 0;
    border: none; }
    .projects-filter.projects-filter-mobile.mobile-filter-closed .projects-filter-content {
      height: 0px;
      transform: translate(0px, -100%);
      transition: height .3s ease, transform .3s ease,margin-top 0s .3s linear; }
    .projects-filter.projects-filter-mobile.mobile-filter-closed .projects-list-row {
      position: fixed;
      top: calc(109px - var(--top-menu-shift));
      left: 0;
      right: 0;
      background-color: white;
      border-bottom: 15px solid white;
      z-index: 30; }
      .projects-filter.projects-filter-mobile.mobile-filter-closed .projects-list-row:after {
        content: '';
        width: 100vw;
        border-bottom: 1px solid black;
        position: absolute;
        left: 0px;
        bottom: -15px; }
    .projects-filter.projects-filter-mobile.mobile-filter-closed + .projects-gallery-wrapper {
      margin-top: 169px; }

#scrollable-with-filter-shadow .projects-filter-desktop {
  display: flex; }

.projects-phone-header {
  display: none; }
  @media screen and (max-width: 767px) {
    .projects-phone-header {
      display: flex;
      justify-content: space-between;
      padding: 14px 17px 0px 19px;
      background: white;
      z-index: 30; } }

.projects-filter-content .projects-filter-title {
  border-top: 14px solid white; }

.projects-filter-title {
  font: 55px 'Zoloto-display';
  width: 50%; }
  @media screen and (max-width: 1366px) {
    .projects-filter-title {
      font-size: 45px; } }
  @media screen and (max-width: 1023px) {
    .projects-filter-title {
      font-size: 35px; } }
  @media screen and (max-width: 767px) {
    .projects-filter-title {
      width: 50%;
      font-size: 29px; } }

.projects-filter-view-type {
  font: 15px/2.3 'Aeroport-mono';
  display: flex;
  padding-left: 15px; }

.projects-filter-hide {
  font: 15px/35px "Aeroport-mono"; }

.view-type-single {
  position: relative; }

.view-type-single.active::before {
  content: '';
  width: 10px;
  height: 10px;
  background: black;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%); }

.filter-column-title {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .filter-column-title {
      line-height: 9px; } }

.projects-filter-column {
  font: 15px 'Aeroport-mono';
  line-height: 35px; }
  @media screen and (max-width: 767px) {
    .projects-filter-column .projects-filter-title {
      display: none; } }
  @media screen and (min-width: 768px) {
    .projects-filter-column ul {
      margin-top: 28px; } }

/*
.projects-filter-column:last-of-type {
  margin-left: 150px;
  margin-right: 75px;
  @include for-max-width( 1024px){
    margin-right: 0;
    margin-left: 50px;
  }
  @include for-max-width( 768px){
    margin-right: 0;
    margin-left: 0;
  }
  @include for-max-width( $width-small){
    margin-bottom: 0px;
  }
}
*/
.projects-filter-column-titled {
  display: flex;
  flex-flow: row;
  flex-grow: 1;
  margin-left: 0; }
  @media screen and (max-width: 767px) {
    .projects-filter-column-titled {
      flex-flow: column; } }

.project-filter-column-wrapper {
  display: flex;
  width: 50%;
  flex-flow: row;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .project-filter-column-wrapper {
      padding-top: 16px; } }
  @media screen and (max-width: 1023px) {
    .project-filter-column-wrapper {
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .project-filter-column-wrapper {
      flex-flow: column;
      padding: 0 18px;
      width: 100%; }
      .project-filter-column-wrapper.open-wrapper {
        border-top: 1px solid black; } }
  @media screen and (min-width: 1024px) {
    .project-filter-column-wrapper .projects-filter-column {
      padding-top: 10px; } }
  @media screen and (min-width: 768px) {
    .project-filter-column-wrapper .projects-filter-column:first-child {
      padding-left: 10px; } }
  @media screen and (max-width: 767px) {
    .project-filter-column-wrapper .projects-filter-column:first-child {
      padding-bottom: 45px; } }

.projects-filter-hide,
.projects-filter-column li,
.projects-filter-view-type div,
.projects-gallery-load-more {
  cursor: pointer;
  user-select: none; }

.is-type-selected {
  color: #C89F6E; }

/* оптимиировать стили */
@media screen and (max-width: 767px) {
  .projects-list-row {
    padding: 0 14px; } }

@media screen and (max-width: 767px) {
  .projects-list-row .projects-filter-hide, .projects-list-row .projects-filter-view-type.filter-closed {
    display: none; } }

@media screen and (min-width: 768px) {
  .projects-list-row {
    display: flex;
    justify-content: space-between; } }

.projects-list-row .projects-filter-view-type {
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .projects-list-row .projects-filter-view-type {
      padding: 10px 4px 0 22px; } }
  @media screen and (min-width: 768px) {
    .projects-list-row .projects-filter-view-type {
      width: 22%; } }

.projects-gallery-wrapper {
  padding: 0;
  min-height: 75vh; }

/* объединить стили анимации с меню  */
.fade-enter {
  opacity: 0; }

.fade-enter-active {
  transition: all 1s linear; }

.fade-leave-active {
  transition: all .5s;
  opacity: 0; }

.projects-gallery-row {
  flex-flow: column; }

.projects-gallery-row .project-card {
  padding: 22px 17px;
  border-bottom: 1px solid black;
  margin-top: 0;
  display: block; }
  @media screen and (min-width: 768px) {
    .projects-gallery-row .project-card {
      padding: 31px 32px; } }

.projects-gallery-row .project-card:last-of-type {
  border-bottom: none; }

.projects-gallery-row .project-card-title {
  margin-top: 0; }

.projects-gallery {
  padding: 25px 33px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap; }
  @media screen and (max-width: 767px) {
    .projects-gallery {
      flex-flow: column;
      padding: 25px 17px 25px 19px; } }
  @media screen and (min-width: 768px) {
    .projects-gallery .project-card:nth-child(odd) .project-card-image, .projects-gallery .project-card:nth-child(odd) .project-card-title {
      margin-right: 10px; }
    .projects-gallery .project-card:nth-child(even) .project-card-image, .projects-gallery .project-card:nth-child(even) .project-card-title {
      margin-left: 10px; } }

.project-card {
  position: relative;
  flex-basis: 50%;
  padding-bottom: 67px; }
  .project-card .clickable {
    cursor: pointer; }

.project-card:last-of-type {
  padding-bottom: 26px; }

.project-card-image {
  position: relative;
  display: block; }
  .project-card-image img {
    max-width: 100%; }
  .project-card-image .description {
    font: 20px/25px 'Aeroport-regular';
    display: none;
    border: 1px solid black;
    position: absolute;
    background-color: white;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px 22px;
    flex-direction: column;
    justify-content: space-between; }
    .project-card-image .description .title {
      font-size: 20px; }
    .project-card-image .description .tags {
      margin: 20px 0;
      font: 15px "Aeroport-mono";
      text-transform: uppercase; }
  @media screen and (min-width: 767px) {
    .project-card-image:hover .description {
      display: flex; } }

.project-card-title {
  font: 20px/25px 'Aeroport-regular';
  margin-top: 15px;
  display: block; }

.projects-gallery-load-more {
  font: 15px 'Aeroport-mono';
  text-transform: uppercase;
  flex-grow: 2;
  text-align: center;
  margin-bottom: 22px; }

.project-page-content {
  padding: 15px; }
  @media screen and (max-width: 1023px) {
    .project-page-content {
      padding-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    .project-page-content {
      padding: 17px 0; } }
  .project-page-content h1 {
    font: 20px "Aeroport-regular";
    padding: 9px 18px; }
    .project-page-content h1 a {
      color: inherit;
      text-decoration: none; }
  .project-page-content .divider {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid black; }
  .project-page-content .project-page-content__header {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between; }
    .project-page-content .project-page-content__header a.portfolio {
      font: 15px Aeroport-mono;
      margin-top: 165px;
      margin-bottom: 30px;
      margin-right: 5px;
      width: 100%;
      display: block;
      text-align: right;
      color: inherit;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (max-width: 1366px) {
        .project-page-content .project-page-content__header a.portfolio {
          margin-top: 119px; } }
      @media screen and (max-width: 1023px) {
        .project-page-content .project-page-content__header a.portfolio {
          margin-top: 57px;
          margin-bottom: 16px; } }
      @media screen and (max-width: 767px) {
        .project-page-content .project-page-content__header a.portfolio {
          margin-top: 35px;
          margin-right: 17px; } }
      .project-page-content .project-page-content__header a.portfolio:before {
        content: '';
        width: 20px;
        height: 20px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOC4yNiAyNC44NCI+PHRpdGxlPkFzc2V0IDQ8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggZD0iTTAsMTIuNDJWNUwxMy4yNywwVjcuNDdaTTEzLjI3LDI0Ljg0LDAsMTkuODlWMTIuNDJsMTMuMjcsNVptMTUtMTYuMDd2Ny4yOWgtMTVWOC43N1oiLz48L2c+PC9nPjwvc3ZnPg==) center/contain no-repeat;
        display: inline-block;
        transform: rotate(270deg);
        position: relative;
        left: -9px;
        top: 4px; }
    .project-page-content .project-page-content__header.rewards-block-content {
      padding-top: 30px; }
  .project-page-content .project-page-content__header-title {
    font: 55px "Zoloto-display";
    line-height: 50px;
    flex-basis: 40%;
    margin-bottom: 15px;
    margin-left: 2px;
    text-transform: uppercase; }
    @media screen and (max-width: 1366px) {
      .project-page-content .project-page-content__header-title {
        font: 45px "Zoloto-display";
        margin-top: 0px;
        margin-left: -1px;
        line-height: 40px; } }
    @media screen and (max-width: 1023px) {
      .project-page-content .project-page-content__header-title {
        font: 40px "Zoloto-display";
        font-size: 35px;
        margin-top: 6px;
        flex-basis: auto;
        line-height: 30px; } }
    @media screen and (max-width: 767px) {
      .project-page-content .project-page-content__header-title {
        font-size: 29px;
        margin-top: 12px;
        margin-left: 19px;
        margin-bottom: 28px;
        margin-right: 17px;
        line-height: 25px;
        word-break: break-word; } }
    .project-page-content .project-page-content__header-title.showcase_header {
      margin-top: 30px; }
  .project-page-content .project-page-content__header-group {
    flex-basis: 45%; }
    @media screen and (max-width: 1023px) {
      .project-page-content .project-page-content__header-group {
        flex-basis: auto; } }
    .project-page-content .project-page-content__header-group h1 {
      padding: 0; }
      @media screen and (max-width: 1023px) {
        .project-page-content .project-page-content__header-group h1 {
          padding-bottom: 15px; } }
      @media screen and (max-width: 767px) {
        .project-page-content .project-page-content__header-group h1 {
          font-size: 17px;
          padding: 0 17px 11px 19px; } }
  .project-page-content .project-page-content__header-about {
    font-family: "Aeroport-regular";
    font-size: 20px;
    line-height: 25px;
    flex-basis: 50%;
    margin-bottom: 25px;
    margin-top: -4px; }
    @media screen and (min-width: 1024px) {
      .project-page-content .project-page-content__header-about {
        position: relative;
        left: 10px; } }
    @media screen and (max-width: 1023px) {
      .project-page-content .project-page-content__header-about {
        flex-basis: auto;
        margin-top: 11px; } }
    @media screen and (max-width: 767px) {
      .project-page-content .project-page-content__header-about {
        font-size: 17px;
        flex-basis: auto;
        padding: 0 17px 0 19px;
        line-height: 23px; } }
    .project-page-content .project-page-content__header-about p {
      margin-bottom: 15px; }
    .project-page-content .project-page-content__header-about .reward-block {
      display: flex;
      border-bottom: 1px solid black;
      padding: 30px 0; }
      @media screen and (max-width: 767px) {
        .project-page-content .project-page-content__header-about .reward-block {
          flex-direction: column;
          padding: 15px 0; } }
      .project-page-content .project-page-content__header-about .reward-block:last-child {
        border-bottom: none; }
      .project-page-content .project-page-content__header-about .reward-block .reward-date {
        font: 15px 'Aeroport-mono';
        width: 33%; }
        @media screen and (max-width: 1023px) {
          .project-page-content .project-page-content__header-about .reward-block .reward-date {
            width: 50%; } }
        @media screen and (max-width: 767px) {
          .project-page-content .project-page-content__header-about .reward-block .reward-date {
            width: 100%;
            margin-bottom: 55px; } }
      .project-page-content .project-page-content__header-about .reward-block .reward-info {
        width: 67%; }
        @media screen and (max-width: 1023px) {
          .project-page-content .project-page-content__header-about .reward-block .reward-info {
            width: 50%; } }
        @media screen and (max-width: 767px) {
          .project-page-content .project-page-content__header-about .reward-block .reward-info {
            width: 100%; } }
  .project-page-content .project-page-content__subheader {
    font: 20px "Aeroport-regular";
    flex-basis: 40%;
    line-height: 25px; }
    @media screen and (max-width: 767px) {
      .project-page-content .project-page-content__subheader {
        padding: 0 17px 0 19px; } }
  .project-page-content .project-page-content__main-image {
    flex-grow: 1;
    flex-basis: 100%;
    margin-bottom: 40px;
    position: relative; }
    .project-page-content .project-page-content__main-image img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .project-page-content .project-page-content__main-image {
        padding: 30px 17px 0 19px; } }
  .project-page-content .project-page-content__gallery {
    padding-top: 20px;
    padding-bottom: 35px;
    overflow-x: auto;
    width: 100vw;
    max-width: 100%; }
    @media screen and (max-width: 1366px) {
      .project-page-content .project-page-content__gallery {
        padding-top: 3px; } }
    @media screen and (max-width: 767px) {
      .project-page-content .project-page-content__gallery {
        padding: 3px 0 3px 19px;
        width: calc(100% - 19px); } }
    .project-page-content .project-page-content__gallery .project-slide-container {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .project-page-content .project-page-content__gallery .project-slide-container {
          --width-base: calc(100vw - 20px); }
          .project-page-content .project-page-content__gallery .project-slide-container .project-slide {
            width: 87.5vw; }
            .project-page-content .project-page-content__gallery .project-slide-container .project-slide img {
              width: 87.5vw; } }
    .project-page-content .project-page-content__gallery .gallery-footer {
      width: calc(100% - 63px);
      margin-top: 26px; }
      @media screen and (max-width: 767px) {
        .project-page-content .project-page-content__gallery .gallery-footer {
          width: 100%;
          margin-top: 14px; } }
    .project-page-content .project-page-content__gallery .project-slide-gallery-overlay {
      position: absolute;
      width: calc(37.1vw - 20px);
      height: 43.9vw;
      top: 0;
      right: 0;
      z-index: 50;
      background: rgba(255, 255, 255, 0.63); }
      @media screen and (max-width: 1366px) {
        .project-page-content .project-page-content__gallery .project-slide-gallery-overlay {
          height: 54.7vw;
          width: calc(21.5vw - 20px); } }
      @media screen and (max-width: 1023px) {
        .project-page-content .project-page-content__gallery .project-slide-gallery-overlay {
          height: 58.6vw;
          width: calc(16.7vw - 20px); } }
      @media screen and (max-width: 767px) {
        .project-page-content .project-page-content__gallery .project-slide-gallery-overlay {
          display: none; } }
  .project-page-content .project-page-content__gallery-images {
    display: flex;
    overflow-x: auto;
    margin-bottom: 22px; }
    @media screen and (max-width: 767px) {
      .project-page-content .project-page-content__gallery-images {
        margin-bottom: 0px; } }
    .project-page-content .project-page-content__gallery-images .gallery-image + .gallery-image {
      margin-left: 20px; }
  .project-page-content .gallery-image {
    min-width: 860px;
    opacity: .2; }
    .project-page-content .gallery-image:hover {
      opacity: 1; }
    .project-page-content .gallery-image img {
      width: 100%; }
  .project-page-content .project-page-content__gallery-nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .project-page-content .project-page-content__gallery-nav {
        padding: 0 17px 0 0; } }
  .project-page-content .gallery-nav__before, .project-page-content .gallery-nav__after {
    width: 28px;
    height: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOC4yNiAyNC44NCI+PHRpdGxlPkFzc2V0IDQ8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggZD0iTTAsMTIuNDJWNUwxMy4yNywwVjcuNDdaTTEzLjI3LDI0Ljg0LDAsMTkuODlWMTIuNDJsMTMuMjcsNVptMTUtMTYuMDd2Ny4yOWgtMTVWOC43N1oiLz48L2c+PC9nPjwvc3ZnPg==) center/contain no-repeat; }
  .project-page-content .gallery-nav__after {
    transform: rotate(180deg); }
  .project-page-content .gallery-nav__count {
    font: 15px "Aeroport-mono";
    line-height: 40px;
    letter-spacing: 2.5px;
    color: #CBCBCB; }
    .project-page-content .gallery-nav__count a {
      cursor: pointer; }
      .project-page-content .gallery-nav__count a.active {
        color: black; }
    @media screen and (max-width: 767px) {
      .project-page-content .gallery-nav__count {
        line-height: 28px; } }
  .project-page-content .project-page-content__showcase {
    padding-top: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .project-page-content .project-page-content__showcase {
        padding: 30px 15px 0; } }
  .project-page-content .showcase__image {
    flex-basis: 50%;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .project-page-content .showcase__image {
        flex-basis: auto; } }
    .project-page-content .showcase__image img {
      width: calc(100% - 10px); }
    .project-page-content .showcase__image .showcase_title {
      margin-top: 30px;
      font: 20px 'Aeroport-regular';
      margin-bottom: 35px; }
    @media screen and (min-width: 768px) {
      .project-page-content .showcase__image:nth-child(odd) .showcase_title, .project-page-content .showcase__image:nth-child(odd) img {
        margin-right: 10px; }
      .project-page-content .showcase__image:nth-child(even) .showcase_title, .project-page-content .showcase__image:nth-child(even) img {
        margin-left: 10px; } }
  .project-page-content .project-page-content__block {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding-top: 12px; }
  .project-page-content .project-page-content__link-next {
    padding-top: 30px;
    font: 20px "Aeroport-regular";
    margin-bottom: 175px; }
    .project-page-content .project-page-content__link-next a {
      text-decoration: none;
      color: inherit; }

.project-page-footer {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }
  .project-page-footer .project-page-content__header-title {
    margin-bottom: 0; }

.project-page-footer__preview {
  width: 240px;
  position: relative; }
  .project-page-footer__preview img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.project-page-footer__arrow {
  width: 44px;
  height: 42px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOC4yNiAyNC44NCI+PHRpdGxlPkFzc2V0IDQ8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggZD0iTTAsMTIuNDJWNUwxMy4yNywwVjcuNDdaTTEzLjI3LDI0Ljg0LDAsMTkuODlWMTIuNDJsMTMuMjcsNVptMTUtMTYuMDd2Ny4yOWgtMTVWOC43N1oiLz48L2c+PC9nPjwvc3ZnPg==) center/contain no-repeat;
  transform: rotate(90deg);
  align-self: flex-end; }

.next_project_container {
  border-top: 1px solid black;
  padding: 30px 15px 0;
  width: 100%;
  display: flex; }
  .next_project_container a {
    width: calc(100% - 60px);
    display: block; }
  @media screen and (min-width: 768px) {
    .next_project_container {
      padding: 30px 0 0; } }
  .next_project_container .next_project_next {
    font: 20px "Aeroport-regular";
    margin-bottom: 150px; }
    @media screen and (max-width: 1023px) {
      .next_project_container .next_project_next {
        margin-bottom: 130px; } }
    @media screen and (max-width: 767px) {
      .next_project_container .next_project_next {
        font: 17px "Aeroport-regular";
        margin-bottom: 75px; } }
  .next_project_container .next_project_tags {
    font: 15px "Aeroport-mono";
    padding-bottom: 20px;
    text-transform: uppercase; }
    @media screen and (max-width: 1023px) {
      .next_project_container .next_project_tags {
        display: none; } }
  .next_project_container .next_project_title {
    font: 55px "Zoloto-display";
    line-height: 45px;
    max-width: 50%;
    text-transform: uppercase; }
    @media screen and (max-width: 1366px) {
      .next_project_container .next_project_title {
        font: 45px "Zoloto-display";
        max-width: 80%; } }
    @media screen and (max-width: 1023px) {
      .next_project_container .next_project_title {
        font: 40px "Zoloto-display"; } }
    @media screen and (max-width: 767px) {
      .next_project_container .next_project_title {
        font: 29px "Zoloto-display"; } }
  @media screen and (max-width: 1366px) {
    .next_project_container .next_project_header {
      width: 100%; } }
  .next_project_container .next_project_content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .next_project_container .next_project_content img {
      height: 180px; }
      @media screen and (max-width: 1366px) {
        .next_project_container .next_project_content img {
          display: none; } }

.next_project_up_button {
  width: 60px;
  height: 100%;
  cursor: pointer;
  position: relative; }
  @media screen and (max-width: 767px) {
    .next_project_up_button {
      display: none; } }
  .next_project_up_button:before {
    content: '';
    transform: rotate(90deg);
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOC4yNiAyNC44NCI+PHRpdGxlPkFzc2V0IDQ8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggZD0iTTAsMTIuNDJWNUwxMy4yNywwVjcuNDdaTTEzLjI3LDI0Ljg0LDAsMTkuODlWMTIuNDJsMTMuMjcsNVptMTUtMTYuMDd2Ny4yOWgtMTVWOC43N1oiLz48L2c+PC9nPjwvc3ZnPg==) 50% 100% no-repeat;
    position: absolute;
    width: 60px;
    height: 30px;
    background-size: 30px 30px;
    bottom: 0; }

figure {
  margin-bottom: 33px; }

.about-page .project-page-content__header-title {
  font: 55px "Zoloto-display"; }
  @media screen and (max-width: 1366px) {
    .about-page .project-page-content__header-title {
      font: 45px "Zoloto-display"; } }
  @media screen and (max-width: 1023px) {
    .about-page .project-page-content__header-title {
      font: 35px "Zoloto-display"; } }
  @media screen and (max-width: 767px) {
    .about-page .project-page-content__header-title {
      font-size: 29px; } }

.about-page .block-title {
  text-transform: uppercase;
  font: 55px "Zoloto-display";
  margin-bottom: 100px; }
  @media screen and (max-width: 1366px) {
    .about-page .block-title {
      font: 45px "Zoloto-display";
      margin-bottom: 60px; } }
  @media screen and (max-width: 1023px) {
    .about-page .block-title {
      font: 35px "Zoloto-display";
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .about-page .block-title {
      font-size: 29px; } }

.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 34px;
  font: 20px 'Aeroport-regular'; }
  @media screen and (max-width: 1023px) {
    .about-content {
      flex-direction: column;
      padding-top: 15px; } }
  @media screen and (max-width: 767px) {
    .about-content {
      padding: 19px;
      font-size: 17px; } }
  .about-content section {
    max-width: calc(50% - 10px);
    margin-bottom: 58px; }
    @media screen and (max-width: 1023px) {
      .about-content section {
        max-width: 100%;
        padding: 7px 3px;
        margin-bottom: 45px; } }
    @media screen and (max-width: 767px) {
      .about-content section {
        font-size: 17px;
        padding: 9px 0 9px 3px;
        margin-bottom: 34px; } }
  .about-content h1 {
    font: 100px 'Zoloto-display';
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .about-content h1 {
        font-size: 17px; } }
  @media screen and (max-width: 1023px) {
    .about-content {
      line-height: 25px; } }
  @media screen and (max-width: 767px) {
    .about-content {
      font-size: 17px; } }
  .about-content h2 {
    margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  figure {
    padding: 0 17px 0 19px; } }

.contacts-wrapper {
  padding: 24px 33px 14px;
  display: flex;
  justify-content: space-between;
  min-height: calc(100vh - 81px);
  flex-wrap: wrap; }
  @media screen and (max-width: 1366px) {
    .contacts-wrapper {
      padding: 24px 28px; } }
  @media screen and (max-width: 1023px) {
    .contacts-wrapper {
      padding: 24px 32px; } }
  @media screen and (max-width: 767px) {
    .contacts-wrapper {
      padding: 17px 17px 0 19px; } }
  .contacts-wrapper h1 {
    font: 55px "Zoloto-display";
    text-transform: uppercase;
    margin-bottom: 45px; }
    @media screen and (max-width: 1366px) {
      .contacts-wrapper h1 {
        font-size: 45px; } }
    @media screen and (max-width: 1023px) {
      .contacts-wrapper h1 {
        font-size: 35px; } }
    @media screen and (max-width: 767px) {
      .contacts-wrapper h1 {
        font-size: 29px;
        margin-bottom: 28px; } }
  .contacts-wrapper h2 {
    font: 15px 'Aeroport-mono';
    text-transform: uppercase;
    margin-bottom: 25px; }
    @media screen and (max-width: 1366px) {
      .contacts-wrapper h2 {
        margin-bottom: 13px; } }
    @media screen and (max-width: 1023px) {
      .contacts-wrapper h2 {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .contacts-wrapper h2 {
        margin-bottom: 16px; } }
  .contacts-wrapper p {
    font: 20px/25px 'Aeroport-regular'; }
  .contacts-wrapper section {
    width: 50%;
    margin-bottom: 64px; }
    @media screen and (max-width: 1366px) {
      .contacts-wrapper section {
        width: 100%;
        margin-bottom: 37px; } }
    @media screen and (max-width: 1023px) {
      .contacts-wrapper section {
        margin-bottom: 69px; } }
    @media screen and (max-width: 767px) {
      .contacts-wrapper section {
        width: 100%;
        margin-bottom: 34px; } }
  .contacts-wrapper .zoloto-footer-social {
    align-self: inherit;
    padding-bottom: 36px;
    margin-left: -4px; }
    .contacts-wrapper .zoloto-footer-social ul {
      display: flex;
      justify-content: space-between;
      width: 44%; }
      @media screen and (max-width: 1366px) {
        .contacts-wrapper .zoloto-footer-social ul {
          width: 100%; } }
    @media screen and (max-width: 1366px) {
      .contacts-wrapper .zoloto-footer-social {
        padding-bottom: 26px;
        margin-left: 0;
        margin-right: 34px; } }
    @media screen and (max-width: 1023px) {
      .contacts-wrapper .zoloto-footer-social {
        display: none; } }
  .contacts-wrapper .section-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 66%;
    justify-content: space-between; }
    @media screen and (max-width: 1023px) {
      .contacts-wrapper .section-wrapper {
        width: 63%;
        padding-top: 5px; } }
  .contacts-wrapper .content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 1366px) {
      .contacts-wrapper .content {
        width: 34%; } }
    @media screen and (max-width: 768px) {
      .contacts-wrapper .content {
        width: auto; } }
  .contacts-wrapper .map {
    width: 50%;
    /*min-height: 600px; */
    margin-bottom: 30px; }
    @media screen and (max-width: 1366px) {
      .contacts-wrapper .map {
        width: 66%; } }
    @media screen and (max-width: 1023px) {
      .contacts-wrapper .map {
        height: auto;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .contacts-wrapper .map {
        height: 34vh; } }
  .contacts-wrapper .social-links {
    font: 15px 'Aeroport-mono';
    text-transform: uppercase; }
    .contacts-wrapper .social-links ul {
      display: flex; }
      .contacts-wrapper .social-links ul li + li {
        margin-left: 35px; }

.zoloto-bottom-social {
  display: none;
  font: 15px 'Aeroport-mono';
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-left: 33px; }
  @media screen and (max-width: 1023px) {
    .zoloto-bottom-social {
      display: flex; } }
  @media screen and (max-width: 767px) {
    .zoloto-bottom-social {
      margin: 0 17px 20px 19px; } }
  .zoloto-bottom-social ul {
    display: flex;
    justify-content: space-between;
    width: 40%; }
    @media screen and (max-width: 767px) {
      .zoloto-bottom-social ul {
        width: 100%; } }

.news-page__title-block {
  position: relative;
  transition: top .15s linear; }

.news-page__post-content {
  padding: 6px 3px 0 20px; }
  @media screen and (max-width: 1366px) {
    .news-page__post-content {
      padding: 3px 0px 0px 20px; } }
  @media screen and (max-width: 767px) {
    .news-page__post-content {
      padding: 29px 0px 0px 0px; } }
  .news-page__post-content img {
    margin-bottom: 38px;
    width: 100%; }
    @media screen and (max-width: 1366px) {
      .news-page__post-content img {
        margin-bottom: 37px; } }
    @media screen and (max-width: 1023px) {
      .news-page__post-content img {
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .news-page__post-content img {
        margin-bottom: 33px; } }
  .news-page__post-content .section {
    padding: 0px 3px 25px;
    letter-spacing: 0.1px; }
    @media screen and (max-width: 1366px) {
      .news-page__post-content .section {
        padding: 0px 7px 27px; } }
    @media screen and (max-width: 767px) {
      .news-page__post-content .section {
        padding: 0px 2px 27px; } }

.news-page__title {
  font: 55px 'Zoloto-display';
  line-height: 50px;
  margin-bottom: 30px;
  padding: 0 15px 0 0;
  text-transform: uppercase; }
  @media screen and (max-width: 1366px) {
    .news-page__title {
      font-size: 45px;
      line-height: 40px; } }
  @media screen and (max-width: 1023px) {
    .news-page__title {
      font-size: 35px;
      line-height: 30px;
      margin-bottom: 67px; } }
  @media screen and (max-width: 767px) {
    .news-page__title {
      font-size: 29px;
      line-height: 25px;
      margin-bottom: 29px; } }

.news-page__date {
  font: 15px 'Aeroport-mono';
  margin-bottom: 25px;
  letter-spacing: -1px; }
  @media screen and (max-width: 767px) {
    .news-page__date {
      margin-bottom: 21px; } }

.news-page__container {
  display: flex;
  padding: 24px 31px 0; }
  @media screen and (max-width: 767px) {
    .news-page__container {
      flex-direction: column;
      padding: 23px 14px 0 18px; } }
  .news-page__container > div {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .news-page__container > div {
        width: 100%; } }

.news-page__share-container {
  display: flex;
  align-items: center;
  padding: 0; }
  @media screen and (max-width: 1366px) {
    .news-page__share-container {
      padding: 3px 0px; } }
  @media screen and (max-width: 767px) {
    .news-page__share-container {
      padding: 3px 3px;
      margin-left: 0;
      justify-content: space-between; } }
  .news-page__share-container__title {
    display: inline-block;
    font: 20px Aeroport-regular;
    margin-right: 40px;
    margin-bottom: 3px; }
  .news-page__share-container ul li {
    font: 15px 'Aeroport-mono';
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px; }
  .news-page__share-container li + li {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .news-page__share-container ul.short {
      display: none; } }
  @media screen and (max-width: 767px) {
    .news-page__share-container ul.long {
      display: none; } }

.news-page__post-content {
  font: 20px/25px 'Aeroport-regular'; }

@media screen and (max-width: 1367px) {
  .body-blocked {
    margin: 0;
    height: 100%;
    overflow: hidden;
    position: fixed; } }

.not-found-content {
  padding: 50px;
  text-align: center;
  font: 55px "Zoloto-display";
  text-transform: uppercase; }

.main-container {
  margin: 0 auto; }

.black-full-width-container {
  width: 100vw;
  background-color: black; }

.start-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.page-content {
  overflow-x: hidden; }

.paragraph {
  margin-bottom: 15px; }

.paragraph:last-child {
  margin-bottom: 0; }

.video-block {
  width: 100%;
  height: 56vw; }

