@charset "UTF-8";
/* Document
========================================================================== */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sections
========================================================================== */
body {
  margin: 0;
}

main {
  display: block;
}

/* Text-level semantics
========================================================================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

/**
* http://code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/
*/
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
========================================================================== */
img {
  border-style: none;
}

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  margin: 0;
  outline: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
========================================================================== */
template {
  display: none;
}

[hidden] {
  display: none;
}

/* Custom SK
========================================================================== */
a:focus {
  outline: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

img,
iframe,
object,
embed,
svg {
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

[disabled] {
  cursor: default;
}

.grid, .slick-dots, .list-spec, .b-awards__list, .b-mediallist__list, .b-projectlist__list, .b-rewards__list, .c-projects__list, .m-main__list, .m-social__list, .footer__list {
  margin: 0;
}

.grid__cell, .slick-dots li, .list-spec li, .b-awards__item, .b-mediallist__item, .b-projectlist__item, .b-rewards__item, .c-projects__item, .m-main__item, .m-social__item, .footer__list li {
  margin: 0;
  padding: 0;
  background: none;
}

.grid__cell::before, .slick-dots li::before, .list-spec li::before, .b-awards__item::before, .b-mediallist__item::before, .b-projectlist__item::before, .b-rewards__item::before, .c-projects__item::before, .m-main__item::before, .m-social__item::before, .footer__list li::before {
  display: none;
}

.grid {
  counter-reset: none;
}

.grid__cell {
  position: static;
}

.grid__cell::before {
  content: normal;
  counter-increment: none;
  position: static;
  top: auto;
  left: auto;
}

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.no-flexwrap .grid {
  font-size: 0;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .no-flexwrap .grid {
    letter-spacing: -1px;
  }
}

.grid__cell {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
}

.no-flexwrap .grid__cell {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: normal;
  white-space: normal;
}

.grid--scroll {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.js .grid--scroll {
  overflow-x: hidden;
}

.grid--scroll .grid__cell {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.grid--scroll .slick-slide .grid__cell {
  max-width: none;
}

.no-flexwrap .grid--scroll {
  white-space: nowrap;
}

html {
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2381;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1366px) {
  html {
    font-size: 17px;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 21px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  margin: 2em 0 .95em;
}

h1,
.h1 {
  font-size: 30px;
  letter-spacing: 0.3em;
  margin-bottom: 2.5em;
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}

@media (min-width: 1366px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}

h2,
.h2 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: .75em;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
  text-transform: none;
  margin-bottom: 0.25em;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 1.25em;
}

hr {
  border: solid rgba(255, 255, 255, 0.53);
  border-width: 1px 0 0;
  margin: 1.25em 0;
  height: 1px;
  overflow: hidden;
}

blockquote {
  margin: 0 0 1.25em;
  padding: 0;
}

blockquote p {
  margin-bottom: 0;
}

strong {
  font-weight: 500;
}

a {
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s;
  -webkit-tap-highlight-color: transparent;
}

ul,
ol,
dl {
  margin: 0 0 1.25em;
  list-style: none;
  padding: 0;
}

dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}

dt {
  width: 60px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

dd {
  width: calc(100% - 60px);
  margin: 0;
}

@media (min-width: 750px) {
  dl {
    font-size: 19px;
  }
  dt {
    width: 105px;
  }
  dd {
    width: calc(100% - 105px);
  }
}

li {
  padding: 0 0 0 14px;
  margin: 0 0 0.20833em;
}

ul li {
  position: relative;
}

ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

ol {
  counter-reset: item;
}

ol li {
  position: relative;
}

ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}

ol ol li::before {
  content: counter(item, lower-alpha) ".";
}

table {
  width: 100%;
  clear: both;
  margin: 0 0 1.25em;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

caption {
  font-weight: 400;
  font-style: 21px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: left;
  padding: 75px 0 10px;
  caption-side: top;
}

td,
th {
  vertical-align: top;
  padding: 7px 0;
  border-bottom: 1px solid #0093d0;
}

td a,
th a {
  text-decoration: none;
  font-weight: 300;
}

th {
  font-weight: bold;
  text-align: left;
}

thead th {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
}

td.first {
  width: 300px;
  max-width: 300px;
  padding-right: 20px;
  word-wrap: break-word;
}

td.second {
  width: 360px;
  max-width: 360px;
  padding-right: 20px;
  word-wrap: break-word;
}

.table {
  margin-bottom: 30px;
  overflow: hidden;
  overflow-x: auto;
}

.table table {
  min-width: 750px;
}

figure {
  margin-bottom: 1.25em;
}

figcaption {
  margin-top: .5em;
}

@media (max-width: 1365.98px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.icon-svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.icon-svg__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
}

.icon-svg::before {
  content: '';
  display: block;
}

.icon-svg--angle-down {
  width: 50px;
}

.icon-svg--angle-down::before {
  padding-top: 100%;
}

.icon-svg--arrow {
  width: 8px;
}

.icon-svg--arrow::before {
  padding-top: 200%;
}

.icon-svg--check {
  width: 7px;
}

.icon-svg--check::before {
  padding-top: 85.71429%;
}

.icon-svg--cross-big {
  width: 47px;
}

.icon-svg--cross-big::before {
  padding-top: 100%;
}

.icon-svg--cross {
  width: 16px;
}

.icon-svg--cross::before {
  padding-top: 100%;
}

.icon-svg--envelope {
  width: 28px;
}

.icon-svg--envelope::before {
  padding-top: 100%;
}

.icon-svg--facebook {
  width: 30px;
}

.icon-svg--facebook::before {
  padding-top: 100%;
}

.icon-svg--hamburger {
  width: 41px;
}

.icon-svg--hamburger::before {
  padding-top: 60.97561%;
}

.icon-svg--instagram {
  width: 28px;
}

.icon-svg--instagram::before {
  padding-top: 100%;
}

.icon-svg--linkedin {
  width: 30px;
}

.icon-svg--linkedin::before {
  padding-top: 100%;
}

.icon-svg--refresh {
  width: 1000px;
}

.icon-svg--refresh::before {
  padding-top: 100%;
}

.icon-svg--sheet {
  width: 116px;
}

.icon-svg--sheet::before {
  padding-top: 137.93103%;
}

.icon-svg--youtube {
  width: 30px;
}

.icon-svg--youtube::before {
  padding-top: 100%;
}

.b-homepage__part {
  transition: opacity 0.5s, transform 4s;
}

.js .is-ready-for-animaiton:not(.is-animating) .b-homepage__part {
  opacity: 0;
  transform: translateX(-30px);
}

.b-homepage__next {
  transition: opacity 1s, transform 3.5s;
  transition-delay: 0.4s;
}

.js .is-ready-for-animaiton:not(.is-animating) .b-homepage__next {
  opacity: 0;
  transform: translateX(-30px);
}

.b-links__item--living .background,
.b-links__item--office .background,
.b-links__item--retail .background,
.b-links__item--about .background {
  -webkit-animation: fading 2s;
          animation: fading 2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.js .is-ready-for-animaiton.is-animating .b-links__item--living .background, .js .is-ready-for-animaiton.is-animating
.b-links__item--office .background, .js .is-ready-for-animaiton.is-animating
.b-links__item--retail .background, .js .is-ready-for-animaiton.is-animating
.b-links__item--about .background {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.b-links__item--living .background {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.b-links__item--office .background {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.b-links__item--retail .background {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.b-links__item--about .background {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.b-homepage > .background {
  transition: opacity 1s;
  transition-delay: 1.4s;
}

.js .is-ready-for-animaiton:not(.is-animating) .b-homepage > .background {
  opacity: 0;
}

.b-homepage__line--first {
  transition: opacity 0.3s, transform 1s;
  transition-delay: 1.6s, 2s;
  transform: translateX(100%);
}

.js .is-ready-for-animaiton:not(.is-animating) .b-homepage__line--first {
  transform: translateX(0);
  opacity: 0;
}

.b-homepage__line--second,
.b-homepage__line--third {
  transition: opacity 0.3s, transform 1s;
  transition-delay: 2s, 2.5s;
  transform: translateY(100%);
}

.js .is-ready-for-animaiton:not(.is-animating) .b-homepage__line--second, .js .is-ready-for-animaiton:not(.is-animating)
.b-homepage__line--third {
  transform: translateY(0);
  opacity: 0;
}

.header {
  transition: opacity 0.6s, transform 2s;
  transition-delay: 2s;
}

.js:not(.is-loaded) .header {
  opacity: 0;
  transform: scale3d(1.05, 1, 1.02);
}

.js:not(.is-loaded) .page {
  pointer-events: none;
}

.js:not(.is-loaded) .page:not(.is-ready-for-animaiton) {
  visibility: hidden;
}

.b-links__link {
  transition: opacity 1s;
  transition-delay: 2s;
}

.js .is-ready-for-animaiton:not(.is-animating) .b-links__link {
  opacity: 0;
}

.b-links__content {
  transition: opacity 0.3s, transform 1s;
  transition-delay: 2.2s;
}

.js .is-ready-for-animaiton:not(.is-animating) .b-links__content {
  transform: translateX(-20px);
  opacity: 0;
}

.b-links__item--office .b-links__content {
  transition-delay: 2.4s;
}

.b-links__item--retail .b-links__content {
  transition-delay: 2.6s;
}

.b-links__item--about .b-links__content {
  transition-delay: 2.8s;
}

.b-homepage__btn {
  transition: opacity 1.2s;
  transition-delay: 3.2s;
}

.js .is-ready-for-animaiton:not(.is-animating) .b-homepage__btn {
  opacity: 0;
}

.b-rewards {
  transition: opacity 1s;
  transition-delay: 3.4s;
}

.js .is-ready-for-animaiton:not(.is-animating) .b-rewards {
  opacity: 0;
}

.b-wehave {
  transition: opacity 1s;
  transition-delay: 3.4s;
}

.js .is-ready-for-animaiton:not(.is-animating) .b-wehave {
  opacity: 0;
}

.js [data-parallax-text] {
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1.2s ease-out;
}

.js [data-parallax-text]:not(.is-visible) {
  opacity: 0;
  transform: translateY(40px);
}

@-webkit-keyframes fading {
  0%, 100% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}

@keyframes fading {
  0%, 100% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}

.as-link {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 1920px) {
  .as-link {
    font-size: 17px;
  }
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #2a2a2a;
}

.background__video {
  position: absolute;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.background--fixed {
  background-attachment: fixed;
}

.background--img {
  background-image: url("/web/img/bg/bg.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.background--overlay::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(-108deg, #173448 0%, #1070b3 100%);
  opacity: 0.65;
}

.background--career {
  background-image: url("/web/img/bg/career.jpg");
}

.background--media {
  background-image: url("/web/img/bg/media.jpg");
}

.background--investori {
  background-image: url("/web/img/illust/investori/intro.jpg");
}

.background--esg {
  background-image: url("/web/img/illust/esg/intro-mobile.jpg");
  background-position: center top;
}

@media (min-width: 750px) {
  .background--esg {
    background-image: url("/web/img/illust/esg/intro.jpg");
  }
}

@media (min-width: 1024px) {
  .background--esg {
    background-position-x: calc(50% - 57px);
  }
}

@media (min-width: 1366px) {
  .background--esg {
    background-position-x: calc(50% - 67px);
  }
}

@media (min-width: 1920px) {
  .background--esg {
    background-position-x: center;
  }
}

.background--retail {
  background-image: url("/web/img/illust/retail/intro--749.jpg");
}

@media (min-width: 750px) {
  .background--retail {
    background-image: url("/web/img/illust/retail/intro--1023.jpg");
  }
}

@media (min-width: 1024px) {
  .background--retail {
    background-image: url("/web/img/illust/retail/intro--1627.jpg");
  }
}

@media (min-width: 1628px) {
  .background--retail {
    background-image: url("/web/img/illust/retail/intro--1920.jpg");
  }
}

.background--retail-savarin {
  background-image: url("/web/img/illust/retail/savarin/intro/savarin1.jpg");
  opacity: .1;
}

.background--retail-brno {
  background-image: url("/web/img/illust/retail/brno/intro/brno1.jpg");
  opacity: .1;
}

.background--retail-nr7 {
  background-image: url("/web/img/illust/retail/nr7/intro/nr71.jpg");
  opacity: .1;
}

.background--bydleni {
  background-image: url("/web/img/illust/bydleni/intro--749.jpg");
}

@media (min-width: 750px) {
  .background--bydleni {
    background-image: url("/web/img/illust/bydleni/intro--1023.jpg");
  }
}

@media (min-width: 1024px) {
  .background--bydleni {
    background-image: url("/web/img/illust/bydleni/intro--1627.jpg");
  }
}

@media (min-width: 1628px) {
  .background--bydleni {
    background-image: url("/web/img/illust/bydleni/intro--1920.jpg");
  }
}

.background--bydleni-dockin {
  background-image: url("/web/img/illust/bydleni/dockin/intro/dockin1.jpg");
  opacity: .1;
}

.background--bydleni-semerinka {
  background-image: url("/web/img/illust/bydleni/semerinka/intro/semerinka.jpg");
  opacity: .1;
}

.background--bydleni-hagibor {
  background-image: url("/web/img/illust/bydleni/hagibor/intro/hagibor1.jpg");
  opacity: .1;
}

.background--bydleni-sareckydvur {
  background-image: url("/web/img/illust/bydleni/sareckydvur/intro/sareckydvur1.jpg");
  opacity: .1;
}

.background--bydleni-sarka {
  background-image: url("/web/img/illust/bydleni/sarka/intro/intro.jpg");
  opacity: .1;
}

.background--kancelare {
  background-image: url("/web/img/illust/kancelare/intro--749.jpg");
  background-position: center top;
}

@media (min-width: 750px) {
  .background--kancelare {
    background-image: url("/web/img/illust/kancelare/intro--1023.jpg");
  }
}

@media (min-width: 1024px) {
  .background--kancelare {
    background-image: url("/web/img/illust/kancelare/intro--1627.jpg");
  }
}

@media (min-width: 1628px) {
  .background--kancelare {
    background-image: url("/web/img/illust/kancelare/intro--1920.jpg");
  }
}

.background--kancelare-dockin {
  background-image: url("/web/img/illust/kancelare/dockin/intro/dockin1.jpg");
  opacity: .1;
}

.background--kancelare-nr7 {
  background-image: url("/web/img/illust/kancelare/nr7/intro/nr71.jpg");
  opacity: .1;
}

.background--kancelare-boka {
  background-image: url("/web/img/illust/kancelare/boka/intro/boka-1.jpg");
  opacity: .1;
}

.background--kancelare-hagibor {
  background-image: url("/web/img/illust/kancelare/hagibor/intro/hagibor1.jpg");
  opacity: .1;
}

.background--about-video {
  background-image: url("/web/img/illust/about/intro.jpg");
}

.background--about-hero {
  background-image: url("/web/img/illust/about/hero.jpg");
  top: -30%;
}

.background--about-bg {
  background-image: url("/web/img/illust/about/about-bg--749.jpg");
  top: -30%;
}

@media (min-width: 750px) {
  .background--about-bg {
    background-image: url("/web/img/illust/about/about-bg--1023.jpg");
  }
}

@media (min-width: 1024px) {
  .background--about-bg {
    background-image: url("/web/img/illust/about/about-bg--1627.jpg");
  }
}

@media (min-width: 1628px) {
  .background--about-bg {
    background-image: url("/web/img/illust/about/about-bg--2000.jpg");
    background-position: center center;
  }
}

.background--hp-living {
  background-image: url("/web/img/illust/hp/hp-bydleni.jpg");
}

.background--hp-office {
  background-image: url("/web/img/illust/hp/hp-kancelare.jpg");
}

.background--hp-retail {
  background-image: url("/web/img/illust/hp/hp-retail.jpg");
}

.background--hp-about {
  background-image: url("/web/img/illust/hp/about.jpg");
}

.background--link-living {
  background-image: url("/web/img/illust/link/link-bydleni.jpg");
}

.background--link-office {
  background-image: url("/web/img/illust/link/link-kancelare.jpg");
}

.background--link-retail {
  background-image: url("/web/img/illust/link/link-retail.jpg");
}

.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
}

.btn__text {
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.53);
  padding: 6px 29px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn__text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 5px;
  height: 14px;
  background: #fff;
  transition: background-color 0.3s, transform 0.3s;
}

.btn__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.44444rem;
  margin-top: -0.72222rem;
  margin-left: -0.72222rem;
  opacity: 0;
  -webkit-animation: rotate 2s infinite linear;
          animation: rotate 2s infinite linear;
}

.btn__loading, .btn__text-loading {
  transition: opacity 0.3s;
}

.is-loading .btn__loading {
  opacity: 1;
}

.btn.is-loading .btn__text {
  background: transparent;
}

.btn.is-loading .btn__text .icon-svg {
  color: #fff;
}

.is-loading .btn__text-loading {
  opacity: 0;
}

@media (min-width: 1024px) {
  .btn__text {
    padding: 16px 47px 15px;
    font-size: 17px;
    letter-spacing: 0.35em;
  }
  .btn__text::before {
    width: 7px;
    height: 20px;
    margin-top: -10px;
  }
  .btn--sm .btn__text {
    padding: 19px 35px 18px;
  }
  .btn--xs .btn__text {
    padding: 6px 29px;
    font-size: 13px;
    letter-spacing: 0.25em;
  }
}

.btn--dark .btn__text {
  color: #333333;
  border-color: #adadac;
}

.btn--dark .btn__text::before {
  background: #adadac;
}

.btn--block {
  display: block;
}

.btn:disabled, .btn.is-disabled {
  opacity: .5;
  pointer-events: none;
}

@media (min-width: 1628px) {
  .btn--lg .btn__text {
    font-size: 21px;
    padding: 19px 40px 18px;
  }
}

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

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

.slick-slider {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.slick-track,
.slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
}

.slick-track {
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}

.slick-slide {
  display: -ms-flexbox;
  display: flex;
  outline: 0;
  width: 100% !important;
  -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
}

.slick-slide > div {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.slick-slide .grid__cell {
  max-width: 100%;
}

.slick-initialized {
  display: block !important;
}

.slick-dots {
  position: absolute;
  left: 38px;
  bottom: 9px;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  line-height: 0;
  width: calc(100% - 74px);
}

.slick-dots button {
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.slick-dots button::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  transition: background-color 0.3s;
  border: 1px solid #fff;
}

@media (max-width: 749.98px) {
  .slick-dots {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (min-width: 750px) {
  .slick-dots {
    left: 30px;
    bottom: 26px;
  }
  .slick-dots button {
    width: 34px;
    height: 34px;
  }
}

.flag {
  display: inline-block;
  padding: 8px 15px;
  background: rgba(255, 123, 106, 0.8);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .35em;
}

@font-face {
  font-family: 'GT Walsheim';
  src: url("/web/fonts/gt-walsheim-regular.woff") format("woff"), url("/web/fonts/gt-walsheim-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Walsheim';
  src: url("/web/fonts/gt-walsheim-light.woff") format("woff"), url("/web/fonts/gt-walsheim-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Walsheim';
  src: url("/web/fonts/gt-walsheim-medium.woff") format("woff"), url("/web/fonts/gt-walsheim-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Walsheim';
  src: url("/web/fonts/gt-walsheim-bold.woff") format("woff"), url("/web/fonts/gt-walsheim-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.row-main {
  position: relative;
  margin: 0 auto;
  border: 20px solid transparent;
  -o-border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
     border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
  border-width: 0 20px;
  width: 100%;
  max-width: 1628px;
}

.row-main::before, .row-main::after {
  content: '';
  display: table;
}

.row-main::after {
  clear: both;
}

.row-main--full {
  max-width: none;
}

.row-main--lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

@media (max-width: 1023.98px) {
  .row-main--lines {
    display: none;
  }
}

@media (min-width: 375px) {
  .row-main {
    border-width: 0 34px;
  }
}

@media (min-width: 1024px) {
  .row-main {
    border-width: 0 40px;
  }
  .row-main--spec {
    border-width: 0 154px 0 40px;
  }
}

@media (min-width: 1366px) {
  .row-main {
    border-width: 0 78px;
  }
  .row-main--spec {
    border-width: 0 212px 0 78px;
  }
}

@media (min-width: 1920px) {
  .row-main {
    border-width: 0 78px;
  }
}

.grid {
  margin-left: -20px;
  margin-bottom: -20px;
}

.grid__cell {
  position: relative;
  border: 20px solid transparent;
  -o-border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
     border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
  border-width: 0 0 20px 20px;
}

.grid__cell--top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.grid__cell--middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.grid__cell--bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.grid__cell--eq {
  display: -ms-flexbox;
  display: flex;
}

.grid__cell--eq > * {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

@media (min-width: 1366px) {
  .grid {
    margin-left: -50px;
    margin-bottom: -50px;
  }
  .grid__cell {
    border-width: 0 0 50px 50px;
  }
}

.grid--0 {
  margin-left: 0;
  margin-bottom: 0;
}

.grid--0 .grid__cell {
  border-width: 0;
}

.grid--x-0 {
  margin-left: 0;
}

.grid--x-0 .grid__cell {
  border-left-width: 0;
}

.grid--sm {
  margin-left: -30px;
  margin-bottom: -30px;
}

.grid--sm .grid__cell {
  border-width: 0 0 30px 30px;
}

.grid--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.grid--middle {
  -ms-flex-align: center;
      align-items: center;
}

.no-flexwrap .grid--middle .grid__cell {
  vertical-align: middle;
}

.grid--bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.no-flexwrap .grid--bottom .grid__cell {
  vertical-align: bottom;
}

.grid--center {
  -ms-flex-pack: center;
      justify-content: center;
}

.no-flexwrap .grid--center .grid__cell {
  text-align: center;
}

.grid--right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.no-flexwrap .grid--right .grid__cell {
  text-align: right;
}

.grid--space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.size--auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.size--autogrow {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: auto;
  max-width: none;
}

.size--1-12 {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.size--2-12 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.size--3-12 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.size--4-12 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.size--5-12 {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.size--6-12 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.size--7-12 {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.size--8-12 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.size--9-12 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.size--10-12 {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.size--11-12 {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.size--12-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .size--auto\@sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .size--autogrow\@sm {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: auto;
    max-width: none;
  }
  .size--1-12\@sm {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .size--2-12\@sm {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .size--3-12\@sm {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .size--4-12\@sm {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .size--5-12\@sm {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .size--6-12\@sm {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .size--7-12\@sm {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .size--8-12\@sm {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .size--9-12\@sm {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .size--10-12\@sm {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .size--11-12\@sm {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .size--12-12\@sm {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 750px) {
  .size--auto\@md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .size--autogrow\@md {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: auto;
    max-width: none;
  }
  .size--1-12\@md {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .size--2-12\@md {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .size--3-12\@md {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .size--4-12\@md {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .size--5-12\@md {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .size--6-12\@md {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .size--7-12\@md {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .size--8-12\@md {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .size--9-12\@md {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .size--10-12\@md {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .size--11-12\@md {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .size--12-12\@md {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .size--auto\@lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .size--autogrow\@lg {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: auto;
    max-width: none;
  }
  .size--1-12\@lg {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .size--2-12\@lg {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .size--3-12\@lg {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .size--4-12\@lg {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .size--5-12\@lg {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .size--6-12\@lg {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .size--7-12\@lg {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .size--8-12\@lg {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .size--9-12\@lg {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .size--10-12\@lg {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .size--11-12\@lg {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .size--12-12\@lg {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1366px) {
  .size--auto\@xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .size--autogrow\@xl {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: auto;
    max-width: none;
  }
  .size--1-12\@xl {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .size--2-12\@xl {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .size--3-12\@xl {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .size--4-12\@xl {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .size--5-12\@xl {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .size--6-12\@xl {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .size--7-12\@xl {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .size--8-12\@xl {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .size--9-12\@xl {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .size--10-12\@xl {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .size--11-12\@xl {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .size--12-12\@xl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1628px) {
  .size--auto\@xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .size--autogrow\@xxl {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: auto;
    max-width: none;
  }
  .size--1-12\@xxl {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .size--2-12\@xxl {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .size--3-12\@xxl {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .size--4-12\@xxl {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .size--5-12\@xxl {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .size--6-12\@xxl {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .size--7-12\@xxl {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .size--8-12\@xxl {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .size--9-12\@xxl {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .size--10-12\@xxl {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .size--11-12\@xxl {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .size--12-12\@xxl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1920px) {
  .size--auto\@xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .size--autogrow\@xxxl {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: auto;
    max-width: none;
  }
  .size--1-12\@xxxl {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .size--2-12\@xxxl {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .size--3-12\@xxxl {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .size--4-12\@xxxl {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .size--5-12\@xxxl {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .size--6-12\@xxxl {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .size--7-12\@xxxl {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .size--8-12\@xxxl {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .size--9-12\@xxxl {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .size--10-12\@xxxl {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .size--11-12\@xxxl {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .size--12-12\@xxxl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.inp-file, .inp-select, .inp-text {
  display: block;
  border: 1px solid rgba(0, 147, 208, 0.5);
  border-width: 0 0 1px;
  padding: 8px 15px 8px 0;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: .25em;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 300;
  transition: border-color 0.3s;
}

.inp-file:disabled, .inp-select:disabled, .inp-text:disabled {
  background-color: #e7e7e7;
}

.has-error .inp-file, .has-error .inp-select, .has-error .inp-text {
  border-color: #f00;
}

.inp-file {
  height: 0;
  padding-bottom: 133%;
  position: relative;
  border: 1px solid #0093d0;
  margin-bottom: 20px;
}

.inp-file--sheet {
  border: 0;
  position: relative;
  transition: background-image 0.3s;
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px;
  background-size: 27px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 6' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%236bc423' fill-opacity='0' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3E%3Cpath d='M.906 2.1l1.453 1.475L5.832.102l.894.894-4.238 4.239L.124 2.871.906 2.1z'/%3E%3C/svg%3E");
}

.inp-file__bg {
  width: 100%;
  position: absolute;
  top: 0;
}

.inp-file__bg svg {
  transition: fill-opacity 0.3s;
  fill: #fff;
  fill-opacity: 0;
}

.inp-file__inp {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0px;
  line-height: 1;
  z-index: 10;
  opacity: 0;
}

.inp-file__clear {
  font-family: inherit;
  /* For all browsers */
  font-size: 100%;
  /* For all browsers */
  line-height: 1.15;
  /* For all browsers */
  margin: 0;
  /* Firefox and Safari have margin */
  overflow: visible;
  /* Edge hides overflow */
  text-transform: none;
  /* Firefox inherits text-transform */
  -webkit-appearance: button;
  /* Safari otherwise prevents some styles */
  border: 0;
  line-height: 0.7;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  margin-left: -10px;
  padding: 10px;
  background-color: transparent;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  pointer-events: none;
}

.inp-file__clear::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.inp-file__clear:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.is-set ~ .inp-file__clear,
.is-error ~ .inp-file__clear {
  pointer-events: auto;
  opacity: 1;
}

.inp-file__clear:hover, .inp-file__clear:focus {
  transform: rotate(180deg);
}

.inp-file__clear .icon-svg {
  transition: color 0.3s;
  color: #fff;
  width: 10px;
}

.inp-file.is-focus {
  border-color: #fff;
}

.inp-file--sheet.is-set {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 6' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%236bc423' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3E%3Cpath d='M.906 2.1l1.453 1.475L5.832.102l.894.894-4.238 4.239L.124 2.871.906 2.1z'/%3E%3C/svg%3E");
}

.inp-file--sheet.is-set .inp-file__bg {
  width: 100%;
}

.inp-file--sheet.is-set .inp-file__bg svg {
  fill: #3e8638;
  fill-opacity: 0.55;
}

.inp-file--sheet.is-set::before {
  content: attr(data-text);
  position: absolute;
  left: 25px;
  right: 15px;
  top: 100%;
  margin-top: 20px;
  font: normal 12px/16px "GT Walsheim", Helvetica, Arial, sans-serif;
  color: #fff;
  pointer-events: none;
  overflow: hidden;
}

.inp-file--sheet.is-error {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 150' enable-background='new 0 0 150 150' xml:space='preserve'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23F00000' d='M0,136.4L13.6,150L75,88.6l61.4,61.4l13.6-13.6L88.6,75L150,13.6 L136.4,0L75,61.4L13.6,0L0,13.6L61.4,75L0,136.4z'/%3E%3C/svg%3E");
}

.inp-file--sheet.is-error .inp-file__bg {
  width: 100%;
}

.inp-file--sheet.is-error .inp-file__bg svg {
  fill: #f00000;
  fill-opacity: 0.55;
}

.inp-file--sheet.is-error::before {
  content: attr(data-text);
  position: absolute;
  left: 25px;
  right: 15px;
  top: 100%;
  margin-top: 20px;
  font: normal 12px/16px "GT Walsheim", Helvetica, Arial, sans-serif;
  color: #fff;
  pointer-events: none;
  overflow: hidden;
}

.inp-file__inp:hover + .inp-file__bg svg {
  fill-opacity: 0.05;
}

.inp-file--sheet.is-set .inp-file__inp:hover + .inp-file__bg svg {
  fill-opacity: 0.4;
}

@media (min-width: 1024px) {
  .inp-file--sheet.is-set::before {
    white-space: normal;
    text-overflow: initial;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

.inp-fix {
  position: relative;
  display: block;
}

.has-error .inp-fix {
  color: #f00;
}

.has-warning .inp-fix {
  color: #fa0;
}

.has-ok .inp-fix {
  color: #080;
}

.inp-item--checkbox {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 43px;
  vertical-align: top;
  cursor: pointer;
  padding: 0 0 0 56px;
  position: relative;
}

.inp-item--checkbox-small {
  min-height: 22px;
  padding: 0 0 0 42px;
}

.inp-item--checkbox .inp-item__inp {
  position: absolute;
  left: -5000px;
}

.inp-item--checkbox .inp-item__text {
  font-size: 16px;
  display: block;
}

.inp-item--checkbox .inp-item__text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  height: 43px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.53);
  transition: border-color 0.3s;
}

.inp-item--checkbox .inp-item__text::after {
  content: '';
  position: absolute;
  left: 12px;
  top: 12px;
  width: 19px;
  height: 19px;
  background: #0093d0;
  opacity: 0;
  transition: opacity 0.3s;
}

.inp-item--checkbox-small .inp-item__text {
  text-transform: uppercase;
}

.inp-item--checkbox-small .inp-item__text::before {
  width: 22px;
  height: 22px;
}

.inp-item--checkbox-small .inp-item__text::after {
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
}

.inp-item--checkbox.has-error .inp-item__text::before {
  border-color: #f00;
}

.inp-item__inp:focus + .inp-item__text::before {
  border-color: #fff;
}

.inp-item__inp:disabled + .inp-item__text {
  cursor: default;
  color: rgba(255, 255, 255, 0.5);
}

.inp-item__inp:disabled + .inp-item__text::before {
  background: #e7e7e7;
}

.inp-item__inp:checked + .inp-item__text::after {
  opacity: 1;
}

@media (min-width: 1024px) {
  .inp-item--checkbox {
    min-height: 53px;
    padding: 0 0 0 86px;
  }
  .inp-item--checkbox .inp-item__text::before {
    width: 53px;
    height: 53px;
  }
  .inp-item--checkbox .inp-item__text::after {
    width: 29px;
    height: 29px;
  }
  .inp-item--checkbox-small {
    min-height: 22px;
    padding: 0 0 0 42px;
  }
  .inp-item--checkbox-small .inp-item__text::before {
    width: 22px;
    height: 22px;
  }
  .inp-item--checkbox-small .inp-item__text::after {
    width: 10px;
    height: 10px;
  }
}

.inp-label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: .25em;
}

.inp-select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath d='M10 0L5 5 0 0'/%3E%3C/svg%3E%0A");
  background-position: top 50% right 15px;
  background-repeat: no-repeat;
  background-size: 10px 5px;
}

.inp-select::-ms-expand {
  display: none;
}

textarea.inp-text {
  height: auto;
}

.inp-text::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.inp-text:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.inp-text::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.inp-text::placeholder {
  opacity: 1;
  color: #fff;
}

@media (max-width: 1365.98px) {
  .inp-text::-moz-placeholder {
    opacity: 0;
    color: transparent;
  }
  .inp-text:-ms-input-placeholder {
    opacity: 0;
    color: transparent;
  }
  .inp-text::-ms-input-placeholder {
    opacity: 0;
    color: transparent;
  }
  .inp-text::placeholder {
    opacity: 0;
    color: transparent;
  }
}

.item-icon {
  position: relative;
  padding-left: 29px;
}

.item-icon .icon-svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  transition: transform 0.3s;
}

.item-icon .icon-svg--angle-down {
  width: 22px;
  margin-top: -12px;
}

.item-icon__text {
  position: absolute;
  transition: opacity 0.3s, visibility 0.3s;
}

.item-icon__text:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}

.item-icon--after {
  padding-left: 0;
  padding-right: 29px;
}

.item-icon--after .icon-svg {
  left: auto;
  right: 0;
}

.item-icon.is-active .icon-svg {
  transform: rotate(180deg);
}

.lines::before, .lines::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #0093d0;
  z-index: 10;
}

.lines::before {
  right: 0;
}

.lines::after {
  left: 50%;
}

.gray .lines::before,
.gray .lines::after {
  background: #acacac;
}

.red .lines::before,
.red .lines::after {
  background: #ff7b6a;
}

.lightblue .lines::before,
.lightblue .lines::after {
  background: #08cef7;
}

.link-mask::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
}

.list-spec {
  font-size: 12px;
}

.list-spec li {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.list-spec__num {
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
  color: #0093d0;
  line-height: 1.05;
  font-weight: 500;
}

@media (min-width: 750px) {
  .list-spec {
    font-size: 13px;
  }
  .list-spec__num {
    -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    font-size: 19px;
  }
}

@media (min-width: 1366px) {
  .list-spec {
    font-size: 16px;
  }
}

.list--lines {
  margin-bottom: -13px;
}

.list--lines li {
  margin-bottom: 13px;
  padding-left: 25px;
}

.list--lines li::before {
  top: 11px;
  width: 13px;
  height: 6px;
  background: #0093d0;
  border-radius: 0;
}

@media (min-width: 1024px) {
  .list--lines li {
    padding-left: 40px;
  }
}

.menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(to left, rgba(1, 4, 5, 0.85) 58%, rgba(14, 59, 77, 0.85) 100%);
  z-index: 101;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}

.menu-open .menu-overlay {
  opacity: 1;
  pointer-events: all;
}

.message {
  background: #0093d0;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 870px;
  z-index: 1;
}

.message > :last-child {
  margin-bottom: 0;
}

.message--error, .message--ok, .message--warning {
  color: #fff;
}

.message--error li::before, .message--ok li::before, .message--warning li::before {
  background-color: #fff;
}

.message--error a, .message--ok a, .message--warning a {
  color: #fff;
}

.message--error {
  background: #ff7b6a;
}

.message--ok {
  background: #0093d0;
}

.message--warning {
  background: #fa0;
}

@media (min-width: 750px) {
  .message {
    padding: 40px;
  }
}

@media (min-width: 1366px) {
  .message {
    font-size: 19px;
  }
}

.preloader-holder {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
  transform: translateZ(0);
}

.preloader {
  width: 200px;
  height: 42px;
  opacity: 0;
  transition: opacity .75s;
  overflow: hidden;
}

.preloader__wrap {
  overflow: hidden;
  height: 41px;
  border-right: 1px solid #08cef7;
  border-radius: 2px;
  -webkit-animation: preloaderWrap 3s infinite;
          animation: preloaderWrap 3s infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.preloader__item {
  height: 40px;
  border: 1px solid #08cef7;
  border-radius: 2px;
  border-right-width: 0;
  -webkit-animation: preloader 3s infinite;
          animation: preloader 3s infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.js.is-preloading .preloader {
  opacity: 1;
}

.js.is-preloading .preloader__item,
.js.is-preloading .preloader__wrap {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes preloader {
  0%, 100% {
    transform: translateX(0);
  }
  33%, 66% {
    transform: translateX(198px);
  }
}

@keyframes preloader {
  0%, 100% {
    transform: translateX(0);
  }
  33%, 66% {
    transform: translateX(198px);
  }
}

@-webkit-keyframes preloaderWrap {
  0%, 33% {
    transform: translateX(0);
  }
  66% {
    transform: translateX(-198px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes preloaderWrap {
  0%, 33% {
    transform: translateX(0);
  }
  66% {
    transform: translateX(-198px);
  }
  100% {
    transform: translateX(0);
  }
}

@media (min-width: 1024px) {
  .push--left {
    margin-left: -40px;
  }
  .push--right {
    margin-right: -40px;
  }
  .row-main--spec .push--right {
    margin-right: -154px;
  }
}

@media (min-width: 1366px) {
  .push--left {
    margin-left: -78px;
  }
  .push--right {
    margin-right: -78px;
  }
  .row-main--spec .push--right {
    margin-right: -212px;
  }
}

@media (min-width: 1628px) {
  .push--left {
    margin-left: calc( (100vw - 1628px)/2*(-1) - 78px);
  }
  .push--right {
    margin-right: calc( (100vw - 1628px)/2*(-1) - 78px);
  }
  .row-main--spec .push--right {
    margin-right: calc( (100vw - 1628px)/2*(-1) - 212px);
  }
}

@media (min-width: 1920px) {
  .row-main--spec .push--right {
    margin-right: calc( (100vw - 1628px)/2*(-1) - 78px);
  }
}

@media (max-width: 1023.98px) {
  .section__head, .section__list, .section__content {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .section__head {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 50fr) minmax(0, 50fr);
    grid-template-columns: minmax(0, 50fr) minmax(0, 50fr);
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    -ms-flex-align: start;
        align-items: start;
  }
  .section__head {
    grid-area: head;
  }
  .section__list {
    grid-area: list;
  }
  .section__content {
    grid-area: content;
  }
  .section__projects {
    grid-area: projects;
  }
  .section--esg {
        grid-template-areas: "head list" "content list";
    -ms-flex-align: end;
        align-items: end;
  }
  .section--investors {
        grid-template-areas: "list projects";
  }
}

@media (min-width: 1024px){
  .section__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section__list {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .section--investors > .section__list {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .section__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .section__projects {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

.switch {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch__inp {
  position: absolute;
  left: -5000px;
}

.switch__label {
  margin-right: auto;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.switch__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  background: rgba(172, 172, 172, 0.8);
  transition: background-color 0.3s;
  cursor: pointer;
}

.switch__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 21px;
  height: 23px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.switch__text .icon-svg {
  position: relative;
  z-index: 1;
}

.switch__text .icon-svg svg {
  fill: currentColor;
}

.switch__tool {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 19px;
  border-radius: 50%;
  background: rgba(231, 231, 231, 0.8);
  transition: transform 0.3s;
}

.switch__text--right {
  opacity: 1;
}

.switch__inp:focus + .switch__inner {
  border-color: #fff;
}

.switch__inp:checked + .switch__inner {
  background-color: #0093d0;
}

.switch__inp:checked + .switch__inner .switch__tool {
  transform: translateX(100%);
}

.switch__inp:checked + .switch__inner .switch__text--left {
  opacity: 1;
}

.switch__inp:checked + .switch__inner .switch__text--right {
  opacity: 0;
}

.switch__inp:disabled + .switch__inner {
  opacity: 0.5;
  pointer-events: none;
}

.text-perex {
  font-size: 23px;
  line-height: 1.4;
}

.text-ul {
  list-style-type: none;
  padding-left: 14px;
  font-size: 21px;
}

.text-ul li {
  margin-bottom: 1em;
  padding: 0;
  position: relative;
}

.text-ul li::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 12px;
  width: 5px;
  height: 2px;
  border-radius: 0;
  background: #0093d0;
}

.text-ul li:last-child {
  margin-bottom: 0;
}

.b-actual {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}

.b-actual__background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 54, 91, 0.66);
}

.b-actual__content {
  position: relative;
  min-height: 210px;
  padding: 30px 20px 20px 20px;
  z-index: 1;
}

.b-actual__title {
  text-transform: none;
  letter-spacing: 0.05em;
}

.b-actual__link {
  text-decoration: none;
}

.b-actual__date {
  font-size: 16px;
  font-weight: 300;
  color: #c8c8c8;
  letter-spacing: .13em;
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-bottom: 0;
}

.b-actual__more {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.b-actual__more .icon-svg {
  margin-top: -8px;
  transform: translateX(-5px);
}

@media (max-width: 749.98px) {
  .b-actual__date {
    font-size: 12px;
  }
}

@media (min-width: 375px) {
  .b-actual {
    margin-left: -35px;
    margin-right: -35px;
  }
}

@media (min-width: 750px) {
  .b-actual__content {
    padding: 35px 40px 20px 50px;
  }
  .b-actual__date {
    right: 40px;
  }
  .b-actual__more {
    left: 50px;
  }
}

@media (min-width: 1024px) {
  .b-actual {
    margin: 0;
  }
}

@media (min-width: 1366px) {
  .b-actual__title {
    font-size: 33px;
  }
}

.b-awards {
  text-align: left;
}

.b-awards__list {
  font-size: 10px;
  margin-bottom: -2px;
}

.b-awards__item {
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .02em;
  margin-left: -10px;
  margin-bottom: 2px;
}

.b-awards__item > * {
  margin-left: 10px;
}

.b-awards__item > *:first-child {
  -ms-flex: 0 0 190px;
      flex: 0 0 190px;
}

.b-awards__title {
  text-transform: uppercase;
  letter-spacing: .23em;
  font-weight: bold;
  margin-bottom: 10px;
  font-weight: 500;
}

.b-awards__imgs {
  padding-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -45px -45px;
}

.b-awards__img {
  text-align: center;
  max-width: 40px;
  margin: 0 0 45px 45px;
  max-width: 40px;
  max-height: 50px;
  width: auto;
  height: auto;
}

@media (min-width: 1024px) {
  .b-awards__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .b-awards__list {
    font-size: 14px;
    margin-bottom: -6px;
  }
  .b-awards__item {
    margin-bottom: 6px;
  }
  .b-awards__item > *:first-child {
    -ms-flex: 0 0 225px;
        flex: 0 0 225px;
  }
  .b-awards__img {
    max-width: 70px;
    max-height: 80px;
  }
}

@media (min-width: 1366px) {
  .b-awards__item > *:first-child {
    -ms-flex: 0 0 315px;
        flex: 0 0 315px;
  }
}

@media (min-width: 1628px) {
  .b-awards__list {
    font-size: 18px;
  }
}

.b-bg {
  position: relative;
  z-index: 11;
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.64286;
}

.b-bg__title {
  font-weight: 400;
}

.b-bg__btn-wrap {
  margin: 30px 0 0;
}

.b-bg__btn-wrap .btn__text {
  white-space: normal;
}

@media (min-width: 750px) {
  .b-bg {
    font-size: 21px;
    line-height: 1.47619;
    padding: 105px 0 55px;
  }
  .b-bg__title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .b-bg p {
    margin-bottom: 35px;
  }
  .b-bg__btn-wrap {
    margin: 75px 0 0;
  }
}

.b-career-back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media (min-width: 750px) {
  .b-career-back {
    margin-right: 30px;
  }
}

.b-career {
  margin-bottom: 65px;
}

.b-career h2 {
  letter-spacing: .2em;
  margin-top: 0;
}

.b-career__media {
  margin-bottom: 50px;
  height: 325px;
}

.b-career__btn {
  padding-top: 20px;
  margin-bottom: 65px;
}

.b-career__list + .b-career__btn {
  padding-top: 30px;
}

.b-career__inner {
  margin: 30px 0;
}

.b-career .b-full__holder > *:last-child {
  margin-bottom: 1.25em;
}

@media (max-width: 1023.98px) {
  .b-career__media {
    margin: 50px -20px 0;
  }
}

@media (max-width: 1023.98px) and (min-width: 375px) {
  .b-career__media {
    margin: 50px -34px 0;
  }
}

@media (min-width: 480px) {
  .b-career__media {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .b-career h2 {
    font-size: 34px;
    margin-bottom: 50px;
  }
  .b-career h2:not(:first-child) {
    margin-top: 120px;
  }
  .b-career__btn {
    padding-top: 55px;
    margin-bottom: 115px;
  }
  .b-career__list + .b-career__btn {
    padding-top: 130px;
  }
  .b-career__media {
    height: auto;
  }
  .b-career__inner {
    margin: 80px -50px;
  }
  .b-career .b-full__holder--right {
    padding: 0 50px;
  }
  .b-career .b-full__holder--right.u-pt-0 {
    padding-top: 1px;
  }
  .b-full__holder--left .b-career__media {
    margin-right: -50px;
  }
  .b-full__holder--right .b-career__btn {
    margin-left: -50px;
  }
}

@media (min-width: 1366px) {
  .b-full__holder--left .b-career__media {
    margin-right: -100px;
  }
}

@media (min-width: 1628px) {
  .b-career__btn .btn__text {
    min-width: 600px;
  }
}

.b-common {
  position: relative;
  overflow: hidden;
}

.b-common__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(31, 70, 101, 0.8);
}

.b-common__media {
  margin-left: -30px;
  margin-right: -30px;
}

.b-common__row {
  position: relative;
  padding: 0px 0 50px;
}

.b-common__row + .b-common__row {
  padding: 50px 0;
}

.b-common__title {
  font-size: 20px;
  letter-spacing: 0.3em;
  margin: -40px 0 30px;
}

.b-common__note {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.4375;
}

.b-common__img {
  margin-bottom: 30px;
}

.b-common__img img {
  width: 100%;
  height: auto;
}

.b-common__media img {
  width: 100%;
  height: auto;
}

.b-common__holder--side {
  color: #262626;
  font-size: 16px;
  font-weight: 500;
}

.b-common__bg--bright {
  background: rgba(225, 222, 226, 0.8);
}

@media (min-width: 375px) {
  .b-common__media {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (min-width: 750px) {
  .b-common__holder {
    padding: 0 40px;
  }
  .b-common__title {
    font-size: 35px;
    margin: 50px 0;
  }
}

@media (min-width: 1024px) {
  .b-common__inner {
    display: -ms-flexbox;
    display: flex;
  }
  .b-common__holder {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .b-common__bg {
    width: calc(50% - 57px);
  }
  .b-common__img {
    margin-bottom: 0;
  }
  .b-common__holder--side {
    padding-top: 50px;
  }
}

@media (min-width: 1366px) {
  .b-common__bg {
    width: calc(50% - 67px);
  }
  .b-common__holder--side {
    font-size: 19px;
  }
}

@media (min-width: 1920px) {
  .b-common__holder {
    width: 50%;
    padding: 0 100px;
  }
  .b-common__bg {
    width: 50%;
  }
  .b-common__row {
    padding: 128px 0 64px;
  }
  .b-common__row + .b-common__row {
    padding: 64px 0 128px;
  }
  .b-common__holder--side {
    padding-top: 60px;
  }
}

.b-contact {
  margin-bottom: 90px;
}

.b-contact .b-full__title {
  margin-bottom: 45px;
}

.b-contact__grid {
  margin: 0 0 -35px;
}

.b-contact__cell {
  border-width: 0 0 35px;
}

.b-contact__subtitle {
  text-transform: none;
  font-size: 17px;
  letter-spacing: .15em;
  margin: 0 0 45px;
}

.b-contact__form .b-contact__subtitle {
  margin-bottom: 20px;
  letter-spacing: .35em;
}

.b-contact__dl {
  line-height: 1.5em;
  letter-spacing: .22em;
  margin-bottom: 10px;
}

.b-contact__dl .b-contact__link {
  margin: 20px 0 30px;
}

.b-contact__dt {
  text-transform: uppercase;
}

.b-contact__dd {
  margin-bottom: 12px;
}

.b-contact__form {
  padding-top: 65px;
}

.b-contact__map {
  margin: 0 -20px;
}

.b-contact__headline {
  font-size: 17px;
  color: #0093d0;
  letter-spacing: 0.2em;
  margin: 80px 0 30px;
}

.b-contact__subheadline {
  font-size: 19px;
}

.b-contact .smap img {
  max-width: none;
  width: auto;
  height: auto;
}

.b-contact__subtitle--dark {
  color: #0093d0;
}

.b-contact__subtitle--middle {
  font-size: 19px;
}

@media (min-width: 375px) {
  .b-contact__map {
    margin: 0 -34px;
  }
}

@media (max-width: 749.98px) {
  .b-contact__dt {
    width: 70px;
  }
  .b-contact__dd {
    width: calc(100% - 70px);
  }
}

@media (min-width: 750px) {
  .b-contact {
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .b-contact .b-full__holder--right {
    padding: 208px 0 0;
  }
  .b-contact .b-full__title {
    margin-bottom: 55px;
  }
  .b-contact__cell {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
  .b-contact__subtitle {
    font-size: 26px;
    margin-bottom: 35px;
  }
  .b-contact__dl {
    line-height: 1.26em;
    margin-bottom: 30px;
  }
  .b-contact__dd {
    margin-bottom: 22px;
  }
  .b-contact__btn .btn__text {
    transition: padding 0.3s, width 0.3s, border-color 0.3s;
    width: 270px;
    min-height: 53px;
  }
  .b-contact__btn .btn__text .icon-svg {
    transition: opacity 0.3s, visibility 0.3s;
    position: absolute;
    width: 23px;
    left: 50%;
    transform: translateX(-50%);
  }
  .b-contact__contact {
    padding-left: 57px;
  }
  .b-contact__btn-text {
    position: absolute;
    top: 17px;
    left: 0;
    width: 270px;
    transition: left 0.3s, transform 0.3s;
  }
  .b-contact__contact {
    position: relative;
  }
  .b-contact__map {
    margin: 0;
  }
  .js .b-contact__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .b-contact__form {
    padding-top: 55px;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .b-contact__subtitle--middle {
    font-size: 19px;
  }
  .no-js .b-contact__btns {
    display: none;
  }
  .js .b-contact__form:not(.is-active),
  .js .b-contact__map:not(.is-active),
  .js .b-contact__btn:not(.is-active) .icon-svg {
    opacity: 0;
    visibility: hidden;
  }
  .b-contact__btn.is-active .b-contact__btn-text {
    left: 45px;
  }
  .b-contact__btn.is-active .btn__text {
    padding: 14px;
    width: 53px;
    border-color: rgba(255, 255, 255, 0.53);
  }
}

@media (min-width: 1366px) {
  .b-contact__contact {
    padding-left: 0;
  }
  .b-contact__main--lines .lines::after {
    left: 39%;
  }
  .b-contact__cell:first-child {
    -ms-flex: 0 0 39%;
        flex: 0 0 39%;
  }
  .b-contact__cell:last-child {
    -ms-flex: 0 0 61%;
        flex: 0 0 61%;
  }
}

.b-content {
  max-width: 1085px;
}

.b-content__title {
  margin-top: 0;
  max-width: 700px;
}

.b-content__subtitle {
  margin-top: 70px;
}

.b-content__layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  margin: 0 0 -20px -20px;
}

.b-content__layout > * {
  border: 20px solid transparent;
  border-width: 0 0 20px 20px;
}

.b-content__annot, .b-content__list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0093d0;
}

.b-content__annot > :last-child, .b-content__list > :last-child {
  margin-bottom: 0;
}

.b-content__list:last-of-type {
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: 0;
}

.b-content .js-element-clickable {
  cursor: pointer;
}

.b-content__cta {
  font-size: 15px;
}

.b-content__iframe {
  display: block;
  width: 100%;
  min-height: 100vh;
}

.b-content__iframe iframe {
  display: block;
  width: 100%;
  min-height: 100vh;
  background: none;
  border: none;
}

.b-content--full {
  max-width: none;
}

@media (min-width: 750px) {
  .b-content__back {
    float: right;
    margin-left: 30px;
  }
  .b-content__layout {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .b-content__side {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}

@media (min-width: 1024px) {
  .b-content__layout {
    margin-left: -100px;
  }
  .b-content__layout > * {
    border-left-width: 100px;
  }
  .b-content__annot, .b-content__list {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .b-content__list:last-of-type {
    margin-bottom: 80px;
  }
  .b-content__cta {
    font-size: 30px;
  }
}

@media (min-width: 1366px) {
  .b-content__back {
    margin-right: -100px;
  }
  .b-content--full .b-content__back {
    margin-right: 0;
  }
}

@media (min-width: 1628px) {
  .b-content__back {
    margin-right: -365px;
  }
  .b-content--middle {
    font-size: 19px;
  }
  .b-content--full .b-content__back {
    margin-right: 0;
  }
}

.b-cookie {
  z-index: 1001;
}

.b-cookie__bg {
  background-color: rgba(0, 0, 0, 0.4);
}

.b-cookie__box {
  max-width: 750px;
  color: #000;
}

.b-cookie__option-head > span::before {
  top: 5px;
}

@media (max-width: 749.98px) {
  .b-cookie__btns {
    gap: 1em;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .b-cookie__btns p {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
  .b-cookie__btns .btn {
    display: block;
    width: 100%;
  }
}

.b-full {
  line-height: 1.8em;
  letter-spacing: .06em;
}

.b-full__iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: max(60%, 326px);
}

.b-full__title {
  padding-top: 120px;
  margin-bottom: 80px;
}

.b-full__annot {
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-bottom: 30px;
  font-size: 14px;
}

.b-full__holder > *:last-child {
  margin-bottom: 0;
}

.b-full--report h1 {
  font-size: 35px !important;
}

@media (min-width: 1024px) {
  .b-full {
    line-height: 1.5em;
  }
  .b-full__wrapper {
    padding-top: 205px;
  }
  .b-full__holder {
    padding-right: 50px;
  }
  .b-full__title {
    padding-top: 205px;
    margin-bottom: 120px;
  }
  .b-full__annot {
    margin-bottom: 40px;
    font-size: 21px;
  }
  .b-full__holder--right {
    padding-left: 50px;
  }
  .b-full--report {
    height: 100%;
  }
  .b-full--report .row-main {
    height: 100%;
  }
  .b-full--report .grid {
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100%;
  }
}

@media (min-width: 1366px) {
  .b-full__holder {
    padding-right: 100px;
  }
  .b-full__holder--right {
    padding-left: 100px;
    padding-right: 60px;
  }
}

@media (min-width: 1628px) {
  .b-full--report {
    height: 100%;
  }
  .b-full--report h1 {
    font-size: 50px !important;
  }
}

.b-hero {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  min-height: 820px;
  text-align: center;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 1.42857;
  letter-spacing: 0.05em;
}

.b-hero__title {
  color: #0093d0;
  font-weight: 400;
  font-size: 27px;
  letter-spacing: 0.3em;
  margin-bottom: 1.4em;
}

.b-hero__content {
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .b-hero {
    min-height: 635px;
    padding: 90px 0;
    font-weight: 500;
    font-size: 12px;
  }
  .b-hero__title {
    font-size: 20px;
  }
  .b-hero__content {
    max-width: 450px;
  }
}

@media (min-width: 1366px) {
  .b-hero {
    min-height: 845px;
    padding: 115px 0;
    font-size: 16px;
  }
  .b-hero__title {
    font-size: 27px;
  }
  .b-hero__content {
    max-width: 600px;
  }
}

@media (min-width: 1920px) {
  .b-hero {
    min-height: 1080px;
    padding: 200px 0;
    font-size: 18px;
  }
  .b-hero__title {
    font-size: 40px;
  }
}

.b-homepage {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
  overflow: hidden;
}

.b-homepage__main {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-homepage__content {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.b-homepage__content-wrap.b-homepage__content-wrap {
  margin: 120px 0 33px;
}

.b-homepage__title {
  font-size: 25px;
  line-height: 1.23404;
  font-weight: 300;
  letter-spacing: 0.35em;
  margin-bottom: 0.7em;
}

.b-homepage__btn {
  display: none;
  margin-bottom: 0;
}

.b-homepage__side {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.b-homepage__rewards {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  height: 124px;
  margin: 0;
  display: none;
}

.b-homepage__rewards-wrap {
  max-width: 900px;
  margin: 0 auto 40px;
}

.b-homepage__wehave {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0;
}

.b-homepage__wehave-wrap {
  max-width: 900px;
  margin: 0 auto 40px;
}

@media (max-width: 1023.98px) {
  .b-homepage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .b-homepage__main {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .b-homepage__content-wrap.b-homepage__content-wrap {
    max-width: 400px;
  }
  .b-homepage__side {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    height: 128px;
  }
}

@media (min-width: 1024px) {
  .b-homepage__title {
    font-size: 35px;
    letter-spacing: 0.21em;
    margin-bottom: 1.1em;
  }
  .b-homepage__btn {
    display: inline-block;
  }
  .b-homepage__part, .b-homepage__next {
    display: block;
  }
  .b-homepage__rewards {
    display: block;
  }
  .b-homepage__content {
    -ms-flex-align: center;
        align-items: center;
  }
  .b-homepage__content-wrap.b-homepage__content-wrap {
    margin: 210px auto 33px 0;
    max-width: 625px;
  }
  .b-homepage__side {
    width: 40vw;
  }
  .b-homepage__line {
    position: absolute;
    background: #fff;
    z-index: 5;
  }
  .b-homepage__line--first {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .b-homepage__line--second {
    top: 0;
    height: 100%;
    right: 40vw;
    width: 1px;
  }
  .b-homepage__line--third {
    top: 0;
    height: 100%;
    right: 20vw;
    width: 1px;
  }
}

@media (min-width: 1366px) {
  .b-homepage__title {
    font-size: 47px;
  }
  .b-homepage__content-wrap.b-homepage__content-wrap {
    margin: 210px auto 33px;
    max-width: 900px;
  }
  .b-homepage__rewards-wrap {
    margin: 0 auto 60px;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) and (all: initial) {
  .b-homepage video {
    top: 0;
    left: 0;
    min-height: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.b-intro {
  position: relative;
  overflow: hidden;
}

.b-intro__line {
  display: none;
}

.b-intro__inner {
  position: relative;
  padding-top: 160px;
}

.b-intro__title {
  font-size: 30px;
  margin-bottom: 110px;
}

.b-intro__row {
  position: relative;
}

.b-intro__bg {
  background: rgba(231, 231, 231, 0.89);
  transform: translateZ(0);
}

.b-intro__bg--solid {
  background: #e7e7e7;
}

.b-intro__row .b-intro__bg {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 300px;
}

.b-intro__holder {
  max-width: 260px;
  margin-left: auto;
  margin-right: 0;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 300;
  padding: 25px 0 20px;
}

.b-intro__holder > :last-child {
  margin-bottom: 0;
}

.b-intro__holder,
.b-intro__holder > * {
  line-height: 1.5em;
  letter-spacing: .1em;
}

.b-intro__subtitle {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 1.6em;
  line-height: 1.3em;
}

.b-intro__annot {
  text-transform: uppercase;
  font-weight: 500;
  color: #5d5d5d;
}

.b-intro__link {
  font-weight: 700;
  color: #000;
}

@media (max-width: 1023.98px) {
  .b-intro__annot {
    line-height: 1.7em;
  }
  .b-intro__row--bt {
    border-top: 1px solid #acacac;
  }
  .lightblue .b-intro__row--bt {
    border-top-color: #08cef7;
  }
  .red .b-intro__row--bt {
    border-top-color: #ff7b6a;
  }
}

@media (min-width: 375px) {
  .b-intro__row .b-intro__bg {
    width: 310px;
  }
  .b-intro__holder {
    max-width: 240px;
  }
}

@media (min-width: 750px) {
  .b-intro__row .b-intro__bg {
    width: 50%;
  }
  .b-intro__holder {
    max-width: 50%;
    padding: 40px 0 40px 39px;
  }
}

@media (min-width: 1024px) {
  .b-intro__main--title {
    z-index: 1;
  }
  .b-intro__main--lines {
    z-index: 0;
  }
  .b-intro__line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    background: #acacac;
    z-index: 1;
    width: calc(50% - 57px);
  }
  .b-intro__inner {
    padding-top: 230px;
  }
  .b-intro__title {
    margin-bottom: 30px;
    font-size: 50px;
    z-index: 1;
  }
  .b-intro__row .b-intro__bg {
    width: calc(50% + 57px);
  }
  .b-intro__holder {
    padding: 50px 39px;
    border-right-width: 65px;
    font-size: 19px;
  }
  .b-intro__subtitle {
    font-size: 36px;
  }
  .b-intro__annot {
    font-size: 20px;
  }
  .b-intro--project .b-intro__inner {
    padding-top: 210px;
  }
  .b-intro--project .b-intro__title {
    font-size: 80px;
  }
  .b-intro--project .b-intro__holder {
    font-size: 19px;
  }
  .b-intro__holder--bb {
    border-bottom: 1px solid #acacac;
  }
  .lightblue .b-intro__line {
    background: #08cef7;
  }
  .lightblue .b-intro__holder--bb {
    border-bottom-color: #08cef7;
  }
  .red .b-intro__line {
    background: #ff7b6a;
  }
  .red .b-intro__holder--bb {
    border-bottom-color: #ff7b6a;
  }
}

@media (min-width: 1366px) {
  .b-intro__line {
    width: calc(50% - 67px);
  }
  .b-intro__holder {
    padding: 60px;
  }
  .b-intro__subtitle {
    font-size: 42px;
  }
  .b-intro__row .b-intro__bg {
    width: calc(50% + 67px);
  }
}

@media (min-width: 1628px) {
  .b-intro__holder {
    padding: 100px;
  }
}

@media (min-width: 1920px) {
  .b-intro__line {
    width: 50%;
  }
  .b-intro__title {
    margin-bottom: 195px;
  }
  .b-intro__row .b-intro__bg {
    width: 50%;
  }
  .b-intro--project .b-intro__inner {
    padding-top: 310px;
  }
}

.b-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.4em;
}

.b-links__item {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
}

.b-links__link {
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
}

.b-links__bg {
  opacity: 0;
  transition: opacity 0.3s;
}

.b-links__content {
  padding: 24px 18px 20px;
  position: relative;
}

.b-links__content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 5px;
  height: 19px;
  background: currentColor;
  transition: transform 0.3s;
}

.b-links__content > :last-child {
  margin-bottom: 0;
}

.b-links__title {
  font-size: 11px;
  letter-spacing: 0.35em;
  font-weight: 500;
  margin-bottom: 0;
}

.b-links--hp {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}

.b-links--hp .b-links__content {
  min-height: 60px;
}

.b-links--hp .b-links__link {
  border-width: 1px 0 0 1px;
}

.b-links--hp .b-links__item--retail__link {
  border-bottom: 0;
}

.b-links__item--living .b-links__link {
  border-color: #ff7b6a;
}

.b-links__item--living .b-links__content::before {
  color: #ff7b6a;
}

.b-links__item--office .b-links__link {
  border-color: #08cef7;
}

.b-links__item--office .b-links__content::before {
  color: #08cef7;
}

.b-links__item--retail .b-links__link {
  border-color: #acacac;
}

.b-links__item--retail .b-links__content::before {
  color: #acacac;
}

.b-links__item--about .b-links__link {
  border-bottom: 0;
  border-color: #415c6c;
}

.b-links__item--about .b-links__content::before {
  color: #415c6c;
}

@media (max-width: 1023.98px) {
  .b-links__content p {
    display: none;
  }
  .b-links--hp .b-links__item--living .b-links--hp .b-links__item--retail__link {
    border-left: 0;
  }
}

@media (min-width: 1024px) {
  .b-links__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .b-links__content {
    padding: 30px 26px;
  }
  .b-links__content::before {
    top: 30px;
    width: 8px;
    height: 46px;
  }
  .b-links--hp .b-links__content {
    min-height: 130px;
  }
  .b-links--hp .b-links__content::before {
    height: 60px;
  }
  .b-links--hp .b-links__link {
    border-width: 0 0 1px 1px;
  }
  .b-links--hp .b-links__item--retail .b-links__link,
  .b-links--hp .b-links__item--about .b-links__link {
    border-bottom-width: 0;
  }
}

@media (min-width: 1366px) {
  .b-links__title {
    font-size: 21px;
  }
  .b-links__content {
    padding: 35px 54px;
  }
  .b-links--hp .b-links__content {
    min-height: 157px;
    padding: 30px 54px 80px;
  }
}

.b-management {
  position: relative;
}

.b-management__inner {
  position: relative;
}

.b-management__content {
  margin-bottom: 44px;
}

.b-management__content > :last-child {
  margin-bottom: 0;
}

.b-management__title {
  color: #0093d0;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: .3em;
}

.b-management__left {
  margin: 0 -20px 25px;
}

.b-management__left .b-media {
  height: 100%;
}

.b-management__right {
  position: relative;
  margin-bottom: 45px;
}

.b-management__desc {
  font-size: 14px;
  line-height: 1.64286;
}

@media (min-width: 375px) {
  .b-management__left {
    margin: 0 -34px 25px;
  }
}

@media (min-width: 750px) {
  .b-management {
    padding: 50px 0 65px;
  }
  .b-management__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: auto;
  }
  .b-management__left {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin: 0;
    width: 50%;
  }
  .b-management__right {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .b-management__content {
    padding-right: 30px;
    text-align: right;
    margin-bottom: 40px;
  }
  .b-management__content > *:last-child {
    margin-bottom: 0;
  }
  .b-management__title {
    margin-bottom: 8px;
  }
  .b-management__btn {
    text-align: right;
  }
}

@media (min-width: 1366px) {
  .b-management {
    padding: 70px 0 85px;
  }
  .b-management__content {
    padding-right: 45px;
  }
  .b-management__flag {
    max-width: 150px;
  }
  .b-management__desc {
    margin-left: auto;
  }
}

@media (min-width: 1628px) {
  .b-management__title {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .b-management__desc {
    font-size: 20px;
  }
}

@media (min-width: 1920px) {
  .b-management {
    padding: 100px 0 0;
  }
  .b-management__content {
    padding-right: 100px;
    margin-bottom: 100px;
    max-width: 535px;
    margin-left: auto;
  }
}

.b-map {
  display: -ms-flexbox;
  display: flex;
}

.b-map__media {
  height: 330px;
  margin: 0;
}

.b-map__media--office {
  width: 30%;
}

.b-map__media--map {
  width: 70%;
}

.b-map__media .b-media__item--parallax {
  top: -30%;
}

@media (min-width: 1024px) {
  .b-map {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .b-map__media--office {
    width: 37%;
  }
  .b-map__media--map {
    width: 63%;
  }
}

@media (min-width: 1366px) {
  .b-map__media {
    height: 760px;
  }
}

.b-media {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.b-media canvas {
  visibility: hidden;
  vertical-align: middle;
}

.b-media__item {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.b-media__item--parallax {
  position: absolute;
  top: -35%;
  left: 0;
  height: 130%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .b-media__item {
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .b-media.push--right-middle {
    margin-right: -50px;
  }
}

@media (min-width: 1366px) {
  .b-media.push--right-middle {
    margin-right: -100px;
  }
}

.b-medial__grid {
  margin-bottom: -65px;
}

.b-medial__cell {
  border-bottom-width: 65px;
}

.b-medial__subtitle {
  margin-bottom: 30px;
}

.b-medial__subtitle br {
  display: none;
}

.b-medial__person {
  margin-bottom: 25px;
}

.b-medial__dl {
  margin: 0 0 55px;
}

.b-medial__dl .b-medial__link {
  font-weight: 300;
}

@media (max-width: 1023.98px) {
  .b-medial__grid {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .b-medial__btn {
    margin-bottom: 70px;
  }
}

@media (max-width: 749.98px) {
  .b-medial__bottom .b-medial__subtitle {
    margin-bottom: 20px;
  }
  .b-medial__person {
    font-size: 15px;
    letter-spacing: .12em;
  }
}

@media (max-width: 479.98px) {
  .b-medial__btn .btn {
    display: block;
  }
  .b-medial__btn .btn__text {
    padding: 12px 29px 13px;
    letter-spacing: .2em;
  }
}

@media (min-width: 750px) {
  .b-medial__person {
    font-size: 19px;
  }
  .b-medial__dl {
    margin-bottom: 100px;
  }
  .b-medial__dt {
    width: 75px;
  }
  .b-medial__dd {
    width: calc(100% - 75px);
  }
}

@media (min-width: 1024px) {
  .b-medial {
    margin-bottom: 90px;
  }
  .b-medial .b-full__holder--left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
  }
  .b-medial .b-full__holder--left > * {
    width: 100%;
  }
  .b-medial .b-full__holder--right {
    padding: 208px 0 0;
  }
  .b-medial__subtitle {
    margin-bottom: 15px;
  }
  .b-medial__person {
    margin-bottom: 15px;
  }
}

.b-mediallist {
  margin-bottom: 85px;
}

.b-mediallist > *:last-child, .b-mediallist:last-child {
  margin-bottom: 0;
}

.b-mediallist__subtitle {
  line-height: 1.1em;
  pointer-events: none;
}

.b-mediallist__list {
  margin: 0 -20px 12px;
}

.b-mediallist__item {
  padding: 7px 20px 6px;
  font-size: 16px;
  border-top: 1px solid #2f7b9b;
}

.b-mediallist__main-link {
  font-weight: 300;
  text-decoration: none;
}

.b-mediallist__date {
  display: block;
  font-weight: 300;
  color: #c8c8c8;
  letter-spacing: .13em;
}

.b-mediallist__link {
  text-decoration: none;
}

.b-mediallist__detail {
  font-size: 12px;
  letter-spacing: 0.3em;
  white-space: nowrap;
}

.b-mediallist__more {
  display: none;
}

.js .b-mediallist__item.is-hidden {
  border-top: none;
}

.js .b-mediallist__more {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .6em;
}

.js .b-mediallist__more .item-icon {
  padding-left: 43px;
}

.js .b-mediallist__more .b-mediallist__link {
  color: #c1c1c1;
}

.b-mediallist--secondary .b-mediallist__item {
  font-size: 20px;
  padding-top: 27px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.b-mediallist--secondary .b-mediallist__item:last-child {
  border-bottom: 1px solid #2f7b9b;
}

.js .b-mediallist__item.is-hidden {
  display: none;
}

@media (max-width: 749.98px) {
  .b-mediallist__bottom .b-mediallist__subtitle {
    margin-bottom: 20px;
  }
  .b-mediallist__item {
    line-height: 1.2em;
  }
  .b-mediallist__date {
    font-size: 12px;
  }
  .b-mediallist__person {
    font-size: 15px;
    letter-spacing: .12em;
  }
}

@media (min-width: 375px) {
  .b-mediallist__list {
    margin: 0 -34px 12px;
  }
  .b-mediallist__item {
    padding: 7px 34px 6px;
  }
}

@media (min-width: 750px) {
  .b-mediallist__date {
    -ms-flex: 0 0 130px;
        flex: 0 0 130px;
    text-align: right;
  }
  .no-js .b-mediallist__item,
  .js .b-mediallist__item:not(.is-hidden) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .b-mediallist {
    margin-bottom: 60px;
  }
  .b-mediallist__subtitle {
    margin-bottom: 15px;
    font-size: 25px;
    letter-spacing: .35em;
    padding-left: 42px;
    border-left: 8px solid #acacac;
  }
  .b-mediallist__list {
    margin: 0 0 14px;
  }
  .b-mediallist__item {
    padding: 7px 40px 6px 50px;
  }
  .b-mediallist__person {
    margin-bottom: 15px;
  }
  .js .b-mediallist__more {
    padding: 0 0 0 50px;
  }
}

@media (min-width: 1920px) {
  .b-mediallist {
    position: relative;
  }
  .b-mediallist__subtitle {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    text-align: right;
    margin: 10px 0;
    padding: 0 50px 0 0;
    border: none;
  }
  .b-mediallist__subtitle::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 27px;
    background: #acacac;
  }
  .b-mediallist__subtitle br {
    display: inline;
  }
  .b-mediallist__subtitle--first {
    margin: 0 0 10px 0;
  }
}

.b-newsletter__text {
  text-transform: none;
  display: block;
  margin-bottom: 10px;
}

.b-newsletter__title {
  color: #0093d0;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.25em;
  margin-bottom: 1.5em;
}

@media (max-width: 1023.98px) {
  .b-newsletter {
    max-width: 300px;
    margin-inline: auto;
  }
}

.b-numbers {
  position: relative;
  padding: 50px 0 10px;
  color: #919191;
}

.b-numbers__list {
  margin: 0;
}

.b-numbers__item {
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .1em;
}

.b-numbers__item strong {
  white-space: nowrap;
  display: block;
  font-weight: bold;
  font-size: 50px;
}

.lightblue .b-numbers {
  color: #08cef7;
}

.red .b-numbers {
  color: #ff7b6a;
}

@media (max-width: 749.98px) {
  .b-numbers {
    background: rgba(231, 231, 231, 0.89);
    text-align: center;
  }
  .b-numbers__list, .b-numbers__item {
    margin-bottom: 50px;
  }
}

@media (min-width: 750px) {
  .b-numbers {
    padding: 65px 0;
  }
  .b-numbers__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
  }
  .b-numbers__bg--left {
    background: rgba(231, 231, 231, 0.89);
    left: 0;
    right: auto;
  }
  .b-numbers__bg--right {
    background: #e7e7e7;
    left: auto;
    right: 0;
  }
  .b-numbers__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .b-numbers__holder {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .b-numbers__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .b-numbers__item {
    max-width: 50%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding: 0 39px;
  }
  .b-numbers__item + .b-numbers__item {
    padding-left: 0;
  }
  .b-numbers__holder--right .b-numbers__item {
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .b-numbers__bg--left {
    width: calc(50% - 57px);
  }
  .b-numbers__bg--right {
    width: calc(50% + 57px);
  }
}

@media (min-width: 1366px) {
  .b-numbers {
    padding: 100px 0;
  }
  .b-numbers__bg--left {
    width: calc(50% - 67px);
  }
  .b-numbers__bg--right {
    width: calc(50% + 67px);
  }
  .b-numbers__item {
    padding: 0 60px;
  }
}

@media (min-width: 1628px) {
  .b-numbers {
    padding: 165px 0 160px;
  }
  .b-numbers__item {
    font-size: 18px;
    padding: 0 100px;
  }
  .b-numbers__item strong {
    font-size: 75px;
  }
}

@media (min-width: 1920px) {
  .b-numbers__bg--left, .b-numbers__bg--right {
    width: 50%;
  }
}

.b-peoples {
  padding: 40px 0 0;
  position: relative;
}

.b-peoples__main-title {
  font-size: 20px;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
}

.b-peoples__inner {
  position: relative;
}

.b-peoples__content > :last-child {
  margin-bottom: 0;
}

.b-peoples__title {
  text-transform: none;
  font-size: 20px;
  margin-bottom: 8px;
  letter-spacing: .05em;
}

.b-peoples__left {
  margin: 0 -20px 25px;
}

.b-peoples__left .b-media {
  height: 100%;
}

.b-peoples__right {
  position: relative;
  margin-bottom: 45px;
}

.b-peoples__desc {
  font-size: 14px;
}

.b-peoples__list {
  margin-bottom: 120px;
}

.b-peoples .b-media__item {
  -o-object-position: 20% center;
     object-position: 20% center;
}

@media (min-width: 375px) {
  .b-peoples__left {
    margin: 0 -34px 25px;
  }
}

@media (min-width: 750px) {
  .b-peoples {
    padding: 50px 0 65px;
  }
  .b-peoples__main-title {
    font-size: 35px;
    margin-bottom: 90px;
  }
  .b-peoples__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: auto;
  }
  .b-peoples__list {
    margin: 0;
  }
  .b-peoples__left {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin: 0;
    width: 50%;
  }
  .b-peoples__right {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
    padding-right: 30px;
  }
  .b-peoples__content {
    text-align: right;
  }
  .b-peoples__content > *:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1366px) {
  .b-peoples {
    padding: 70px 0 85px;
  }
  .b-peoples__right {
    padding-right: 45px;
  }
  .b-peoples__flag {
    max-width: 150px;
  }
  .b-peoples__desc {
    margin-left: auto;
  }
}

@media (min-width: 1628px) {
  .b-peoples__main-title {
    width: 50%;
    padding-right: 35px;
    text-align: right;
  }
}

@media (min-width: 1920px) {
  .b-peoples {
    padding: 100px 0 155px;
  }
  .b-peoples__main-title {
    padding-right: 90px;
  }
  .b-peoples__right {
    padding-right: 100px;
  }
  .b-peoples__title {
    margin-bottom: 10px;
  }
  .b-peoples__desc {
    font-size: 18px;
  }
}

.b-project__head {
  position: relative;
  padding-top: 30px;
  height: 0;
  min-height: 335px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.b-project__head .b-project__row {
  position: relative;
  width: 100%;
  padding: 40px 0 30px;
  margin: auto 0 0;
  text-align: left;
}

.b-project__head .b-project__holder, .b-project__border {
  max-width: 300px;
}

.b-project__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: auto;
  border: 1px solid white;
  border-width: 1px 1px 0 0;
}

.b-project__row {
  position: relative;
  box-sizing: border-box;
  padding: 45px 0 50px;
}

.b-project__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-project__title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .28em;
  margin-bottom: 15px;
}

.b-project__info {
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  margin-bottom: 6px;
}

.b-project__info > * {
  letter-spacing: .25em;
}

.b-project__info > *:first-child {
  -ms-flex: 0 0 85px;
      flex: 0 0 85px;
  letter-spacing: .2em;
}

.b-project__carousel {
  margin-left: -20px;
  margin-right: -20px;
}

.b-project__carousel .b-media {
  height: 335px;
}

.b-project__holder--main {
  line-height: 1.5em;
  letter-spacing: .09em;
  color: #2a2a2a;
  min-height: 290px;
}

.b-project__holder--main > * {
  margin-bottom: 25px;
}

.b-project__holder--main > *:last-child {
  margin-bottom: 0;
}

.b-project__btn {
  padding-top: 15px;
}

.b-project__bottom::before {
  content: '';
  display: block;
  padding-top: 50%;
}

.b-project__inner {
  position: relative;
}

.b-project__form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff7b6a;
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 3;
}

.b-project__form .f-info__title,
.b-project__form .f-info__note {
  color: #fff;
}

.b-project__close {
  position: absolute;
  top: 0;
  right: 0;
}

.b-project__close a {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
}

.b-project__close a .icon-svg {
  width: 20px;
}

.b-project__inner.is-open {
  height: 290px;
}

.b-project__inner.is-open .b-project__form {
  opacity: 1;
  visibility: visible;
}

.lightblue .b-project__btn .btn__text {
  border-color: #06a5c6;
}

.lightblue .b-project__btn .btn__text::before {
  background: #06a5c6;
}

.red .b-project__btn .btn__text {
  border-color: #ff4e37;
}

.red .b-project__btn .btn__text::before {
  background: #ff4e37;
}

@media (max-width: 1276px) {
  .b-project__form .f-info__inp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 6px;
  }
  .b-project__form .f-info__inps .f-info__inp:first-child .inp-fix:first-child {
    margin-bottom: 6px;
  }
  .b-project__form .f-info__inp .inp-fix {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
  }
}

@media (max-width: 1023.98px) {
  .b-project__inner.is-open {
    height: 390px;
  }
  .b-project__form .f-info__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .b-project__form .f-info__inps,
  .b-project__form .f-info__right {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
  }
}

@media (max-width: 749.98px) {
  .b-project__row {
    text-align: center;
  }
}

@media (min-width: 375px) {
  .b-project__carousel {
    margin-left: -34px;
    margin-right: -34px;
  }
}

@media (min-width: 750px) {
  .b-project__head {
    min-height: 650px;
  }
  .b-project__head .b-project__holder, .b-project__border {
    max-width: 50%;
  }
  .b-project__title {
    font-size: 54px;
  }
  .b-project__info {
    margin-bottom: 16px;
  }
  .b-project__info > *:first-child {
    -ms-flex: 0 0 145px;
        flex: 0 0 145px;
  }
  .b-project__holder--main {
    max-width: 50%;
    padding-right: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .b-project__holder--main > * {
    width: 100%;
    margin-bottom: 35px;
  }
  .b-project__holder--main > *:nth-last-child(2) {
    margin-bottom: 0;
  }
  .b-project__carousel {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 50%;
    padding-left: 1px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .b-project__border {
    max-width: calc(50% - 57px);
  }
  .b-project__holder--main {
    min-height: 465px;
  }
  .b-project__carousel {
    width: calc(50% + 57px);
  }
  .b-project__carousel .b-media {
    height: 510px;
  }
}

@media (min-width: 1366px) {
  .b-project__border {
    max-width: calc(50% - 67px);
  }
  .b-project__title {
    font-size: 70px;
  }
  .b-project__row {
    padding: 165px 0 80px;
  }
  .b-project__holder--main {
    padding-right: 78px;
    width: 600px;
    min-height: 705px;
  }
  .b-project__btn {
    padding-top: 80px;
    margin-bottom: 100px;
  }
  .b-project__carousel {
    width: calc(50% + 67px);
  }
  .b-project__carousel .b-media {
    height: 870px;
  }
}

@media (min-width: 1628px) {
  .b-project__head .b-project__row {
    padding: 65px 0 40px;
  }
  .b-project__title {
    font-size: 80px;
  }
}

@media (min-width: 1920px) {
  .b-project__border, .b-project__carousel {
    max-width: 50%;
  }
  .b-project__head::after {
    left: 50%;
  }
  .b-project__holder {
    font-size: 20px;
  }
}

.b-projectlist {
  font-size: 14px;
  color: #2a2a2a;
}

.b-text + .b-projectlist {
  padding-top: 0;
}

.b-projectlist__title {
  color: #0093d0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 1.8em;
}

.b-projectlist__list {
  margin: 0 -20px;
}

.b-projectlist__item {
  padding: 20px;
}

.b-projectlist__media {
  margin-bottom: 14px;
}

.b-projectlist__link {
  color: #2a2a2a;
  text-decoration: none;
  font-weight: 300;
}

.b-projectlist--secondary .b-projectlist__list {
  border-bottom: 1px solid rgba(8, 206, 247, 0.25);
}

.b-projectlist--secondary .b-projectlist__item + .b-projectlist__item {
  border-top: 1px solid rgba(8, 206, 247, 0.25);
}

@media (min-width: 375px) {
  .b-projectlist__list {
    margin: 0 -34px;
  }
  .b-projectlist__item {
    padding: 20px 34px;
  }
}

@media (min-width: 750px) {
  .b-projectlist {
    font-size: 16px;
  }
  .b-projectlist__title {
    margin-left: 39px;
  }
  .b-projectlist__list {
    margin: 0;
  }
  .b-projectlist__item {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
  .b-projectlist__content {
    padding-left: 20px;
  }
  .b-projectlist__media {
    -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    margin: 0;
  }
  .b-projectlist:not(.b-projectlist--secondary) {
    padding-right: 39px;
  }
  .b-projectlist--secondary .b-projectlist__item {
    padding: 20px 39px;
  }
  .b-projectlist--secondary .b-projectlist__item {
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 1024px) {
  .b-projectlist {
    padding-top: 40px;
  }
  .b-text + .b-projectlist {
    padding-top: 0;
  }
}

@media (min-width: 1366px) {
  .b-projectlist {
    padding-top: 115px;
  }
  .b-projectlist__media {
    -ms-flex: 0 0 195px;
        flex: 0 0 195px;
  }
  .b-projectlist__title {
    font-size: 22px;
    margin-left: 60px;
  }
  .b-projectlist__item {
    padding: 30px 0;
  }
  .b-projectlist:not(.b-projectlist--secondary) {
    padding-right: 90px;
  }
  .b-projectlist--secondary .b-projectlist__item {
    padding: 30px 35px 30px 60px;
  }
}

@media (min-width: 1628px) {
  .b-projectlist__title {
    margin-left: 100px;
  }
  .b-projectlist--secondary .b-projectlist__item {
    padding: 30px 35px 30px 100px;
  }
}

@media (min-width: 1920px) {
  .b-projectlist__title {
    font-size: 24px;
  }
  .b-projectlist--secondary {
    font-size: 20px;
  }
  .b-projectlist:not(.b-projectlist--secondary) {
    line-height: 1.4em;
  }
}

.b-projects {
  margin: 0 -20px;
}

.b-projects__item {
  position: relative;
  height: 175px;
  overflow: hidden;
}

.b-projects__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: transform 0.3s;
}

.b-projects__title {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 10px 30px 10px 35px;
  margin: 0;
  transform: translateZ(0);
  letter-spacing: .1em;
}

.b-projects__link {
  text-decoration: none;
}

@media (min-width: 375px) {
  .b-projects {
    margin: 0 -34px;
  }
}

@media (max-width: 749.98px) {
  .b-projects__title {
    font-size: 11px;
  }
}

@media (min-width: 480px) {
  .b-projects__item {
    height: 230px;
  }
}

@media (min-width: 750px) {
  .b-projects__item {
    height: 345px;
  }
  .b-projects__title {
    padding: 20px 25px;
  }
}

@media (min-width: 1024px) {
  .b-projects {
    margin: 0;
  }
}

.b-rewards__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 -20px -20px;
}

.b-rewards__item {
  margin: 0 0 20px 20px;
}

.b-rewards__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.3em;
}

.b-rewards__link .icon-svg {
  transition: transform 0.3s;
}

.b-rewards--sm {
  margin-bottom: 40px;
}

.b-rewards--sm .b-rewards__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 749.98px) {
  .b-rewards--sm .b-rewards__item {
    max-width: 40px;
  }
}

@media (min-width: 1366px) {
  .b-rewards__list {
    margin: 0 0 -50px -50px;
  }
  .b-rewards__item {
    margin: 0 0 50px 50px;
  }
  .b-rewards--sm .b-rewards__list {
    margin: 0 0 -40px -22px;
  }
  .b-rewards--sm .b-rewards__item {
    margin: 0 0 40px 22px;
  }
}

.b-stats {
  font-size: 68px;
  color: #63b9dc;
  text-transform: uppercase;
  font-weight: 400;
}

.b-stats__inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.b-stats__note {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.b-stats__spec {
  font-size: 14px;
  text-align: left;
  position: absolute;
  left: 100%;
  padding-left: 5px;
  top: 28px;
}

@media (min-width: 750px) {
  .b-stats {
    text-align: center;
    font-size: 38px;
  }
  .b-stats__note {
    font-size: 12px;
  }
  .b-stats__spec {
    font-size: 9px;
    top: 20px;
  }
}

@media (min-width: 1366px) {
  .b-stats {
    font-size: 55px;
  }
  .b-stats__note {
    font-size: 15px;
  }
  .b-stats__spec {
    font-size: 12px;
  }
}

@media (min-width: 1920px) {
  .b-stats {
    font-size: 68px;
  }
  .b-stats__note {
    font-size: 18px;
  }
  .b-stats__spec {
    font-size: 14px;
    top: 28px;
  }
}

.b-team__top {
  margin-bottom: 25px;
}

.b-team__title {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

.b-team__title span {
  display: block;
  font-size: 11px;
}

.b-team__title.b-team__title  {
  margin-top: 20px;
}

.b-team__bottom {
  margin-bottom: 45px;
}

.b-team__blockquote {
  font-weight: 300;
  font-size: 23px;
  color: #0093d0;
  margin-bottom: 30px;
}

.b-team__blockquote br {
  display: none;
}

.b-team__text {
  font-size: 14px;
  line-height: 1.64286;
  margin-left: auto;
  margin-right: 0;
}

.b-team__text > :last-child {
  margin-bottom: 0;
}

.b-team__media {
  margin: 0 -20px 10px;
}

.b-team--mini .b-team__top {
  margin-bottom: 0;
}

@media (min-width: 375px) {
  .b-team__media {
    margin: 0 -34px 10px;
  }
}

@media (min-width: 750px) {
  .b-team__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 50px;
  }
  .b-team--mini .b-team__top {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .b-team__title {
    margin: 0;
  }
  .b-team__info, .b-team__media {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
  .b-team__info {
    padding-right: 20px;
  }
  .b-team__media {
    margin: 0;
    -ms-flex-order: 2;
        order: 2;
  }
  .b-team__blockquote {
    text-align: center;
  }
  .b-team__blockquote br {
    display: block;
  }
  .b-team__text {
    max-width: 50%;
    width: 100%;
    padding: 0 20px;
  }
}

@media (min-width: 1024px) {
  .b-team__top {
    margin-bottom: 68px;
  }
  .b-team__info {
    padding-right: 30px;
  }
  .b-team__title {
    font-size: 17px;
  }
  .b-team__title span {
    font-size: 10px;
  }
  .b-team__blockquote {
    font-size: 30px;
    text-align: right;
    padding: 0 30px;
  }
  .b-team__text {
    padding: 0 30px;
  }
}

@media (min-width: 1366px) {
  .b-team__info {
    padding-right: 40px;
  }
  .b-team__title {
    font-size: 20px;
  }
  .b-team__title span {
    font-size: 11px;
  }
  .b-team__blockquote {
    font-size: 35px;
    padding: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .b-team__text {
    font-size: 18px;
    padding: 0 40px;
  }
  .b-team__bottom {
    margin-bottom: 60px;
  }
}

@media (min-width: 1920px) {
  .b-team__top {
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 80px;
  }
  .b-team__title.b-team__title {
    font-size: 22px;
  }
  .b-team__title.b-team__title span {
    font-size: 13px;
  }
  .b-team__title.b-team__title  {
    margin-top: 55px;
  }
  .b-team__info {
    padding-right: 77px;
  }
  .b-team__blockquote {
    font-size: 48px;
    max-width: 1065px;
  }
  .b-team__bottom {
    margin-bottom: 75px;
  }
  .b-team__text {
    font-size: 21px;
    padding: 0 60px;
  }
  .b-team--mini .b-team__top {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

:root {
  --clip1: 75%;
  --clip2: 25%;
}

.clipping {
  overflow: hidden;
  z-index: 10;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, var(--clip1) 0%, var(--clip1) 0%, var(--clip2) 0, var(--clip2) 0, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, var(--clip1) 0%, var(--clip1) 0%, var(--clip2) 0, var(--clip2) 0, 0% 0%);
  pointer-events: none;
}

.no-clip-polygon .clipping {
  height: 0%;
  -webkit-clip-path: none;
          clip-path: none;
}

.clipping.is-running {
  -webkit-animation: clipAnimation 1s alternate forwards cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: clipAnimation 1s alternate forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.no-clip-polygon .clipping.is-running {
  -webkit-animation-name: clipAnimationLegacy;
          animation-name: clipAnimationLegacy;
}

.clipping-lines {
  position: relative;
}

@-webkit-keyframes clipAnimation {
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, var(--clip1) 0%, var(--clip1) 100%, var(--clip2) 100%, var(--clip2) 0, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, var(--clip1) 0%, var(--clip1) 100%, var(--clip2) 100%, var(--clip2) 0, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, var(--clip1) 100%, var(--clip1) 100%, var(--clip2) 100%, var(--clip2) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, var(--clip1) 100%, var(--clip1) 100%, var(--clip2) 100%, var(--clip2) 100%, 0% 100%);
  }
}

@keyframes clipAnimation {
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, var(--clip1) 0%, var(--clip1) 100%, var(--clip2) 100%, var(--clip2) 0, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, var(--clip1) 0%, var(--clip1) 100%, var(--clip2) 100%, var(--clip2) 0, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, var(--clip1) 100%, var(--clip1) 100%, var(--clip2) 100%, var(--clip2) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, var(--clip1) 100%, var(--clip1) 100%, var(--clip2) 100%, var(--clip2) 100%, 0% 100%);
  }
}

@-webkit-keyframes clipAnimationLegacy {
  100% {
    height: 100%;
  }
}

@keyframes clipAnimationLegacy {
  100% {
    height: 100%;
  }
}

.b-text {
  color: #2a2a2a;
  padding-top: 55px;
  font-size: 14px;
  line-height: 1.64286;
  margin-bottom: 50px;
}

.b-text__title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 1.1em;
}

.b-text__img {
  text-align: center;
  margin-bottom: 30px;
}

.b-text__perex {
  margin-bottom: 30px;
}

.b-text--leed .b-text__perex > *:last-child,
.b-text > *:last-child {
  margin-bottom: 0;
}

.b-text__logos-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-left: -30px;
  margin-bottom: 20px;
}

.b-text__logos-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 0 1 120px;
      flex: 0 1 120px;
  border-left: 30px solid transparent;
}

.b-text__logos-txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  display: flex;
  border-left: 30px solid transparent;
}

.b-text__logos-txt p {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .b-text {
    padding: 40px 20px 40px 0;
    margin-bottom: 0;
  }
  .b-text__perex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .b-text__img {
    -ms-flex: 0 0 177px;
        flex: 0 0 177px;
    margin-left: 30px;
    -ms-flex-order: 2;
        order: 2;
  }
  .b-text--spec {
    padding: 40px 20px;
  }
}

@media (min-width: 1366px) {
  .b-text {
    padding: 115px 90px 0 0;
  }
  .b-text--spec {
    padding: 115px 75px 80px;
  }
  .b-text--leed {
    padding: 90px 75px 50px;
  }
}

@media (min-width: 1920px) {
  .b-text {
    font-size: 21px;
  }
  .b-text__title {
    font-size: 33px;
  }
}

.b-video {
  position: relative;
  overflow: hidden;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.b-video__title {
  margin-bottom: 6em;
  letter-spacing: 0.35em;
}

.b-video__blockquote {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.b-video__blockquote span {
  display: inline-block;
  padding-left: 30px;
}

.b-video__author {
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: none;
  display: block;
  font-size: 13px;
  font-style: normal;
  margin: 15px 0 0;
  padding-left: 30px;
}

.b-video__text {
  max-width: 430px;
  font-size: 16px;
  line-height: 1.55556;
  letter-spacing: 0.1em;
  margin-bottom: 4em;
}

@media (max-width: 1023.98px) {
  .b-video__mobile-holder {
    padding: 140px 0 80px;
    position: relative;
  }
  .b-video__bottom {
    padding: 80px 0 100px;
  }
  .b-video__holder {
    position: relative;
  }
}

@media (min-width: 480px) {
  .b-video__blockquote span {
    padding-left: 65px;
  }
  .b-video__author {
    padding-left: 65px;
  }
}

@media (min-width: 750px) {
  .b-video__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .b-video__stats, .b-video__perex {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    padding: 0 40px;
  }
  .b-video__perex {
    -ms-flex-order: 2;
        order: 2;
    padding-top: 75px;
  }
  .b-video__text {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .b-video {
    position: relative;
    min-height: 100vh;
    padding: 175px 0 60px;
  }
  .b-video__title {
    margin-bottom: 2.4em;
  }
  .b-video__blockquote {
    font-size: 60px;
    margin-bottom: 0.65em;
  }
  .b-video__author {
    font-size: 12px;
    padding-left: calc(50% + 40px);
  }
}

@media (min-width: 1366px) {
  .b-video__blockquote {
    font-size: 70px;
  }
  .b-video__author {
    font-size: 15px;
  }
  .b-video__text {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  .b-video {
    padding: 208px 0 80px;
  }
  .b-video__blockquote {
    font-size: 84px;
    margin-bottom: 0.65em;
  }
  .b-video__author {
    font-size: 17px;
    padding-left: calc(50% + 100px);
  }
  .b-video__text {
    font-size: 18px;
  }
  .b-video__stats, .b-video__perex {
    padding: 0 100px;
  }
}

.b-wehave__inner {
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}

.b-wehave__item {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  border-left: 30px solid transparent;
}

.b-wehave__title {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
}

.b-wehave__text {
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
}

.b-wehave--mobile {
  display: none;
}

.b-wehave__item--img {
  -ms-flex: 0 0 130px;
      flex: 0 0 130px;
}

@media (max-width: 1365.98px) {
  .b-wehave__title {
    font-size: 15px;
    line-height: 18px;
  }
  .b-wehave__text {
    font-size: 7px;
    line-height: 11px;
  }
  .b-wehave__item--img {
    -ms-flex: 0 0 106px;
        flex: 0 0 106px;
  }
}

@media (max-width: 1023.98px) {
  .b-wehave {
    display: none;
  }
  .b-wehave--mobile {
    display: block;
  }
  .b-wehave--mobile .b-wehave__inner {
    margin-left: -20px;
  }
  .b-wehave--mobile .b-wehave__item {
    border-left: 20px solid transparent;
  }
  .b-wehave__item--img {
    -ms-flex: 0 0 77px;
        flex: 0 0 77px;
  }
  .b-wehave--mobile .b-wehave__inner {
    margin-bottom: 10px;
  }
  .b-wehave--mobile .b-wehave__title {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 749.98px) {
  .b-wehave--mobile {
    max-width: 80%;
  }
}

.c-projects {
  position: relative;
  padding: 65px 0 0;
}

.c-projects__annot {
  text-transform: uppercase;
  letter-spacing: .3em;
  line-height: 1.1em;
  margin-bottom: 45px;
}

.c-projects__list {
  margin: 0 -20px;
}

.c-projects__inner {
  position: relative;
  height: 290px;
}

.c-projects__inner > *,
.c-projects__left > *:last-child {
  margin-bottom: 0;
}

.c-projects__title {
  font-size: 15px;
  margin-bottom: 30px;
  letter-spacing: .3em;
}

.c-projects__right {
  height: 215px;
  position: relative;
}

.c-projects__right .b-media {
  height: 100%;
  margin: 0;
}

.c-projects__flag {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.3s, visibility 0.3s;
}

.c-projects__btn {
  margin: 20px 0 0;
}

.c-projects__btn .btn__text {
  font-size: 16px;
  padding: 15px 20px 14px;
  letter-spacing: 0.17em;
}

.c-projects__more {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 123, 106, 0.8);
  text-transform: uppercase;
  font-weight: 500;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 2;
}

.c-projects__more strong {
  white-space: nowrap;
  text-transform: none;
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2em;
}

.c-projects__form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff7b6a;
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 3;
}

.c-projects__close {
  position: absolute;
  top: 0;
  right: 0;
}

.c-projects__close a {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
}

.c-projects__close a .icon-svg {
  width: 20px;
}

.c-projects__external {
  position: absolute;
  right: 36px;
  bottom: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.3em;
}

.c-projects__external .icon-svg {
  width: 14px;
  margin-top: -14px;
}

.c-projects__inner.is-open .c-projects__more {
  opacity: 1;
  visibility: visible;
}

.c-projects__inner.is-open .c-projects__flag {
  opacity: 0;
  visibility: hidden;
}

.c-projects__inner.is-open .c-projects__form {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 375px) {
  .c-projects__list {
    margin: 0 -34px;
  }
}

@media (max-width: 1023.98px) {
  .c-projects__annot, .c-projects__left {
    text-align: center;
  }
  .c-projects__content > *:not(.c-projects__title) {
    display: none;
  }
  .c-projects__inner {
    overflow: hidden;
  }
  .c-projects__inner::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    bottom: -20px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(42, 42, 42, 0.01), #2a2a2a);
  }
  .c-projects__flag, .c-projects__left, .c-projects__title {
    z-index: 1;
  }
  .c-projects__right, .c-projects__title, .c-projects__flag {
    position: absolute;
    left: 0;
  }
  .c-projects__right {
    top: 0;
    width: 100%;
    height: 100%;
  }
  .c-projects__title {
    bottom: 10px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .c-projects__flag {
    top: 0;
  }
  .c-projects__more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (min-width: 480px) {
  .c-projects__inner {
    height: 250px;
  }
}

@media (min-width: 1024px) {
  .c-projects {
    padding: 100px 0 50px;
  }
  .c-projects__form {
    padding: 20px;
  }
  .c-projects__annot {
    max-width: 520px;
    margin-bottom: 60px;
  }
  .c-projects__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: auto;
  }
  .c-projects__inner > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
  .c-projects__list {
    margin: 0;
  }
  .c-projects__left {
    padding-top: 40px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-right: 40px;
  }
  .c-projects__content {
    text-align: right;
  }
  .c-projects__content > *:last-child {
    margin-bottom: 0;
  }
  .c-projects__title {
    font-size: 25px;
  }
  .c-projects__more {
    padding: 40px 60px;
    text-align: left;
  }
  .c-projects__close a {
    padding: 16px;
  }
  .c-projects__right {
    height: 235px;
  }
}

@media (min-width: 1366px) {
  .c-projects__form {
    padding: 20px 30px;
  }
  .c-projects__left {
    padding-right: 70px;
  }
  .c-projects__left-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-left: -20px;
  }
  .c-projects__left-inner > * {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 100%;
    margin-left: 20px;
  }
  .c-projects__content {
    max-width: calc(100% - 150px);
  }
  .c-projects__desc {
    max-width: 280px;
    margin-left: auto;
  }
  .c-projects__more {
    padding: 30px 35px;
  }
  .c-projects__more strong {
    font-size: 50px;
  }
}

@media (min-width: 1628px) {
  .c-projects__right {
    height: 215px;
  }
  .c-projects__more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .c-projects__more strong {
    font-size: 60px;
  }
}

@media (min-width: 1628px) {
  .c-projects__desc {
    max-width: 350px;
  }
  .c-projects__right {
    height: 215px;
  }
}

@media (min-width: 1920px) {
  .c-projects__more strong {
    font-size: 70px;
  }
}

.c-team {
  padding-top: 130px;
  position: relative;
  margin-bottom: 40px;
}

.c-team__item {
  transition: opacity 1s, transform 1s;
}

.js .page:not(.is-page-visible) .c-team__item {
  opacity: 0;
  transform: translateY(-5px);
}

.c-team__item:nth-child(2) {
  transition-delay: 0.2s;
}

.c-team__item:nth-child(3) {
  transition-delay: 0.3s;
}

.c-team__item:nth-child(4) {
  transition-delay: 0.4s;
}

.c-team__item:nth-child(5) {
  transition-delay: 0.5s;
}

.c-team__item:nth-child(6) {
  transition-delay: 0.6s;
}

@media (max-width: 749.98px) {
  .c-team__item {
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .c-team {
    padding-top: 0;
  }
  .c-team__title {
    position: absolute;
    left: 0;
    top: 150px;
  }
}

@media (min-width: 1366px) {
  .c-team {
    margin-bottom: 100px;
  }
  .c-team__title {
    top: 200px;
  }
}

.f-career {
  margin-bottom: 95px;
  position: relative;
}

.f-career__head {
  margin-bottom: 40px;
}

.f-career__head .b-career-back {
  margin-bottom: 40px;
}

.f-career__head .f-career__title {
  font-size: 25px;
  margin-bottom: 0;
}

.f-career__title {
  font-size: 20px;
  letter-spacing: 0.35em;
  margin-bottom: 40px;
}

.f-career__inps {
  grid-area: inputs;
}

.f-career__file {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  max-width: 369px;
  display: -ms-flexbox;
  display: flex;
  grid-area: file;
  margin-top: 25px;
}

.f-career__file > * {
  margin-left: 25px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.f-career__file > *:first-child {
  margin-left: 0;
}

.f-career__inp-file {
  position: relative;
  margin-bottom: 0;
}

.f-career__inp-file .inp-label {
  text-align: center;
  font-size: 3vw;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
  cursor: pointer;
  z-index: 1;
}

.f-career__inp-file .inp-label__sub {
  display: block;
  margin-top: 15px;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: lowercase;
}

.f-career__inp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.f-career__inp label {
  text-align: right;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  -ms-flex: 0 0 220px;
      flex: 0 0 220px;
  margin-bottom: 0;
}

.f-career__inp .inp-text {
  letter-spacing: 0.35em;
}

.f-career__inp--top-align {
  -ms-flex-align: start;
      align-items: flex-start;
}

.f-career__inp-inner {
  width: 100%;
}

.f-career__bottom {
  margin: 40px 0 0 0;
}

.f-career__submit {
  margin-top: 30px;
}

@media (max-width: 749.98px) {
  .f-career__inp {
    position: relative;
  }
  .f-career__inp .inp-label {
    position: absolute;
    top: 8px;
    transition: top 0.3s, font-size 0.3s;
  }
  .f-career__inp.is-focused .inp-label {
    top: -10px;
    font-size: 10px;
  }
}

@media (min-width: 480px) {
  .f-career__inp-file .inp-label {
    font-size: 19px;
  }
  .f-career__inp-file .inp-label__sub {
    font-size: 15px;
  }
}

@media (min-width: 750px) {
  .f-career__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 245px 1fr;
    grid-template-columns: 245px 1fr;
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
        grid-template-areas: 'inputs inputs' '. file' '. bottom';
  }
  .f-career__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 75px;
  }
  .f-career__head .b-career-back {
    margin-bottom: 0;
  }
  .f-career__title {
    margin-top: 0;
  }
  .f-career__title:first-child {
    margin-top: 0;
  }
  .f-career__inp-inner {
    margin-left: 25px;
  }
  .f-career__bottom {
    grid-area: bottom;
  }
  .f-career__inps {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .f-career__file {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media (min-width: 1024px) {
  .f-career__wrap {
    -ms-grid-columns: 245px 1fr minmax(300px, 470px);
    grid-template-columns: 245px 1fr minmax(300px, 470px);
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
        grid-template-areas: 'inputs inputs file' '.  bottom .';
  }
  .f-career__head .f-career__title {
    font-size: 35px;
  }
  .f-career__title {
    font-size: 25px;
  }
  .f-career__file {
    max-width: none;
    margin-top: 0;
  }
  .f-career__file > *:first-child {
    margin-left: 45px;
  }
  .f-career__inp-file .inp-label {
    font-size: 14px;
  }
  .f-career__inp-file .inp-label__sub {
    font-size: 12px;
  }
  .f-career__bottom {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    grid-area: bottom;
  }
  .f-career__submit {
    margin-top: 0;
    margin-left: 20px;
  }
  .f-career__inps {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .f-career__file {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .f-career__bottom {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media (min-width: 750px){
  .f-career__bottom {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .f-career__bottom {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}

@media (min-width: 1024px){
  .f-career__bottom {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media (min-width: 1366px) {
  .f-career__head {
    margin-bottom: 145px;
  }
  .f-career__head .f-career__title {
    font-size: 50px;
  }
  .f-career__title {
    font-size: 30px;
  }
  .f-career__inps {
    margin-top: 25px !important;
  }
  .f-career__inp-file .inp-label {
    font-size: 19px;
  }
  .f-career__inp-file .inp-label__sub {
    font-size: 15px;
  }
}

.f-contact textarea {
  resize: none;
}

.f-contact__items {
  margin-bottom: 55px;
}

.f-contact__item {
  position: relative;
  margin-bottom: 13px;
}

.f-contact__label {
  text-transform: uppercase;
  letter-spacing: .35em;
  font-size: 13px;
}

.f-contact__message {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.f-contact__message.has-error {
  color: #f00;
  visibility: visible;
  opacity: 1;
}

.f-contact__newsletter {
  padding-top: 30px;
}

.f-contact__options {
  padding-top: 30px;
}

.f-contact__options .inp-item {
  display: block;
}

@media (max-width: 1023.98px) {
  .f-contact__btn {
    margin: 0 auto;
    display: block;
    min-width: 170px;
  }
}

@media (max-width: 1365.98px) {
  .f-contact__label {
    position: absolute;
    top: 8px;
    transition: top 0.3s, font-size 0.3s;
  }
  .f-contact__item.is-focused .f-contact__label {
    top: -10px;
    font-size: 10px;
  }
}

@media (min-width: 1366px) {
  .f-contact textarea {
    height: 160px;
  }
  .f-contact__item {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 11px -25px;
  }
  .f-contact__label {
    width: 33%;
    text-align: right;
    line-height: 30px;
    font-size: 16px;
    margin: 0 0 0 25px;
    padding-top: 3px;
  }
  .f-contact__inp {
    width: 67%;
    margin-left: 25px;
  }
  .f-contact__btn {
    margin-left: calc(33% + 17px);
  }
  .f-contact__message {
    padding-left: calc(33% + 25px);
  }
  .f-contact__newsletter {
    padding-left: calc(33% + 17px);
  }
  .f-contact__options {
    padding-left: calc(33% + 17px);
  }
}

.f-info {
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  text-align: center;
}

.f-info__title {
  font-size: 15px;
  margin-bottom: 12px;
  letter-spacing: 0.025em;
  padding-right: 30px;
}

.f-info__title--msg {
  height: 100%;
  margin: 0;
  padding: 0;
}

.f-info__title--msg .message {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #ff7b6a;
}

.f-info__holder {
  margin: auto 0;
}

.f-info__inner {
  margin: 0 0 -20px -20px;
}

.f-info__inner > * {
  margin: 0 0 20px 20px;
}

.f-info__inps > *:last-child {
  margin-bottom: 0;
}

.f-info__inp {
  margin: 0 0 6px -6px;
  display: -ms-flexbox;
  display: flex;
}

.f-info__inp .inp-fix {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin: 0 0 0 6px;
}

.f-info__inp .inp-text {
  border-width: 1px;
  padding: 6px 15px;
  border-color: #e7e7e7;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.f-info__btn {
  margin-bottom: 10px;
}

.f-info__btn .btn__text {
  font-size: 16px;
  letter-spacing: 0.17em;
}

.f-info__right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.f-info__note {
  font-size: 13px;
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .f-info__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .f-info__inps {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .f-info__right {
    -ms-flex: 0 0 200px;
        flex: 0 0 200px;
  }
  .f-info__btn {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .f-info {
    text-align: left;
    font-size: 19px;
  }
  .f-info__title {
    font-size: 19px;
  }
  .f-info__inp .inp-text {
    font-size: 18px;
    line-height: 21px;
    padding: 9px 15px;
  }
}

@media (min-width: 1024px) and (max-width: 1365.98px) {
  .f-info__right {
    -ms-flex: 0 0 150px;
        flex: 0 0 150px;
  }
  .f-info__btn .btn__text {
    padding: 14px 30px 13px;
  }
}

.m-accessibility {
  position: absolute;
  left: -5000px;
  top: 0;
}

.m-accessibility a:focus, .m-accessibility a:active {
  position: absolute;
  top: 0;
  left: 5000px;
  width: 200px;
  padding: 2px 0 5px;
  z-index: 900;
  text-align: center;
  background-color: #fff;
}

.m-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.35em;
  z-index: 102;
  transform: translateZ(0);
}

.m-main__list {
  padding-top: 60px;
  margin-bottom: -10px;
}

.m-main__item {
  margin-bottom: 10px;
  opacity: 0;
}

.m-main__link {
  text-decoration: none;
}

.m-main__close {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
}

.m-main__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 4px;
  background: #fff;
  transition: background 0.3s;
}

.m-main__icon::before, .m-main__icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 0.3s;
}

.m-main__icon::before {
  transform: translateY(9px);
}

.m-main__icon::after {
  transform: translateY(-9px);
}

.m-main__social {
  opacity: 0;
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media (max-width: 1023.98px) and (max-height: 520px) {
  .m-main {
    font-size: 13px;
  }
  .m-main__list {
    padding-top: 34px;
  }
  .m-main__social .icon-svg {
    width: 20px;
  }
}

@media (min-width: 1024px) and (min-height: 800px) {
  .m-main {
    font-size: 17px;
  }
  .m-main__list {
    padding-top: 110px;
  }
}

.m-social__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 -30px -30px;
}

.m-social__item {
  margin: 0 0 30px 30px;
}

.m-social__link {
  display: block;
  transition: color 0.3s;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  position: relative;
  min-width: 320px;
  height: 100%;
  background: #000;
}

:first-child {
  margin-top: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 0;
  pointer-events: none;
  z-index: 100;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s;
  height: 112px;
}

.header a {
  pointer-events: all;
}

.header__wrap {
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-size: 100%;
  line-height: 1;
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
}

.header__logo a {
  text-decoration: none;
}

.header__logo img {
  width: 150px;
  height: auto;
}

.header__claim {
  display: block;
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 0.285em;
  font-weight: 500;
  margin-top: 20px;
  transition: opacity 0.3s, transform 0.3s;
}

.header__menu {
  position: relative;
  transition: right 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  right: 0px;
  margin-bottom: 0;
}

.header__menu a {
  display: block;
}

.header__spravia {
  position: absolute;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
}

.header__spravia a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}

.header__language {
  margin-bottom: 0;
}

.header__language a {
  display: block;
  padding: 4px 15px;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.is-scrolled .header::before {
  opacity: 1;
}

.is-scrolled .header__claim {
  opacity: 0;
  transform: translateY(-20px);
}

@media (max-width: 1023.98px) {
  .header__logo {
    -ms-flex-order: 1;
        order: 1;
  }
  .header__menu {
    -ms-flex-order: 3;
        order: 3;
  }
  .header__language {
    -ms-flex-order: 2;
        order: 2;
  }
  .header__language-item--external {
    display: none;
  }
}

@media (min-width: 1024px) {
  .header {
    padding: 65px 0 66px;
  }
  .header::before {
    height: 176px;
  }
  .header__wrap {
    -ms-flex-align: center;
        align-items: center;
  }
  .header__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .header__logo img {
    width: 188px;
  }
  .header__claim {
    display: inline;
    margin-top: 0;
    font-size: 9px;
    padding-left: 20px;
  }
  .header__language {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex: 0 1 200px;
        flex: 0 1 200px;
    margin-left: 15px;
  }
  .header__language-item {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .header__menu a {
    padding: 10px 0;
  }
  .header__spravia {
    position: fixed;
    top: 110px;
    left: 12px;
    font-size: 13px;
  }
  .is-menu-right .header__menu {
    right: calc(40vw - 240px);
  }
}

@media (max-width: 1627.98px) {
  .header__language {
    margin-right: -30px;
  }
  .is-menu-right .header__menu {
    right: calc(40vw - 200px);
  }
}

@media (max-width: 1365.98px) {
  .header__language {
    margin-right: -25px;
  }
  .header__language a {
    margin-right: -15px;
  }
}

@media (max-width: 1023.98px) {
  .header__language {
    margin-right: 15px;
  }
  .header__language a {
    margin-right: -15px;
  }
  .is-menu-right .header__menu {
    right: 0;
  }
}

@media (min-width: 1366px) {
  .header__logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .header__claim {
    font-size: 10px;
    padding-left: 48px;
  }
  .header__language {
    -ms-flex: 0 1 240px;
        flex: 0 1 240px;
  }
  .header__spravia {
    position: fixed;
    top: 135px;
    left: 17px;
  }
}

@media (min-width: 1920px) {
  .header__logo img {
    width: 207px;
  }
  .header__claim {
    display: inline;
    font-size: 11px;
    padding-left: 90px;
  }
  .header__spravia {
    font-size: 15px;
  }
}

.footer {
  padding: 65px 0 60px;
  background: #2e3439;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}

.footer__main {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__title {
  color: #0093d0;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.25em;
  margin-bottom: 1.5em;
}

.footer__list li {
  margin-bottom: 4px;
}

.footer__info {
  line-height: 1.5;
}

.footer__content {
  margin-bottom: 50px;
}

@media (max-width: 1023.98px) {
  .footer__part + .footer__part {
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding: 70px 0 55px;
    text-align: left;
  }
  .footer__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer__logo {
    margin-bottom: 55px;
  }
  .footer__content {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    margin-left: -70px;
    margin-right: -266px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__content > * {
    margin-left: 70px;
  }
  .footer__info {
    display: -ms-flexbox;
    display: flex;
    margin-left: -60px;
  }
  .footer__info > * {
    margin-left: 60px;
  }
  .footer__info a {
    font-weight: 300;
  }
}

@media (min-width: 1366px) {
  .footer__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 1628px) {
  .footer__content {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer__part {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(33.333% - 70px);
  }
}

.main {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  min-height: 100%;
}

.main > * {
  width: 100%;
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-out;
}

.page.is-leaving {
  opacity: 0.3;
  pointer-events: none;
}

.page .main {
  background: #e7e7e7;
}

.page--dark .main {
  background: #0b1720;
}

.u-align-top {
  vertical-align: top;
}

.u-align-middle {
  vertical-align: middle;
}

.u-align-bottom {
  vertical-align: bottom;
}

.u-bg-default {
  background: #e7e7e7;
}

.u-bg-primary {
  background: #0093d0;
}

.u-bg-secondary {
  background: #2a2a2a;
}

.u-bg-lightgrey {
  background: #f2f2f2;
}

.u-bg-darkblue {
  border-top: 1px solid #0093d0;
  background: rgba(46, 52, 57, 0.42);
  position: relative;
}

.u-relative {
  position: relative;
}

.u-clearfix::before, .u-clearfix::after {
  content: '';
  display: table;
}

.u-clearfix::after {
  clear: both;
}

.u-ctx {
  display: table-cell;
}

.u-ctx::after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  line-height: 0;
  font-size: xx-large;
  content: ' x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ';
}

.u-color-secondary {
  color: #2a2a2a;
}

.u-pull-left {
  float: left;
}

.u-pull-right {
  float: right;
}

.u-vhide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.u-out,
.js .u-js-out {
  position: absolute;
  left: -5000px;
}

.u-max-width--8-12 {
  max-width: 981px;
}

.u-pt-xl {
  padding-top: 130px;
}

.u-pt-md {
  padding-top: 160px;
}

.u-pt-md {
  padding-top: 60px;
}

.u-mb-xl {
  margin-bottom: 230px;
}

.u-mb-md {
  margin-bottom: 60px;
}

.u-mb-sm {
  margin-bottom: 60px;
}

.u-mb-xs {
  margin-bottom: 30px;
}

@media (min-width: 750px) {
  .u-mb-md {
    margin-bottom: 160px;
  }
}

@media (min-width: 1024px) {
  .u-pt-xl {
    padding-top: 230px;
  }
  .u-mb-0\@md {
    margin-bottom: 0;
  }
}

@media (min-width: 1366px) {
  .u-mb-md\@md {
    margin-bottom: 100px;
  }
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-text-justify {
  text-align: justify;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-lowercase {
  text-transform: lowercase;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-none {
  text-transform: none;
}

.u-text-capitalize {
  text-transform: capitalize;
}

.u-no-decoration {
  text-decoration: none;
}

.u-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-text-hide {
  font: 0/0 a;
  color: transparent;
  text-decoration: none;
}

.u-font-light {
  font-weight: 300;
}

.u-font-regular {
  font-weight: normal;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-italic {
  font-style: italic;
}

.u-hide {
  display: none;
}

@media (min-width: 480px) {
  .u-hide\@sm {
    display: none;
  }
}

@media (min-width: 750px) {
  .u-hide\@md {
    display: none;
  }
}

@media (min-width: 1024px) {
  .u-hide\@lg {
    display: none;
  }
}

@media (min-width: 1366px) {
  .u-hide\@xl {
    display: none;
  }
}

@media (min-width: 1628px) {
  .u-hide\@xxl {
    display: none;
  }
}

@media (min-width: 1920px) {
  .u-hide\@xxxl {
    display: none;
  }
}

.u-show {
  display: block;
}

@media (min-width: 480px) {
  .u-show\@sm {
    display: block;
  }
}

@media (min-width: 750px) {
  .u-show\@md {
    display: block;
  }
}

@media (min-width: 1024px) {
  .u-show\@lg {
    display: block;
  }
}

@media (min-width: 1366px) {
  .u-show\@xl {
    display: block;
  }
}

@media (min-width: 1628px) {
  .u-show\@xxl {
    display: block;
  }
}

@media (min-width: 1920px) {
  .u-show\@xxxl {
    display: block;
  }
}

.js .u-js-hide {
  display: none;
}

.u-block {
  display: block;
}
/*# sourceMappingURL=style.css.map */
