@font-face {
  font-family: 'Fira Sans';
  src: url('../../fonts/FiraSans/FiraSans-Light.woff') format('woff'),
       url('../../fonts/FiraSans/FiraSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../../fonts/FiraSans/FiraSans-Regular.woff') format('woff'),
       url('../../fonts/FiraSans/FiraSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../../fonts/FiraSans/FiraSans-SemiBold.woff') format('woff'),
       url('../../fonts/FiraSans/FiraSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../../fonts/FiraSans/FiraSans-Bold.woff') format('woff'),
       url('../../fonts/FiraSans/FiraSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

article, aside, details, footer, header, nav, hgroup, menu, section, figcaption, figure, main {
  display: block; }

strong {
  font-weight: bold; }

textarea {
  resize: none;
  overflow: auto; }

input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer; }

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

button {
  outline: none;
  cursor: pointer;
  background: none;
  border: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

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; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: none; }

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

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

input[type="search"]::-webkit-search-cancel-button {
  background: none;
  display: none; }

input,
textarea {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }
  input.placeholder,
  textarea.placeholder {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 1;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  input:focus,
  textarea:focus {
    outline: none; }
    input:focus.placeholder,
    textarea:focus.placeholder {
      opacity: 0; }
    input:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
      opacity: 0; }
    input:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
      opacity: 0; }
    input:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      opacity: 0; }
    input:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      opacity: 0; }

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover, a:focus, a:active {
    outline: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  padding: 0; }

p:last-child {
  margin-bottom: 0; }

html {
  height: 100%; }

body {
  font-family: "Fira Sans", sans-serif;
  color: #000;
  background: #ffffff;
  min-width: 320px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  line-height: 1.25;
  font-size: 16px; }
  @media (max-width: 1069px) {
    body {
      font-size: 14px; } }

.underline {
  position: relative;
}

.underline:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  right: 0;
  background: #c7000b;
  width: 50px;
  margin: 0 auto -15px;
  z-index: -1;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%; }

.container {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2; }

.screen {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  margin-top: 0;
  line-height: 1.16;
  font-weight: 300; }

h1, .h1 {
  font-size: 62px; }
  @media (max-width: 1365px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (max-width: 1069px) {
    h1, .h1 {
      font-size: 40px; } }
  @media (max-width: 734px) {
    h1, .h1 {
      font-size: 32px; } }

h2, .h2 {
  font-size: 39px; }
  @media (max-width: 1365px) {
    h2, .h2 {
      font-size: 32px; } }
  @media (max-width: 1069px) {
    h2, .h2 {
      font-size: 28px; } }
  @media (max-width: 734px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  font-size: 30px; }
  @media (max-width: 1365px) {
    h3, .h3 {
      font-size: 26px; } }
  @media (max-width: 1069px) {
    h3, .h3 {
      font-size: 22px; } }
  @media (max-width: 734px) {
    h3, .h3 {
      font-size: 20px; } }

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

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

.text-left {
  text-align: right; }

.text-primary {
  color: #EA1C24; }

.link {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 700;
  color: #fff; }
  .link:hover {
    color: #EA1C24; }

a, input, button, .link, .form-control, .checkbox, .checkbox__icon, .btn {
  -webkit-transition: all 0.15s ease 0.02s;
  -o-transition: all 0.15s ease 0.02s;
  -moz-transition: all 0.15s ease 0.02s;
  transition: all 0.15s ease 0.02s; }

input, button, a, textarea, select, label {
  font-family: "Fira Sans", sans-serif; }

input,
textarea {
  font-family: inherit; }
  input.placeholder,
  textarea.placeholder {
    font: inherit;
    color: #000; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    font: inherit;
    color: #000; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font: inherit;
    color: #000; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font: inherit;
    color: #000; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font: inherit;
    color: #000; }
  input:hover.placeholder,
  textarea:hover.placeholder {
    color: #000; }
  input:hover:-moz-placeholder,
  textarea:hover:-moz-placeholder {
    color: #000; }
  input:hover::-moz-placeholder,
  textarea:hover::-moz-placeholder {
    color: #000; }
  input:hover:-ms-input-placeholder,
  textarea:hover:-ms-input-placeholder {
    color: #000; }
  input:hover::-webkit-input-placeholder,
  textarea:hover::-webkit-input-placeholder {
    color: #000; }

.btn {
  display: inline-block;
  vertical-align: top;
  height: 56px;
  line-height: 54px;
  color: #142B3C;
  padding: 0 50px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  background: none;
  border: 1px solid #142B3C;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; }
  .btn:hover {
    background: #142B3C;
    color: #fff;
    border-color: #142B3C; }
  .btn[disabled] {
    pointer-events: none; }
  @media (max-width: 734px) {
    .btn {
      padding: 0 30px;
      font-size: 16px;
      height: 46px;
      line-height: 44px; } }

.screen-logos {
  position: fixed;
  top: 0;
  z-index: 9;
  height: 100%;
  left: 0;
  width: 100%;
  pointer-events: none; }
  .screen-logos__huawei {
    height: 10.5vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3vh 0;
    color: #040707; }
    .screen-logos__huawei .icon {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 100%; }
  .screen-logos__news {
    height: 10vh;
    padding: 3.8vh 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%; }
    .screen-logos__news > a {
      vertical-align: middle;
    }
    .screen-logos__news img {
      height: 100%;
    }
    .screen-logos__news .icon-scroll {
      height: 7vh;
      width: 5vh;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -2vh;
      background: url(https://filearchive.cnews.ru/img/cnews/2020/12/08/icon-scroll.png) no-repeat center;
      background-size: cover;
    }
    .is-last-slide .screen-logos__news .icon-scroll {
      opacity: 0;
    }
.screen-1 > .scrollmagic-pin-spacer, .screen-2 > .scrollmagic-pin-spacer, .screen-3 > .scrollmagic-pin-spacer, .screen-4 > .scrollmagic-pin-spacer, .screen-5 > .scrollmagic-pin-spacer {
  top: 0 !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important; }
  .screen-1 > .scrollmagic-pin-spacer .scrollmagic-pin-spacer, .screen-2 > .scrollmagic-pin-spacer .scrollmagic-pin-spacer, .screen-3 > .scrollmagic-pin-spacer .scrollmagic-pin-spacer, .screen-4 > .scrollmagic-pin-spacer .scrollmagic-pin-spacer, .screen-5 > .scrollmagic-pin-spacer .scrollmagic-pin-spacer {
    top: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    width: 100% !important; }

.screen-1__bg, .screen-2__bg, .screen-3__bg, .screen-4__bg, .screen-5__bg {
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }

.screen-1 .container, .screen-2 .container, .screen-3 .container, .screen-4 .container, .screen-5 .container {
  width: 100% !important;
  height: 100% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0 !important;
  position: absolute; }

.screen-1__bg-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 1s ease 0.05s;
  -o-transition: all 1s ease 0.05s;
  -moz-transition: all 1s ease 0.05s;
  transition: all 1s ease 0.05s; }
  .screen-1__bg-item-1 {
    background: url(../img/screen-1/bg.png) no-repeat center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    -webkit-filter: blur(0);
            filter: blur(0); }
    .screen-1__bg-item-1.active {
      -webkit-filter: blur(10px);
              filter: blur(10px); }
  .screen-1__bg-item-2 {
    opacity: 0;
    background: rgba(39, 39, 39, 0.5); }
    .screen-1__bg-item-2.active {
      opacity: 1; }

.screen-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.screen-1__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px -15px -15px -50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: #fff;
  font-size: 19px;
  -webkit-transition: all 1s ease 0.05s;
  -o-transition: all 1s ease 0.05s;
  -moz-transition: all 1s ease 0.05s;
  transition: all 1s ease 0.05s; }
  .screen-1__txt.active {
    opacity: 0;
    pointer-events: none; }
  .screen-1__txt-title {
    padding: 40px 0 15px 70px;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
  .screen-1__txt-content {
    padding: 15px;
    width: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 1s ease 0.05s;
    -o-transition: all 1s ease 0.05s;
    -moz-transition: all 1s ease 0.05s;
    transition: all 1s ease 0.05s; }
    
    .screen-1__txt-content-header {
      font-size: 30px;
      font-weight: 300;
      margin-bottom: 30px;
    }
    
    .screen-1__txt-content.active {
      opacity: 1;
      pointer-events: auto; }
    .screen-1__txt-content p {
      border-top: 8px solid #EA1C24;
      margin: 0;
      padding: 25px 0; }
  .screen-1__txt-subtitle {
    display: block;
    position: relative;
    color: #fff;
    padding: 0 10px; }

@media (max-width: 1365px) {
  .screen-1__txt {
    margin: -15px;
    font-size: 18px; } }

@media (max-width: 1069px) {
  .screen-1__txt {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px; }
    .screen-1__txt-title {
      padding: 15px;
      width: 100%; }
    .screen-1__txt-content {
      width: 100%; } }

.screen-2 {
  -webkit-transition: all 1s ease 0.05s;
  -o-transition: all 1s ease 0.05s;
  -moz-transition: all 1s ease 0.05s;
  transition: all 1s ease 0.05s;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 100vh; }
  .screen-2.active {
    opacity: 1;
    pointer-events: auto; }
  .screen-2__bg-item {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%; }
    .screen-2__bg-item-1 {
      height: 100vh;
      top: 0;
      background: #DCE4F1; }
    .screen-2__bg-item-2 {
      height: 40vh;
      bottom: 0;
      background: #BEC6D4; }
  .screen-2 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .screen-2__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4vh;
  }
    .screen-2__img img {
      display: block;
      margin: 0 auto;
      max-height: 60vh; }
  .screen-2__title {
    display: block;
    text-align: center;
    position: relative;
    color: #fff;
    padding: 0 13px; }
  
.screen-3 {
  -webkit-transition: all 1s ease 0.05s;
  -o-transition: all 1s ease 0.05s;
  -moz-transition: all 1s ease 0.05s;
  transition: all 1s ease 0.05s;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 200vh; }
  .screen-3.active {
    opacity: 1;
    pointer-events: auto; }
  .screen-3__bg-item {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    .screen-3__bg-item-1 {
      -webkit-background-size: cover;
      -moz-background-size: cover;
           background-size: cover;
      background-repeat: no-repeat;
      opacity: 0; }
    .screen-3__bg-item-2 {
      opacity: 0;
      background: rgba(39, 39, 39, 0.5); }
  .screen-3 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .screen-3__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .screen-3__img img {
      display: block;
      margin: 0 auto;
      max-height: 100%; }
  .screen-3__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3vh; }
    .screen-3__title span {
      display: block;
      position: relative;
      padding: 0 13px; }
  .screen-3__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.3);
    font-size: 19px; }
    .screen-3__list-item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 2vh 0; }
    .screen-3__list-icon {
      width: 110px;
      height: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .screen-3__list-icon:before {
        content: "";
        display: block;
        position: absolute;
        width: 74px;
        height: 74px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%; }
      .screen-3__list-icon img {
        display: block;
        max-height: 100%;
        position: relative; }
    .screen-3__list-txt {
      width: -webkit-calc(100% - 110px);
      width: -moz-calc(100% - 110px);
      width: calc(100% - 110px);
      padding-left: 5px; }
  @media (max-width: 1069px) {
    .screen-3 .container {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .screen-3__list {
      font-size: 16px; }
      .screen-3__list-item {
        padding: 1.5vh 0; }
      .screen-3__list-icon {
        width: 70px;
        height: 40px; }
      .screen-3__list-txt {
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
        padding-left: 5px; } }

.screen-4 {
  -webkit-transition: all 1s ease 0.05s;
  -o-transition: all 1s ease 0.05s;
  -moz-transition: all 1s ease 0.05s;
  transition: all 1s ease 0.05s;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 200vh;
  color: #fff; }
  .screen-4 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .screen-4.active {
    opacity: 1;
    pointer-events: auto; }
  .screen-4__bg-item {
    position: absolute; }
    .screen-4__bg-item img {
      display: block;
      max-height: 100%;
      margin: 0 auto; }
    .screen-4__bg-item-1 {
      -webkit-background-size: cover;
      -moz-background-size: cover;
           background-size: cover;
      background-repeat: no-repeat;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }
    .screen-4__bg-item-2 {
      height: 76vh;
      width: 70vw;
      top: 15vh;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .screen-4__bg-item-2 video {
      width: 100%;
    }
    
    .screen-4.show-video .screen-4__txt {
      visibility: hidden;
      opacity: 0;
    }
    
    .screen-4.show-video .screen-4__bg-item-2 {
      z-index: 11;
      width: 100%;
    }
    
    .screen-4.show-video .screen-4__bg-item-2 img,
    .screen-4.show-video .screen-4__bg-item-3 img {
      display: none;
    }
    
    .screen-4.show-video .screen-4__bg-item-3 {
      z-index: 10;
    }
    
    .screen-4__bg-item-2 .video-container {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear;
      width: 120vh;
      top: 0;
      position: absolute;
      border: 1px solid #fff;
      box-shadow: 0 0 10px rgba(255,255,255,0.6);
      font-size: 0;
      margin: 0 auto;
    }
    
    @media (max-width: 1000px) {
      .screen-4__bg-item-2 .video-container {
        width: 100%;
      }
    }
    
    .screen-4__bg-item-3 {
      bottom: 0;
      height: 66vh;
      width: 60vw;
      right: 5vw;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .screen-4__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-bottom: 20vh; }
    .screen-4__txt-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: relative;
      color: #fff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 2vh;
      width: 50%;
      margin-left: auto; }
      .screen-4__txt-title span {
        display: block;
        position: relative;
        padding: 0 13px; }

  .screen-4__benefits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -40px; }
    .screen-4__benefits-item {
      padding-right: 40px; }
      .screen-4__benefits-item span {
        display: block;
        font-size: 152px;
        font-weight: 300;
        line-height: .9; }
  @media (max-width: 1365px) {
    .screen-4__benefits {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: 0; } }
  @media (max-width: 1069px) {
    .screen-4__txt-title {
      width: 100%;
      margin-left: 0; }
    .screen-4__benefits {
      margin: -15px; }
      .screen-4__benefits-item {
        padding: 15px; }
        .screen-4__benefits-item span {
          font-size: 100px; } }

.screen-5 {
  opacity: 0; }
  .screen-5.active {
    opacity: 1; }

#trigger-6 {
  height: 350vh; }

#trigger-7 {
  height: 100vh; }

/*========================*/


figure.image {
    width: 100%;
    margin: 0;
}

.popup_img {
    margin: 30px 0;
}

.popup_img img {
    //border: 1px solid #eee;
}

.article-wrap h2 {
    margin: 50px 0 0;
}

.btn-fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    background-color: white;
}

.btn-fixed:hover {
    background-color: #142b3c;
}

.section-logo {
    padding: 50px 0;
    text-align: center;
}

.article-intro {
    margin: 50px 0 0;
}

.article-intro a, .article-wrap a {
    color: #ea1c24;
}

.article-title {
    margin-bottom: 20px;
}

.article-annonce p {
    font-weight: 600;
    font-size: 18px;
}

.screen-1__txt-content a {
    color: white;
}

.screen-logos__huawei a {
    color: black;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.screen-2__img .video-container {
    display: none;
    text-align: center;
    position: absolute;
    height: 90%;
    width: 100%;
    top: 5%;
    bottom: 5%;
    left: 0;
}

.show-video .video-container {
    display: block;
    visibility: visible;
    opacity: 1;
}

.show-video video {
    height: 100%;
}

.screen-2 .container {
    z-index: 3;
}
