/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  cursor: pointer;
}
[contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  margin: 0;
  background-color: #0c0d0e;
  color: #fff;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-feature-settings: normal;
  font-family: 'Montserrat', sans-serif;
}
body.translate {
  overflow: hidden;
}
p {
  -ms-font-feature-settings: normal;
}
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html,
body {
  position: relative;
  height: 100%;
}
.container {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1480px;
  }
}
.container-flex {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .container-flex {
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  .container-flex {
    max-width: 1280px;
  }
}
@media (min-width: 1480px) {
  .container-flex {
    max-width: 1480px;
  }
}
@media (min-width: 1024px) {
  .container-flex {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.col-12 {
  width: 100%;
}
@media (min-width: 1024px) {
  .col-md-1 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*1 - 0*1px);
  }
}
@media (min-width: 1024px) {
  .col-md-2 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*2 - 0*1px);
  }
}
@media (min-width: 1024px) {
  .col-md-3 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*3 - 0*1px);
  }
}
@media (min-width: 1024px) {
  .col-md-4 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*4 - 0*1px);
  }
}
@media (min-width: 1024px) {
  .col-md-5 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*5 - 0*1px);
  }
}
@media (min-width: 1024px) {
  .col-md-6 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*6 - 0*1px);
  }
}
@media (min-width: 1024px) {
  .col-md-7 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*7 - 0*1px);
  }
}
@media (min-width: 1024px) {
  .col-md-8 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*8 - 0*1px);
  }
}
@media (min-width: 1024px) {
  .col-md-9 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*9 - 0*1px);
  }
}
@media (min-width: 1024px) {
  .col-md-10 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*10 - 0*1px);
  }
}
@media (min-width: 1024px) {
  .col-md-11 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*11 - 0*1px);
  }
}
@media (min-width: 1024px) {
  .col-md-12 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*12 - 0*1px);
  }
}
@media (min-width: 1024px) {
  .col-md-offset-1 {
    margin-left: calc(100%/12*1 + 0px/2);
  }
}
@media (min-width: 1024px) {
  .col-md-offset-2 {
    margin-left: calc(100%/12*2 + 0px/2);
  }
}
@media (min-width: 1024px) {
  .col-md-offset-3 {
    margin-left: calc(100%/12*3 + 0px/2);
  }
}
@media (min-width: 1024px) {
  .col-md-offset-4 {
    margin-left: calc(100%/12*4 + 0px/2);
  }
}
@media (min-width: 1024px) {
  .col-md-offset-5 {
    margin-left: calc(100%/12*5 + 0px/2);
  }
}
@media (min-width: 1024px) {
  .col-md-offset-6 {
    margin-left: calc(100%/12*6 + 0px/2);
  }
}
@media (min-width: 1024px) {
  .col-md-offset-7 {
    margin-left: calc(100%/12*7 + 0px/2);
  }
}
@media (min-width: 1024px) {
  .col-md-offset-8 {
    margin-left: calc(100%/12*8 + 0px/2);
  }
}
@media (min-width: 1024px) {
  .col-md-offset-9 {
    margin-left: calc(100%/12*9 + 0px/2);
  }
}
@media (min-width: 1024px) {
  .col-md-offset-10 {
    margin-left: calc(100%/12*10 + 0px/2);
  }
}
@media (min-width: 1024px) {
  .col-md-offset-11 {
    margin-left: calc(100%/12*11 + 0px/2);
  }
}
@media (min-width: 1024px) {
  .col-md-offset-12 {
    margin-left: calc(100%/12*12 + 0px/2);
  }
}
@media (min-width: 1280px) {
  .col-lg-1 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*1 - 0*1px);
  }
}
@media (min-width: 1280px) {
  .col-lg-2 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*2 - 0*1px);
  }
}
@media (min-width: 1280px) {
  .col-lg-3 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*3 - 0*1px);
  }
}
@media (min-width: 1280px) {
  .col-lg-4 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*4 - 0*1px);
  }
}
@media (min-width: 1280px) {
  .col-lg-5 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*5 - 0*1px);
  }
}
@media (min-width: 1280px) {
  .col-lg-6 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*6 - 0*1px);
  }
}
@media (min-width: 1280px) {
  .col-lg-7 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*7 - 0*1px);
  }
}
@media (min-width: 1280px) {
  .col-lg-8 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*8 - 0*1px);
  }
}
@media (min-width: 1280px) {
  .col-lg-9 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*9 - 0*1px);
  }
}
@media (min-width: 1280px) {
  .col-lg-10 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*10 - 0*1px);
  }
}
@media (min-width: 1280px) {
  .col-lg-11 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*11 - 0*1px);
  }
}
@media (min-width: 1280px) {
  .col-lg-12 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*12 - 0*1px);
  }
}
@media (min-width: 1280px) {
  .col-lg-offset-1 {
    margin-left: calc(100%/12*1 + 0px/2);
  }
}
@media (min-width: 1280px) {
  .col-lg-offset-2 {
    margin-left: calc(100%/12*2 + 0px/2);
  }
}
@media (min-width: 1280px) {
  .col-lg-offset-3 {
    margin-left: calc(100%/12*3 + 0px/2);
  }
}
@media (min-width: 1280px) {
  .col-lg-offset-4 {
    margin-left: calc(100%/12*4 + 0px/2);
  }
}
@media (min-width: 1280px) {
  .col-lg-offset-5 {
    margin-left: calc(100%/12*5 + 0px/2);
  }
}
@media (min-width: 1280px) {
  .col-lg-offset-6 {
    margin-left: calc(100%/12*6 + 0px/2);
  }
}
@media (min-width: 1280px) {
  .col-lg-offset-7 {
    margin-left: calc(100%/12*7 + 0px/2);
  }
}
@media (min-width: 1280px) {
  .col-lg-offset-8 {
    margin-left: calc(100%/12*8 + 0px/2);
  }
}
@media (min-width: 1280px) {
  .col-lg-offset-9 {
    margin-left: calc(100%/12*9 + 0px/2);
  }
}
@media (min-width: 1280px) {
  .col-lg-offset-10 {
    margin-left: calc(100%/12*10 + 0px/2);
  }
}
@media (min-width: 1280px) {
  .col-lg-offset-11 {
    margin-left: calc(100%/12*11 + 0px/2);
  }
}
@media (min-width: 1280px) {
  .col-lg-offset-12 {
    margin-left: calc(100%/12*12 + 0px/2);
  }
}
@media (min-width: 1480px) {
  .col-xl-1 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*1 - 0*1px);
  }
}
@media (min-width: 1480px) {
  .col-xl-2 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*2 - 0*1px);
  }
}
@media (min-width: 1480px) {
  .col-xl-3 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*3 - 0*1px);
  }
}
@media (min-width: 1480px) {
  .col-xl-4 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*4 - 0*1px);
  }
}
@media (min-width: 1480px) {
  .col-xl-5 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*5 - 0*1px);
  }
}
@media (min-width: 1480px) {
  .col-xl-6 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*6 - 0*1px);
  }
}
@media (min-width: 1480px) {
  .col-xl-7 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*7 - 0*1px);
  }
}
@media (min-width: 1480px) {
  .col-xl-8 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*8 - 0*1px);
  }
}
@media (min-width: 1480px) {
  .col-xl-9 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*9 - 0*1px);
  }
}
@media (min-width: 1480px) {
  .col-xl-10 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*10 - 0*1px);
  }
}
@media (min-width: 1480px) {
  .col-xl-11 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*11 - 0*1px);
  }
}
@media (min-width: 1480px) {
  .col-xl-12 {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%/12*12 - 0*1px);
  }
}
@media (min-width: 1480px) {
  .col-xl-offset-1 {
    margin-left: calc(100%/12*1 + 0px/2);
  }
}
@media (min-width: 1480px) {
  .col-xl-offset-2 {
    margin-left: calc(100%/12*2 + 0px/2);
  }
}
@media (min-width: 1480px) {
  .col-xl-offset-3 {
    margin-left: calc(100%/12*3 + 0px/2);
  }
}
@media (min-width: 1480px) {
  .col-xl-offset-4 {
    margin-left: calc(100%/12*4 + 0px/2);
  }
}
@media (min-width: 1480px) {
  .col-xl-offset-5 {
    margin-left: calc(100%/12*5 + 0px/2);
  }
}
@media (min-width: 1480px) {
  .col-xl-offset-6 {
    margin-left: calc(100%/12*6 + 0px/2);
  }
}
@media (min-width: 1480px) {
  .col-xl-offset-7 {
    margin-left: calc(100%/12*7 + 0px/2);
  }
}
@media (min-width: 1480px) {
  .col-xl-offset-8 {
    margin-left: calc(100%/12*8 + 0px/2);
  }
}
@media (min-width: 1480px) {
  .col-xl-offset-9 {
    margin-left: calc(100%/12*9 + 0px/2);
  }
}
@media (min-width: 1480px) {
  .col-xl-offset-10 {
    margin-left: calc(100%/12*10 + 0px/2);
  }
}
@media (min-width: 1480px) {
  .col-xl-offset-11 {
    margin-left: calc(100%/12*11 + 0px/2);
  }
}
@media (min-width: 1480px) {
  .col-xl-offset-12 {
    margin-left: calc(100%/12*12 + 0px/2);
  }
}
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hide {
  display: none;
}
@media (min-width: 1024px) {
  .show-md {
    display: block;
  }
}
@media (min-width: 1024px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hide-lg {
    display: none;
  }
}
@media (min-width: 1480px) {
  .show-xl {
    display: block;
  }
}
._anim {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  will-change: transform;
}
._anim._show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.simple {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
.simple._show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
body._toRight {
  overflow: hidden;
}
.navigationWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.nextWrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.nextWrapper {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
}
body._toRight .wrapper,
body._toRight .nextWrapper {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.21, 1, 0.12, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.21, 1, 0.12, 1);
  -o-transition: transform 1.2s cubic-bezier(0.21, 1, 0.12, 1);
  transition: transform 1.2s cubic-bezier(0.21, 1, 0.12, 1);
  transition: transform 1.2s cubic-bezier(0.21, 1, 0.12, 1), -webkit-transform 1.2s cubic-bezier(0.21, 1, 0.12, 1);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ui-checkbox {
  width: 20px;
  height: 20px;
  position: relative;
  color: inherit;
  border: 1px solid currentColor;
}
@media (min-width: 1024px) {
  .ui-checkbox {
    width: 26px;
    height: 26px;
  }
}
.ui-checkbox input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.ui-checkbox span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (min-width: 1024px) {
  .ui-checkbox span {
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
  }
}
.ui-checkbox input:checked + span {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.ui-icon-link {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ui-icon-link__icon {
  margin-right: 8px;
}
.ui-icon-link__title {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #748294;
  position: relative;
}
.ui-icon-link__title:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.ui-icon-link:hover .ui-icon-link__title:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.pseudogrid {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 10px;
  opacity: 0.2;
  max-width: 1280px;
}
@media (min-width: 1024px) {
  .pseudogrid {
    padding: 0 40px;
  }
}
@media (min-width: 1480px) {
  .pseudogrid {
    max-width: 1480px;
  }
}
.pseudogrid-container {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  height: 100%;
}
@media (min-width: 1024px) {
  .pseudogrid-container {
    margin-left: 40px;
    width: calc(100% - 80px);
  }
}
.pseudogrid-item {
  height: 100%;
  width: 1px;
  background-color: #748294;
  position: absolute;
  top: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.pseudogrid._show .pseudogrid-item {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  -o-transition: transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
}
.pseudogrid-1 {
  left: 0;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.pseudogrid-2 {
  left: 50%;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media (min-width: 1024px) {
  .pseudogrid-2 {
    left: 25%;
  }
}
.pseudogrid-3 {
  right: 0;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media (min-width: 1024px) {
  .pseudogrid-3 {
    left: 50%;
  }
}
.pseudogrid-4 {
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media (min-width: 1024px) {
  .pseudogrid-4 {
    left: 75%;
  }
}
.pseudogrid-5 {
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media (min-width: 1024px) {
  .pseudogrid-5 {
    left: 100%;
  }
}
.pseudogrid-4,
.pseudogrid-5 {
  display: none;
}
@media (min-width: 1024px) {
  .pseudogrid-4,
  .pseudogrid-5 {
    display: block;
  }
}
.device-iphone {
  position: relative;
}
.device-iphone-item {
  -webkit-background-size: cover;
          background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  pointer-events: none;
}
.device-iphone-content {
  position: absolute;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 0%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.device-iphone._mockup .device-iphone-item {
  display: block;
}
.device-iphone._mockup .device-iphone-content {
  left: calc(100% / 448 * 28);
  width: calc(100% / 448 * 395);
  top: calc(100% / 888 * 26);
  height: calc(100% / 888 * 837);
}
.device-macbook {
  position: relative;
}
.device-macbook-item {
  -webkit-background-size: cover;
          background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  pointer-events: none;
}
.device-macbook-content {
  position: absolute;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 0%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.device-macbook._mockup .device-macbook-item {
  display: block;
}
.device-macbook._mockup .device-macbook-content {
  left: calc(100% / 1630 * 226);
  width: calc(100% / 1630 * 1218);
  top: calc(100% / 1000 * 82);
  height: calc(100% / 1000 * 760);
}
.devices-imac {
  position: relative;
}
.devices-imac-item {
  -webkit-background-size: cover;
          background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.devices-imac-frame,
.devices-imac-content {
  position: absolute;
  left: calc(100% / 1540 * 81);
  width: calc(100% / 1540 * 1386);
  top: calc(100% / 1274 * 60);
  height: calc(100% / 1274 * 800);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 0%;
  z-index: 1;
}
.devices-imac-frame {
  overflow: auto;
}
body._ie .devices-imac-frame {
  scrollbar-base-color: #000;
  scrollbar-face-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #000;
  scrollbar-dark-shadow-color: #000;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.devices-imac-frame::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
.section-title {
  font-size: 40px;
  line-height: 1.225;
  white-space: nowrap;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  overflow: hidden;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1024px) {
  .section-title {
    white-space: normal;
    font-size: 120px;
    line-height: 1.21666667;
    -webkit-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
            transform: translateX(-7px);
  }
}
body._ie .section-title ._anim {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: inline-block;
}
.section-title[data-simple-anim] {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
.section-title[data-simple-anim] ._anim {
  display: inline-block;
}
.section-title[data-simple-anim]._show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 1024px) {
  .section-title[data-simple-anim]._show {
    -webkit-transform: scale(1) translateX(-7px);
        -ms-transform: scale(1) translateX(-7px);
            transform: scale(1) translateX(-7px);
  }
}
.section-tag__mobile {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  overflow: hidden;
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .section-tag__mobile {
    display: none;
  }
}
.section-tag__mobile ._anim {
  display: inline-block;
}
.section-tag__col.position-right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-tag__anim-container {
  overflow: hidden;
  pointer-events: none;
}
.section-tag__outer {
  display: table;
}
.section-tag__inner {
  padding: 50% 0;
  height: 0;
}
.section-tag__element {
  display: block;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg) translate(0, -100%);
      -ms-transform: rotate(90deg) translate(0, -100%);
          transform: rotate(90deg) translate(0, -100%);
  font-size: 120px;
  line-height: 0.76;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: -50%;
  white-space: nowrap;
}
.section-title-split {
  font-size: 36px;
  line-height: 36px;
  width: 100%;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  overflow: hidden;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1024px) {
  .section-title-split {
    font-size: 100px;
    line-height: 93px;
    -webkit-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
            transform: translateX(-7px);
  }
}
@media (min-width: 1480px) {
  .section-title-split {
    font-size: 120px;
    line-height: 103px;
  }
}
.section-title-split span {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1024px) {
  .section-title-split span:nth-child(2) {
    margin-top: -29px;
    text-align: right;
  }
}
.section-title-split[data-simple-anim] {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
.section-title-split[data-simple-anim] ._anim {
  display: inline-block;
}
body._ie .section-title-split[data-simple-anim] ._anim {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.section-title-split[data-simple-anim]._show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 1024px) {
  .section-title-split[data-simple-anim]._show {
    -webkit-transform: scale(1) translateX(-7px);
        -ms-transform: scale(1) translateX(-7px);
            transform: scale(1) translateX(-7px);
  }
}
.position-right .section-tag__element {
  -webkit-transform: rotate(-90deg) translate(-100%);
      -ms-transform: rotate(-90deg) translate(-100%);
          transform: rotate(-90deg) translate(-100%);
}
.header {
  margin: 0;
  position: fixed;
  z-index: 2;
  top: 17px;
  height: 20px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
@media (min-width: 1024px) {
  .header {
    top: 30px;
    height: 22px;
  }
}
.header._show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease-out 0.6s, -webkit-transform 0.5s ease-out 0.6s;
  transition: opacity 0.3s ease-out 0.6s, -webkit-transform 0.5s ease-out 0.6s;
  -o-transition: transform 0.5s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
  transition: transform 0.5s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
  transition: transform 0.5s ease-out 0.6s, opacity 0.3s ease-out 0.6s, -webkit-transform 0.5s ease-out 0.6s;
}
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-right-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .header-right-mobile {
    display: none;
  }
}
.header-mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
  z-index: 3;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1.5s, -webkit-transform 1.5s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  transition: visibility 0s linear 1.5s, -webkit-transform 1.5s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  -o-transition: transform 1.5s cubic-bezier(0.21, 1, 0.12, 1) 0s, visibility 0s linear 1.5s;
  transition: transform 1.5s cubic-bezier(0.21, 1, 0.12, 1) 0s, visibility 0s linear 1.5s;
  transition: transform 1.5s cubic-bezier(0.21, 1, 0.12, 1) 0s, visibility 0s linear 1.5s, -webkit-transform 1.5s cubic-bezier(0.21, 1, 0.12, 1) 0s;
}
@media (min-width: 1024px) {
  .header-mobile-menu {
    display: none;
  }
}
.header-mobile-menu._show {
  visibility: visible;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: visibility 0s linear, -webkit-transform 1.5s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  transition: visibility 0s linear, -webkit-transform 1.5s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  -o-transition: transform 1.5s cubic-bezier(0.21, 1, 0.12, 1) 0s, visibility 0s linear;
  transition: transform 1.5s cubic-bezier(0.21, 1, 0.12, 1) 0s, visibility 0s linear;
  transition: transform 1.5s cubic-bezier(0.21, 1, 0.12, 1) 0s, visibility 0s linear, -webkit-transform 1.5s cubic-bezier(0.21, 1, 0.12, 1) 0s;
}
.header-mobile-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px 30px;
  min-height: 100%;
}
.header-mobile-menu-links {
  list-style: none;
  padding: 0;
  margin: -46px 0 0;
}
.header-mobile-menu-item {
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  margin-bottom: 20px;
}
.header-mobile-menu-item__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
}
.header-mobile-menu-item__link:after {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -3px;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.header-mobile-menu-item__link._active:after {
  -webkit-transform: scaleX(1.05);
      -ms-transform: scaleX(1.05);
          transform: scaleX(1.05);
}
.header-mobile-menu__lang-link {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.header-mobile-menu__lang-link._active {
  font-weight: 800;
}
.header-mobile-menu__link {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-right {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-logo {
  cursor: pointer;
  color: #fff;
  display: block;
  text-decoration: none;
}
.header-logo__txt {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .header-logo__txt {
    font-size: 18px;
    line-height: 1.72;
  }
}
.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-menu-item {
  margin: 0 0 0 30px;
}
.header-menu-item__link {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 2px;
  text-align: right;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.header-menu-item__link:after {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -3px;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.header-menu-item__link._active:after,
.header-menu-item__link:hover:after {
  -webkit-transform: scaleX(1.05);
      -ms-transform: scaleX(1.05);
          transform: scaleX(1.05);
}
.header-langs {
  position: relative;
  margin-left: 30px;
}
.header-langs:hover .header-langs-switcher {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 5px) scaleY(1);
      -ms-transform: translate(-50%, 5px) scaleY(1);
          transform: translate(-50%, 5px) scaleY(1);
  -webkit-transition: opacity 0.15s ease-in-out, visibility 0s linear 0s, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.15s ease-in-out, visibility 0s linear 0s, -webkit-transform 0.2s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out, transform 0.2s ease-in-out, visibility 0s linear 0s;
  transition: opacity 0.15s ease-in-out, transform 0.2s ease-in-out, visibility 0s linear 0s;
  transition: opacity 0.15s ease-in-out, transform 0.2s ease-in-out, visibility 0s linear 0s, -webkit-transform 0.2s ease-in-out;
}
.header-langs-current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 22px;
}
.header-langs-current__txt {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 2px;
}
.header-langs-current__arrow svg {
  display: block;
  width: 10px;
  height: 5px;
}
.header-langs-switcher {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 5px) scaleY(0.7);
      -ms-transform: translate(-50%, 5px) scaleY(0.7);
          transform: translate(-50%, 5px) scaleY(0.7);
  -webkit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s linear 0.4s, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s, visibility 0s linear 0.4s, -webkit-transform 0.2s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s, visibility 0s linear 0.4s;
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s, visibility 0s linear 0.4s;
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s, visibility 0s linear 0.4s, -webkit-transform 0.2s ease-in-out 0.2s;
  visibility: hidden;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  min-width: 92px;
  padding: 15px 20px;
  background-color: #18191a;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  z-index: 1;
}
.header-langs-switcher:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-12.5px);
      -ms-transform: translateX(-12.5px);
          transform: translateX(-12.5px);
  border-style: solid;
  border-width: 0 12.5px 12px 12.5px;
  border-color: transparent transparent #18191a transparent;
}
.header-langs-switcher-item {
  margin: 10px 0;
}
.header-langs-switcher-item__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-langs-switcher-item__icon {
  margin-right: 8px;
}
.header-langs-switcher-item__icon svg {
  display: block;
  width: 22px;
  height: 16px;
}
.header-langs-switcher-item__txt {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #ffffff;
}
.header-langs-switcher-item.active .header-langs-switcher-item__link {
  pointer-events: none;
}
.header-langs-switcher-item.active .header-langs-switcher-item__txt {
  font-weight: 800;
}
.footer {
  margin: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  position: absolute;
  left: 0;
  bottom: 0;
}
body._toRight .footer {
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
}
.footer._show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease-out 0.6s, -webkit-transform 0.5s ease-out 0.6s;
  transition: opacity 0.3s ease-out 0.6s, -webkit-transform 0.5s ease-out 0.6s;
  -o-transition: transform 0.5s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
  transition: transform 0.5s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
  transition: transform 0.5s ease-out 0.6s, opacity 0.3s ease-out 0.6s, -webkit-transform 0.5s ease-out 0.6s;
}
.footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-left,
.footer-right {
  width: 45%;
}
.footer-right {
  text-align: right;
}
.footer-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .footer-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__github {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.footer__link {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  white-space: pre-line;
  position: relative;
}
@media (min-width: 1024px) {
  .footer__link {
    white-space: normal;
    margin: 0 0 0 5px;
  }
}
.footer__link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.5px;
  bottom: 9px;
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  background-color: currentColor;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .footer__link:hover:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.footer__copyright,
.footer__contacts {
  font-size: 10px;
  line-height: normal;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.footer__copyright-divider,
.footer__contacts-divider {
  display: block;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1024px) {
  .footer__copyright-divider,
  .footer__contacts-divider {
    opacity: 1;
    margin-left: 5px;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .footer__copyright,
  .footer__contacts {
    font-size: 12px;
    line-height: 3.33;
  }
}
.hero {
  padding: 110px 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .container-flex {
  width: 100%;
  z-index: 1;
}
.hero__title {
  margin: 0;
  font-family: Montserrat;
  font-size: 36px;
  line-height: 1.22222222;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 120px;
    line-height: 1.21666667;
  }
}
.hero__title ._anim {
  display: inline-block;
}
body._ie .hero__title ._anim {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media (min-width: 1024px) {
  .hero__title ._show._anim {
    -webkit-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
            transform: translateX(-7px);
  }
}
.hero__descr {
  font-size: 18px;
  line-height: 1.22222222;
  margin: 0;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #9297a3;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero__descr {
    margin: -13px 0 0;
    line-height: normal;
  }
}
.hero__descr ._anim {
  display: inline-block;
}
.hero-icon {
  pointer-events: none;
  max-width: 100vw;
}
.hero-icon svg {
  display: block;
  opacity: 0.4;
}
@-webkit-keyframes dash {
  0%,
  100% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  47% {
    opacity: 1;
  }
  49% {
    stroke-dashoffset: 0;
  }
  50% {
    opacity: 0;
  }
}
@keyframes dash {
  0%,
  100% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  47% {
    opacity: 1;
  }
  49% {
    stroke-dashoffset: 0;
  }
  50% {
    opacity: 0;
  }
}
.hero-mac {
  width: 578px;
  height: 397px;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
body._ie .hero-mac {
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
}
@media (min-width: 1480px) {
  .hero-mac {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    width: 818px;
    height: 476px;
    position: static;
    overflow: visible;
  }
}
.hero-mac svg {
  width: 684px;
  height: 397px;
}
@media (min-width: 1480px) {
  .hero-mac svg {
    width: 818px;
    height: 476px;
  }
}
.hero-mac svg #mac_1 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
.hero-mac svg #mac_2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
.hero-mac svg #mac_3 {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.hero-mac svg #mac_4 {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.hero-mac svg #mac_5 {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
.hero-mac svg #mac_6 {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.hero-mac svg #mac_1,
.hero-mac svg #mac_2,
.hero-mac svg #mac_3,
.hero-mac svg #mac_4,
.hero-mac svg #mac_5,
.hero-mac svg #mac_6 {
  opacity: 0;
  -webkit-animation: dash 10000ms linear infinite 700ms;
          animation: dash 10000ms linear infinite 700ms;
}
body._ie .hero-mac svg #mac_1,
body._ie .hero-mac svg #mac_2,
body._ie .hero-mac svg #mac_3,
body._ie .hero-mac svg #mac_4,
body._ie .hero-mac svg #mac_5,
body._ie .hero-mac svg #mac_6 {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
.hero-iphone {
  width: 103px;
  height: 208px;
  right: 35%;
  top: 50%;
  -webkit-transform: translate(87px, -50%);
      -ms-transform: translate(87px, -50%);
          transform: translate(87px, -50%);
  overflow: hidden;
  position: absolute;
}
@media (min-width: 1024px) {
  .hero-iphone {
    width: 214px;
    height: 430px;
    right: 25%;
  }
}
.hero-iphone svg {
  width: 103px;
  height: 208px;
}
@media (min-width: 1024px) {
  .hero-iphone svg {
    width: 214px;
    height: 430px;
  }
}
.hero-iphone svg #iphone_1 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
.hero-iphone svg #iphone_2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
.hero-iphone svg #iphone_3 {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
.hero-iphone svg #iphone_4 {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
.hero-iphone svg #iphone_5 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
.hero-iphone svg #iphone_1,
.hero-iphone svg #iphone_2,
.hero-iphone svg #iphone_3,
.hero-iphone svg #iphone_4,
.hero-iphone svg #iphone_5 {
  -webkit-animation: dash 10000ms linear infinite 5700ms;
          animation: dash 10000ms linear infinite 5700ms;
}
body._ie .hero-iphone svg #iphone_1,
body._ie .hero-iphone svg #iphone_2,
body._ie .hero-iphone svg #iphone_3,
body._ie .hero-iphone svg #iphone_4,
body._ie .hero-iphone svg #iphone_5 {
  opacity: 0;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
.about-section {
  padding: 50px 0;
  min-height: 100vh;
}
@media (min-width: 1024px) {
  .about-section {
    padding: 100px 0;
  }
}
.about-section__text {
  font-size: 14px;
  line-height: 1.79;
  margin: 0 0 40px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .about-section__text {
    font-size: 18px;
    line-height: 1.72;
    margin: 0 0 70px;
  }
}
.about-section__text ._anim {
  display: inline-block;
}
.about-section__more {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #748294;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
}
.about-section__more ._anim {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline-block;
}
.about-section__more:hover .about-section__more-icon {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.about-section__more-icon {
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  color: #748294;
}
.services-section {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .services-section {
    padding: 100px 0;
  }
}
.services-section-items {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.services-section-item {
  margin: 0 0 60px;
}
.services-section-item__title {
  font-size: 30px;
  line-height: 1.23333333;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .services-section-item__title {
    font-size: 36px;
    line-height: normal;
  }
}
.services-section-item__title ._anim {
  display: inline-block;
}
.services-section-item-types {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .services-section-item-types {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.services-section-item-types-container {
  overflow: hidden;
}
.services-section-item-types__item {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .services-section-item-types__item {
    margin: 0 30px 0 0;
  }
}
.services-section-item-types__item:before {
  content: '';
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #748294;
  display: block;
  margin: 0 5px 0 0;
}
@media (min-width: 1024px) {
  .services-section-item-types__item:before {
    margin: 0 10px 0 0;
  }
}
.clients-section {
  padding: 20px 0 50px;
  min-height: 100vh;
}
.clients-section .container-flex {
  z-index: 1;
}
.clients-section__text {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 40px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .clients-section__text {
    font-size: 18px;
    line-height: 1.72;
    margin: 0 0 60px;
  }
}
.clients-section__text ._anim {
  display: inline-block;
}
.clients-section-images {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.clients-section-images._show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.clients-section-images-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.clients-section__image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 50px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  .clients-section__image-container {
    width: 140px;
    height: 70px;
    margin-bottom: 30px;
  }
}
.clients-section__image {
  max-width: 100%;
  max-height: 100%;
}
body._ie .clients-section__image {
  max-width: 140px;
}
.projects-section {
  padding: 10px 0 100px;
}
.projects-section .container-flex {
  z-index: 1;
}
.projects-section-grid {
  margin-top: 20px;
}
.projects-section-item-more {
  background-color: #0c0d0e;
  border: 1px solid rgba(116, 130, 148, 0.4);
}
.projects-section-item-more__icon {
  display: inline-block;
  margin-left: 10px;
  color: #748294;
}
.projects-section-item-more .projects-section-item-content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #748294;
  text-decoration: none;
  text-transform: uppercase;
}
.projects-section-item {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
.projects-section-item._show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.projects-section-item:hover .projects-section-item-content,
.projects-section-item:hover .projects-section-item__bg-container {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.projects-section-item:hover:after {
  opacity: 1;
}
@media (min-width: 1024px) {
  .projects-section-item._big:after {
    padding-bottom: calc(100%/1200*500);
  }
}
.projects-section-item:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: rgba(12, 13, 14, 0.4);
  opacity: 0;
  -webkit-transition: all 4s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  -o-transition: all 4s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  transition: all 4s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  z-index: 2;
}
@media (min-width: 1024px) {
  .projects-section-item._big .projects-section-item-content {
    padding: 30px 0 30px 30px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .projects-section-item._big .projects-section-item-content {
    padding: 40px 0 78px 45px;
  }
}
@media (min-width: 1480px) {
  .projects-section-item._big .projects-section-item-content {
    padding: 50px 0 120px 50px;
  }
}
.projects-section-item-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10px 0;
  width: 100%;
  -webkit-transition: all 4s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  -o-transition: all 4s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  transition: all 4s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 1024px) {
  .projects-section-item-content {
    padding: 30px 40px 0 30px;
  }
}
@media (min-width: 1280px) {
  .projects-section-item-content {
    padding: 40px 30px 0;
  }
}
@media (min-width: 1480px) {
  .projects-section-item-content {
    padding: 50px 50px 0;
  }
}
.projects-section-item__type {
  font-size: 10px;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 1024px) {
  .projects-section-item__type {
    font-size: 14px;
    line-height: normal;
  }
}
._inverse .projects-section-item__type {
  color: #0c0e0e;
}
@media (min-width: 1024px) {
  .projects-section-item._big .projects-section-item__title {
    height: 100%;
  }
}
.projects-section-item__title {
  font-size: 36px;
  line-height: 1.22222222;
  margin: 0 0 15px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .projects-section-item__title {
    font-size: 48px;
    line-height: normal;
    margin: 0 0 9px;
  }
}
._inverse .projects-section-item__title {
  color: #0c0e0e;
}
@media (min-width: 1024px) {
  .projects-section-item._big .projects-section-item__descr {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.33;
    max-width: 50%;
  }
}
.projects-section-item__descr {
  font-size: 12px;
  line-height: 1.83;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
  white-space: pre-line;
  -ms-font-feature-settings: normal;
}
@media (min-width: 1024px) {
  .projects-section-item__descr {
    font-size: 14px;
    line-height: 1.79;
  }
}
._inverse .projects-section-item__descr {
  color: #0c0e0e;
}
@media (min-width: 1024px) {
  .projects-section-item._big .projects-section-item__bg-container {
    padding-bottom: calc(100%/1200*500);
  }
}
.projects-section-item__bg-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: calc(100%/1200*740);
  z-index: 0;
  -webkit-transition: all 4s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  -o-transition: all 4s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  transition: all 4s cubic-bezier(0.21, 1, 0.12, 1) 0s;
}
.projects-section-item__bg {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
@media (min-width: 1024px) {
  .projects-section-item__bg {
    bottom: auto;
    top: 0;
  }
}
.request-section {
  padding: 50px 0;
  min-height: 70vh;
}
@media (min-width: 1024px) {
  .request-section {
    padding: 200px 0;
    min-height: 100vh;
  }
}
.request-section .container-flex {
  z-index: 1;
}
.request-section__text {
  cursor: pointer;
  text-decoration: none;
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
@media (min-width: 1024px) {
  .request-section__text {
    font-size: 120px;
    margin-left: -7px;
  }
}
.request-section__text._show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.request-section__text:hover .request-section__text-icon {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
@media (min-width: 1024px) {
  .request-section__text:hover .request-section__text-icon {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.request-section__text-icon {
  margin-left: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: absolute;
}
@media (min-width: 1024px) {
  .request-section__text-icon {
    margin-left: 40px;
  }
}
.request-section__text-icon svg {
  width: 52px;
  height: 21px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .request-section__text-icon svg {
    width: 130px;
    height: 52px;
  }
}
.request-page {
  padding: 70px 0 110px;
  position: relative;
}
@media (min-width: 1024px) {
  .request-page {
    padding: 110px 0;
  }
}
.request-page .container-flex {
  z-index: 1;
}
.request-page:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #18191a;
  -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
          transform: skew(20deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0px 0px 0px;
      -ms-transform-origin: 0px 0px 0px;
          transform-origin: 0px 0px 0px;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.21, 1, 0.12, 1);
  transition: -webkit-transform 2s cubic-bezier(0.21, 1, 0.12, 1);
  -o-transition: transform 2s cubic-bezier(0.21, 1, 0.12, 1);
  transition: transform 2s cubic-bezier(0.21, 1, 0.12, 1);
  transition: transform 2s cubic-bezier(0.21, 1, 0.12, 1), -webkit-transform 2s cubic-bezier(0.21, 1, 0.12, 1);
}
body._toRight .nextWrapper .request-page:after,
.wrapper .request-page:after {
  -webkit-transform: skew(0);
      -ms-transform: skew(0);
          transform: skew(0);
}
.request-page-form {
  overflow: hidden;
}
.request-page-form._success .request-page-form-content._success {
  display: block;
}
.request-page-form._success .request-page-form-content._form {
  display: none;
}
.request-page-form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #748294;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media (min-width: 1024px) {
  .request-page-form-check {
    margin: 0 0 40px;
  }
}
.request-page-form-check._error {
  color: #a07a7a;
}
.request-page-form-check__text {
  font-size: 14px;
  line-height: 1.79;
  margin-left: 5px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  .request-page-form-check__text {
    margin-left: 15px;
    font-size: 36px;
    line-height: 1.33;
  }
}
.request-page-form-button {
  width: 100%;
}
.request-page-form-button__elem {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 2px;
  text-align: center;
  color: #748294;
  padding: 11px 20px 12px;
  width: 100%;
  min-width: 260px;
  max-width: 500px;
  -webkit-appearance: none;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 2px solid #748294;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 1024px) {
  .request-page-form-button__elem {
    width: auto;
    padding: 16px 20px 17px;
  }
}
.request-page-form-button__elem:hover {
  color: #000;
  background-color: #748294;
}
.request-page-form__select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  outline: none;
}
.request-page-form__select-selected {
  color: #fff;
  position: relative;
  padding: 0 40px 0 10px;
  outline: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body._ie .request-page-form__select-selected {
  pointer-events: none;
}
.request-page-form__select-selected:after {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.request-page-form__select-icon {
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.request-page-form__select-container {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 8px 10px 5px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.request-page-form__select._open .request-page-form__select-container {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.request-page-form__select._open .request-page-form__select-item {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.request-page-form__select._open .request-page-form__select-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.request-page-form__select-item {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #777;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  padding: 7px 0;
  line-height: 1.1;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
@media (min-width: 1024px) {
  .request-page-form__select-item {
    font-size: 22px;
    padding: 10px 0;
  }
}
.request-page-form__select-item._active {
  color: #000;
}
.request-page-form-content {
  padding-top: 80px;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-overflow-scrolling: touch;
}
.request-page-form-content._show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 1024px) {
  .request-page-form-content {
    padding-top: 50px;
    padding-right: 40px;
  }
}
body._ie .request-page-form-content {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.request-page-form-content._success {
  display: none;
}
.request-page-form-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 2.64285714;
  margin: 0 0 62px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #748294;
  padding: 0;
}
@media (min-width: 1024px) {
  .request-page-form-text {
    font-size: 36px;
    line-height: 1.88888889;
    margin: 0 0 105px;
  }
}
.request-page-form__input {
  color: #fff;
  position: relative;
  padding: 0 10px;
  min-width: 100px;
  max-width: 300px;
  outline: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .request-page-form__input {
    max-width: 560px;
  }
}
.request-page-form__input._error {
  color: #a07a7a;
}
.request-page-form__input:focus {
  background-color: #1a1a1a;
}
.request-page-form__input:empty:before {
  content: attr(placeholder);
  display: inline-block;
}
.request-page-form__input:after {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.request-page-contacts {
  padding-top: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .request-page-contacts {
    padding-top: 50px;
  }
}
.request-page-contacts__col {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 1024px) {
  .request-page-contacts__col {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.request-page-contacts-item {
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
@media (min-width: 1024px) {
  .request-page-contacts-item {
    margin-bottom: 30px;
  }
}
.request-page-contacts-item._show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.request-page-contacts__label {
  font-size: 12px;
  line-height: 1.83;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #748294;
  margin: 0;
}
@media (min-width: 1024px) {
  .request-page-contacts__label {
    font-size: 14px;
    line-height: 1.79;
  }
}
.request-page-contacts__value {
  font-size: 18px;
  line-height: 1.72;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.notfound-page {
  padding: 70px 0;
  min-height: 100vh;
}
@media (min-width: 1024px) {
  .notfound-page {
    padding: 110px 0;
  }
}
.about-page {
  padding: 70px 0 100px;
}
@media (min-width: 1024px) {
  .about-page {
    padding: 100px 0 150px;
  }
}
.about-page__title {
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #748294;
  margin: 0 0 60px;
  overflow: hidden;
  display: none;
}
.about-page__title ._anim {
  display: inline-block;
}
@media (min-width: 1024px) {
  .about-page__title {
    display: block;
    -webkit-transform: translateX(calc(-25vw + 20px));
        -ms-transform: translateX(calc(-25vw + 20px));
            transform: translateX(calc(-25vw + 20px));
  }
}
.about-page__text {
  font-size: 14px;
  line-height: 1.79;
  margin: 0 0 40px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .about-page__text {
    line-height: 1.72;
    font-size: 18px;
    margin: 0 0 70px;
  }
}
.about-page__text ._anim {
  display: inline-block;
}
.about-page-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 20px -15px 0;
  position: relative;
  z-index: 1;
}
.about-page-services-block {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .about-page-services-block {
    padding: 70px 0;
  }
}
.about-page-services-title {
  width: 100%;
}
.about-page-services-item {
  width: 100%;
  margin: 0 15px 30px;
  padding: 20px 0px 0 10px;
  background-color: #18191a;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
@media (min-width: 1024px) {
  .about-page-services-item {
    width: calc(100%/3 - 30px);
    padding: 40px 20px 0;
    padding-bottom: 290px;
  }
  body._ie .about-page-services-item {
    width: calc(33.33% - 30px);
  }
}
.about-page-services-item._show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.about-page-services-item__title {
  font-size: 30px;
  line-height: 1.23333333;
  margin: 0 0 20px;
  max-width: 55%;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .about-page-services-item__title {
    max-width: 100%;
    font-size: 36px;
    line-height: 1.33;
    margin: 0 0 24px;
  }
}
.about-page-services-item__descr {
  font-size: 10px;
  line-height: 2.2;
  margin: 0 0 10px;
  max-width: 55%;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .about-page-services-item__descr {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.72;
    margin: 0 0 34px;
  }
}
.about-page-services-item__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160.64238411px;
  height: 127px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 1024px) {
  .about-page-services-item__image {
    width: 100%;
    height: 290px;
    background-position: 100% 100%;
    right: auto;
    left: 0;
  }
}
.about-page-stages-block {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .about-page-stages-block {
    padding: 70px 0;
  }
}
.about-page-stages-item {
  margin: 0 0 30px;
}
.about-page-stages-item__title {
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #748294;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .about-page-stages-item__title {
    font-size: 36px;
    line-height: 1.33;
    margin: 0 0 10px;
  }
}
.about-page-stages-item__title ._anim {
  display: inline-block;
}
.about-page-stages-item__descr {
  font-size: 14px;
  line-height: 1.79;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .about-page-stages-item__descr {
    font-size: 18px;
    line-height: 1.72;
  }
}
.about-page-stages-item__descr ._anim {
  display: inline-block;
}
.about-page-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 20px -5px 0;
  position: relative;
  z-index: 1;
}
.about-page-team-block {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .about-page-team-block {
    padding: 70px 0;
  }
}
@media (min-width: 1024px) {
  .about-page-team {
    margin: 20px -12.5px 0;
  }
}
.about-page-team-item {
  width: 100%;
  margin: 0 5px 20px;
  width: calc(50% - 10px);
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
@media (min-width: 1024px) {
  .about-page-team-item {
    margin: 0 12.5px 50px;
    width: calc(25% - 25px);
  }
}
.about-page-team-item._show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.about-page-team-item:hover .about-page-team-item__image {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.about-page-team-item__image-container {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 0 6px;
}
@media (min-width: 1024px) {
  .about-page-team-item__image-container {
    margin: 0 0 16px;
  }
}
.about-page-team-item__image {
  position: absolute;
  width: 70%;
  height: 0;
  padding-bottom: 70%;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-page-team-item__name {
  font-size: 14px;
  line-height: 1.71;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 1024px) {
  .about-page-team-item__name {
    font-size: 23px;
    line-height: 1.65;
  }
}
.about-page-team-item__position {
  font-size: 10px;
  line-height: 2;
  margin: 0;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .about-page-team-item__position {
    font-size: 14px;
    line-height: 1.79;
    margin: -2px 0 0;
  }
}
.projects-page {
  padding: 100px 0 100px;
}
.projects-page .container-flex {
  z-index: 1;
}
.project-page {
  overflow: hidden;
}
.project-hero {
  padding: 55px 0;
}
.project-hero .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .project-hero {
    padding: 120px 0 250px;
  }
}
@media (min-width: 1480px) {
  .project-hero {
    padding: 180px 0 300px;
  }
}
.project-hero-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.project-hero-tags-container {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .project-hero-tags {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project-hero__tag {
  margin: 0;
}
@media (min-width: 1024px) {
  .project-hero__tag {
    margin-right: 30px;
  }
}
.project-hero__tag-title {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #ffffff;
  margin-left: 5px;
}
.project-hero__title {
  font-size: 40px;
  line-height: 1.225;
  white-space: nowrap;
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .project-hero__title {
    white-space: normal;
    font-size: 120px;
    line-height: 1.21666667;
    -webkit-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
            transform: translateX(-7px);
  }
}
body._ie .project-hero__title {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media (min-width: 1480px) {
  .project-hero__title {
    padding-right: 60px;
  }
}
.project-hero__title ._anim {
  display: inline-block;
}
.project-hero__description {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  font-size: 14px;
  line-height: 1.79;
  margin: 40px 0 0;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding: 0;
  max-width: 440px;
}
.project-hero__description._show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 1024px) {
  .project-hero__description {
    font-size: 18px;
    line-height: 1.72;
    margin: 100px 0 0;
  }
}
.project-hero__description p {
  margin: 0;
}
.project-hero-screens {
  min-height: 240px;
}
@media (min-width: 1024px) {
  .project-hero-screens {
    min-height: initial;
  }
}
.project-hero__desktop-screen {
  position: relative;
  width: 383px;
  height: 235px;
  position: absolute;
  right: -100px;
}
.project-hero__desktop-screen-item {
  -webkit-background-size: cover;
          background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  pointer-events: none;
}
.project-hero__desktop-screen-content {
  position: absolute;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 0%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.project-hero__desktop-screen._mockup .project-hero__desktop-screen-item {
  display: block;
}
.project-hero__desktop-screen._mockup .project-hero__desktop-screen-content {
  left: calc(100% / 1630 * 226);
  width: calc(100% / 1630 * 1218);
  top: calc(100% / 1000 * 82);
  height: calc(100% / 1000 * 760);
}
@media (min-width: 1024px) {
  .project-hero__desktop-screen {
    width: 815px;
    height: 500px;
    right: -330px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1280px) {
  .project-hero__desktop-screen {
    right: -230px;
  }
}
@media (min-width: 1480px) {
  .project-hero__desktop-screen {
    right: 40px;
  }
}
.project-hero__mobile-screen {
  position: relative;
  width: 84px;
  height: 168px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 210px;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
}
.project-hero__mobile-screen-item {
  -webkit-background-size: cover;
          background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  pointer-events: none;
}
.project-hero__mobile-screen-content {
  position: absolute;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 0%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.project-hero__mobile-screen._mockup .project-hero__mobile-screen-item {
  display: block;
}
.project-hero__mobile-screen._mockup .project-hero__mobile-screen-content {
  left: calc(100% / 448 * 28);
  width: calc(100% / 448 * 395);
  top: calc(100% / 888 * 26);
  height: calc(100% / 888 * 837);
}
@media (min-width: 1024px) {
  .project-hero__mobile-screen {
    width: 224px;
    height: 444px;
    top: 50%;
    right: 315px;
    -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@media (min-width: 1280px) {
  .project-hero__mobile-screen {
    right: 410px;
  }
}
@media (min-width: 1480px) {
  .project-hero__mobile-screen {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-60%, -10%);
        -ms-transform: translate(-60%, -10%);
            transform: translate(-60%, -10%);
  }
}
.project-app {
  padding: 55px 0;
}
@media (min-width: 1024px) {
  .project-app {
    padding: 120px 0 150px;
  }
}
@media (min-width: 1480px) {
  .project-app {
    padding: 180px 0 200px;
  }
}
.project-app .container {
  z-index: 1;
  position: relative;
}
.project-app-screens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 30px;
  width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .project-app-screens {
    height: 355px;
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .project-app-screens {
    margin: 30px 0;
  }
}
.project-app-screen {
  position: relative;
}
.project-app-screen-item {
  -webkit-background-size: cover;
          background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  pointer-events: none;
}
.project-app-screen-content {
  position: absolute;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 0%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.project-app-screen._mockup .project-app-screen-item {
  display: block;
}
.project-app-screen._mockup .project-app-screen-content {
  left: calc(100% / 448 * 28);
  width: calc(100% / 448 * 395);
  top: calc(100% / 888 * 26);
  height: calc(100% / 888 * 837);
}
@media (max-width: 1023px) {
  .project-app-screen {
    position: absolute;
  }
  .project-app-screen:nth-child(1) {
    width: 125px;
    height: 248px;
    z-index: 1;
    left: 0;
  }
  .project-app-screen:nth-child(2) {
    width: 143px;
    height: 284px;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .project-app-screen:nth-child(3) {
    width: 179px;
    height: 355px;
    z-index: 3;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .project-app-screen {
    width: 224px;
    height: 444px;
    margin: 0 22px;
  }
}
@media (min-width: 1280px) {
  .project-app-screen {
    width: 280px;
    height: 555px;
    margin: 0 30px;
  }
}
@media (min-width: 1480px) {
  .project-app-screen {
    width: 308px;
    height: 611px;
    margin: 0 20px;
  }
}
.project-app-stores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .project-app-stores {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.project-app-store {
  margin: 0 40px 16px;
}
.project-mobile-screens {
  padding: 10px 0 100px;
}
.project-mobile-screens .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .project-mobile-screens {
    padding: 0;
  }
}
.project-mobile-screens-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .project-mobile-screens-container {
    padding: 20vw 0 0;
  }
}
.project-mobile-screens__arrow {
  width: 26px;
  height: 10px;
  color: #fff;
  text-decoration: none;
}
.project-mobile-screens__arrow._left svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.project-mobile-screens__arrow svg {
  width: 26px;
  height: 10px;
  display: block;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.project-mobile-screens__mock {
  margin: 0 auto;
  position: relative;
  width: 224px;
  height: 448px;
}
.project-mobile-screens__mock-item {
  -webkit-background-size: cover;
          background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  pointer-events: none;
}
.project-mobile-screens__mock-content {
  position: absolute;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 0%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.project-mobile-screens__mock._mockup .project-mobile-screens__mock-item {
  display: block;
}
.project-mobile-screens__mock._mockup .project-mobile-screens__mock-content {
  left: calc(100% / 448 * 28);
  width: calc(100% / 448 * 395);
  top: calc(100% / 888 * 26);
  height: calc(100% / 888 * 837);
}
.project-mobile-screens__carousel-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  .project-mobile-screens__carousel-container {
    display: none;
  }
}
.project-mobile-screens__carousel-container .siemaDots {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  position: relative;
  margin: 24px 0 0;
  list-style: none;
  pointer-events: none;
}
.project-mobile-screens__carousel-container .siemaDots li {
  width: 4px;
  height: 4px;
  background-color: #748294;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 2px 5px;
}
.project-mobile-screens__carousel-container .siemaDots li.siemaDotActive {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #ffffff;
}
.project-mobile-screens-row {
  display: none;
  -webkit-transition: -webkit-transform linear;
  transition: -webkit-transform linear;
  -o-transition: transform linear;
  transition: transform linear;
  transition: transform linear, -webkit-transform linear;
  will-change: transform;
}
@media (min-width: 1024px) {
  .project-mobile-screens-row {
    display: block;
  }
}
.project-mobile-screens-row:nth-child(2) {
  margin-top: 185px;
}
.project-mobile-screens-row:nth-child(3) {
  margin-top: 80px;
}
.project-mobile-screens-row:nth-child(4) {
  margin-top: 26px;
}
.project-mobile-screens__image {
  margin: 0;
  width: 198px;
  height: 423px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 0;
}
@media (min-width: 1024px) {
  .project-mobile-screens__image {
    width: 220px;
    height: 435px;
    margin: 0 0 60px;
  }
}
@media (min-width: 1280px) {
  .project-mobile-screens__image {
    width: 278px;
    height: 550px;
  }
}
@media (min-width: 1480px) {
  .project-mobile-screens__image {
    width: 320px;
    height: 633px;
  }
}
.project-single-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 150px 0;
}
@media (min-width: 1024px) {
  .project-single-image {
    padding: 50px 0;
    min-height: 100vh;
  }
}
.project-single-image .container-flex {
  z-index: 1;
  height: 100%;
}
body._ie .project-single-image .container-flex {
  margin: 0;
}
.project-website {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .project-website {
    padding: 100px 0;
  }
}
.project-website .container-flex {
  z-index: 1;
}
.project-website-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.project-website-scroll-icon {
  width: 42px;
  height: 17px;
  color: #748294;
  margin: 26px 0;
}
.project-website-scroll-icon._up svg {
  -webkit-transform: rotate(-90deg) translateY(-5px);
      -ms-transform: rotate(-90deg) translateY(-5px);
          transform: rotate(-90deg) translateY(-5px);
}
.project-website-scroll-icon._down svg {
  -webkit-transform: rotate(90deg) translateY(6px);
      -ms-transform: rotate(90deg) translateY(6px);
          transform: rotate(90deg) translateY(6px);
}
.project-website-scroll-icon svg {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 42px;
  height: 17px;
}
.project-website-scroll-text {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #ffffff;
}
.project-website-center {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-website-screen {
  width: 100%;
  height: 0;
  padding-bottom: calc(100%/790*637);
  position: relative;
}
.project-website-screen-item {
  -webkit-background-size: cover;
          background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.project-website-screen-frame,
.project-website-screen-content {
  position: absolute;
  left: calc(100% / 1540 * 81);
  width: calc(100% / 1540 * 1386);
  top: calc(100% / 1274 * 60);
  height: calc(100% / 1274 * 800);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 0%;
  z-index: 1;
}
.project-website-screen-frame {
  overflow: auto;
}
body._ie .project-website-screen-frame {
  scrollbar-base-color: #000;
  scrollbar-face-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #000;
  scrollbar-dark-shadow-color: #000;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.project-website-screen-frame::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
.project-website-screen-item {
  z-index: 1;
}
.project-website-screen-image {
  display: block;
  width: 100%;
}
.project-website-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0;
}
.project-website-link {
  margin: 0;
}
.project-website-screens {
  position: relative;
  z-index: 1;
}
.project-website-screens-grid {
  width: 100%;
}
@media (min-width: 1024px) {
  .project-website-screens-grid {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 1280px) {
  .project-website-screens-grid {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}
.project-website-screens-image {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  .project-website-screens-image:nth-child(n+2) {
    display: none;
  }
}
.project-instruments {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .project-instruments {
    padding: 100px 0;
  }
}
.project-instruments-center {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-instruments-item {
  border-bottom: 2px solid #748294;
  margin: 0 0 20px;
  max-width: 500px;
}
@media (min-width: 1024px) {
  .project-instruments-item {
    max-width: initial;
    margin: 0 0 70px;
  }
}
.project-instruments-item__title {
  font-size: 18px;
  line-height: 1.72;
  margin: 0 0 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .project-instruments-item__title {
    font-size: 60px;
    margin: 0 0 23px;
    line-height: normal;
  }
}
.project-instruments-item__content {
  font-size: 14px;
  line-height: 1.79;
  margin: 0 0 10px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding: 0;
}
@media (min-width: 1024px) {
  .project-instruments-item__content {
    font-size: 36px;
    line-height: 1.33;
    margin: 0 0 20px;
  }
}
.project-next {
  padding: 50px 0 150px;
}
@media (min-width: 1024px) {
  .project-next {
    padding: 100px 0;
  }
}
.project-next-title {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.72;
  letter-spacing: normal;
  color: #748294;
  margin: 0;
}
.project-next-link {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  margin: 0;
}
.project-next-link__icon {
  margin-right: 8px;
}
.project-next-link__title {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #748294;
  position: relative;
}
.project-next-link__title:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.project-next-link:hover .project-next-link__title:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.project-next-link__title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  margin: 0;
}
