html:not(.touch) .errorBlock .marquee:hover .director {
  opacity: 0.2;
  color: #FFFFFF;
}
html:not(.touch) .errorBlock .marquee:hover .director .imageWrapper .innerImage:after {
  background: #FFFFFF;
}
html:not(.touch) .errorBlock .marquee:hover .director:hover {
  opacity: 1;
  color: #CCFF6C;
}
html:not(.touch) .errorBlock .marquee:hover .director:hover .imageWrapper .innerImage:after {
  background: #CCFF6C;
}
html:not(.touch) .errorBlock .director:hover {
  color: #CCFF6C;
}
.errorBlock {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
.errorBlock.inview .innerWrapper:after,
.errorBlock.inview .innerWrapper:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  -o-transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.6s 0.45s cubic-bezier(0.83, 0, 0.17, 1);
}
.errorBlock.inview .col:first-child:after {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: transform 0.6s 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: transform 0.6s 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  -o-transition: transform 0.6s 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.6s 0.5s cubic-bezier(0.83, 0, 0.17, 1);
}
.errorBlock .cols {
  padding: 4.16666667vw 0;
  height: 100vh;
}
.errorBlock .innerWrapper {
  height: 100%;
  position: relative;
  display: flex;
}
.errorBlock .innerWrapper:after,
.errorBlock .innerWrapper:before {
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #D8D8D8;
  transform-origin: left;
}
.errorBlock .innerWrapper:after {
  top: auto;
  bottom: 0;
}
.errorBlock .col {
  height: auto;
  position: relative;
  display: inline-block;
}
.errorBlock .col:first-child {
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1.11111111vw 0;
  width: 16.11111111vw;
}
.errorBlock .col:first-child:after {
  content: '';
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: 1px;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  background: #D8D8D8;
  transform-origin: top;
}
.errorBlock .col:last-child {
  padding: 0 1.11111111vw;
  width: calc(100% - 6.94444444vw * 2 - 1.11111111vw * 2);
}
.errorBlock .marquee {
  height: 100%;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  overflow: hidden;
}
.errorBlock.inview .smallTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0.45s ease-out, transform 0.6s 0.45s ease-out;
  -moz-transition: opacity 0.6s 0.45s ease-out, transform 0.6s 0.45s ease-out;
  -ms-transition: opacity 0.6s 0.45s ease-out, transform 0.6s 0.45s ease-out;
  -o-transition: opacity 0.6s 0.45s ease-out, transform 0.6s 0.45s ease-out;
  transition: opacity 0.6s 0.45s ease-out, transform 0.6s 0.45s ease-out;
}
.errorBlock.inview .wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}
.errorBlock.inview .wrap:nth-child(100) {
  transition-delay: 8.45s;
}
.errorBlock.inview .wrap:nth-child(99) {
  transition-delay: 8.37s;
}
.errorBlock.inview .wrap:nth-child(98) {
  transition-delay: 8.29s;
}
.errorBlock.inview .wrap:nth-child(97) {
  transition-delay: 8.21s;
}
.errorBlock.inview .wrap:nth-child(96) {
  transition-delay: 8.13s;
}
.errorBlock.inview .wrap:nth-child(95) {
  transition-delay: 8.05s;
}
.errorBlock.inview .wrap:nth-child(94) {
  transition-delay: 7.97s;
}
.errorBlock.inview .wrap:nth-child(93) {
  transition-delay: 7.89s;
}
.errorBlock.inview .wrap:nth-child(92) {
  transition-delay: 7.81s;
}
.errorBlock.inview .wrap:nth-child(91) {
  transition-delay: 7.73s;
}
.errorBlock.inview .wrap:nth-child(90) {
  transition-delay: 7.65s;
}
.errorBlock.inview .wrap:nth-child(89) {
  transition-delay: 7.57s;
}
.errorBlock.inview .wrap:nth-child(88) {
  transition-delay: 7.49s;
}
.errorBlock.inview .wrap:nth-child(87) {
  transition-delay: 7.41s;
}
.errorBlock.inview .wrap:nth-child(86) {
  transition-delay: 7.33s;
}
.errorBlock.inview .wrap:nth-child(85) {
  transition-delay: 7.25s;
}
.errorBlock.inview .wrap:nth-child(84) {
  transition-delay: 7.17s;
}
.errorBlock.inview .wrap:nth-child(83) {
  transition-delay: 7.09s;
}
.errorBlock.inview .wrap:nth-child(82) {
  transition-delay: 7.01s;
}
.errorBlock.inview .wrap:nth-child(81) {
  transition-delay: 6.93s;
}
.errorBlock.inview .wrap:nth-child(80) {
  transition-delay: 6.85s;
}
.errorBlock.inview .wrap:nth-child(79) {
  transition-delay: 6.77s;
}
.errorBlock.inview .wrap:nth-child(78) {
  transition-delay: 6.69s;
}
.errorBlock.inview .wrap:nth-child(77) {
  transition-delay: 6.61s;
}
.errorBlock.inview .wrap:nth-child(76) {
  transition-delay: 6.53s;
}
.errorBlock.inview .wrap:nth-child(75) {
  transition-delay: 6.45s;
}
.errorBlock.inview .wrap:nth-child(74) {
  transition-delay: 6.37s;
}
.errorBlock.inview .wrap:nth-child(73) {
  transition-delay: 6.29s;
}
.errorBlock.inview .wrap:nth-child(72) {
  transition-delay: 6.21s;
}
.errorBlock.inview .wrap:nth-child(71) {
  transition-delay: 6.13s;
}
.errorBlock.inview .wrap:nth-child(70) {
  transition-delay: 6.05s;
}
.errorBlock.inview .wrap:nth-child(69) {
  transition-delay: 5.97s;
}
.errorBlock.inview .wrap:nth-child(68) {
  transition-delay: 5.89s;
}
.errorBlock.inview .wrap:nth-child(67) {
  transition-delay: 5.81s;
}
.errorBlock.inview .wrap:nth-child(66) {
  transition-delay: 5.73s;
}
.errorBlock.inview .wrap:nth-child(65) {
  transition-delay: 5.65s;
}
.errorBlock.inview .wrap:nth-child(64) {
  transition-delay: 5.57s;
}
.errorBlock.inview .wrap:nth-child(63) {
  transition-delay: 5.49s;
}
.errorBlock.inview .wrap:nth-child(62) {
  transition-delay: 5.41s;
}
.errorBlock.inview .wrap:nth-child(61) {
  transition-delay: 5.33s;
}
.errorBlock.inview .wrap:nth-child(60) {
  transition-delay: 5.25s;
}
.errorBlock.inview .wrap:nth-child(59) {
  transition-delay: 5.17s;
}
.errorBlock.inview .wrap:nth-child(58) {
  transition-delay: 5.09s;
}
.errorBlock.inview .wrap:nth-child(57) {
  transition-delay: 5.01s;
}
.errorBlock.inview .wrap:nth-child(56) {
  transition-delay: 4.93s;
}
.errorBlock.inview .wrap:nth-child(55) {
  transition-delay: 4.85s;
}
.errorBlock.inview .wrap:nth-child(54) {
  transition-delay: 4.77s;
}
.errorBlock.inview .wrap:nth-child(53) {
  transition-delay: 4.69s;
}
.errorBlock.inview .wrap:nth-child(52) {
  transition-delay: 4.61s;
}
.errorBlock.inview .wrap:nth-child(51) {
  transition-delay: 4.53s;
}
.errorBlock.inview .wrap:nth-child(50) {
  transition-delay: 4.45s;
}
.errorBlock.inview .wrap:nth-child(49) {
  transition-delay: 4.37s;
}
.errorBlock.inview .wrap:nth-child(48) {
  transition-delay: 4.29s;
}
.errorBlock.inview .wrap:nth-child(47) {
  transition-delay: 4.21s;
}
.errorBlock.inview .wrap:nth-child(46) {
  transition-delay: 4.13s;
}
.errorBlock.inview .wrap:nth-child(45) {
  transition-delay: 4.05s;
}
.errorBlock.inview .wrap:nth-child(44) {
  transition-delay: 3.97s;
}
.errorBlock.inview .wrap:nth-child(43) {
  transition-delay: 3.89s;
}
.errorBlock.inview .wrap:nth-child(42) {
  transition-delay: 3.81s;
}
.errorBlock.inview .wrap:nth-child(41) {
  transition-delay: 3.73s;
}
.errorBlock.inview .wrap:nth-child(40) {
  transition-delay: 3.65s;
}
.errorBlock.inview .wrap:nth-child(39) {
  transition-delay: 3.57s;
}
.errorBlock.inview .wrap:nth-child(38) {
  transition-delay: 3.49s;
}
.errorBlock.inview .wrap:nth-child(37) {
  transition-delay: 3.41s;
}
.errorBlock.inview .wrap:nth-child(36) {
  transition-delay: 3.33s;
}
.errorBlock.inview .wrap:nth-child(35) {
  transition-delay: 3.25s;
}
.errorBlock.inview .wrap:nth-child(34) {
  transition-delay: 3.17s;
}
.errorBlock.inview .wrap:nth-child(33) {
  transition-delay: 3.09s;
}
.errorBlock.inview .wrap:nth-child(32) {
  transition-delay: 3.01s;
}
.errorBlock.inview .wrap:nth-child(31) {
  transition-delay: 2.93s;
}
.errorBlock.inview .wrap:nth-child(30) {
  transition-delay: 2.85s;
}
.errorBlock.inview .wrap:nth-child(29) {
  transition-delay: 2.77s;
}
.errorBlock.inview .wrap:nth-child(28) {
  transition-delay: 2.69s;
}
.errorBlock.inview .wrap:nth-child(27) {
  transition-delay: 2.61s;
}
.errorBlock.inview .wrap:nth-child(26) {
  transition-delay: 2.53s;
}
.errorBlock.inview .wrap:nth-child(25) {
  transition-delay: 2.45s;
}
.errorBlock.inview .wrap:nth-child(24) {
  transition-delay: 2.37s;
}
.errorBlock.inview .wrap:nth-child(23) {
  transition-delay: 2.29s;
}
.errorBlock.inview .wrap:nth-child(22) {
  transition-delay: 2.21s;
}
.errorBlock.inview .wrap:nth-child(21) {
  transition-delay: 2.13s;
}
.errorBlock.inview .wrap:nth-child(20) {
  transition-delay: 2.05s;
}
.errorBlock.inview .wrap:nth-child(19) {
  transition-delay: 1.97s;
}
.errorBlock.inview .wrap:nth-child(18) {
  transition-delay: 1.89s;
}
.errorBlock.inview .wrap:nth-child(17) {
  transition-delay: 1.81s;
}
.errorBlock.inview .wrap:nth-child(16) {
  transition-delay: 1.73s;
}
.errorBlock.inview .wrap:nth-child(15) {
  transition-delay: 1.65s;
}
.errorBlock.inview .wrap:nth-child(14) {
  transition-delay: 1.57s;
}
.errorBlock.inview .wrap:nth-child(13) {
  transition-delay: 1.49s;
}
.errorBlock.inview .wrap:nth-child(12) {
  transition-delay: 1.41s;
}
.errorBlock.inview .wrap:nth-child(11) {
  transition-delay: 1.33s;
}
.errorBlock.inview .wrap:nth-child(10) {
  transition-delay: 1.25s;
}
.errorBlock.inview .wrap:nth-child(9) {
  transition-delay: 1.17s;
}
.errorBlock.inview .wrap:nth-child(8) {
  transition-delay: 1.09s;
}
.errorBlock.inview .wrap:nth-child(7) {
  transition-delay: 1.01s;
}
.errorBlock.inview .wrap:nth-child(6) {
  transition-delay: 0.93s;
}
.errorBlock.inview .wrap:nth-child(5) {
  transition-delay: 0.85s;
}
.errorBlock.inview .wrap:nth-child(4) {
  transition-delay: 0.77s;
}
.errorBlock.inview .wrap:nth-child(3) {
  transition-delay: 0.69s;
}
.errorBlock.inview .wrap:nth-child(2) {
  transition-delay: 0.61s;
}
.errorBlock.inview .wrap:nth-child(1) {
  transition-delay: 0.53s;
}
.errorBlock .bigTitle.directTitle {
  font-size: 5.55555556vw;
}
.errorBlock .wrap {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(1.38888889vw);
  -moz-transform: translateY(1.38888889vw);
  -o-transform: translateY(1.38888889vw);
  -ms-transform: translateY(1.38888889vw);
  transform: translateY(1.38888889vw);
  margin-bottom: 0.69444444vw;
  height: 5.55555556vw;
  display: flex;
  align-items: center;
}
.errorBlock .wrap:nth-child(even) {
  text-align: right;
  justify-content: flex-end;
}
.errorBlock .wrap:nth-child(odd) {
  justify-content: flex-start;
}
.errorBlock .smallTitle {
  -webkit-transform: translateY(1.38888889vw);
  -moz-transform: translateY(1.38888889vw);
  -o-transform: translateY(1.38888889vw);
  -ms-transform: translateY(1.38888889vw);
  transform: translateY(1.38888889vw);
  opacity: 0;
}
.errorBlock .text p strong {
  font-family: 'Switzer-Variable';
  font-weight: 400;
  color: #CCFF6C;
  text-transform: lowercase;
}
.errorBlock .text p strong .italic {
  font-style: normal;
}
.errorBlock .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.errorBlock .director {
  color: #CCFF6C;
  text-decoration: none;
  display: inline-flex;
  -webkit-transition: opacity 0.3s 0s ease-out, transform 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out, transform 0.3s 0s ease-out;
  -ms-transition: opacity 0.3s 0s ease-out, transform 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out, transform 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out, transform 0.3s 0s ease-out;
}
.errorBlock .director .imageWrapper {
  display: inline-block;
  position: relative;
  height: auto;
  transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 4.16666667vw;
  margin: 0 0.69444444vw;
}
.errorBlock .director .imageWrapper .innerImage {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 114.28571429%;
  background: #FFFFFF;
}
.errorBlock .director .imageWrapper .innerImage:after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #CCFF6C;
  mix-blend-mode: color;
  -webkit-transition: background 0.3s 0s ease-out;
  -moz-transition: background 0.3s 0s ease-out;
  -o-transition: background 0.3s 0s ease-out;
  transition: background 0.3s 0s ease-out;
}
.errorBlock .director .imageWrapper .innerImage img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  opacity: 0.4;
  object-position: center;
  -moz-filter: contrast(2);
  -ms-filter: contrast(2);
  -o-filter: contrast(2);
  -webkit-filter: contrast(2);
  filter: contrast(2);
}
@media all and (max-width: 1080px) {
  .errorBlock .cols {
    padding: 5.556vw 0;
  }
  .errorBlock .col:first-child {
    padding: 1.481vw 0;
    width: 21.48vw;
  }
  .errorBlock .col:last-child {
    padding: 0 1.481vw;
    width: calc(100% - 9.259vw * 2 - 1.481vw * 2);
  }
  .errorBlock .bigTitle.directTitle {
    font-size: 11.111vw;
  }
  .errorBlock .bigTitle.directTitle .lastName {
    display: none;
  }
  .errorBlock .wrap {
    -webkit-transform: translateY(1.852vw);
    -moz-transform: translateY(1.852vw);
    -o-transform: translateY(1.852vw);
    -ms-transform: translateY(1.852vw);
    transform: translateY(1.852vw);
    margin-bottom: 1.852vw;
    height: 11.111vw;
  }
  .errorBlock .smallTitle {
    -webkit-transform: translateY(1.852vw);
    -moz-transform: translateY(1.852vw);
    -o-transform: translateY(1.852vw);
    -ms-transform: translateY(1.852vw);
    transform: translateY(1.852vw);
  }
  .errorBlock .director .imageWrapper {
    width: 8.333vw;
    margin: 0 0.926vw;
  }
}
@media all and (max-width: 580px) {
  .errorBlock .cols {
    padding: 20.36vw 0 10.18vw 0;
  }
  .errorBlock .innerWrapper {
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }
  .errorBlock .innerWrapper:before {
    display: none;
  }
  .errorBlock .col:first-child {
    padding: 4.07vw 0;
    padding-top: 0;
    width: 100%;
  }
  .errorBlock .col:first-child:after {
    display: none;
  }
  .errorBlock .col:first-child:before {
    content: '';
    display: block;
    background: #D8D8D8;
    height: 1px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    bottom: 0;
  }
  .errorBlock .col:last-child {
    padding: 0;
    width: 100%;
  }
  .errorBlock .titleWrapper {
    margin-top: 10.18vw;
  }
  .errorBlock .bigTitle.directTitle {
    font-size: 15.27vw;
  }
  .errorBlock .wrap {
    -webkit-transform: translateY(5.09vw);
    -moz-transform: translateY(5.09vw);
    -o-transform: translateY(5.09vw);
    -ms-transform: translateY(5.09vw);
    transform: translateY(5.09vw);
    margin-bottom: 2.54vw;
    height: 15.27vw;
  }
  .errorBlock .smallTitle {
    -webkit-transform: translateY(5.09vw);
    -moz-transform: translateY(5.09vw);
    -o-transform: translateY(5.09vw);
    -ms-transform: translateY(5.09vw);
    transform: translateY(5.09vw);
  }
  .errorBlock .director .imageWrapper {
    width: 10.69vw;
    margin: 0 2.54vw;
  }
}
