/* ------------------------------------------------------------------------------
  1.  Global
      1.1 Reset styles
      1.2 Fonts
      1.3 General
  2.  Header
  3.  Main
      3.1 Home page

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/
/* 1.1 Reset styles */
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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

b, strong {
  font-weight: 700; }

i {
  font-style: italic; }

/* 1.2 Fonts */
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Medium.eot");
  src: local("HelveticaNeueCyr-Medium"), url("../fonts/HelveticaNeueCyr-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Roman.eot");
  src: local("HelveticaNeueCyr-Roman"), url("../fonts/HelveticaNeueCyr-Romand41d.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Light.eot");
  src: local("HelveticaNeueCyr-Light"), url("../fonts/HelveticaNeueCyr-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

/* 1.3 General */
html,
body {
  max-width: 100%;
  height: 100%; }

html {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-locale: auto;
  font-family: "HelveticaNeueCyr", sans-serif;
  color: #E2DCC8;
  background: #1C1C1C;
  background: linear-gradient(to right, #241f1f 0%, #241f1f 32%, #4a4746 100%); }

input, button {
  -webkit-appearance: none; }

a {
  text-decoration: none;
  color: #E2DCC8; }
  a:hover {
    color: #B66449; }

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

img {
  display: block; }

*:focus {
  outline: none; }

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0; }

body::-webkit-scrollbar {
  width: 5px;
  background: #E2DCC8; }

body::-webkit-scrollbar-thumb {
  background: #B66449; }

.main {
  width: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .main--home {
      opacity: 1 !important; } }

.noise {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: .15; }
  .noise--inner {
    width: 100%;
    height: 100%;
    position: absolute; }

.btn {
  border: none;
  color: #E2DCC8;
  cursor: pointer;
  display: inline-block;
  border-radius: 70px;
  background: #B66449;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-size: 0.9375vw;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  padding: 0.72917vw 3.125vw; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .btn {
      border-radius: 13.33333vw;
      font-size: 4.8vw;
      padding: 3.73333vw 16vw; } }
  .btn:hover {
    background: #E2DCC8;
    color: #B66449; }
  .btn svg {
    max-width: 1.875vw;
    max-height: 0.83333vw;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .btn svg {
        max-width: 9.6vw;
        max-height: 4.26667vw; } }
  .btn--arrow {
    padding: 1.35417vw 1.875vw; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .btn--arrow {
        padding: 6.93333vw 9.6vw; } }
  .btn--invert {
    background: transparent;
    border: 1px solid #E2DCC8; }

.h1 {
  font-weight: 500;
  font-size: 3.95833vw;
  line-height: 0.91;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .h1 {
      font-size: 11.73333vw; } }

.small {
  font-size: 0.78125vw;
  font-family: inherit;
  line-height: 130%; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .small {
      font-size: 4vw; } }

/* Preloader */
@keyframes animate-circle {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #1C1C1C;
  background: linear-gradient(to right, rgba(36, 31, 31, 1) 0%, rgba(36, 31, 31, 1) 32%, rgba(74, 71, 70, 1) 100%);
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 10rem;
  width: 10rem;
  transform: translateX(-50%) translateY(-50%);
}

.loader > .circle {
  position: absolute;
  height: inherit;
  width: inherit;
  background: #B66449;
  border-radius: 50%;
  animation: animate-circle 2s cubic-bezier(.9, .24, .62, .79) infinite;
}

.loader > .circle:nth-of-type(1) {
  animation-delay: 0s;
}

.loader > .circle:nth-of-type(2) {
  animation-delay: calc(2s / -3);
}

.loader > .circle:nth-of-type(3) {
  animation-delay: calc(2s / -6);
}

/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/
.header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(230, 227, 217, 0.3);
  height: 4.63542vw;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 2; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .header {
      height: 18.66667vw;
      background: #1C1C1C;
      background: #241f1f;
      z-index: 100; } }
  .header__left {
    width: 36.927vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid rgba(230, 227, 217, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .header__left {
        width: 60%;
        border-right: 0; } }
  .header__right {
    width: calc(100% - 36.927vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 1.66667vw; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .header__right {
        width: 40%;
        padding-right: 5.33333vw; } }
  .header__letter {
    width: 4.27083vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.97917vw;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid rgba(230, 227, 217, 0.3); }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .header__letter {
        width: auto;
        padding-left: 5.33333vw;
        font-size: 7.46667vw;
        padding-right: 5.33333vw; } }
  .header__menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .header__menu {
        display: none; } }
    .header__menu li {
      display: block;
      padding: 0 1.66667vw;
      text-transform: uppercase; }
      .header__menu li a {
        font-size: 0.72917vw;
        line-height: 140%;
        display: block; }
      .header__menu li.active a {
        color: #B66449; }
    .header__menu.blocked li a {
      cursor: default;
      pointer-events: none; }

/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/
/* 3.1 Home page */
.scroll {
  z-index: 1;
  position: fixed;
  width: 100%; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .scroll {
      position: static;
      padding-top: 18.66667vw; } }

.page-title,
.sticky-title {
  overflow: hidden;
  width: 4.27083vw;
  height: 100%;
  position: fixed;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 20;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-right: 1px solid rgba(230, 227, 217, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .page-title,
    .sticky-title {
      width: 100%;
      height: 13.33333vw;
      position: sticky;
      top: 18.66667vw;
      -webkit-transform: none;
              transform: none;
      border-right: 0;
      border-bottom: 1px solid rgba(230, 227, 217, 0.3); } }
  .page-title.show,
  .sticky-title.show {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .page-title .number, .page-title .title,
  .sticky-title .number,
  .sticky-title .title {
    display: block;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .page-title ul,
  .sticky-title ul {
    text-transform: uppercase;
    width: 100vh;
    font-size: 1.97917vw;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4.27083vw;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: rotate(-90deg) translateY(100%) translateX(4.63542vw);
            transform: rotate(-90deg) translateY(100%) translateX(4.63542vw);
    white-space: nowrap;
    z-index: 1; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .page-title ul,
      .sticky-title ul {
        width: 100%;
        font-size: 5.33333vw;
        position: static;
        height: 100%;
        -webkit-transform: none;
                transform: none; } }
    .page-title ul li,
    .sticky-title ul li {
      position: absolute;
      padding: 0 6.66667vw 0 1.82292vw;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      left: 0;
      width: 100%;
      top: 0;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 768px) and (orientation: portrait) {
        .page-title ul li,
        .sticky-title ul li {
          padding: 0 5.33333vw; } }

.page-title {
  background: #1C1C1C;
  background: #241f1f; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .page-title {
      display: none; } }
  .page-title ul li:not(:first-child) {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }

.sticky-title {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  letter-spacing: 0.02em;
  border-left: 1px solid rgba(230, 227, 217, 0.3); }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .sticky-title {
      border-left: 0;
      border-top: 1px solid rgba(230, 227, 217, 0.3);
      background: #1C1C1C;
      background: #241f1f; } }
  .sticky-title ul {
    -webkit-transform: rotate(-90deg) translateY(100%) translateX(0) !important;
            transform: rotate(-90deg) translateY(100%) translateX(0) !important; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .sticky-title ul {
        -webkit-transform: none !important;
                transform: none !important; } }
  .sticky-title span {
    display: inline-block; }

.home-page {
  height: 100vh;
  top: 0;
  left: 0;
  padding-top: 4.63542vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .home-page {
      height: auto;
      position: static;
      padding-top: 0;
      display: block; } }
  .home-page .scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .home-page .scrollable {
        display: block;
        height: auto; } }
    .home-page .scrollable > * {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .home-page section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .home-page section {
        display: block;
        height: auto; } }
  .home-page .content {
    width: 100vw;
    height: 100%;
    padding-left: 4.27083vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .home-page .content {
        display: block;
        width: 100%;
        height: auto;
        padding-left: 0; } }
    .home-page .content__bg {
      position: absolute;
      z-index: -2;
      width: calc(100% - 4.27083vw);
      height: 100%;
      background-size: cover;
      right: 0;
      top: 0;
      pointer-events: none;
      opacity: 0.5; }
      @media screen and (max-width: 768px) and (orientation: portrait) {
        .home-page .content__bg {
          width: 100%; } }
      .home-page .content__bg::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31));
        display: block; }
    .home-page .content__left {
      width: calc(36.927vw - 4.27083vw);
      border-right: 1px solid rgba(230, 227, 217, 0.3);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 1.14583vw 2.08333vw 1.14583vw 1.14583vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden; }
      @media screen and (max-width: 768px) and (orientation: portrait) {
        .home-page .content__left {
          width: 100%;
          border-right: 0;
          border-bottom: 1px solid rgba(230, 227, 217, 0.3);
          padding: 5.33333vw; } }
    .home-page .content__right {
      width: calc(100% - (36.927vw - 4.27083vw));
      /* padding: 1.14583vw 1.14583vw; */
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 768px) and (orientation: portrait) {
        .home-page .content__right {
          width: 100%;
          padding: 5.33333vw; } }
    .home-page .content__title > * {
      position: relative; }
    .home-page .content__description {
      letter-spacing: 0.02em;
      line-height: 1.4;
      margin-top: 2.5vw;
      max-width: 26.79167vw;
      position: relative; }
      @media screen and (max-width: 768px) and (orientation: portrait) {
        .home-page .content__description {
          max-width: 100%;
          margin-top: 8vw; } }
    .home-page .content__menu {
      list-style: none;
      margin-top: 6.82292vw;
      margin-left: -1.14583vw;
      margin-right: -2.08333vw; }
      @media screen and (max-width: 768px) and (orientation: portrait) {
        .home-page .content__menu {
          margin-top: 2.60417vw;
          margin-left: -5.33333vw;
          margin-right: -5.33333vw; } }
      .home-page .content__menu li {
        align-items: center;
        font-size: 1.14583vw;
        height: 50px;
        line-height: 160%;
        text-transform: uppercase;
        /* border-top: 1px solid #E2DCC8;
        border-bottom: 1px solid #E2DCC8; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        opacity: 1;
        padding-left: 1.14583vw; }
        @media screen and (max-width: 768px) and (orientation: portrait) {
          .home-page .content__menu li {
            font-size: 4.26667vw;
            opacity: 1; } }
        .home-page .content__menu li + li {
          margin-top: -1px; }
        .home-page .content__menu li > span {
          color: inherit;
          padding: 0.46875vw 2.70833vw 0.46875vw 1.14583vw;
          display: block;
          width: 100%;
          position: relative; }
          @media screen and (max-width: 768px) and (orientation: portrait) {
            .home-page .content__menu li > span {
              padding: 2.4vw 10.66667vw 2.4vw 5.33333vw; } }
        .home-page .content__menu li > a {
          color: inherit;
          padding: 0.46875vw 2.70833vw 0.46875vw 1.14583vw;
          display: block;
          width: 100%;
          position: relative; }
          @media screen and (max-width: 768px) and (orientation: portrait) {
            .home-page .content__menu li > a {
              padding: 2.4vw 8.53333vw 2.4vw 5.33333vw; }
              .home-page .content__menu li > a:not(.noicon)::after {
                content: "";
                position: absolute;
                right: 0.83333vw;
                top: 50%;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                width: 0.98958vw;
                height: 0.98958vw;
                background: url(../img/arrow-link.svg) center center no-repeat;
                background-size: contain;
                pointer-events: none;
                -webkit-user-select: none;
                   -moz-user-select: none;
                    -ms-user-select: none;
                        user-select: none; } }
    @media screen and (max-width: 768px) and (orientation: portrait) and (max-width: 768px) and (orientation: portrait) {
      .home-page .content__menu li > a:not(.noicon)::after {
        right: 4.26667vw;
        width: 4.26667vw;
        height: 4.26667vw; } }
        .home-page .content__menu li:hover {
          opacity: 0.8; }
        .home-page .content__menu li.active a:not(.noicon)::after {
          content: "";
          position: absolute;
          right: 0.83333vw;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 0.98958vw;
          height: 0.98958vw;
          background: url(../img/arrow-link.svg) center center no-repeat;
          background-size: contain;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
          @media screen and (max-width: 768px) and (orientation: portrait) {
            .home-page .content__menu li.active a:not(.noicon)::after {
              right: 4.26667vw;
              width: 4.26667vw;
              height: 4.26667vw; } }
    .home-page .content__subtitle {
      font-weight: 500;
      font-size: 2.08333vw;
      line-height: 120%;
      max-width: 26.77083vw;
      position: relative; }
      @media screen and (max-width: 768px) and (orientation: portrait) {
        .home-page .content__subtitle {
          font-size: 8.53333vw;
          max-width: 100%; } }
      .home-page .content__subtitle span {
        color: #B66449; }
    .home-page .content__awards {
      margin-left: -1.14583vw;
      margin-right: -1.14583vw;
      height: -webkit-fill-available;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 768px) and (orientation: portrait) {
        .home-page .content__awards {
          margin-left: -5.33333vw;
          margin-right: -5.33333vw;
          margin-top: 5.33333vw;
          display: block;
          height: auto; } }
    .home-page .content__award {
      min-height: 16.19048vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2.09524vh 3.85417vw;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 768px) and (orientation: portrait) {
        .home-page .content__award {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: 4vw 5.33333vw;
          min-height: 0; } }
      .home-page .content__award + .content__award {
        border-top: 1px solid rgba(226, 220, 200, 0.3); }
      .home-page .content__award-img {
        width: 4.42708vw;
        height: 4.42708vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-preferred-size: 4.42708vw;
            flex-basis: 4.42708vw;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 3.80208vw; }
        @media screen and (max-width: 768px) and (orientation: portrait) {
          .home-page .content__award-img {
            width: 13.33333vw;
            height: 13.33333vw;
            -ms-flex-preferred-size: 13.33333vw;
                flex-basis: 13.33333vw;
            margin-right: 9.33333vw; } }
        .home-page .content__award-img img {
          max-width: 100%;
          max-height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          display: block; }
      .home-page .content__award-title {
        width: 16.14583vw;
        margin-right: 3.02083vw; }
        @media screen and (max-width: 768px) and (orientation: portrait) {
          .home-page .content__award-title {
            width: calc(100% - 23vw);
            margin-right: 0; } }
        .home-page .content__award-title p {
          font-size: 1.14583vw;
          line-height: 130%;
          text-transform: uppercase; }
          @media screen and (max-width: 768px) and (orientation: portrait) {
            .home-page .content__award-title p {
              font-size: 4.53333vw; } }
        .home-page .content__award-title span {
          opacity: 0.5; }
      .home-page .content__award-text {
        width: 20.3125vw; }
        @media screen and (max-width: 768px) and (orientation: portrait) {
          .home-page .content__award-text {
            width: 100%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin-top: 4vw;
            padding-left: 22.13333vw; } }
    .home-page .content__slider {
      margin-left: 17.65625vw;
      padding-left: 10.41667vw;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: 21.33333vh; }
      @media screen and (max-width: 768px) and (orientation: portrait) {
        .home-page .content__slider {
          margin-left: 0;
          padding-left: 13.33333vw;
          margin-top: 16vw; } }
      .home-page .content__slider::before {
        content: "";
        display: block;
        width: 5.26042vw;
        height: 4.53125vw;
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        background: url("../img/q.png") left top no-repeat;
        background-size: contain; }
        @media screen and (max-width: 768px) and (orientation: portrait) {
          .home-page .content__slider::before {
            width: 12vw;
            height: 8vw; } }
      .home-page .content__slider-name {
        margin-top: 4.66667vh;
        font-size: 1.14583vw;
        line-height: 1.59;
        text-transform: uppercase; }
        @media screen and (max-width: 768px) and (orientation: portrait) {
          .home-page .content__slider-name {
            margin-top: 8vw;
            font-size: 4.8vw; } }

.slides {
  position: relative;
  width: 30.20833vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .slides {
      width: 100%; } }
  .slides__container {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32.38095vh; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .slides__container {
        height: 66.66667vw; } }
  .slides__inner {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .slides__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5625vw; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .slides__controls {
        margin-top: 5.33333vw; } }
  .slides__btn--prev {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .slides__btn + .slides__btn {
    margin-left: 1.82292vw; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .slides__btn + .slides__btn {
        margin-left: 5.33333vw; } }
  .slides .slide {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block; }

.home__numbers {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .home__numbers {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 1.5625vw; } }

.home__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .home__number {
      width: 50%; } }
  .home__number-digital {
    font-size: 3.85417vw;
    line-height: 140%; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .home__number-digital {
        font-size: 13.33333vw; } }
  .home__number-text {
    margin-left: 1.35417vw; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .home__number-text {
        margin-left: 5.33333vw; } }

.projects__blocks {
  height: 100%;
  overflow: hidden;
  position: relative;
 }

.projects__block {
  height: auto;
  overflow: visible;
  display: none; }
  .projects__block + .projects__block {
    padding-top: 2.60417vw; 
    border-top: 1px solid rgba(226, 220, 200, 0.3); 
  }

  .projects__block img {
    width: 100%;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .projects__block a {
    display: block;
    width: 100%;
    overflow: hidden; }
    .projects__block a img:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .projects__block.active {
    display: block; }

.news__blocks {
  height: 100%;
  overflow: hidden;
  padding-right: 1.5625vw; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .news__blocks {
      height: auto;
      padding-right: 0;
      margin-top: 5.33333vw; } }

.news__block {
  height: auto;
  overflow: visible;
  display: none; }
  .news__block + .news__block {
    padding-top: 5.20833vw; }
  .news__block img {
    width: 100%;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .news__block a {
    display: block;
    width: 100%;
    overflow: hidden; }
    .news__block a img:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .news__block.active {
    display: block; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .news__block.active {
        display: block; } }

/* Hide right panel entirely on mobile for homepage */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home .content__right {
    display: none;
  }
}

/* Center the thank you section vertically and horizontally */
.contacts .content__thank-you {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 0 2vw;
}

.contacts .content__thank-you .content__subtitle {
  margin-bottom: 2vw;
}

.contacts .content__thank-you .content__description {
  margin-bottom: 0;
}

.contacts .content__thank-you .content__signature {
  margin-top: 3vw !important;
  opacity: 0.7;
}

/* Mobile adjustments */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contacts .content__thank-you {
    padding: 0 5.33333vw;
  }
  
  .contacts .content__thank-you .content__subtitle {
    margin-bottom: 4vw;
  }
  
  .contacts .content__thank-you .content__signature {
    margin-top: 6vw !important;
  }
}

.award-title-sm {
  font-size: 14px !important;
}

