/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Helvetica", Arial, sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 2rem !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Helvetica", Arial, sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/helvetica_regular.woff") format("woff"), url("../fonts/helvetica/helvetica_regular.woff2") format("woff2"), url("../fonts/helvetica/helvetica_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/helvetica_bold.woff") format("woff"), url("../fonts/helvetica/helvetica_bold.woff2") format("woff2"), url("../fonts/helvetica/helvetica_bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
html {
  font-size: 0.694445vw !important;
}

header {
  width: 100%;
  min-width: 320px;
  text-align: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
  padding: 1.5rem 0 1.5rem 0;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
}
header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
}

.logo {
  display: inline-block;
  max-width: 18.7rem;
}
.logo__img {
  display: inline-block;
  padding: 1.3rem 1.5rem 1.2rem 1.5rem;
  background: rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.logo__img img {
  display: block;
  max-width: 100%;
}
.logo__slogan {
  display: block;
  font-size: 1.6rem;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 1rem 0 0 0;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*display: none;*/
}

.main-nav {
  border: 1px solid #E5E5E5;
  background: #FFF;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0.55rem;
}
.main-nav > ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-nav > ul > li {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0.05rem 0 0.05rem;
  position: relative;
}
.main-nav > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.27rem 0 2.28rem;
  height: 5.4rem;
  font-size: 1.6rem;
  line-height: 1.15;
}
.main-nav > ul > li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 3px 0 0 0;
          border-radius: 3px 0 0 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.main-nav > ul > li a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 0 0 0 3px;
          border-radius: 0 0 0 3px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.main-nav > ul > li:before {
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 0 3px 0 0;
          border-radius: 0 3px 0 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.main-nav > ul > li:after {
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 0 0 3px 0;
          border-radius: 0 0 3px 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.main-nav > ul > li:hover > a:after, .main-nav > ul > li:hover > a:before {
  opacity: 1;
}
.main-nav > ul > li:hover:after, .main-nav > ul > li:hover:before {
  opacity: 1;
}
.main-nav > ul > li.active > a {
  color: #000 !important;
}
.main-nav > ul > li.active > a:after, .main-nav > ul > li.active > a:before {
  opacity: 1;
}
.main-nav > ul > li.active:after, .main-nav > ul > li.active:before {
  opacity: 1;
}
.main-nav > ul:hover li > a {
  color: #DBDBDB;
}
.main-nav > ul:hover li > a:hover {
  color: #000;
}
.main-nav > ul li.not-active > a {
  color: #DBDBDB;
}
.main-nav > ul li.not-active > a:hover {
  color: #000;
}

.lang {
  margin-left: 0.8rem;
}

.cur-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  padding: 0 2rem 0 2rem;
  font-size: 1.6rem;
  line-height: 1.15;
  border: 1px solid #E5E5E5;
  background: #FFF;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.cur-lang:hover {
  border-color: #000;
}

.fixed .logo__slogan {
  display: none;
}

.career-page .fixed .logo__slogan,
.hidden-fix .fixed .logo__slogan {
  display: block;
}

.main-nav-bottom {
  display: none;
}

@media screen and (max-width: 991px) {
  html {
    /*font-size: 1.344085vw!important;*/
    font-size: 1.302084vw !important;
  }
  .main-nav {
    display: none;
    padding: 0;
  }
  .main-nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    position: fixed;
    left: 0px;
    top: 12rem;
    width: 100%;
    height: calc(100% - 12rem);
    z-index: 10;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3rem;
    border: none;
  }
  .logo,
.lang,
.button-nav {
    position: relative;
    z-index: 11;
  }
  .lang {
    height: 6.7rem;
    width: 6.7rem;
  }
  .cur-lang {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .button-nav {
    width: 6.7rem;
    height: 6.7rem;
    position: relative;
    border: 1px solid #E5E5E5;
    background: #FFF;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-left: 1rem;
  }
  .button-nav span:first-child {
    display: block;
    position: absolute;
    left: 1.8rem;
    top: 2.1rem;
    width: 3rem;
    height: 0.8rem;
    background: #000;
  }
  .button-nav span:nth-child(2) {
    display: block;
    position: absolute;
    left: 1.8rem;
    top: 3.6rem;
    width: 3rem;
    height: 0.8rem;
    background: #000;
  }
  .button-nav.active span:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 3rem;
    height: 0.5rem;
  }
  .button-nav.active span:nth-child(2) {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 3rem;
    height: 0.5rem;
  }
  .button-nav.active span:nth-child(3) {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 0.4rem;
    height: 0.4rem;
    background: #FFF;
    margin-left: 1px;
    margin-top: 0;
  }
  header .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .logo__slogan,
.cur-lang {
    font-size: 1.6rem;
    line-height: 1.17;
  }
  .career-page .fixed .logo__slogan {
    display: none;
  }
  .main-nav-bottom {
    display: block;
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
  }
  .main-nav-bottom .footer-bg img.apply-anim {
    mix-blend-mode: overlay;
  }
  .main-nav-bottom .footer-top {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .main-nav-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-nav-bottom__row .footer-row.footer-top {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 0;
  }
  .main-nav > ul {
    display: block;
    position: relative;
    z-index: 2;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
  }
  .main-nav > ul > li {
    margin: 0 0 0 0;
    padding: 1.3rem 0 1.3rem 0;
  }
  .main-nav > ul > li > a {
    display: block;
    padding: 0;
    margin: 0;
    height: auto;
    font-size: 6rem;
    line-height: 1;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .opened-nav body {
    overflow: hidden;
  }
  .opened-nav header {
    background: #FFF;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.56411vw !important;
  }
  header {
    position: absolute;
  }
  .opened-nav header {
    position: fixed;
  }
  .logo__img {
    max-width: 13.8rem;
    padding: 1rem;
  }
  .logo__slogan, .cur-lang {
    font-size: 1.6rem;
  }
  .logo__slogan {
    padding-top: 1rem;
  }
  .fixed .logo__slogan {
    display: block;
  }
  .header-right {
    min-width: 10.5rem;
  }
  header .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lang,
.button-nav {
    width: 5.1rem;
    height: 5.1rem;
  }
  .button-nav {
    margin-left: 0.5rem;
    position: fixed;
    right: 1rem;
    top: 1.5rem;
  }
  .button-nav span:first-child {
    height: 0.6rem;
    width: 2.6rem;
    left: 1.2rem;
    top: 1.6rem;
  }
  .button-nav span:nth-child(2) {
    height: 0.6rem;
    width: 2.6rem;
    left: 1.2rem;
    top: 2.8rem;
  }
  .button-nav.active span:nth-child(3) {
    margin-left: 1px;
    margin-top: -1px;
  }
  .button-nav.active span:nth-child(2),
.button-nav.active span:nth-child(1) {
    top: 2.1rem;
  }
  .main-nav > ul > li {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .main-nav > ul > li > a {
    font-size: 4.2rem;
  }
  .main-nav-bottom__row .footer-row.footer-top .footer-col {
    width: 100%;
  }
  .main-nav-bottom__row .btn-video {
    height: 10rem;
  }
  .main-nav > ul > li:hover:after, .main-nav > ul > li:hover:before,
.main-nav > ul > li:hover > a:after, .main-nav > ul > li:hover > a:before {
    opacity: 0;
  }
  .main-nav > ul > li.active:after, .main-nav > ul > li.active:before,
.main-nav > ul > li.active > a:after, .main-nav > ul > li.active > a:before {
    opacity: 0;
  }
  .main-nav > ul:hover li > a {
    color: #000;
  }
  .main-nav-bottom__row .btn-video {
    display: none;
  }
}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  background: #FFF;
  text-align: left;
  width: 100%;
  min-width: 320px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
  padding: 5rem 0 0 0;
  position: relative;
}
footer .wrapper {
  position: relative;
  z-index: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}
footer .btn-video {
  bottom: 1.7rem;
  position: absolute;
  right: 1.9rem;
}

.footer-bg {
  position: absolute;
  left: 0px;
  bottom: 0;
  max-width: 59rem;
  pointer-events: none;
}
.footer-bg img,
.footer-bg video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  max-width: 100%;
}
.footer-bg img.apply-anim {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: lighten;
  opacity: 0.4;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer-col {
  width: 33.333%;
  padding-right: 1rem;
}

.large-link {
  font-size: 6.4rem;
  line-height: 1.1;
  text-decoration-skip-ink: none;
}
.large-link:hover {
  text-decoration: underline;
}

.created,
.copy {
  font-size: 2rem;
  opacity: 0.5;
}
.created a,
.copy a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.created a:hover,
.copy a:hover {
  text-decoration: none;
}

.footer-link {
  font-size: 2rem;
  line-height: 1.1;
}
.footer-link:hover {
  text-decoration: underline;
}

.copy {
  padding-top: 1.8rem;
}

.footer-top {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.footer-bottom {
  padding-top: 6rem;
  padding-bottom: 1.9rem;
}

.marquee-container {
  position: relative;
  width: 100%;
  height: 11vw;
  font-size: 10.5vw;
  overflow: hidden;
  z-index: 1;
  font-weight: 400;
}

.marquee {
  position: absolute;
  white-space: nowrap;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}

.marquee span {
  display: inline-block;
  margin-right: 2rem;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  footer .btn-video {
    position: fixed;
    z-index: 100;
    right: 2rem;
    bottom: 2rem;
  }
  footer .btn-video.no-fixed {
    position: absolute;
  }
  body:not(.home-page) footer .btn-video:not(.no-fixed) {
    height: 6rem;
  }
  body:not(.home-page) footer .btn-video:not(.no-fixed) .btn-video__cont {
    bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  footer .wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .footer-row.footer-top {
    display: block;
  }
  .footer-row.footer-top .footer-col {
    width: 50%;
    padding-bottom: 2rem;
  }
  .large-link {
    font-size: 5.8rem;
  }
  .footer-row.footer-bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 2.3rem;
  }
  .footer-row.footer-bottom .footer-col {
    width: 50%;
  }
  .footer-row.footer-bottom .footer-col:nth-child(2) {
    width: 24.9rem;
  }
  footer .btn-video {
    right: 3rem;
    bottom: 16rem;
  }
  .created, .copy {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  footer .btn-video {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-left: 0rem;
    margin-right: 0rem;
    width: 100%;
    height: 10rem;
  }
  footer .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .large-link {
    font-size: 3.8rem;
  }
  .footer-row.footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 9.3rem;
    padding-bottom: 3rem;
  }
  .footer-row.footer-bottom .footer-col {
    width: 100%;
  }
  .footer-row.footer-bottom .footer-col:nth-child(2) {
    width: 100%;
  }
  .footer-row.footer-top .footer-col:last-child {
    padding-bottom: 0.5rem;
  }
  .created, .copy, .footer-link {
    font-size: 1.6rem;
  }
  .created {
    padding-top: 2rem;
  }
  .footer-link {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0.2rem;
  }
  .footer-bg img.apply-anim {
    opacity: 0;
    display: none;
  }
}
.main-wrapper {
  padding: 0 0 0 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  overflow: hidden;
}

.hidden-fix .main-wrapper {
  overflow: visible;
}

.wrapper {
  min-width: 320px;
  max-width: none;
  padding: 0 3rem 0 3rem;
  margin: 0 auto;
  position: relative;
}

/* titles */
p {
  font-size: 2rem;
  line-height: 1.4;
  color: #000000;
  padding: 1.5rem 0 1.5rem 0;
  font-weight: 400;
}

h1, .h1 {
  font-size: 11.5rem;
  line-height: 1;
  color: #000000;
  font-family: "Helvetica", Arial, sans-serif;
  padding: 1.5rem 0 1.5rem 0;
  font-weight: 400;
}

h2, .h2 {
  font-size: 2.8rem;
  line-height: 1.4;
  color: #000000;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 400;
}

h3, .h3 {
  font-size: 2.8rem;
  line-height: 1.4;
  color: #000000;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 400;
}

/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
.loaded .main-wrapper {
  opacity: 0;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-grow: 1;
  padding-top: 15vh;
}

.box-main-screen {
  position: relative;
}
.box-main-screen .wrapper {
  padding-top: 10vh;
  padding-bottom: 16rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.box-main-screen h1, .box-main-screen .h1 {
  text-transform: uppercase;
  font-size: 11.5rem;
  line-height: 1.05;
  font-weight: 400;
  padding-right: 5%;
}
.box-main-screen .box-btn-video {
  display: none;
}

.spacer {
  display: block;
  content: "";
  position: absolute;
  left: 2.8rem;
  bottom: 0px;
  background: url(../img/spacer.gif) no-repeat left top;
  -webkit-background-size: cover;
          background-size: cover;
  height: 1px;
  width: calc(100% - 5.6rem);
  opacity: 0.5;
}
.spacer:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 1px;
  width: 20%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.spacer:after {
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 1px;
  width: 20%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.box-head-anim {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.video-bg {
  height: 9.2rem;
  overflow: hidden;
  width: 0;
  -webkit-transition: width 0.8s;
  -o-transition: width 0.8s;
  transition: width 0.8s;
  position: relative;
}
.video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.head-anim {
  position: relative;
  width: 47rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.head-anim.animated .video-bg {
  width: 22rem;
}

.main-screen__descr {
  position: absolute;
  max-width: 25rem;
  right: 2rem;
  bottom: 79rem;
  font-size: 2.8rem;
  line-height: 1.3;
}

.box-btn-video {
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 12rem;
  width: 24.9rem;
  height: 13.3rem;
}
.box-btn-video.fixed .btn-video {
  position: fixed;
  bottom: 20px;
  z-index: 10;
}

.btn-video {
  display: block;
  width: 24.9rem;
  height: 13.3rem;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  position: relative;
}
.btn-video:hover .btn-video__icon .icon {
  display: none;
}
.btn-video:hover .btn-video__icon .icon-hover {
  display: block;
}
.btn-video img,
.btn-video video {
  display: block;
  position: absolute;
  width: 130%;
  height: 130%;
  left: -15%;
  top: -15%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -o-object-position: center top;
     object-position: center top;
}
.btn-video img.apply-anim {
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 1;
}
.btn-video__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0px;
  bottom: 1.6rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 2;
}
.btn-video__text {
  font-size: 2rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFF;
}
.btn-video__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #FFF;
}
.btn-video__icon .icon {
  width: 2.055rem;
  height: 1.552rem;
}
.btn-video__icon .icon-hover {
  display: none;
  width: 2.055rem;
  height: 1.552rem;
}

.our-goal {
  padding: 4.5rem 0 14.5rem 0;
}
.our-goal .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.our-goal h2, .our-goal .h2 {
  font-size: 2.8rem;
}
.our-goal .box-title {
  width: 50%;
  padding-top: 1.5rem;
}

.box-title {
  padding: 0 0 0 0;
  position: relative;
}
.box-title h2, .box-title .h2 {
  display: inline;
  vertical-align: middle;
}

.number {
  display: inline;
  vertical-align: middle;
  text-align: center;
  position: relative;
  font-size: 2.8rem;
  line-height: 1.4;
  padding: 0 0 0 0;
  margin-right: 0.1rem;
}

.our-goal__text {
  padding: 0 0 0 0.9%;
  max-width: 45rem;
}
.our-goal__text p {
  font-size: 2.8rem;
  line-height: 1.4;
}

.we-work {
  position: relative;
}
.we-work .wrapper {
  padding-top: 7rem;
  padding-bottom: 16rem;
}
.we-work.fixed .we-work__video {
  position: fixed;
}
.we-work h2, .we-work .h2 {
  font-size: 2.8rem;
}
.we-work__video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.we-work__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.we-work__video:after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.we-work h2, .we-work .h2 {
  font-weight: 400;
}

.white-block {
  color: #FFF;
}
.white-block .number:before {
  background-image: url(../img/bg-number-left-white.svg);
}
.white-block .number:after {
  background-image: url(../img/bg-number-right-white.svg);
}
.white-block h2, .white-block .h2,
.white-block h3, .white-block .h3,
.white-block h1, .white-block .h1 {
  color: #FFF;
}

.we-work-list {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.we-work-list__item {
  list-style-type: none;
  width: calc(50% - 1rem);
}
.we-work-list__item p {
  font-size: 2.8rem;
  line-height: 1.3;
  padding: 5rem 0 0 0;
  margin-left: -51%;
  max-width: 100%;
  color: #FFF;
  /*opacity: 0;
  transition: opacity 0.2s;*/
}
.we-work-list__item.active p,
.we-work-list__item.active .we-work-list__video video,
.we-work-list__item.active .we-work-list__video img {
  opacity: 1;
}
.we-work-list__video {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 29.2rem;
}
.we-work-list__video:before {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 3px 0 0 0;
          border-radius: 3px 0 0 0;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  z-index: 1;
}
.we-work-list__video:after {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 0 0 0 3px;
          border-radius: 0 0 0 3px;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  z-index: 1;
}
.we-work-list__video-decor {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.we-work-list__video-decor:before {
  display: block;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 0 3px 0 0;
          border-radius: 0 3px 0 0;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  z-index: 1;
}
.we-work-list__video-decor:after {
  display: block;
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 0 0 3px 0;
          border-radius: 0 0 3px 0;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  z-index: 1;
}
.we-work-list__video video,
.we-work-list__video img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.we-work-list__video h3, .we-work-list__video .h3 {
  position: absolute;
  left: 0;
  bottom: 3rem;
  padding: 0 3rem 0 3rem;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 400;
}

.interested-in {
  padding-top: 4.8rem;
  padding-bottom: 16rem;
  position: relative;
}

.interested-in-list {
  padding: 4rem 0 0 0;
  margin: 0 -2rem;
}
.interested-in-list__item {
  list-style-type: none;
  padding: 0;
  margin: 0 0 -3px 0;
}
.interested-in-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  position: relative;
  font-size: 11.5rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  padding: 0 1rem 0 1rem;
}
.interested-in-list__link:hover {
  color: #FFF;
}
.interested-in-list__link:hover .interested-in-list__icon,
.interested-in-list__link:hover .img-bg {
  opacity: 1;
}
.interested-in-list__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  top: -0.4rem;
  padding-bottom: 0.5rem;
}
.interested-in-list__icon {
  display: block;
  max-width: 10.8rem;
  min-width: 11rem;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.interested-in-list__icon img {
  display: block;
  width: 100%;
  max-height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center left;
     object-position: center left;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.interested-in-list .img-bg {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.interested-in-list .img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.box-btn {
  padding: 3.5rem 0 0 0;
  margin-left: -1rem;
  margin-right: -1rem;
}

.btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.1;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.btn:hover:before, .btn:hover:after {
  width: 100%;
  height: 100%;
}
.btn:hover span:before, .btn:hover span:after {
  width: 100%;
  height: 100%;
}
.btn span {
  display: block;
  padding: 2.2rem 6rem;
}
.btn:before {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 3px 0 0 0;
          border-radius: 3px 0 0 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:after {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 0 0 0 3px;
          border-radius: 0 0 0 3px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn span:before {
  display: block;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 0 3px 0 0;
          border-radius: 0 3px 0 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn span:after {
  display: block;
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 0 0 3px 0;
          border-radius: 0 0 3px 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.faq {
  padding: 4.6rem 0 18rem 0;
}
.faq .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1rem;
}
.faq .box-btn {
  margin-left: 0;
  margin-right: 0;
}
.faq-left {
  max-width: 45rem;
}
.faq-right {
  max-width: 50.7%;
}
.faq .line-title__subtitle {
  padding-left: 0;
  padding-top: 4rem;
  padding-bottom: 0;
}
.faq .line-title__subtitle_pad {
  padding-top: 0;
}

.web .faq-list__item:hover {
  background: rgba(0, 0, 0, 0.07);
}

.web .faq-list__item.active {
  background: rgba(0, 0, 0, 0.07);
}

.faq-list {
  padding: 0 0 0 0;
}
.faq-list__item {
  list-style-type: none;
  margin-bottom: 0.5rem;
  background: rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.faq-list__question {
  padding: 4rem;
  cursor: pointer;
  font-size: 2.8rem;
  line-height: 1.15;
  font-weight: 700;
}
.faq-list__answer {
  padding: 0 4.5rem 2.5rem;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.4;
  display: none;
  max-width: 85%;
  margin-top: -2rem;
}
.faq-list__answer p,
.faq-list__answer ol li,
.faq-list__answer ul li {
  padding: 1.4rem 0 1.4rem 0;
}
.faq-list__answer ol {
  padding: 0 0 0 0;
  list-style-type: none;
  counter-reset: list-counter;
}
.faq-list__answer ol > li {
  counter-increment: list-counter;
  padding-left: 2.5rem;
  position: relative;
}
.faq-list__answer ol > li:before {
  display: block;
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0px;
  top: 1.4rem;
}
.faq-list__answer ul {
  list-style-type: none;
}
.faq-list__answer ul > li {
  padding-left: 2.5rem;
  position: relative;
}
.faq-list__answer ul > li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 2.5rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.support {
  padding: 8.4rem 0 14rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #FFF;
}
.support .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-main {
  width: 65.9rem;
  height: 65.9rem;
  position: relative;
}
.support-main h2 {
  padding-top: 8.2rem;
  padding-left: 1rem;
}
.support-main .box-title {
  z-index: 5;
  padding-top: 8rem;
}
.support-main__decor {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 2;
}
.support-main__decor:after {
  display: block;
  content: "";
  width: 65%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: -3rem;
  top: 0px;
  z-index: 2;
}
.support-main__decor:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/support-main__decor-mask.png) no-repeat right center;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
}
.support-main__decor > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.support-main__decor-bg {
  position: absolute;
  left: -3rem;
  top: -10%;
  width: 120%;
  height: 120%;
  z-index: 4;
}
.support-main__decor-bg img,
.support-main__decor-bg video {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  opacity: 0.96;
  width: 100%;
  height: 100%;
}
.support-main__decor-bg img.apply-anim {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: lighten;
  opacity: 0.8;
  display: none !important;
}
.support-main__pointer {
  position: absolute;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.5rem;
  z-index: 3;
}
.support-main__pointer img {
  display: block;
  width: 100%;
}
.support-info {
  width: calc(100% - 70rem);
  margin-top: 26rem;
  margin-bottom: 10rem;
}
.support-info__title {
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 2rem;
  height: 29.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 23.1rem;
  position: relative;
  max-width: 44rem;
  margin-left: 0;
  margin-top: 4rem;
  position: relative;
  z-index: 5;
}
.support-info__title h2 {
  max-width: 460px;
  padding: 0;
  font-size: 6.4rem;
  line-height: 1.1;
}
.support-info__title:before {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 3px 0 0 0;
          border-radius: 3px 0 0 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.support-info__title:after {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 0 0 0 3px;
          border-radius: 0 0 0 3px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.support-info__title-decor {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
}
.support-info__title-decor:before {
  display: block;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 0 3px 0 0;
          border-radius: 0 3px 0 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.support-info__title-decor:after {
  display: block;
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 0 0 3px 0;
          border-radius: 0 0 3px 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.support-info__text {
  max-width: 40rem;
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 4rem;
  font-size: 2.8rem;
  line-height: 130%;
  color: #dbdbdb;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.support-info__text:first-of-type {
  margin-top: 0;
}
.support-info__text:last-of-type {
  padding-top: 3.5rem;
}
.support-info__text.is-active {
  color: #000;
}

.interested-in {
  background-color: #fff;
}

.line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.line-title__subtitle {
  font-size: 6.4rem;
  line-height: 1.1;
  max-width: 67rem;
  padding-left: 1rem;
}
.line-title .box-title {
  padding-top: 1rem;
}

.faq.faq_page {
  padding-top: 9.2rem;
}
.faq.faq_page .wrapper {
  padding-left: 2rem;
}

.fixed-title {
  position: -webkit-sticky;
  position: sticky;
  top: 20rem;
}

.portfolio {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.portfolio h1, .portfolio .h1 {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.portfolio h1 span + span, .portfolio .h1 span + span {
  padding-left: 3rem;
}
.portfolio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  padding-top: 2rem;
}
.portfolio-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin: 0.6rem;
  width: calc(25% - 1.2rem);
  padding: 2rem;
  position: relative;
  min-height: 51.6rem;
  -webkit-box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.07);
}
.portfolio-list__item.hover .portfolio-list__img-hover {
  opacity: 1;
}
.portfolio-list__item.hover .portfolio-plus {
  background: #FFF;
  color: #000;
  fill: #000;
}
.portfolio-list__item.hover .portfolio-list__descr {
  padding-bottom: 5rem;
  color: #FFF;
}
.portfolio-list__item.hover .portfolio-list__name {
  padding-bottom: 0.5rem;
  font-size: 4.4rem;
  line-height: 1.1;
  padding-right: 0;
  color: #FFF;
}
.portfolio-list__item.hover .portfolio-list__descr-hide {
  opacity: 1;
  height: auto;
  color: #FFF;
}
.portfolio-list__item.hover .portfolio-list__descr-hide p {
  color: #FFF;
}
.portfolio-list__item.hover .portfolio-list__logo {
  opacity: 0;
}
.portfolio-list__img-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.portfolio-list__img-hover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.portfolio-list__logo {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 0;
}
.portfolio-list__logo img {
  display: inline-block;
  max-width: calc(100% - 2rem);
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.portfolio-list__descr {
  display: block;
  padding: 0 0 0 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 1;
}
.portfolio-list .tags {
  z-index: 1;
}
.portfolio-list__name {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
  padding-bottom: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #000;
  padding-right: 4rem;
}
.portfolio-list__descr-hide {
  display: block;
  opacity: 0;
  font-size: 2rem;
  line-height: 1.3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #FFF;
  height: 0;
  overflow: hidden;
  padding-right: 4rem;
}
.portfolio-list__descr-hide p {
  padding-bottom: 0;
}
.portfolio-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 4.1rem;
  height: 4.1rem;
  color: #FFF;
  fill: #FFF;
  background: #000000;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 2rem;
  z-index: 1;
}
.portfolio-plus .icon {
  width: 3.1rem;
  height: 3.1rem;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 2rem 0;
  margin: 0 -0.5rem 0 0;
  position: relative;
  z-index: 1;
}
.tags__item {
  padding: 0 0 0 0;
  margin: 0 0.5rem 0.5rem 0;
  list-style-type: none;
}
.tags__item span, .tags__item a {
  display: block;
  padding: 1rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  background: #F7F7F7;
  color: #000;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

@media screen and (min-width: 992px) {
  .box-main-screen h1, .box-main-screen .h1 {
    font-size: 95px;
    max-width: 1200px;
  }
  .head-anim {
    width: 370px;
  }
  .head-anim.animated .video-bg {
    width: 180px;
    margin-left: 0.4rem;
  }
  .video-bg {
    height: 68px;
  }
  .support-main__pointer {
    display: none;
  }
}
@media screen and (min-width: 1360px) {
  .box-main-screen h1, .box-main-screen .h1 {
    font-size: 114px;
    max-width: 1400px;
  }
  .head-anim {
    width: 470px;
  }
  .head-anim.animated .video-bg {
    width: 220px;
  }
  .video-bg {
    height: 82px;
  }
}
@media screen and (min-width: 1700px) {
  .box-main-screen h1, .box-main-screen .h1 {
    font-size: 135px;
    max-width: 1590px;
  }
  .head-anim {
    width: 540px;
  }
  .head-anim.animated .video-bg {
    width: 250px;
  }
  .video-bg {
    height: 97px;
  }
}
.show-991 {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .box-main-screen .wrapper {
    padding-top: 20rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 26rem;
  }
  h1, .h1 {
    font-size: 6rem;
    line-height: 1.03;
  }
  h1 br, .h1 br {
    display: none;
  }
  .box-main-screen h1, .box-main-screen .h1 {
    padding-right: 0;
    font-size: 6rem;
    line-height: 1;
  }
  .video-bg {
    height: 4.25rem;
  }
  .head-anim {
    width: 28.4rem;
  }
  .support-main__decor:before {
    display: none;
  }
  .main-screen__descr {
    position: static;
    font-size: 2.4rem;
    max-width: 34.4rem;
    padding-top: 1.8rem;
  }
  .main-screen__descr br {
    display: none;
  }
  .box-main-screen .box-btn-video {
    display: block;
  }
  .box-btn-video {
    right: 3rem;
    bottom: 9rem;
  }
  .our-goal .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  h2, .h2,
.our-goal h2, .our-goal .h2,
.we-work h2, .we-work .h2 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .our-goal__text {
    width: 45%;
    max-width: 26rem;
  }
  .our-goal__text p {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .number {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .number:before,
.number:after {
    width: 1.9rem;
  }
  .our-goal {
    padding-top: 3rem;
    padding-bottom: 11.5rem;
  }
  .we-work .wrapper {
    padding-bottom: 5rem;
  }
  .we-work-list {
    display: block;
  }
  .we-work-list__item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .we-work-list__item p {
    padding-bottom: 2rem;
    font-size: 2.4rem;
    max-width: 50%;
  }
  .we-work-list__item:nth-child(2) p {
    margin-left: auto;
  }
  .we-work-list__item.active p {
    display: block;
  }
  .we-work-list__video {
    height: 20rem;
  }
  .we-work-list__video h3, .we-work-list__video .h3 {
    font-size: 5.8rem;
  }
  .interested-in {
    padding-top: 8.2rem;
    padding-bottom: 9.2rem;
  }
  .interested-in-list {
    padding-top: 1.5rem;
  }
  .interested-in-list__item {
    margin-bottom: 1rem;
  }
  .interested-in-list .img-bg {
    opacity: 1;
  }
  .interested-in-list__link {
    color: #FFF;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .interested-in-list__text {
    font-size: 10rem;
    line-height: 1;
    padding-top: 0.2rem;
  }
  .interested-in-list__icon {
    display: none;
  }
  .faq {
    padding-bottom: 16.25rem;
    padding-top: 6rem;
  }
  .faq .wrapper {
    display: block;
    padding-right: 3rem;
  }
  .faq-left {
    width: 100%;
    max-width: 50rem;
  }
  .faq-left h2 br {
    display: none;
  }
  .fixed-title {
    position: static;
  }
  .hide-991 {
    display: none !important;
  }
  .faq-right {
    width: 100%;
    max-width: none;
    padding-top: 3.76rem;
  }
  .faq-list__question {
    font-size: 2.8rem;
  }
  .faq-list__answer {
    max-width: none;
  }
  .faq-list__answer p, .faq-list__answer ol li, .faq-list__answer ul li {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .faq-list__answer ol > li:before {
    top: 1.2rem;
  }
  .faq-list__answer ul > li:before {
    top: 2.2rem;
  }
  .support-main h2 br {
    display: none;
  }
  .support .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .support {
    padding: 40rem 0 5rem;
    min-height: 100vh;
  }
  .support-info {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
    padding-left: 15%;
    padding-top: 5rem;
  }
  .support-info__item {
    min-width: 45rem;
    margin-right: 10rem;
    -webkit-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
  }
  .support-info__text {
    margin-top: 0;
    font-size: 2.4rem;
    line-height: 130%;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
  }
  .support-info__title {
    height: 20rem;
    margin: 0;
    padding: 3rem;
    position: absolute;
    top: -40rem;
    left: 0.5rem;
  }
  .support-info__title h2 {
    font-size: 5.8rem;
    line-height: 100%;
  }
  .support-main {
    margin-top: 4rem;
    width: 68.4rem;
    height: 30rem;
  }
  .support-main .box-title {
    position: absolute;
    top: -49.4rem;
    left: 1rem;
    padding-top: 0;
  }
  .support-main .box-title h2 br, .support-main .box-title .h2 br {
    display: block;
  }
  .support-main__decor {
    height: auto;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .support-main__decor-bg {
    left: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 100%;
    height: auto;
    top: -5rem;
  }
  .support-main__pointer {
    margin: 0;
    right: auto;
    top: 1.4rem;
    left: 45.8%;
    -webkit-transform: rotate(-90deg) translateX(-50%);
        -ms-transform: rotate(-90deg) translateX(-50%);
            transform: rotate(-90deg) translateX(-50%);
  }
  .line-title {
    display: block;
  }
  .line-title__subtitle {
    font-size: 5.8rem;
    line-height: 1;
    padding-left: 0;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .head-anim.animated .video-bg {
    width: 17rem;
  }
  .faq.faq_page {
    padding-top: 7rem;
  }
  .portfolio {
    padding-top: 4rem;
  }
  .portfolio .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .portfolio-list__item {
    width: calc(50% - 1.2rem);
  }
  .portfolio-list__descr-hide,
.portfolio-list__descr-hide p,
.portfolio-list__descr-hide li {
    font-size: 1.75rem;
  }
  .portfolio-list__descr-hide {
    padding-right: 0;
  }
  .show-991 {
    display: block !important;
  }
}
@media screen and (min-width: 992px) and (max-height: 680px) {
  /*.support-main__decor{
      margin-top: -10rem;
  }
  .support-main__pointer{
      margin-top: -11.1rem
  }*/
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 15rem;
  }
  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .box-main-screen h1, .box-main-screen .h1 {
    font-size: 5.2rem;
    line-height: 1;
  }
  .box-main-screen .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 10.5rem;
  }
  .main-screen__descr {
    font-size: 2.2rem;
    line-height: 1.3;
    padding-top: 1.1rem;
    padding-left: 0.5rem;
    padding-bottom: 5.8rem;
  }
  .box-btn-video {
    position: static;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
    height: 10rem;
    margin-top: 4rem;
  }
  .btn-video {
    width: 100%;
    height: 100%;
  }
  .btn-video__text {
    font-size: 5.2rem;
  }
  .btn-video__cont {
    padding-bottom: 0;
    margin-bottom: -0.2rem;
  }
  .btn-video__icon {
    width: 7.3rem;
    height: 7.3rem;
  }
  .btn-video__icon .icon {
    width: 3.75rem;
    height: 2.83rem;
  }
  .our-goal .wrapper {
    display: block;
  }
  .our-goal .box-title {
    width: 100%;
  }
  .our-goal__text {
    width: 100%;
    max-width: none;
  }
  .our-goal {
    padding-top: 3.5rem;
    padding-bottom: 5.5rem;
  }
  h2, .h2, .our-goal h2, .our-goal .h2 {
    font-size: 2.2rem;
  }
  .number {
    font-size: 2.2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .spacer {
    left: 1rem;
    width: calc(100% - 2rem);
  }
  .spacer:after, .spacer:before {
    width: 15%;
  }
  .our-goal__text p {
    font-size: 2.2rem;
  }
  .we-work h2, .we-work .h2 {
    font-size: 2.2rem;
  }
  .we-work .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 15.5rem;
    padding-bottom: 16.2rem;
  }
  .we-work-list {
    padding-top: 2.6rem;
  }
  .we-work__video {
    left: 0;
    width: 100%;
  }
  .we-work-list__video {
    height: 15rem;
  }
  .we-work-list__video h3, .we-work-list__video .h3 {
    font-size: 3.8rem;
    line-height: 1.05;
    padding-left: 2rem;
    padding-right: 2rem;
    bottom: 2rem;
  }
  .we-work-list__item:nth-child(2) p {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    padding-top: 5rem;
    padding-bottom: 0;
  }
  .we-work-list__item p {
    font-size: 2.2rem;
  }
  .interested-in {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .line-title__subtitle {
    font-size: 3.8rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .interested-in-list {
    padding-top: 2.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .interested-in-list__text {
    font-size: 5rem;
    line-height: 1;
    top: -2px;
    padding-top: 0;
  }
  .interested-in-list__link {
    position: relative;
  }
  .interested-in-list .img-bg img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  .interested-in-list__item {
    margin-bottom: 0.4rem;
  }
  .box-btn {
    padding-top: 2rem;
  }
  .btn {
    display: block;
    text-align: center;
    font-size: 2rem;
  }
  .btn span {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
  .faq {
    padding-bottom: 8.25rem;
  }
  .faq .line-title__subtitle {
    padding-top: 2rem;
  }
  .faq-right {
    padding-top: 2.5rem;
  }
  .faq-list {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .faq-list__question {
    padding: 2.2rem 3rem;
    font-size: 2.2rem;
  }
  .faq-list__answer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .faq-list__answer p, .faq-list__answer ol li, .faq-list__answer ul li {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
  .faq-list__answer p img, .faq-list__answer ol li img, .faq-list__answer ul li img {
    max-height: 1.6rem;
  }
  .faq-list__answer ol > li:before {
    top: 1.1rem;
  }
  .faq-list__answer ul > li:before {
    top: 2rem;
  }
  .support {
    padding-top: 25.8rem;
    padding-bottom: 2rem;
    min-height: 100vh;
  }
  .support-main .box-title {
    left: 0;
    top: -42.4rem;
  }
  .support-main h2 {
    padding-left: 0;
    font-size: 2.2rem;
  }
  .support-main h2 br {
    display: none;
  }
  .support-info__item {
    min-width: 27rem;
    margin-right: 5rem;
    font-size: 1.8rem;
    margin-bottom: 0;
    position: relative;
    top: 4rem;
  }
  .support-info__text:first-of-type {
    margin-left: 5rem;
  }
  .support-info__text:last-of-type {
    margin-right: 0;
  }
  .support-info__title {
    height: 15rem;
    padding: 2rem;
    min-width: 34rem;
    top: -34rem;
  }
  .support-info__title h2 {
    font-size: 3.8rem;
    line-height: 1.05;
  }
  .support-info {
    padding-left: 0;
  }
  .support-main {
    margin-top: 7rem;
    width: 35rem;
    height: 17rem;
  }
  .support-main__pointer {
    top: 0.5rem;
    left: 44%;
    width: 4rem;
  }
  /*.box-head-anim{
      display: block;
  }*/
  .head-anim {
    width: 100%;
    display: block;
  }
  .head-anim .video-bg {
    width: 100%;
    display: none;
    height: 15rem;
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
  }
  .head-anim.animated .video-bg {
    width: 100%;
  }
  .faq.faq_page {
    padding-top: 3rem;
  }
  .portfolio-list {
    padding-top: 0.5rem;
  }
  .portfolio-list__item {
    width: calc(100% - 1.2rem);
    min-height: 39rem;
  }
  .portfolio-list__descr-hide,
.portfolio-list__descr-hide p,
.portfolio-list__descr-hide li {
    font-size: 1.67rem;
  }
  .portfolio-list__name {
    font-size: 2.3rem;
  }
  .portfolio h1, .portfolio .h1 {
    font-size: 5.35rem;
    display: block;
  }
  .tags__item span, .tags__item a {
    font-size: 1.35rem;
  }
  video::-webkit-media-controls-play-button {
    display: none !important;
  }
  video::-webkit-media-controls-start-playback-button {
    display: none !important;
  }
  video::-moz-media-controls-play-button {
    display: none !important;
  }
  video::media-controls-start-playback-button {
    display: none !important;
  }
}
/*
================================================================================
|                                     ABOUT                                 |
================================================================================
*/
.about-page .main-wrapper {
  overflow: visible;
}
.about-page .content {
  padding-top: 0;
}
.about-page .wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}

.about-main {
  position: relative;
  padding-top: 23rem;
  padding-bottom: 5rem;
  background: #FFF;
  z-index: 2;
  min-height: 100vh;
}
.about-main .wrapper {
  z-index: 1;
}

.line-about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.line-about-title span {
  display: inline-block;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  margin: 0;
  text-transform: uppercase;
}
.line-about-title + .line-about-title span:nth-child(2) {
  position: relative;
  right: 3rem;
}

.about-bg {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /*overflow: hidden;*/
}
.about-bg__cont {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  max-height: 100%;
}
.about-bg img,
.about-bg video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
.about-bg img.apply-anim {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: lighten;
  opacity: 0.4;
}

.about-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.about-description__text {
  max-width: 49%;
  padding-right: 6%;
}
.about-description__text p {
  font-size: 2.8rem;
  padding-top: 0;
  padding-bottom: 2rem;
}
.about-description h2, .about-description .h2 {
  font-size: 2.8rem;
}

.box-about-inf {
  position: relative;
}
.box-about-inf .wrapper {
  z-index: 1;
}

.about-inf__cont {
  padding: 12.9rem 0 5rem 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about-inf__cont.fixed-cont {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.about-inf__bg {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.about-inf__bg img, .about-inf__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-inf__text {
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 1.1;
  color: #fff;
  padding-right: 3%;
}

.about-inf__text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 3rem 0 2rem 0;
}
.about-inf__text-right p {
  max-width: 49%;
  font-size: 2.8rem;
  line-height: 1.39;
  padding: 0 0 0 0;
  color: #FFF;
}

.choose-focus {
  position: relative;
  z-index: 1;
  background: #FFF;
  padding: 5rem 0 5rem 0;
}
.choose-focus__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.choose-focus__left {
  width: 46%;
  padding-right: 5rem;
  padding-top: 3rem;
}
.choose-focus__left p {
  padding-bottom: 3.5rem;
  max-width: 55.8rem;
}
.choose-focus__images {
  position: relative;
  min-height: 100%;
}
.choose-focus__img {
  position: absolute;
  left: 30%;
  top: 0px;
  max-width: 100%;
  margin-bottom: 2rem;
  display: inline-block;
  opacity: 0;
  /*transform: scale(0);*/
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.choose-focus__img:nth-child(1).show-img .img {
  width: 242px;
  height: 246px;
}
.choose-focus__img:nth-child(2) {
  left: 30%;
  top: 25%;
}
.choose-focus__img:nth-child(2).show-img .img {
  width: 355px;
  height: 212px;
}
.choose-focus__img:nth-child(3) {
  left: 20%;
  top: 45%;
}
.choose-focus__img:nth-child(3).show-img .img {
  width: 217px;
  height: 144px;
}
.choose-focus__img:nth-child(4) {
  left: 0px;
  top: 60%;
}
.choose-focus__img:nth-child(4).show-img .img {
  width: 355px;
  height: 119px;
}
.choose-focus__img.show-img {
  opacity: 1;
  /*transform: scale(1);*/
}
.choose-focus__img .img {
  width: 0px;
  height: 0px;
  max-width: 100%;
  overflow: hidden;
  -webkit-transition: width 0.5s, height 0.5s;
  -o-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}
.choose-focus__img img, .choose-focus__img video {
  display: block;
  height: auto;
}
.choose-focus__img:before {
  display: block;
  content: "";
  position: absolute;
  left: -1.25rem;
  top: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/img-decor.svg) no-repeat center center;
}
.choose-focus__img:after {
  display: block;
  content: "";
  position: absolute;
  right: -1.25rem;
  top: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/img-decor.svg) no-repeat center center;
}
.choose-focus__img .decor {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.choose-focus__img .decor:before {
  display: block;
  content: "";
  position: absolute;
  left: -1.25rem;
  bottom: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/img-decor.svg) no-repeat center center;
  margin-bottom: 1px;
}
.choose-focus__img .decor:after {
  display: block;
  content: "";
  position: absolute;
  right: -1.25rem;
  bottom: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/img-decor.svg) no-repeat center center;
  margin-bottom: 1px;
}
.choose-focus__right {
  width: 54%;
  padding-left: 5%;
  padding-top: 3rem;
  padding-right: 8rem;
}
.choose-focus__right p {
  padding-bottom: 3.5rem;
  font-size: 2.8rem;
  line-height: 1.29;
}
.choose-focus-list {
  padding: 1rem 0 0 0;
}
.choose-focus-list__item {
  padding: 2.5rem 0 2.5rem 0;
  font-size: 2.8rem;
  line-height: 1.29;
}
.choose-focus-list__item strong {
  font-weight: bold;
}

.num-list {
  counter-reset: item;
  list-style: none;
}
.num-list li {
  counter-increment: item;
}
.num-list li::before {
  content: "[" counter(item) "]";
  margin-right: 5px;
  color: #000;
  opacity: 0.3;
}

.test-technology {
  padding: 10rem 0 7rem 0;
  background: #FFF;
  position: relative;
  z-index: 1;
}
.test-technology h2 {
  font-size: 6.4rem;
  line-height: 1.09;
  padding-bottom: 3rem;
}
.test-technology__wrap {
  position: relative;
  padding: 13.8rem 4rem 10rem 4rem;
}
.test-technology__wrap .wrapper {
  z-index: 1;
}
.test-technology__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.test-technology__bg img, .test-technology__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.test-technology__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.test-technology__left {
  width: 46%;
  padding-right: 3rem;
  padding-top: 3rem;
}
.test-technology__left p {
  color: #FFF;
  font-size: 2.8rem;
  line-height: 1.29;
}
.test-technology__right {
  width: 54%;
  padding-left: 5%;
  padding-top: 3rem;
  padding-right: 7rem;
}
.test-technology__right p {
  color: #FFF;
  padding-bottom: 3.5rem;
  font-size: 2.8rem;
  line-height: 1.29;
}
.test-technology__list {
  padding: 6.5rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem 0 -1rem;
}
.test-technology__item {
  list-style-type: none;
  padding-bottom: 2.7rem;
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.test-technology__item img {
  display: block;
  max-width: 6.7rem;
}
.test-technology__item p {
  font-size: 2rem;
  line-height: 1.3;
  padding: 1.1rem 0 0 0;
  color: #FFF;
}

.startups-work {
  position: relative;
  z-index: 1;
  background: #FFF;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.startups-work .box-title {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}
.startups-work__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.startups-work__left {
  width: 46%;
  padding-right: 3rem;
  padding-top: 6rem;
  position: relative;
}
.startups-work__right {
  width: 54%;
  padding-left: 5%;
  padding-top: 3rem;
  padding-right: 2rem;
  padding-right: 5%;
}
.startups-work-name {
  margin-bottom: 4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 17rem;
  min-height: 30rem !important;
}
.startups-work-name:nth-child(2) {
  top: 27rem;
}
.startups-work-name:nth-child(3) {
  top: 37rem;
}
.startups-work-name:nth-child(4) {
  top: 47rem;
}
.startups-work-name:nth-child(4):after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  background: #FFF;
  width: 100%;
  height: 5rem;
}
.startups-work-name:nth-child(5) {
  top: 57rem;
}
.startups-work-name__item {
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  padding: 2rem 3rem 10rem;
  position: relative;
  min-height: 30rem;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.startups-work-name__text {
  font-size: 6.4rem;
  line-height: 1;
}
.startups-work-name__descr {
  display: none;
}
.startups-work-name__icon {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  color: #000;
}
.startups-work-name__icon img {
  height: 8rem;
  width: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.startups-work-name__icon .icon_hover {
  display: none;
}
.startups-work-name.active .startups-work-name__item,
.startups-work-name.active .startups-work-name__item.active {
  background: #000;
  border-color: #000;
  color: #FFF;
}
.startups-work-name.active .startups-work-name__icon .icon {
  display: none;
}
.startups-work-name.active .startups-work-name__icon .icon_hover {
  display: block;
}
.startups-work-name .active .startups-work-name__icon .icon {
  display: none;
}
.startups-work-name .active .startups-work-name__icon .icon_hover {
  display: block;
}
.startups-work-name .startups-work-name__item.active {
  background: #000;
  border-color: #000;
  color: #FFF;
}

@media screen and (max-width: 991px) {
  .startups-work .box-title {
    position: static;
  }
  .about-description {
    display: block;
  }
  .about-description h2, .about-description .h2 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .about-description__text {
    max-width: 60rem;
    padding-right: 0;
    padding-top: 4rem;
  }
  .about-description__text p {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .about-main {
    padding-bottom: 2rem;
  }
  .about-inf__cont {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .about-inf__text {
    font-size: 5rem;
    line-height: 1.1;
  }
  .about-inf__text-right {
    display: block;
    padding-top: 4rem;
    padding-bottom: 0;
  }
  .about-inf__text-right p {
    font-size: 2.4rem;
    line-height: 1.3;
    max-width: none;
  }
  .choose-focus {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .choose-focus__left {
    padding-right: 0;
    padding-top: 2.7rem;
  }
  .choose-focus__left p {
    width: 180%;
    max-width: none;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .choose-focus__right {
    padding-top: 13.5rem;
    padding-right: 0;
  }
  .choose-focus__right p {
    font-size: 2.4rem;
    line-height: 1.3;
    padding-bottom: 1.5rem;
  }
  .choose-focus-list__item {
    font-size: 2.4rem;
    line-height: 1.3;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .choose-focus__img {
    position: static;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    margin-bottom: 3rem;
  }
  .choose-focus__img:last-child {
    margin-bottom: 0;
  }
  .choose-focus__img .decor, .choose-focus__img:before, .choose-focus__img:after {
    display: none;
  }
  .choose-focus__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 90%;
  }
  .test-technology {
    padding-top: 6rem;
    padding-bottom: 0;
  }
  .test-technology h2 {
    font-size: 5rem;
    line-height: 1.1;
    padding-bottom: 4rem;
  }
  .test-technology__wrap {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .test-technology__cont {
    display: block;
  }
  .test-technology__left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .test-technology__left p {
    font-size: 2.4rem;
    line-height: 1.3;
    padding: 0;
  }
  .test-technology__right {
    width: 100%;
    padding-top: 4rem;
    padding-right: 0;
    padding-left: 0;
  }
  .test-technology__right p {
    font-size: 2.4rem;
    line-height: 1.3;
    padding: 0;
  }
  .test-technology__list {
    padding-top: 4rem;
  }
  .test-technology__item {
    padding-right: 10%;
  }
  .test-technology__item p {
    padding-top: 2rem;
    font-size: 1.8rem;
  }
  .startups-work {
    padding-top: 6rem;
  }
  .startups-work__cont {
    display: block;
  }
  .startups-work__left {
    width: 100%;
    padding-top: 4rem;
    padding-right: 0;
  }
  .startups-work__right {
    display: none;
    width: 100%;
  }
  .startups-work-name {
    position: static;
    top: 0;
    margin-bottom: 3rem;
  }
  .startups-work-name__text {
    font-size: 5rem;
    line-height: 1.1;
    padding-right: 9rem;
    padding-top: 1rem;
  }
  .startups-work-name__item {
    min-height: 0;
    padding: 3rem;
  }
  .startups-work-name__descr {
    display: block;
    padding: 3.5rem 0 0 0;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .startups-work-name__icon {
    position: absolute;
    right: 3rem;
    top: 3rem;
  }
}
.choose-focus__right .choose-focus__img {
  display: none;
}

@media screen and (min-width: 768px) {
  .line-about-title span {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .about-main {
    padding-top: 18.6rem;
  }
  .about-main h1, .about-main .h1 {
    font-size: 5.4rem;
  }
  .line-about-title, .js-line-about-title, .js-line-portfolio-title {
    display: inline;
  }
  .line-about-title span, .js-line-about-title span, .js-line-portfolio-title span {
    display: inline;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
  }
  .about-description h2, .about-description .h2 {
    font-size: 2.3rem;
  }
  .about-description__text {
    padding-top: 2.1rem;
    font-size: 2.3rem;
  }
  .box-about-inf {
    height: auto !important;
  }
  .about-inf__text {
    font-size: 3.95rem;
    padding-right: 0;
  }
  .about-inf__cont {
    position: static;
    height: auto;
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
  .about-inf__cont.fixed-cont {
    position: static;
    height: auto;
  }
  .about-inf__text-right p {
    font-size: 2.3rem;
  }
  .choose-focus .box-title h2, .choose-focus .box-title .h2 {
    font-size: 2.2rem;
  }
  .choose-focus__cont {
    display: block;
  }
  .choose-focus__left {
    width: 100%;
    padding-top: 0.5rem;
  }
  .choose-focus__left p {
    width: 100%;
    padding-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .choose-focus__right {
    width: 100%;
    padding-left: 0;
    padding-top: 3rem;
  }
  .choose-focus__right img {
    display: block;
    width: 100%;
  }
  .choose-focus__right .choose-focus__img {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .choose-focus__right p {
    font-size: 2.2rem;
  }
  .choose-focus__images {
    display: none;
  }
  .choose-focus-list__item {
    font-size: 2.2rem;
  }
  .choose-focus-list__item .choose-focus__img {
    margin-top: 3rem;
    margin-bottom: -1rem;
  }
  .choose-focus__img .img {
    width: auto !important;
    height: auto !important;
  }
  .test-technology {
    padding-top: 4rem;
  }
  .test-technology h2, .test-technology .h2 {
    font-size: 3.8rem;
    padding-bottom: 2rem;
  }
  .test-technology__right p {
    font-size: 2.2rem;
  }
  .test-technology__left p {
    font-size: 2.2rem;
  }
  .test-technology__item {
    padding-right: 2%;
  }
  .test-technology__item p {
    font-size: 1.6rem;
  }
  .test-technology__item img {
    max-width: 6.7rem;
  }
  .test-technology__list {
    padding-top: 5rem;
  }
  .test-technology__wrap {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .startups-work {
    padding-top: 5rem;
  }
  .startups-work__left {
    padding-top: 2rem;
  }
  .startups-work-name__text {
    font-size: 3.6rem;
    padding-right: 7rem;
  }
  .startups-work-name__icon img {
    height: 6rem;
    width: 6rem;
  }
  .startups-work-name__descr {
    font-size: 2.2rem;
  }
  .startups-work-name {
    margin-bottom: 4rem;
  }
  .line-about-title + .line-about-title span:nth-child(2) {
    right: 0;
  }
}
.career-page .main-wrapper {
  overflow: visible;
}
.career-page .content {
  padding-top: 0;
}
.career-page .wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}
.career-page .about-bg img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.career-page .about-bg img.apply-anim {
  opacity: 0.02;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.career-inf {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 5rem;
}
.career-inf .wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.career-inf-left {
  width: 45.9%;
  padding-right: 5rem;
  padding-top: 4rem;
  position: relative;
  z-index: 2;
}
.career-inf-right {
  width: 54.1%;
  padding-left: 5%;
  padding-right: 0;
}
.career-inf .line-title__subtitle {
  font-size: 11.5rem;
  line-height: 0.91;
  text-transform: uppercase;
}

.list-career-company {
  padding: 0 0 0 0;
}
.list-career-company__item {
  background: #FFF;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #ebebeb;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.1;
  list-style-type: none;
  margin-bottom: 10rem;
}
.list-career-company__item:last-child {
  margin-bottom: 0;
}

.company-top {
  background: #ebebeb;
  padding: 3rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-top__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.company-top__name img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-top__name-text {
  padding-left: 1rem;
  width: calc(100% - 3rem);
}
.company-top__city {
  width: 50%;
  text-align: right;
  color: #767676;
}
.company-top__descr {
  padding: 2rem 0 0 0;
  width: 100%;
}

.company-vacancy {
  padding: 3rem;
}
.company-vacancy__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3.5rem 0 3.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company-vacancy__item:first-child {
  padding-top: 0;
}
.company-vacancy__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.company-vacancy__item:hover .company-vacancy__btn {
  height: 4.5rem;
  padding-top: 1rem;
  opacity: 1;
}
.company-vacancy__title {
  width: 70%;
  font-size: 2.8rem;
  line-height: 1.1;
}
.company-vacancy__salary {
  width: 30%;
  text-align: right;
  font-size: 2.8rem;
  line-height: 1.1;
}
.company-vacancy__descr {
  padding: 1rem 0 0 0;
  width: 100%;
}
.company-vacancy__btn {
  padding-top: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.company-vacancy__btn .btn {
  display: inline-block;
  vertical-align: top;
  padding: 0 1rem;
  border: 1px solid #000000;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 1.3rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-vacancy__btn .btn:hover {
  background: #000;
  color: #FFF;
}

.career-inf-no-open {
  padding: 0 0 2rem 0;
}
.career-inf-no-open h1, .career-inf-no-open .h1 {
  font-size: 11.5rem;
  line-height: 0.91;
  text-transform: uppercase;
}
.career-inf-no-open h1 span, .career-inf-no-open .h1 span {
  margin-left: 13.7rem;
}

.no-open__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1.5rem;
}
.no-open__text p {
  width: 49.5%;
  padding-right: 15%;
  font-size: 2.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  .career-inf .wrapper {
    display: block;
  }
  .career-inf {
    padding-top: 28rem;
  }
  .career-inf-left {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
  .career-inf-right {
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
  }
  .career-inf .line-title__subtitle {
    font-size: 6rem;
    line-height: 1;
  }
  .career-inf-no-open {
    padding: 0 0 3rem 0;
  }
  .career-inf-no-open h1, .career-inf-no-open .h1 {
    font-size: 6rem;
    line-height: 1;
    max-width: 64.7rem;
  }
  .career-inf-no-open h1 span, .career-inf-no-open .h1 span {
    margin-left: 0;
  }
  .no-open__text {
    display: block;
    padding-top: 5.5rem;
  }
  .no-open__text p {
    width: 100%;
    padding-right: 0;
    max-width: 53.7rem;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .career-inf {
    padding-top: 22rem;
  }
  .career-inf-left {
    padding-top: 0;
  }
  .career-inf-right {
    padding-top: 2rem;
  }
  .career-inf .line-title__subtitle {
    font-size: 5.2rem;
  }
  .list-career-company__item {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 5.5rem;
  }
  .company-vacancy__btn {
    height: 4.5rem;
    padding-top: 1rem;
    opacity: 1;
  }
  .company-top {
    padding: 3rem 1.5rem;
  }
  .company-top__name {
    width: 100%;
  }
  .company-top__name img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .company-top__name-text {
    font-size: 2.2rem;
    line-height: 1.1;
    padding-left: 0.8rem;
  }
  .company-top__city {
    width: 100%;
    padding-top: 1.3rem;
    text-align: left;
  }
  .company-vacancy {
    padding: 3rem 1.5rem;
  }
  .company-vacancy__item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .company-vacancy__item:first-child {
    padding-top: 0;
  }
  .company-vacancy__item:last-child {
    padding-bottom: 0;
  }
  .company-vacancy__title {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .company-vacancy__salary {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.3;
    padding-top: 2rem;
    text-align: left;
    padding-bottom: 1rem;
  }
  .career-inf-no-open {
    padding: 0 0 3rem 0;
  }
  .career-inf-no-open h1, .career-inf-no-open .h1 {
    font-size: 5.2rem;
  }
  .no-open__text {
    display: block;
    padding-top: 4rem;
  }
  .no-open__text p {
    padding-right: 10%;
  }
}
.team-page .main-wrapper {
  overflow: visible;
}
.team-page .content {
  padding-top: 0;
}
.team-page .wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}
.team-page .about-bg img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.team-page .about-bg img.apply-anim {
  opacity: 0.02;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.team-page .fixed .logo__slogan {
  display: block;
}

.team-inf {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 5rem;
}
.team-inf .wrapper {
  z-index: 1;
}
.team-inf h1, .team-inf .h1 {
  font-size: 11.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.team-title {
  position: -webkit-sticky;
  position: sticky;
  top: 16rem;
  z-index: 0;
}

.team-list {
  padding: 0 1rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%);
  position: relative;
  z-index: 1;
}
.team-list:before {
  display: block;
  content: "";
  width: calc(33.33333% - 2rem);
  margin: 1rem;
}
.team-list__item {
  list-style-type: none;
  width: calc(33.33333% - 2rem);
  margin: 1rem;
  position: relative;
}
.team-list__item img, .team-list__item video {
  display: block;
  width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.team-list__inf {
  position: absolute;
  background: #FFF;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 1.5rem;
  color: #000;
}
.team-list__name {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: bold;
}
.team-list__position {
  font-size: 2rem;
  line-height: 1.3;
}
.team-list__links {
  padding: 0.4rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.team-list__link {
  display: block;
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #d9d9d9;
}
.team-list__link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 992px) {
  .team-inf {
    padding-bottom: 8rem;
  }
  .team-inf h1, .team-inf .h1 {
    font-size: 6rem;
  }
  .team-list {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .team-list:before {
    width: calc(50% - 1.6rem);
    margin: 0.8rem;
  }
  .team-list__item {
    width: calc(50% - 1.6rem);
    margin: 0.8rem;
  }
  .team-list__name, .team-list__position {
    font-size: 1.8rem;
  }
  .team-list__link {
    font-size: 0.9rem;
    padding: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .team-inf h1, .team-inf .h1 {
    font-size: 5rem;
    padding-right: 0.5rem;
  }
  .team-inf .about-bg {
    display: none;
  }
  .team-list {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 39rem;
  }
  .team-list:before {
    display: none;
  }
  .team-list__item {
    width: 100%;
    margin: 0.8rem 0;
  }
  .team-list__name, .team-list__position {
    font-size: 2.2rem;
  }
  .team-list__link {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .team-title {
    position: fixed;
  }
  .scrolled-team .team-title {
    opacity: 0;
    z-index: -1;
  }
}
/*# sourceMappingURL=style.css.map */
